*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../images/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "OpenSansRegular";
	overflow-x: hidden;
}
.hidden {
	display: none;
}


h1,h2,h3 {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: underline;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}



.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive { 
  position: relative; 
  overflow:hidden; 
  height: 270px;
  margin: auto;
  margin-bottom: 25px;
} 

.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 36px;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}


.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pushy  h3 {
	text-align: center;
	color: #fff;
}


header {
	background-color: #f6f6f6;
}

.lng-btn {
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 18px;
}

.lng-btn:after {
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 14px;
	color: #fff;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	background-color: #019cca;
}

header {
	padding: 35px 0;
}
header .top {
	font-size: 18px;
}
header .top a {
	color: #8c8c8c;
	text-decoration: underline;
}
header .top p {
	margin: 0;

}
header .hdr-text p, h1 {
	margin: 0;
	font-size: 22px;
	line-height:1.4;
	font-family: "OpenSansBold";
	color: #0b97ca;
}

.logo-box img {
	max-width: 100%;
}

.navigation {
	background-color: #444444;
}

.navigation a {
	text-decoration:none;
}

.navigation nav > ul > li, .navigation  ul > li > a {
	display: inline-block;
	position: relative;
	
}

.navigation  ul > li > a {
	padding: 15px 0px;
	margin-right: 35px;
	color: #fff;
}


.navigation  ul > li > a:hover {
	color: #0594da;
}
.navigation  ul > li > ul {
	position: absolute;
	left: -35px;
	background-color: #444444;
	padding: 15px;
	padding-top: 5px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navigation  ul > li > ul a {
	padding: 5px 0px;
	line-height: 1.2;
}
.navigation  ul > li:hover ul {
	visibility: visible;
	opacity: 1;
	min-width: 235px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.navigation .btn-menu-mobile {
	position: absolute;
	right: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	border: none;
	background-color: #fff;
	display: none;
}

/*------------------- SLIDER (MAIN BANNER INDEX)-------------------------------------------------------------------*/

.slider {
	background: url(../images/remote-desktop-software-main.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: calc(100vh - 170px);
	color: #fff;
}
.slider .col-md-12 {
	position: relative;
	height: calc(100vh - 170px);
}

.slider .title {
	font-size: 32px;
	line-height: 1.2;
}
.slider .title span {
	font-size: 48px;
}
.slider .title strong {
	font-family: "OpenSansBold";
}

.slider .title + p, h2 {
	font-size: 22px;
	line-height: 1.2;
	
}

.slider .wrap {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slider ul li {
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
}

.slider ul li:before {
	content: '\f046';
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	left: 0;
	top: -7px;
	color: #ffc588;
	font-size: 24px;
}

/*------------------- AEROADMIN BTN -------------------------------------------------------------------*/

.btn {
	display: inline-block;
	border-radius: 6px;
	padding: 5px 15px;

	font-size: 20px;	
	/*color: #fff;*/
	text-transform: uppercase;
	font-family: "OpenSansSemiBold";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration:none;
}

.btn:hover {
	color: #fff;
	opacity: .9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-orange {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	
	padding:20px 35px;
	color:#FFF;"
}

/*------------------- INFO (LITE GREY CRYSTALS ) -------------------------------------------------------------------*/

.info {
	padding: 25px 0;
	background: url(../images/section_light_grey.jpg) no-repeat center top;
}


.info h2 {
	font-size: 22px;
	line-height: 1.2;
	font-family: "OpenSansSemiBold";
	padding-left: 10px;
	margin-left: 5px;
	border-left: 5px solid #025d92;
}

.info p {
	margin-left: 5px;
}

.info h3 {
	
	font-family: "OpenSansBold";
	font-size: 22px;
	line-height: 1.2;
}

/*------------------- ADVANTAGE (ORANGE STRIPES ON WHITE ) -------------------------------------------------------------------*/

.advantage {
	background: url(../images/section_orange.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 40px;
}
.advantage-box {
	background-color: rgba(142,229,248,.6);
	-webkit-box-shadow: 15px 45px 0 0px rgba(142,229,248,.4);
	box-shadow: 15px 45px 0 0px rgba(142,229,248,.4);
	padding: 25px;
	min-height: 345px;
	padding-top: 60px;
	position: relative;
}

.advantage-box h3 {
	text-align: center;
	font-family: "OpenSansBold";
	font-size: 18px;
	line-height: 1.2;
	min-height: 65px;
}

.advantage-box ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 7px;
}

.advantage-box ul li:before {
	content: '\f046';
	font-family: "FontAwesome";
	color: #142626;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
}

.advantage-box  span {
	position: absolute;
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 96px;
	text-align: center;
	background-color: #f28623;
	-webkit-box-shadow: 0 0 0 7px rgba(242, 134, 35, .4);
	box-shadow: 0 0 0 7px rgba(242, 134, 35, .4);
	border-radius: 50%;
	top: -55px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.advantage-box  span img {
	max-width: 100%;
}

/*------------------- ADVANT-SLIDER (LITE GREY CRYSTALS + CAROUSEL ) -------------------------------------------------------------------*/

.advant-slider {
	background: url(../images/section_light_grey.jpg) no-repeat center top;
	padding-bottom: 30px;
	-webkit-background-size: cover;
	background-size: cover;

}

.advant-slider h2 {
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
	font-family: "OpenSansBold";
	text-transform: uppercase;
	margin-top: 50px;
}

.advant-slider .owl-dots {
	text-align: center;
	margin-top: 35px;
}

.advant-slider .owl-dot {
	width: 20px;
	height: 20px;
	border: 2px solid #40c5f0;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
	position: relative;
}

.advant-slider .owl-dot.active:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #ef8935;
	border-radius: 50%;
}

.advant-slider {
	position: relative;
}
.advant-slider  .item  {
	margin-bottom: 15px;
}
.advant-slider  .item {
	font-size: 24px;
	padding-left: 80px;
	padding-right: 80px;
	font-family: "OpenSansSemiBold";
}
.advant-slider .owl-nav {
	position: relative;
	top: -155px;
	left: 0;
	width: 100%;
}
.advant-slider .owl-nav > div {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	border: 1px solid #005f8f;
	z-index: 50;
	background: #005f8f;
}

.advant-slider .owl-nav .owl-prev {
	left: 10px;
}

.advant-slider .owl-nav .owl-next {
	right: 10px;
}

/*------------------- WHY AEROADMIN (BLUE CRYSTALS + SLIDING ITEMS ) -------------------------------------------------------------------*/

.why-aeroadmin {
	color: #fff;
	background: url(../images/section_blue.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
	background-attachment: fixed;
}

.why-aeroadmin  h2 {
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
	font-family: "OpenSansBold";
	text-transform: uppercase;
	margin-top: 50px;
	padding-bottom: 20px;
}

.why-aeroadmin .item {
	position: relative;
	padding-left: 150px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.why-aeroadmin .item img {

}

.why-aeroadmin .item span {
	width: 150px;
	height: 150px;
	position: absolute;
	display: inline-block;
	text-align: center;
	left: 0;
	top: 0;
}
.why-aeroadmin .item h3 {
	font-size: 24px;
	font-family: "OpenSansBold";
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;

}
.why-aeroadmin .item:last-child {
	border-bottom: none;
}

.contacts {
	font-size: 20px;
	line-height: 1.4;
}

.contacts .s {
	font-size: 12px;
	line-height: 1.4;
}


/*------------------- SCREENSHOT BLOCK (CAROUSEL) -------------------------------------------------------------------*/

.screenshot-block {
	padding: 50px 0;
	text-align: center;
	line-height: 1.2;
	font-family: "OpenSansBold";
}

.screenshot-block h2 {
	font-size: 34px;
	text-transform: uppercase;
}

.screenshot-block h3 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}

.screenshot-block  .owl-dots {
	text-align: center;
	margin-top: 35px;
}

.screenshot-block  .owl-dot {
	width: 20px;
	height: 20px;
	border: 2px solid #40c5f0;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
	position: relative;
}

.screenshot-block  .owl-dot.active:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #ef8935;
	border-radius: 50%;
}

/*------------------- SUPPORT INLINE SECTION (BLUE BG IMAGE + GRADIENT?) -------------------------------------------------------------------*/

.support {
	background: url(../images/support-call.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	color: #5d5a5a;
	height: 550px;
 }

.support .h {
	position: relative;
	height: calc(70vh - 170px);
}
.support .wrap {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.support h2 {
	color: #FFF;
	font-size: 36px;
	margin: 30px 0px 0px 0px;
	border: none;
	height: 100%;

}

.support h3 {
	color: #FFF;
}

.support p {
	color: #FFF;
	font-size: 20px;
}

/*------------------- EMPLOYEES INLINE SECTION (BLUE BG IMAGE + GRADIENT?) -------------------------------------------------------------------*/

.employees {
	background: linear-gradient(
    rgba(244, 67, 54, 0.45),
    rgba(33, 150, 243, 0.25),
    rgba(139, 195, 74, 0.25),
    rgba(255, 87, 34, 0.45)),
    url(../images/employee-monitoring-software-banner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #5d5a5a;
	height: calc(70vh - 170px);
 }

.employees .h {
	position: relative;
	height: calc(70vh - 170px);
}

.employees .wrap {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.employees h2 {
	color: #FFF;
	font-size: 36px;
	margin: 30px 0px 0px 0px;
	border: none;
	height: 100%;

}

.employees h3 {
	color: #FFF;
}

.employees p {
	color: #FFF;
	font-size: 20px;
}

/*------------------- EMPLOYEES INLINE SECTION (BLUE BG IMAGE + GRADIENT?) -------------------------------------------------------------------*/

.parental {
	background: linear-gradient(
    rgba(244, 67, 54, 0.45),
    rgba(33, 150, 243, 0.25),
    rgba(139, 195, 74, 0.25),
    rgba(255, 87, 34, 0.45)),
    url(../images/parental-control-software-banner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #5d5a5a;
	height: calc(70vh - 170px);
 }

.parental .h {
	position: relative;
	height: calc(70vh - 170px);
}

.parental .wrap {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.parental h2 {
	color: #FFF;
	font-size: 36px;
	margin: 30px 0px 0px 0px;
	border: none;
	height: 100%;

}

.parental h3 {
	color: #FFF;
}

.parental p {
	color: #FFF;
	font-size: 20px;
}

/*------------------- WHITE SECTION (WHITE BG) -------------------------------------------------------------------*/

.white-section {
	color: ##5d5a5a;
	background: none;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px;
	background-attachment: fixed;
}

.white-section  h2 {
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
	font-family: "OpenSansBold";
	text-transform: uppercase;
	margin-top: 50px;
	padding-bottom: 20px;
}


.white-section h3 {
	font-size: 24px;
	font-family: "OpenSansSemiBold";
	margin: 15px 0px;
}

.white-section h4 {
	font-size: 20px;
	font-family: "OpenSansSemiBold";
	margin: 15px 0px;
}

.white-section .item {
	position: relative;
	padding-left: 0px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.white-section .item img {

}

.white-section .item span {
	width: 150px;
	height: 150px;
	position: absolute;
	display: inline-block;
	text-align: center;
	left: 0;
	top: 0;
}

.white-section .item h3 {
	font-size: 24px;
	font-family: "OpenSansBold";
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;

}

.white-section .item li {
	list-style: circle;
	margin-left: 20px;
	font-weight: bold;

}

.white-section .item li li{
	list-style-type: decimal;
	margin-left: 20px;
	font-weight: normal;

}

.white-section .item:last-child {
	border-bottom: none;
}


/*------------------- OVERLAY CLASSES -------------------------------------------------------------------*/

/*------------------- APPLICATIONS -------------------------------------------------------------------*/

.applications_ {
	color: #5d5a5a;
	background: url(../images/applications2_2.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	height: calc(70vh - 150px);
	color: #000;


}

.applications {

	background: url(../images/applications.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: cover;
	color: #5d5a5a;
	height: 460px;

}



.applications h2 {
	color: #FFF;
	border: none;
	font-size: 32px;
	margin: 70px 0px;
}

.applications p {
	color: #FFF;
	font-size: 20px;
}


/*--------------------------------------------------------*/

/*------------------- ABOUT -------------------------------------------------------------------*/

.about {

	background: linear-gradient(
    rgba(244, 67, 54, 0.45),
    rgba(33, 150, 243, 0.25),
    rgba(139, 195, 74, 0.25),
    rgba(255, 87, 34, 0.45)),
    url(../images/company-office.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #5d5a5a;
	height: calc(70vh - 170px);

	/*
	color: #5d5a5a;
	background: url(../images/depositphotos_84801334-stock-photo-startup-business-people-group-at.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: calc(70vh - 170px);
	color: #000;*/
}

.about h2 {
	color: #FFF;
	border: none;
	font-size: 32px;
	margin: 70px 0px 30px 0px;
}

.about p {
	color: #FFF;
	font-size: 20px;
}


/*--------------------------------------------------------*/


.blue-bg-header {
	background: url(../images/section_blue.jpg) no-repeat center top;	
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	background-attachment: fixed;
}

.blue-bg-header h2 {
	color: #FFF;
	border-left: 5px solid #FFF;
}

.blue-bg-header p {
	color: #FFF;
}

/*--------------------------------------------------------*/

.buy {
	background: url(../images/section_blue.jpg) no-repeat center top;	
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0px 10px 0px;
	background-attachment: fixed;
}

.buy h2 {
	color: #FFF;
	font-size: 36px;
	margin: 20px 0px 10px 0px;
}

.buy p {
	color: #FFF;
	font-size: 16px;
}



/*--------------------------------------------------------*/
.orange {
	color: #5d5a5a;
	background: url(../images/section_orange.jpg) no-repeat center top;
}


.orange span img {
	border: 2px #5d5a5a solid;	
}

.orange .responsive-table {
	border-color: #5a5a5a;
	background: #3e9bd5;
}

.orange .responsive-table .ico {
	color: #009abc;
	background-color: #fff;
	border-right: 4px #fff solid;
}

.orange .responsive-table .header {
	color: #FFF;
}

 .well {
	color: #5a5a5a;
	padding: 20px;
	margin-top: 5px;
	background-color: #FFF;
	border-width: 1px;
	border-color: #ccc;
}

.orange .well .fa {
	font-weight: bold;
}

/*--------------------------------------------------------*/
.table th, td {
   text-align: center;   
}

/*----------------------------------------------------------------------------------------------------------------*/

.light-grey-section {
background-image: none;
background-color: #f7f7f7;
}

.light-grey-section .well {
background-color: #fff;
}






/*--------------------------------------------------------*/
.light-grey {
	background: url(../images/section_light_grey.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


/*--------------------------------------------------------*/
.med-grey {
	background: url(../images/section_medium_grey.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFF;
}

.med-grey h2 {
	color: #FFF;
}

/*--------------------------------------------------------*/
.med-grey-sh {
	background: url(../images/section_medium_grey_sh.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	color: #FFF;
}

.med-grey-sh .item {
padding: 0px;
}

.med-grey-sh img {
border: 1px #FFF solid;
}

.med-grey-sh ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0px;
}

.med-grey-sh ul li:before {
	content: '\f046';
	font-family: "FontAwesome";
	color: orange;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
}

/*--------------------------------------------------------*/
.shadow {
    background: #fc0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 100%;
   }


/*--------------------------------------------------------*/
.responsive-table {
	border-width: 4px;
	border-style: solid;
	/*cursor: pointer;*/
	display:table;
	width: 100%;
	font-size: 24px;
	font-family: "OpenSansBold";
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom: 15px;
}

.responsive-table .ico {
	width: 50px;
	padding: 10px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
 }

.responsive-table .header {
	font-size: 24px;
	display:table-cell;
	width: auto;
	padding: 10px;
	vertical-align: middle;
}

.responsive-table .header p {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}

.responsive-table .fa {
	font-size: 40px;
	width: inherit;
	vertical-align: middle;
}

/*--------------------------------------------------------*/

.med-grey .responsive-table {
	border-color: #FFF;
	background: #e6e6e6;

}

.med-grey .responsive-table .ico {
	color: #009abc;
	background-color: #fff;
	border-right: 4px #fff solid;
}

.med-grey .responsive-table:hover .ico {
	cursor: pointer;
	color: #5a5a5a;
    background: #fff;
}

.med-grey .responsive-table .header {
	color: #5a5a5a;
}

.med-grey .responsive-table:hover .header {
	cursor: pointer;
	color: #fff;
    background: #009abc;
}

.med-grey .well {
	color: #5a5a5a;
	padding: 20px;
	margin-top: 5px;
}

/*--------------------------------------------------------*/

.buy-card select {
padding: 0px 5px 3px 5px;
font-size: 18px;
}

.buy-card .well  {
	background: white;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	
	padding:10px 20px;
	margin: 0px 10px;
	color:#5a5a5a;
}

.buy-card .well .btn {
	padding: 10px 10px;
	margin: 40px 0px 20px 0px;

}

.buy-card .well span {

	padding: 0px 5px;
	font-size: 16px;
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	/*border: 1px solid black;*/
}

.buy-card .well img {
	border: none;
}

.buy-card .well h3 {
	font-size: 36px;
}

.buy-card .well h4 {
	font-size: 16px;
}

.buy-card .well .btn-modal {
font-size:16px;
color:#0081f3;
margin:20px 0px 10px 0px;
padding:5px 20px;
text-align: center;
border: #0081f3 2px solid;
border-radius: 5px;
width: 100%;
}

.buy-card .well .modal-title {
font-size:22px;
font-weight: bold;
}

/*--------------------------------------------------------*/

.fa-check  {
	color: #0081f3;
} 

.fa-times  {
	color: red;
} 

.txt-modal:hover {
cursor: pointer;
}

 .txt-modal {
text-decoration: underline;
}

hr {

border-color:#ccc;
border-width:2px;
margin: 0px;
padding: 0xp;
}

.hr-footer {
border-color:#666;
margin: 30px 0px;
padding: 0px;	
}

.hr-med-grey {
 
 border-color: #666;
 }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    padding-top: 30px;
}


footer {
	color: #fff;
	padding-bottom: 45px;
	padding-top: 25px;
	background: url(../images/section_dark_grey.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}

footer h2 {
	text-transform: uppercase;
	font-family: "OpenSansBold";
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 0;
}

footer h2 + h3 {
	text-transform: uppercase;
	font-size: 24px;
}

footer strong {
	font-family: "OpenSansBold";
}

.mailer p {
	margin: 0px;
}

.mailer input {
	border-radius: 6px;
	padding: 20px 0;
	text-indent: 20px;
	margin-right: 10px;
	background-color: transparent;
	width: 270px;
	border: 1px solid #fff;
}
.mailer form {
	margin-top: 35px;
}
.btn-blue {
	background-color: #0298cd;
	border: none;
}


.mailer *::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.mailer *:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.mailer *::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.mailer *:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.lng-footer h4 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: "OpenSansBold";
}

.lng-footer button {
	color: #fff;
}

.pushy-content img {
	width: 24px;
	height: 16px;
}

.pushy-content a {
	text-decoration: none;
}

.a2 {
 -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.a3 {
	-webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.list-checks ul li:before
{ 
	content: '\f046';
	font-family: "FontAwesome";
	padding-left:0px; 
	padding-right:5px;
}

ol {
	margin-left: 0px;
	padding-left: 0px;

}

.bdg {
padding: 5px;
margin-left: 50px;
text-align:center;

}

.ftr a {
text-decoration:none;
}

.btn-modal{
	cursor: pointer;
}