body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
  
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fadein .8s;
  -moz-animation: fadein .8s;
  -o-animation: fadein .8s;
  animation: fadein .8s;
}


h1, .h1, h1 strong, .h1 strong { font-size: 30px; font-weight: 600; }

h2, .h2, h2 strong, .h2 strong { font-size: 26px; font-weight: 300; }

h3, .h3, h3 strong, .h3 strong { font-size: 20px; font-size: 400; }

h4, .h4, h4 strong, .h4 strong { font-size: 16px; font-size: 400; }

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong {
  font-weight: 600;
}

p, em, strong, .jumbotron p, a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}



a, img, span, p, i, input, textarea {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: block;
  float: left;
  padding: 10px 15px;
  color: #333;
  background-color: #eee;
  outline: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  border: 0;

  background-image: url('../img/select-arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

a {
  color: #5eaed4;
}

a:hover {
  text-decoration: none;
}

.navbar-brand {
  display: block;
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.navbar-brand:hover, .navbar-brand:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

.marquee {
  display: block;
  float: right;
  padding: 10px 20px;
  text-align: center;
  
  overflow: hidden;
  position: relative;
  background-color: #d45e5e;
  color: #fff;
  font-size: 14px;

  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;

  text-transform: uppercase;


  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; 
}



.marquee strong {
  font-weight: bold;
  float: left;
  display: inline;
}

.marquee p {
  float: left;
  margin: 0;
  display: inline;
}


.quotes {
  display: none;
  width: 102px;
  text-align: center;
  float: left;
  margin: 1px 4px 0 4px;
}

.quote {
  width: 102px;
  text-align: center;
  float: left;
  margin: 1px 4px 0 4px;
}

.color-1 ~ .marquee {
  background-color: red;
}

.color-2 ~ .marquee {
  background-color: yellow;
}

.color-3 ~ .marquee {
  background-color: blue;
}

.jumbotron {padding: 0; margin: 0; display: block; float: left; width: 100%;}

.clean h1 {
  margin-bottom: 30px;
}

.clean h1, .clean p, .clean strong {
  text-align: center !important;
}

.jumbotron.top-menu {
  display: block;
  float: left;
  background-color: #333;
  padding: 12px 0;
}

.jumbotron.top-menu ul {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.jumbotron.top-menu ul li {
  display: block;
  float: left;
  color: #aaa;
  font-size: 13px;
  padding: 0 25px;
  border-left: 1px solid #555;
}

.jumbotron.top-menu a {
  text-decoration: none;
}

.jumbotron.top-menu ul li:first-child {
  padding-left: 0;
  border-left: 0;
}

.jumbotron.top-menu ul li i {
  color: #aaa;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 15px;
}

.jumbotron.top-menu ul li a.lang-switch {
  color: #555;
  margin: 0 3px;
}

.jumbotron.top-menu ul li a.lang-switch.active {
  color: #aaa;
}

.jumbotron.top-menu ul li a.lang-switch:hover, .jumbotron.top-menu ul li a.lang-switch:focus {
  color: #aaa;
}

.jumbotron.top-menu a > i:hover, .jumbotron.top-menu a > i:focus {
  color: #fff;
  vertical-align: middle;

  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}


.jumbotron.nav {
  background-color: #fff;
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #555;
  border-bottom: 4px solid transparent;
  padding: 40px 20px;
  position: relative;
  font-weight: 400;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
  border-bottom: 4px solid #544c88;
}

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
  background-color: #f5f5f5;
  border-bottom: 4px solid #544c88;
}

.jumbotron.nav ul.dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  position: absolute;
  max-height: 0;
  height: 100%;
  /*top: 200%;*/
  z-index: 12;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.jumbotron.nav ul.dropdown li {
  display: block;
  float: left;
  max-width: 220px;
}

.jumbotron.nav ul.dropdown li a {
  background-color: #544c88;
  color: #fff;
  padding: 15px 20px;
  display: block;
  float: left;
  text-decoration: none;
  width: 250px;
  position: relative;
}

.jumbotron.nav ul.dropdown li a:after {
  content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #fff;
    font-size: 14px;
    padding-left: 0.5em;
    position: relative;
    float: right;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    
    right: -10%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jumbotron.nav ul.dropdown li a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    right: 0;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.navbar-default .navbar-nav > li:hover ul.dropdown, .navbar-default .navbar-nav > li:focus ul.dropdown {
  /*display: block;*/
  visibility: visible;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  max-height: 999px;

  /*top: 100%;*/

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jumbotron.nav ul.dropdown li a:hover, .jumbotron.nav ul.dropdown li a:focus {
  background-color: #6b639e;
}

.jumbotron.nav .navbar {
  margin: 0;
  border: 0;
}

.jumbotron.nav .navbar-collapse {
  background-color: #fff;
}



.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

.content {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #f5f5f5;

  -webkit-box-shadow: inset 0px 0px 39px -22px #000;
  -moz-box-shadow: inset 0px 0px 39px -22px #000;
  box-shadow: inset 0px 0px 39px -22px #000;
}

.content h2 {
  color: #f79637;
}

.content h2:first-of-type {
  margin-top: 0;
}

.content strong, a, b {
  font-weight: 700;
}

.content ul {
  list-style: none;
  padding: 0;
  margin: 20px;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.content ul li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}

.content ul li:first-letter {
  text-transform: uppercase;
}

.content ul li:before {
  content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #f79637;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.sub-menu .sub-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
}

.sub-menu ul li {
  padding: 0;
}

.sub-menu ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.sub-menu ul li a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  display: block;
  background-color: #544c88;
  height: 1px;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sub-menu ul li a:hover:after {
  width: 100%;
}

.sub-menu ul li.current_page_item a:hover:after {
  width: 0px;
}

.sub-menu ul li.current_page_item a {
  color: #544c88;
  border-color: #544c88;
}


/*.sub-menu ul li a:hover {
  color: #544c88;
  border-color: #544c88;
}*/



.sub-menu ul li:before {
  content: '';
  display: none;
}


.methods {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;
  background-image: url('../img/content/wallpaper.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  background-color: #eaeaea;
  color: #143341;
}

.methods h1 {
  margin-bottom: 20px;
  font-weight: 300;
}

.methods p {
  color: #4c5c6d;
  margin-bottom: 30px;
}

.methods .rounds span {
  display: table;
  float: none;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: transparent;
  font-size: 30px;
  line-height: 65px;
  margin-bottom: 25px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  border: 3px solid #143341;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  -o-user-select: none;
  user-select: none;   
}
.methods .rounds p {
  color: #333;
}
.methods .rounds strong {
  font-size: 20px;
}

.methods .rounds {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.methods .rounds:hover > span, .methods .rounds:focus > span {
  background-color: #143341;
  color: #fff;
}


.jumbotron.last {
  padding: 40px 0;
  background-color: #fff;
  color: #333;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.jumbotron.last img {
  display: block;
  float: left;
  width: 100%;
}

.jumbotron.last h2 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #4c5c6d;
  display: block;
  float: left;
}


.jumbotron.last ul.usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  overflow: visible;
}

.jumbotron.last ul.usp-list li {
  position: relative;
  font-size: 14px;
}

.jumbotron.last ul.usp-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  color: #fff;
  background-color: #544c88;
  font-size: 17px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 25px;
  position: relative;
  display: block;
  text-align: center;
  float: left;
  top: 6px;
  border: 1px solid #544c88;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jumbotron.last ul.usp-list li:hover:before, .jumbotron.last ul.usp-list li:focus:before {
  color: #544c88;
  background-color: #fff;
}

.jumbotron.last ul.usp-list strong {
  font-size: 18px;
  color: #544c88;
  line-height: 53px;
}


.review-wrapper {
  display: block;
  float: left;
  width: 100%;
}

.review-wrapper blockquote {
  font-size: 13px;
  line-height: 25px;
  color: #555;
  font-style: italic;
  background-color: #f5f5f5;
  padding: 30px;
  border: 0;
  margin-bottom: 15px;
}


.reviewer-info {
  display: block;
  float: left;

}

.reviewer-info span.avatar {
  display: block;
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  background-color: #f5f5f5;
  margin-left: 20px;
  margin-right: 12px;
  margin-top: -35px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviewer-info span.names {
  display: block;
  float: left;
}

.reviewer-info span.names strong {
  font-weight: 600;
}



footer {
  background-color: #4c5c6d;
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  font-size: 13px;
  background-image: url('../img/ft-bg.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 80%;
}

footer p {
  font-size: 13px;
}

footer h3 {
  margin-bottom: 30px;
  display: block;
  float: left;
}

footer ul {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #677686;
  padding: 15px 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-right: 10px;
  font-weight: 500;
}

footer ul li a:hover, footer ul li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #677686;
  padding-left: 15px;
  padding-right: 15px;
}

footer ul li a:after {
   content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #fff;
    font-size: 15px;
    position: relative;
    float: right;
}

footer ul ul {
  display: none;
}

ul.img-table {
    display: table;
    width: auto !important;
  }

ul.img-table li a {
  padding: 0;
  border: 0;
  width: auto;
  float: left;
}

ul.img-table li {
  display: block;
  float: left;
  vertical-align: middle;
  padding: 0 5px;
  width: 45%;
  margin-bottom: 30px;
}

ul.img-table li:first-child {
  padding-left: 0;
}

ul.img-table li a:hover, ul.img-table li a:focus {
  background-color: transparent;
  padding: 0;
}

ul.img-table li a:after {
  display: none;

}

ul.img-table img {
  height: 45px;
}

footer img {
  display: block;
  float: left;
  margin-right: 20px;
}



footer span.contact-info {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

footer span.contact-info i {
  font-size: 20px !important;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 30px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



input[type=email], input[type=password], input[type=text], input[type=search], input[type=submit], textarea {
  border: 2px solid #f5f5f5;

  background-color: transparent;
  font-size: 12px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  /*float: left;*/
}

::-webkit-input-placeholder {
   color: #eee;
   font-style: italic;
   font-weight: 300;
}

:-moz-placeholder {    
  color: #eee;
  font-style: italic;
  font-weight: 300;  
}

::-moz-placeholder { 
   color: #eee;
   font-style: italic;
   font-weight: 300;  
}

:-ms-input-placeholder {  
   color: #eee;
   font-style: italic;
   font-weight: 300;  
}

form.newsletter {
  margin: 20px 0 45px 0;
  display: block;
  float: left;
}

form.newsletter input[type=email] {
  float: left;
}


input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus, input[type=submit]:focus,
input[type=email]:active, input[type=password]:active, input[type=text]:active, input[type=search]:active, input[type=submit]:active {
  outline: 0;

  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;

  border-color: #5eaed4;
  color: #555;
  background-color: #fff;
}

form.newsletter input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form.newsletter input[type=submit] {
  color: #4c5c6d;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  float: left;
  margin-left: -2px;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

form.newsletter input[type=submit]:hover, form.newsletter input[type=submit]:focus, form.newsletter input[type=email]:focus + input[type=submit] {
  background-color: #5eaed4;
  border-color: #5eaed4;
  color: #fff;
}

form.newsletter:hover, form.newsletter:focus {
  color: #555;
}


.copyright {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  color: #555;
  padding: 22px 0 20px 0;
  font-size: 12px;
}


.copyright ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}
.copyright ul li {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
}

.copyright ul li:last-of-type {
  border: 0;
}

.copyright ul li a {
  margin: 0 20px;
}

.copyright a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
}

.copyright a:hover, .copyright a:focus {
  color: #5eaed4;
}


.img-wrapper {
  padding: 0;
  display: block;
  /*float: left;*/
  /*overflow: hidden;*/
  position: relative;
}

.img-wrapper img {
  display: block;
  float: left;
  width: 100%;
}

.img-wrapper span.overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76,92,109,0);

}

.img-wrapper:hover span.overlay, .img-wrapper:focus span.overlay {
  background-color: rgba(76,92,109,.85);
}

.img-wrapper span.overlay span.i-holder {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 44px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  position: relative;
  top: 50%;
  margin: 0 auto;

  -webkit-transform: translateY(100%) scale(0);
  -moz-transform: translateY(100%) scale(0);
  -o-transform: translateY(100%) scale(0);
  -ms-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
}

.img-wrapper:hover .i-holder, .img-wrapper:focus .i-holder {
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;

  cursor: pointer;
}

.img-wrapper span.overlay i {
  color: #4c5c6d;
  font-size: 17px;
}

.img-wrapper span.overlay .i-holder:hover, .img-wrapper span.overlay .i-holder:focus {
  background-color: #ccc;
  box-shadow: inset 2px 20px 30px #fff;
}



.form-wrapper {
	display: block;
	float: left;
	width: 100%;
	padding: 30px 30px 17px 40px;
	background-color: #f79637;
	color: #fff;
}

.form-wrapper h2 {
	margin-top: 0;
  margin-bottom: 22px;
}

.form-wrapper h2, .form-wrapper p {
	color: #fff;
}

.form-wrapper p {
	font-weight: 600;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
  margin-bottom: 10px;
}


.form-wrapper input {
	width: 100%;
}

.form-wrapper .col-md-6, .form-wrapper .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.form-wrapper .col-md-6 input {
  width: 100%;
} 

.smaller-input {
  width: 90% !important;
}

.form-wrapper textarea {
	width: 100%;
}

.form-wrapper input:focus, .form-wrapper input:active {
	background-color: #f5f5f5;
	color: #333;
	border-color: #5eaed4;
	outline: 0;
}

.form-wrapper input:hover, .form-wrapper textarea:hover {
	background-color: #f5f5f5;
}

.form-wrapper textarea:focus, .form-wrapper textarea:active {
	background-color: #f5f5f5;
	color: #333;
	outline: 0;
	border-color: #5eaed4;
}

.form-wrapper input, .form-wrapper textarea {
	background-color: #fff;
	font-weight: 300;
  color: #bbb;
}



.form-wrapper input[type=submit] {
	background-color: #544c88;
	float: right;
	color: #fff;
  width: auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px;
}

.form-wrapper input[type=submit]:hover, .form-wrapper input[type=submit]:focus, .form-wrapper input[type=submit]:active {
	-webkit-box-shadow: inset 0 45px 0 0 #5eaed4;
	-moz-box-shadow: inset 0 45px 0 0 #5eaed4;
	box-shadow: inset 0 45px 0 0 #5eaed4;

	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}

span.wpcf7-not-valid-tip {
	color: orange;
	font-size: 12px;
	display: block;
	position: relative;
	z-index: 10;
	font-weight: 800;
  top: 3px;

}


div.wpcf7-validation-errors {
	background-color: #fff;
	color: #f79637;
	color: #e74c3c;
	border: 0;
	padding: 20px;
	font-size: 12px;
}

.wpcf7-form-control-wrap {
	position: relative;
}






.address-wrapper {
  display: block;
  float: left;
  width: 100%;
  border: 2px solid #f79637;
  padding: 20px;
}

.address-wrapper ul li {
  padding-left: 0;
}

.address-wrapper ul li:before {
  display: none;
  content: '';
}

.address-wrapper i {
  color: #f79637;
  font-size: 30px;
  float: left;
  display: block;
  margin-right: 20px;
  width: 30px;
  text-align: right;
}

.address-wrapper p {
}

.address-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.address-wrapper ul li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.address-wrapper ul li span {
  display: block;
  float: left;
}

#mc_signup_form .mc_input {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
}

#mc_signup_submit {
  width: auto !important;
  margin: 0;
  color: #4c5c6d;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  float: left;
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0 !important;
}

#mc_signup {
  display: block;
  float: left;
  width: 100%;
}

.mc_signup_submit {
  width: auto;
  display: block;
  float: left;
}

#mc_signup_form .mc_var_label {
  display: none;
}

.mc_merge_var:focus + #mc_signup_submit {
  background-color: #5eaed4;
  border-color: #5eaed4;
  color: #fff;
}

#mc_signup_submit:hover, #mc_signup_submit:focus {
  background-color: #5eaed4;
  color: #fff;
  border-color: #5eaed4;
}

.mc_merge_var {
  display: block;
  float: left;
}

#mc_message {
  position: relative;
}

.mc_form_inside {
  display: block;
  float: left;
  width: 100%;
}

.mc_error_msg, .mc_success_msg {
  position: fixed;
  display: block;
  float: left;
  cursor: pointer;
  padding: 21px 30px;
  color: #fff !important;
  font-weight: bold;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0 !important;
  z-index: 9999999;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mc_error_msg:after, .mc_success_msg:after {
  content: "\f05c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  display: block;
  font-size: 30px;
  color: #fff;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.mc_error_msg:after {
  top: 10px;
}

.mc_success_msg:after {
  top: 23px;
}

.mc_error_msg:hover:after, .mc_success_msg:hover:after {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  color: #f0f0f0;
}

.mc_error_msg {
  background-color: #e74c3c;
} 

.mc_success_msg {
  background-color: #2ecc71;
}

#mc_mv_EMAIL:focus .mc_signup_submit {
  background-color: #5eaed4;
  color: #fff;
  border-color: #5eaed4;
}


@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

.img-responsive {
    width: 100%;
}

.col-top {
  vertical-align:top;
}
.col-middle {
  vertical-align:middle;
}
.col-bottom {
  vertical-align:bottom;
}





.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  float: left;
  width: 100%;
}

.jumbotron.intro {
  position: relative;
}

.jumbotron.intro .quotewrap {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;

  position: absolute;
  bottom: 0;

  background-color: rgb(76,92,109);
  background-color: rgba(76,92,109,.85);
}

.large-span, a.large-span, .quotewrap {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

.large-span strong, a.large-span strong {
  font-weight: 600; 
  font-size: 30px;
}

.jumbotron.intro .quotewrap img {
  margin-left: 15px;
}

.jumbotron.intro .quotewrap a:hover img, .jumbotron.intro .quotewrap a:focus img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.jumbotron.intro .service-box {
  position: absolute;
  /*height: 100%;*/
  display: block;
  padding: 0;
  max-width: 320px;

  background-color: #5eaed4;
  color: #fff;
  z-index: 10;
  margin-left: -14px;
}

.jumbotron.intro .service-box .wrap {
   padding: 10px 25px 10px 25px;
}

.jumbotron.intro .service-box .wrap a, .jumbotron.intro .service-box .wrap {
  font-size: 13px;
}

.jumbotron.intro .service-box .wrap a {
   color: #fff;
   font-weight: 700;
}

.jumbotron.intro {
  overflow: visible;
}

.jumbotron.intro .service-box .wrap p {
  margin-top: 10px;
  margin-bottom: 0;
}


.service-box ul {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.service-box ul li {
  border-top: 1px solid #89c3df;
  display: block;
  float: left;
  width: 100%;
}

.service-box ul li:first-of-type {
  border-top: 0;
}

.service-box ul li a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-weight: 600;

  background-color: #5eaed4;
  color: #fff;
  font-size: 13px;

  padding: 12px 25px;
  text-decoration: none;
}

.service-box ul li a:hover, .service-box ul li a:focus {
  background-color: #89c3df;
}

.service-box ul li a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    
    color: #fff;
    padding-right: 30px;
    font-size: 15px;
    position: absolute;
    vertical-align: middle;
    top: 13px;
    right: 0;
}

.service-box ul.dropright, .service-box ul.sub-menu {
  list-style: none;
  display: block;
  position: absolute;
  right: -100%;
  z-index: 11;
  max-width: 0;
  max-height: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;

  -webkit-transform: scale(0);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

  -webkit-box-shadow: 16px 0 16px rgba(0,0,0,.15);
  -moz-box-shadow: 16px 0 16px rgba(0,0,0,.15);
  box-shadow: 16px 0 16px rgba(0,0,0,.15);
}

.service-box ul.dropright li a, .service-box ul.sub-menu li a {
  background-color: #89c3df;
  padding: 15px 20px 15px 30px;
}

.service-box ul.dropright li a:hover, .service-box ul.dropright li a:focus, .service-box ul.sub-menu li a:hover, .service-box ul.sub-menu li a:focus {
  background-color: #a8d1e5;
}

.service-box ul.dropright li a:before, .service-box ul.sub-menu li a:before {
  display: none;
}

.service-box li:hover > a, .service-box li:focus > a {
  background-color: #89c3df;
}

.service-box li:hover ul.dropright, .service-box li:hover ul.sub-menu, .service-box li:focus ul.dropright, .service-box li:focus ul.sub-menu {
  max-width: 999px;
  
  -webkit-transform: scale(1);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  zoom: 1;
  
  /*right: -100%;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.service-box .show-menu {
  display: none;
  float: none;
  width: 85%;
  margin: 0 auto;

  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border-top: 1px solid #fff;

  -webkit-user-select: none;
  -moz-user-select: none;  
  -ms-user-select: none;      

  -o-user-select: none;
  user-select: none; 
}

.service-box.not-show .show-menu {
  display: block;

  font-weight: 300;
  font-size: 20px;
  color: #fff;
}

.service-box.not-show .wrap {
  display: none;
}

.service-box.not-show ul {
  display: none;
}

.service-box.not-show ul ul {
	display: block;
}

.service-box.not-show i {
  line-height: 33px;
}

.service-box .show-menu i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
  float: right;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.service-box .show-menu i.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jumbotron.intro .service-box.not-show {
  height: auto;
  background-color: transparent;
}

.brands {
  background-color: #f5f5f5;
  padding: 20px;
}

.brands ul {
  list-style: none;
  display: block;
  float: right;
  margin: 0;
}

.brands ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}

.brands ul.breadcrumbs {
  padding: 0;
}

.brands ul.breadcrumbs li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.brands ul.breadcrumbs p {
  margin-bottom: 0;
}

.brands ul.breadcrumbs i {
  vertical-align: middle;
  display: block;
  float: left;
}

.box:hover span.circle, .box:hover span.circle:focus, .box:focus span.circle, .box:focus span.circle:focus {
  background-color: #5eaed4;
  color: #555;

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.box:hover .cta, .box:focus .cta {
  border-color: #5eaed4;
  color: #5eaed4;
}

.cta:hover, .cta:focus {
  -webkit-user-select: none;
  -moz-user-select: none;  
  -ms-user-select: none;      

  -o-user-select: none;
  user-select: none;  
}


.boxes {
  padding: 50px 0;
  background-color: #fff;
  color: #555;
  display: block;
  float: left;
  width: 100%;
}

.boxes span.title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

a.cta {
  display: block;
  float: left;
  border: 1px solid #555;
  background-color: #fff;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 35px;

  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
}

a.cta:hover, a.cta:focus {
  background-color: #555;
  color: #fff !important;
  border-color: #555 !important;
}

.box h2 {
  margin-top: 0;
  float: left;
  display: block;
  width: 100%;
}

.boxes .circle {
  display: table;
  float: none;
  margin: 0 auto;
  width: 60px; 
  height: 60px;

  background-color: #555;
  text-align: center;
  border:1px solid transparent;

  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
  overflow: hidden;

  line-height: 30px;
  vertical-align: middle;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  -o-user-select: none;
  user-select: none;  
}

.boxes .title-wrap {
	height: 60px;
    width: 220px;
	display: table;
	margin: 10px 0;
}

.boxes .title-wrap > h2 {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
  text-align: center;
}



.boxes p {
  margin-bottom: 40px;
  display: block;
  float: left;
  font-size: 13px;
}

.boxes i {
  font-size: 25px;
  line-height: 59px;
  color: #fff;
}





@media (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .jumbotron.intro .service-box {
    width: 100%;
    margin: 0;
    max-width: none;
  }

  .service-box .show-menu {
    display: block;
   
    float: left;
    background-color: #5eaed4;
    margin: 0;
  }

  .service-box ul {
    display: none;
  }
}

@media (max-width: 768px) {
  
  .jumbotron.intro .service-box {
    position: relative;
  }

  .service-box .show-menu {
    width: 100%;
  }

  .jumbotron.top-menu .col-left {
    display: none;
  }

  .gallery-item {
    width: 46% !important;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: inherit;
  }

  .jumbotron.nav {
    padding: 30px 0;
  }

  .jumbotron.nav .navbar {
    width: 100%;
  }

 /* .jumbotron.intro .service-box {
    position: relative;
    width: 100%;
    margin: 0;
    max-width: none;
  }*/

  .service-box ul.dropright, .service-box ul.sub-menu {
    position: relative;
    display: block !important;
    float: left;
    right: auto;
    left: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .service-box ul.dropright li a, .service-box ul.sub-menu li a {
    background-color: #fff;
    color: #5eaed4;
  }

  .navbar-collapse.collapse.in {
    display: block;
    float: left;
    width: 100%;
    position: relative;
  }

  .navbar {
    min-height: 0;
  }

  .jumbotron.intro .quotewrap {
    position: relative;
  }

  .jumbotron.intro .quotewrap .pull-right {
    float: none !important;
  }

  

  .jumbotron.intro .service-box .wrap {
    text-align: center;
  }

  .navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
    background-color: #272056;
  }

  .navbar-nav {
    background-color: #544c88;
    color: #fff;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #6b639e;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px;
  }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #6b639e;
    color: #fff;
  }

  .navbar-brand img {
    max-width: 100%;
    float: none;
  }

  .navbar-brand {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
  }

  .jumbotron.intro .quotewrap {
    text-align: center;
    padding: 20px 0;
  }

  .large-span, .large-span, .large-span strong {
    font-size: 25px;
  }

  a.large-span, a.large-span strong {
    font-size: 20px;
  }

  .jumbotron.intro .quotewrap img {
    margin: 0;
  }

  .brands {
    display: none;
  }

  .content, .jumbotron.last, .methods {
    padding: 20px 0;
  }



  .box {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    text-align: center;
  }

  .boxes p {
    margin-bottom: 20px;
  }

  .boxes a.cta {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;

  }

  .brands ul {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }

  .brands ul li {
    margin-bottom: 20px;
    width: 100%;
    display: table;
  }

  .brands .pull-right {
    float: none !important;
  }

  .boxes {
    padding: 30px 0;
  }

  .jumbotron.intro .service-box .wrap {
    padding: 15px;
  }

  .jumbotron.nav ul.dropdown {
    position: relative;
    visibility: visible;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    max-height: none;
    display: block;
    float: left;
    width: 100%;
  }

  .jumbotron.nav ul.dropdown li {
    max-width: none;
    width: 100%;
  }

  .jumbotron.nav ul.dropdown li a {
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
  }

  .jumbotron.nav ul.dropdown li a:hover, .jumbotron.nav ul.dropdown li a:focus {
    background-color: #555;
  }

  .jumbotron.nav ul.dropdown li a:after {
    opacity: 1;
    right: 0;
  }

  .nav > li {
    width: 100%;
    float: left;
  }

/*  .boxes .circle {
    clear: both;
    display: table;
    float: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
  }*/

  .cta-wrapper a {
    clear: both;
    width: 100%;
    margin-left: 0 !important;
  }

  .cta-wrapper a:first-child {
    margin-bottom: 20px;
  }
  
  footer ul.img-table {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
  }

  footer ul.img-table li {
    float: left;
    display: block;
    width: 40%;
  }

  footer ul.img-table li img {
    margin: 0 10px;
  }

  .boxes span.title {
    margin-bottom: 20px;
    text-align: center;
  }

  .jumbotron.last ul.usp-list {
    text-align: center;
    margin-top: 20px;
  }
  
  .jumbotron.last ul.usp-list li:before {
    clear: both;
    display: table;
    float: none;
    width: 40px;
    margin: 0 auto;
  }

  .jumbotron.last ul.usp-list strong {
    display: block;
    float: left;
    width: 100%;
  }

  .jumbotron.last h2 {
    text-align: center;
    width: 100%;
  }


  footer {
    padding: 30px 0;
  }

  footer h3 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }

  footer ul li {
    display: block;
    float: left;
    width: 100%;
  }


  form.newsletter input[type=submit] {
    margin-left: 0;
    width: 100%;
  }

  form.newsletter input[type=email] {
    width: 100%;
    padding: 20px;
  }

  .copyright {
    text-align: center;
  }

  .copyright .pull-left, .copyright .pull-right {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
  }

  .copyright ul li a {
    font-size: 13px;
  }

  .boxes .title-wrap {
  	width: 100%;
  }

}


@media (min-width: 700px) {
  .content-page .carousel-inner {
    max-height: 250px;
  }

  .service-box .show-menu {
    padding: 20px;
    background-color: #5eaed4;
    color: #fff;
    margin: 0;
    width: 100%;
  }

  .service-box .show-menu:hover, .service-box .show-menu:focus {
    background-color: #89c3df;
  }


}

.navbar-toggle {
  background-color: #333;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin-top: 30px;
}

.navbar-toggle i {
  color: #fff;
}

.cta-wrapper {
  display: block;
  float: left;
  width: 100%;
  padding: 40px 0;
  clear: both;
}

.cta-wrapper {
  display: table;
  float: none;
  width: auto;
  margin: 0 auto;
}

.cta-wrapper a {
  display: block;
  float: left;
  padding: 12px 90px;
  color: #fff;
  background-color: #5eaed4;
  border: 1px solid #5eaed4;
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-wrapper a:first-child {
  margin-left: 0;
}

.cta-wrapper a:hover, .cta-wrapper a:focus {
  color: #fff;
  border-color: #f79637;
  background-color: #f79637;
  
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
}

input[type="file"] {
  background-color: transparent !important;
  color: #333;
}



.wpcf7-list-item {
  display: block;
  float: left;
  margin-right: 20px;
}

#logosslider li {
  list-style: none;
  display: table;
  float: left;
  margin: 0 25px;
}

#logosslider ul .item {
  display: block;float: left;
}

#logosslider ul {
  float: left;
  width: 100%;
}

#logosslider .carousel-control.right, #logosslider .carousel-control.left {
  background-image: none !important;
}

#logosslider .carousel-control.right i, #logosslider .carousel-control.left i {
  color: #f7941d;
  font-size: 30px;
}


#logosslider .carousel-control.right i:hover, #logosslider .carousel-control.left i:hover {
  color: #5eaed4;
}

#logosslider img {
  display: table-cell;
  vertical-align: middle;
}

#logosslider .carousel-control {
  text-shadow: none;
  opacity: 1;
}

#logosslider .first > li {
  margin: 0 20px;
}


#logosslider .carousel-control.right {right: -100px;top:12px;}

#logosslider .carousel-control.left {left: -100px;top:12px;}

ul.thumb-slide img {
  max-height: 30px;
}

ul.thumb-slide li {
  padding: 0 10px;
}

.wp-caption-text.gallery-caption {
  position: relative;
  text-align: center;
  opacity: 1;
  float: left;
  background-color: #5eaed4;
  padding: 10px 0; 
  font-size: 13px;
  font-style: normal;
  font-weight: 400;

  margin: 0;
  width: 100%;
  color: #fff;
}

.gallery-item {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 5px;
  max-width: none; 
  overflow: hidden;
}

.gallery-item img {
  display: block;
  float: left;
  width: 100%;
}

.gallery-caption:before {
  content: none;
}

.gallery-icon.landscape {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-color: #eee;
}

figure.gallery-item img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

figure.gallery-item:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}


@media screen and (max-width: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.67);-webkit-transform:scale(0.67);transform-origin:0 0;-webkit-transform-origin:0 0;} }


