/*@import url(http://fonts.googleapis.com/css?family=Oswald|PT+Sans:400,700,400italic);*/
@import "/assets/css/gozha-nav/gozha-nav.css";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  visibility: inherit;
}
html,body{
    height: 100%
}

#holder{
    min-height: 100%;
    position:relative;
}

#body{
    padding-bottom: 50px;    /* height of footer */
}

footer{
    height: 60px; 
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #212c43;
  background-color: #fdf8ee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #F0CA7F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #31adfa;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
 h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.content.content-main{padding:0;}

.client_profile_details .content {
    background-color: #fdfdfd;
    background-image: url("../img/bg_content.jpg");
    background-repeat: repeat;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 -1px;
}


.client_profile_details .content .page-header {
    background-color: #fdfdfd;
    border-radius: 4px 4px 0 0;
    margin: 0;
   /* padding: 20px 30px;*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.client_profile_details .content .page-container {
    margin: 0 30px 10px;
}
.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconbox-icon {
  background-color: #008EED;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  text-align: center;
  vertical-align: middle;
}
.featureinfo h4 {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featureinfo > p {
  color: #000000;
  font-size: 16px;
  padding-top: 4px;
  text-align: left;
}
.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

@media (min-width: 768px) {
/**undefined  .lead {
    font-size: 21px;
  }
**/}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
@media screen and (max-width: 767px) {}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.container:before,
.container:after,.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) { /*767px*/
  .hidden-xs {
    display: none !important;
  }
}
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #212c43;
}
html,
body,
div,
section,
article,
aside,
header,
hgroup,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
span,
em,
strong,
img,
ol,
ul,
li,
figure,
canvas,
video,
th,
td,
tr {
  padding: 0;
  margin: 0;
  border: 0;
}
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.btn:focus,
.btn:active:focus,
/**undefined.btn.active:focus**/ {
  outline: 0 none;
}
h1 {
  margin-top: 54px;
  margin-bottom: 26px;
  font-size: 30px;
}
h2 {
  margin-top: 48px;
  margin-bottom: 17px;
  font-size: 26px;
}
h3 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 23px;
}
h4 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 21px;
}
h5 {
  margin-top: 48px;
  margin-bottom: 22px;
  font-size: 19px;
}
h6 {
  margin-top: 48px;
  margin-bottom: 22px;
  font-size: 17px;
}
/*p {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}*/
img {
  max-width: 100%;
  height: auto;
  border: 0 none;
  vertical-align: middle;
}
.wrapper {
  overflow: hidden;
}
.text-highlight {
  color: #F0CA7F;
}
small,
.small {
  font-size: 12px;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
input,
textarea {
  /*width: 100%;*/
  padding: 9px 45px 10px 14px;
  font-size: 13px;
  background: #f3f5f7;
  border: 1px solid #e3e8ec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-appearance: none;*/
  /* Remove Input Shadows on IOS */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #212c43;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #212c43;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #212c43;
}
input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #5c6a87;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #5c6a87;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #5c6a87;
}
textarea {
  resize: none;
}
.logo {
    margin-top: -25px;
    padding-left: 2px;
    padding-top: 5px;
}
.divider-simple {
  height: 1px;
  width: 100%;
  background: #e3e8ec;
}
.divider-circle {
  position: relative;
  padding-top: 2px;
  border-top: 1px solid #0d1629;
  border-bottom: 1px solid #0d1629;
}
.divider-circle:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: #0d1629;
  border: solid 3px #212c43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.divider-circle--light {
  margin-top: 59px;
  border-top: 1px solid #e3e8ec;
  border-bottom: 1px solid #e3e8ec;
}
.divider-circle--light:before {
  top: -9px;
  background: #e3e8ec;
  border-color: #fff;
}
.section-title {
  margin-top: 54px;
  margin-bottom: 41px;
  font-size: 30px;
  line-height: 34px;
}
.section-title .text-highlight {
  display: block;
  font-size: 50px;
  text-transform: uppercase;
}
.decorative-lines {
  position: relative;
}
.decorative-lines:before,
.decorative-lines:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 12px;
  width: 100%;
  border-top: 2px solid rgba(124, 203, 252, 0.2);
  border-bottom: 2px solid rgba(124, 203, 252, 0.2);
}
.decorative-lines:before {
  top: 3px;
}
.decorative-lines:after {
  top: 12px;
}
.icon-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  font-size: 12px;
  text-align: center;
  border: 3px solid #8b98b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-circle:hover {
  border-color: #F0CA7F;
}
.icon-circle--thin {
  width: 26px;
  height: 26px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
  border-width: 2px;
}
.icon-circle--thin:hover {
  border-color: #8b98b2;
}
.fa {
  color: #8b98b2;
}

.presentation {
  /*height: 120px;*/
  background-color:#463605;
  border-bottom:1px solid #fff;
  
}
.top-info {
  padding-top: 8px;
  /*padding-bottom: 10px;
  background: #1b253b;*/
}
.top-info__text {
  color: #7d8e98;
}
.top-info__text a:hover,
.top-info__text a:focus {
  color: #fff;
}
.main-nav {
  /*height: 70px;*/
  margin-bottom: -20px;
  background: #463605;
}
logo {
  padding-top: 5px;
  padding-left: 2px;
  margin-top: -25px;
}
.resetlink{display: block; text-align: right; padding-right: 30px;color: #d6c193;}
.logo-img {
  margin-bottom: 26px;

}
#navigation-box {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.sub-nav-toggle {
  background-color: #F0CA7F;
}
.sub-nav-toggle.plus {
  background-color: #1b253b;
}
ul#navigation li {
  padding: 7px 0 8px;
  border-bottom-color: #1b253b;
}
ul#navigation a:hover,
ul#navigation .active-item > a {
  color: #dcb86a;
}
ul#navigation > li > a {
  padding: 15px;
   color: #fff;
   
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
ul#navigation > li > a:hover {
  background: rgba(255, 255, 255, 0.05);
}
ul#navigation > li {
  position: relative;
  padding: 0;
  line-height: 20px;
}
ul#navigation > li:hover {
  padding-bottom: 6px;
}
ul#navigation > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #ecddb2;
 
  opacity: 0;
  filter: alpha(opacity=0);
}
ul#navigation > li:hover:after {
 
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-wrapper {
 /* margin-top: 36px;*/
  color: #8b98b2;
  background: #423407;
}
.footer-wrapper a:hover,
.footer-wrapper a:focus {
  color: #fff;
}
.login-input {
 
  padding: 1px 5px;
  
}
.submit-button {
 /* position: absolute;
  top: 7px;
  right: 5px;*/
  padding: 0;
  background: transparent;
  border: 0;
}
.submit-button .icon-circle {
  color: #fff;
  border-color: #fff;
}
.submit-button:hover .icon-circle {
  color: #F0CA7F;
  border-color: #F0CA7F;
}
.footer-secondary {
  min-height: 60px;
  text-align: center;
  background: #423407;
}
.copyright {
  padding-top: 9px;
  padding-bottom: 23px;
  color: #8b98b2;
}
.btn {
  padding: 2px 42px 5px 41px;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(33, 44, 67, 0.3);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
  border: solid 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.btn-wider {
  padding: 5px 68px 10px 66px;
  font-size: 24px;
}
.promobox {
  padding: 22px 23px 20px 24px;
  margin: 5px;
  margin-bottom: 35px;
  text-align: center;
  background-color: #e8e8dd;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
  -webkit-box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
  -moz-box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
  box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
  overflow: hidden;
}
.promobox .btn {
  padding: 0 41px 2px 41px;
  margin-top: 15px;
}
.promobox .promobox__text {
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {}
.pattern-light-wrapper {
  display: block;
  width: inherit;
  height: inherit;
  background-image: url("/assets/img/components/pattern-grid-light.png");
  background-repeat: repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pattern-light-wrapper {
    background-image: url("/assets/img/components/pattern-grid-light2x.png");
    background-size: 5px 5px;
  }
}
.home-title-wrapper {
  background-color: #1ba1f1;
  background: url(/assets/img/page_title/home-bg.jpg) repeat-x center 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {}
.home-title-wrapper {
  position: relative;
  /*height: 480px;*/
  text-align: center;
}
.home-title-wrapper .page-title-main {
  margin-top: 131px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #5c4827;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #dfe5e0;
}
.home-title-wrapper .page-title-secondary {
  margin-top: 0;
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(33, 44, 67, 0.2);
}
.home-title-wrapper .decorative-lines {
  display: none;
  top: 65px;
}
.home-title-wrapper .decorative-lines:before,
.home-title-wrapper .decorative-lines:after {
  border-color: rgba(232, 232, 221, 0.2);
}
.home-title-wrapper .divider-simple {
  position: absolute;
  bottom: -2px;
  background: #212c43;
}
.promobox-position {
  position: relative;
  z-index: 100;
  margin-top: -45px;
  margin-bottom: 26px;
}
.benefits {
  overflow: hidden;
}
.universe {
 /* height: 200px;*/
  margin-top: 60px;padding:15px;
  margin-bottom: 0;
  background: url(/assets/img/page_title/home-bg.jpg) repeat-x center 0;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
  -moz-box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
  box-shadow: 0 0 0 5px rgba(232, 232, 221, 0.5);
}
.universe .section-title {
  position: relative;
  z-index: 100;
  margin-top: 60px;
}
.divided-section {
  position: relative;
}
.divided-section .divider-circle {
  margin-top: 39px;
}
.divider-vertical {
  position: absolute;
  z-index: 100;
  top: 40px;
  bottom: 25px;
  left: 50%;
  width: 1px;
  background: #e3e8ec;
}
.divider-circle-margin {
  margin-top: 26px;
  margin-bottom: 25px;
}
.section-title.section-title--light {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.section-title.section-title--light .text-highlight {
  font-size: 50px;
  color: #fff;
}
.btn--highlight {
  color: #fff;
  background-color: #f9be35;
  border-color: #d3b268;
}
.btn--highlight.altcol{background-color:#F0CA7F;}
.promobox__text span{padding-left:30px;}
.video{margin-top:100px;}
.btn--highlight:hover,
.btn--highlight:focus {
  color: #fff;
  background-color: #ffcf5f;
  border-color: #d3b268;
}
.list-arrow {
  margin-top: -8px;
  font-size: 17px;
  line-height: 28px;
  list-style: none;
}
.list-arrow .list__item {
  position: relative;
  padding: 8px 5px 27px 51px;
}
.list-arrow .list__item:last-child {
  margin: 0;
}
.list-arrow .list__item .icon-circle {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #F0CA7F;
  border-color: #F0CA7F;
}

.page-title{color: #463605;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.h3{line-height: 33px;}
.list__item a {
    color: #31adfa;
    text-decoration: none;
}
.list__item a:hover,.list__item a:focus {
    color: #f0ca7f;
    text-decoration: underline;
}
.list__item {padding: 8px 5px 28px 51px;}
.list__item strong {font-size:28px;}
.lrgiconcontainer p{font-size: 17px;
  line-height: 28px;}
.lrgiconcontainer .featureinfo{padding:0 27px;}
.lrgiconcontainer .col-xs-12.col-sm-12.col-md-6.col-lg-6 .featureinfo{min-height:300px;}

@media (min-width: 480px) {  .home-title-wrapper {
    height: 529px;
  }
.home-title-wrapper.inner-page {
    height: 75px;
  }

  .home-title-wrapper .page-title-main {
    margin-top: 150px;
  }
  .home-title-wrapper .page-title-secondary {
    margin-bottom: 30px;
  }
 .home-title-wrapper .decorative-lines {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 767px) {}

@media (max-width: 767px) { /*max-width: 767px*/

.meet__image{padding-top:25px;}
	.pattern-light-wrapper a.btn{margin-bottom:25px;}
	.home-title-wrapper .page-title-main{margin-top:50px;}
	.iconbox{padding: 20px 0; margin-left: -15px;
    margin-right: -10px;}
	.list-arrow .list__item .icon-circle{left: 0;}
	.list-arrow .list__item{padding: 8px 5px 8px 40px;}
	.promobox{margin:0 !important; padding:10px !important;}
	.text-highlight {
 
    font-size: 30px !important;
}
.pd-l-20.h3{padding-left:0 !important; font-size:14px;line-height: 23px;}
  ul#navigation > li > a {
    padding: 12px 0 16px;
    color: #fff;
  }
  .list__item strong {
    font-size: 20px;
}
  ul#navigation > li > a:hover {
    background: transparent;
    color: #F0CA7F;
  }
  ul#navigation > li:hover {
    padding-bottom: 0;
  }
  ul#navigation > li:after {
    display: none;
  }
  ul#navigation {
    top: 120px;
    right: 0;
    min-width: 230px;
    background: rgba(33, 44, 67, 0.8);
  }
  ul#navigation a {
    padding: 7px 17px 8px;
    color: #1b253b;
  }
  ul#navigation a:hover {
    color: #1b253b;
  }
.top-info__text {
    float: none !important;
    text-align: center;
  }
  .main-nav {

  margin-bottom: 0;
  background: #463605;
}
}
@media (min-width: 768px) { 

.home-title-wrapper {
 
  height: 280px;
  
}

 .copyright {
    float: left;
    padding-top: 15px;
    padding-bottom: 21px;
  }
.promobox {
    padding: 18px 23px 20px 24px;
    text-align: left;
  }
  .promobox .btn-wider {
    float: right;
    padding: 5px 68px 10px 66px;
    margin-top: 0;
  }
  .promobox .promobox__text {
    float: left;
    max-width: 320px;
    margin-top: 3px;
  }
.section-title {
    margin-top: 49px;
    margin-bottom: 47px;
    font-size: 30px;
    line-height: 43px;
  }
  .section-title-btn {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 0;
    margin-top: 49px;
}
.home-title-wrapper h3{margin:10px 0 0 0;}
.home-title-wrapper h5{margin:10px 0 0 0;font-size:17px;}
  .section-title .text-highlight {
    font-size: 80px;
  }
  .home-title-wrapper .page-title-main {
    margin-top: 35px;
    margin-bottom: 22px;
    font-size: 45px;
    line-height: 58px;
  }
  .home-title-wrapper .page-title-secondary {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-title-wrapper .btn {
    /*display: none;*/
  }
  .home-title-wrapper .decorative-lines {
    top: 97px;
  }
 .choose-us {
    padding-left: 47px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {

ul#navigation > li > a{padding:20px 10px 10px 10px;font-size:15px;}
.home-title-wrapper h5{font-size:14px;}
.home-title-wrapper h3{font-size:18px;}
.promobox {
    padding: 10px 11px 10px 14px;
    text-align: left;
}
.promobox .promobox__text {
    float: left;
    margin-top: 3px;
    max-width: 420px;
}
.section-title .text-highlight{font-size:50px;}
}
@media (min-width: 992px) {
.promobox .promobox__text {
    max-width: 525px;
    margin-top: 4px;
    font-size: 24px;
  }
  .section-title.section-title--light {
    font-size: 30px;
    line-height: 43px;
  }
  .section-title.section-title--light .text-highlight {
    font-size: 80px;
  }
  .universe .section-title {
    margin-top: 46px;
  }
}



@media (min-width: 1200px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  .promobox .promobox__text {
    max-width: 820px;
    margin-top: 13px;
    font-size: 34px;
  }
  .universe {
    background: url(/assets/img/univers-circles.png), url(/assets/img/page_title/home-bg.jpg);
    background-repeat: repeat-x;
    background-position: center 0;
    background-size: cover;
  }
}

@media (min-width: 1800px) {}
