/*
Theme Name: Display Solutions
Theme URI: /
Author: 
Author URI: /
Version: 1.0
*/

::selection, ::-moz-selection, ::-webkit-selection {
	background:#01518c;
	color:#fff;
}

/* Fix admin bar when login max-width 600px */
@media screen and (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v16-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v16-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v16-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v16-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v16-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v16-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v16-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



/**
 * Base
 */

html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body{
	color: #444;
	background : #fff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/* Common */
select{
	height:1.938rem;
	border:none;
	background-color:#fff;
	padding:0.3rem;
	outline:none;
}
select:hover, select:focus{
	background-color:#fff;
	border-color:#3891c4;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea{
	height: 2.5rem;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0.5rem 0.938rem;
	margin-bottom: 1.125rem;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus{
	-webkit-box-shadow:none;
	box-shadow:none;
	outline: none;
}
textarea{
	height:8rem;
}

.no-margin{
	margin: 0 !important;
}
.no-pad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-pad-left{
	padding-left: 0 !important;
}
.no-pad-right{
	padding-right: 0 !important;
}
p{
	margin-bottom: 0.938em;
	/*font-size: 0.875em;*/
}
p:last-child{
	margin-bottom: 0;
}
ul, ol, dl{
	font-size: 0.875em;
	font-weight: normal;
}
/**
 * MEDIA
 */

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.alignleft{
	float: left;
	margin-right: 1.875rem;
	margin-bottom: 0.5rem;
}
.alignright{
	float: right;
	margin-left: 1.875rem;
	margin-bottom: 0.5rem;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}

.alignnone {
	display: block;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

h1, h2, h3, h4, h5, h6{	
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.938em;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	color: #444444;
}
h2 {
	font-size: 1.5rem;		
	margin-bottom: 1.250em;
}
h3 {
	font-size: 1.125rem;	
}
@media only screen and (min-width: 40.063em) {
	h2 {}
}
h4{
	margin-bottom: 0.675rem;
}

h6{
	font-size: 0.875rem;
}
a{
	color: #479bc1;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
a:hover, a:focus{
	color: #285165;
	/*color: #2983ab;*/
}

.list.circle {
	list-style: none;
	margin-left: 0;
	position: relative;
}
.list.circle li {
	padding-left: 35px;
	margin-bottom: 5px;
}
.list.circle li::before {
	content: "\f10c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #479bc1;
    font-size: inherit;
    position: absolute;
	left: 1px;
	margin-top: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Button */
button, .button{
	background: transparent;
	color: #479bc1;
	font-size: 0.875rem;
	border: 1px solid #479bc1;
	padding: 1.375rem 1rem;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color: #04a0d8;
	border-color: #04a0d8;
	outline: none;
}
.effect a {
    position: relative;
    display: block;
    max-width: 100%;
}
.effect a:hover:before, .effect a:hover:after {
    width: 100%;
    height: 100%;
}
.effect a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.effect a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.row{
	max-width: 75rem;
}
.text-capitalize{
	text-transform: capitalize;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-lowercase{
	text-transform: lowercase;
}

/**
 * HEADING
 */
.heading-title {
	font-size: 1.875rem;
	color: #01518c;
	margin-bottom: 1.25rem;
}

/* Logo */
.logo {
	float: left;
	margin: 0;
	line-height: 1;
}
.logo a {
	display: inline-block;
	padding: 35px 0;
	/*background-color: #fff;
	box-shadow: 0 5px 15px rgba(2,2,2,.4);*/
}
.logo img {
	display: block;
	/*width: 180px;*/
}
.mobile-logo{
	display: block;
	position: relative;
	height: 100%;	
}
.mobile-logo img{
	max-width: 80%;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Top bar */
.top-bar-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.top-bar{
	height: auto;
	line-height: 1;
	background: transparent;
}

.top-bar-contact{
	text-align: right;
	margin-top: 25px;
}
.top-bar-contact>div{
	display: inline-block;
	font-size: 14px;
	color: #479bc1;
	line-height: 1;
	margin-left: 30px;
	background: transparent;
	text-transform: uppercase;
}
.top-bar-contact a{
	color: #479bc1;
}
.top-bar-contact a:hover{
	color: #444;
}
.top-bar-portal{ 
	float: right;
	margin-top: 30px;
}
.top-bar-portal .button{
	background: #2983ab;
    background-image: -webkit-linear-gradient(bottom, #2983ab, #479bc1);
    background-image: linear-gradient(to top, #2983ab, #479bc1);
	color: #FFF;
	border: none;
	border-radius: 5px;
	line-height: 1;
    padding: 1.25em 2.2em;    
    font-size: 0.875em;        
    position: relative;
    top: -4px;
    text-transform: uppercase;
}
.top-bar-portal .button:hover{	
	background: #479bc1;
    background-image: -webkit-linear-gradient(bottom, #479bc1, #2983ab);
    background-image: linear-gradient(to top, #479bc1, #2983ab);
}
.top-bar-contact-search {
	margin-top: 36px;
	line-height: 40px;
}
.top-bar-contact-search .right > * {
	vertical-align: top;
}
.contain-to-grid{
	background: transparent;
}
.top-bar-section .top-bar-menu > li.active:not(.has-form) > a:not(.button):after {
	border-top: none;
}
.top-bar-section ul{
	background: transparent;
	margin-top: 30px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
	text-transform: uppercase;
	padding: 1.25em 1em;
	letter-spacing: 1px;
	color: #090b0c;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: transparent;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: transparent;
}
.top-bar-section .top-bar-menu > li:not(.has-form):hover > a:not(.button),
.top-bar-section li:not(.has-form):hover ul.dropdown{
	color: #04a0d8;
}
.top-bar-section li:not(.has-form) a:not(.button) span.opacity{
	opacity: .65;
}
.top-bar-section li.telephone:not(.has-form) a:not(.button){
	color: #31cdfe;
}
.top-bar-section .has-dropdown > a{
	padding-right: 30px !important;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
	content: none;
}
.top-bar-section li.active:not(.has-form) a:not(.button){
	background: none;
	color: #090b0c;
	font-weight: 700;
}
.top-bar-section .top-bar-menu > li.active:not(.has-form) > a:not(.button):after{
	content: "";
	display: block;
	width: 100%;
	margin-top: -7px;
	position: static;
	border: none;
	border-top: none;
}
.top-bar-section li.active:not(.has-form) a:not(.button):after{
	margin-left: 0;
}
.top-bar-section .has-dropdown > a{
	position: relative;
}
.top-bar-section li.active:not(.has-form) .sub-menu a{
	padding: 1.25em 1em;
}
.top-bar-section .has-dropdown > a:before{
	border-color: #090b0c transparent transparent transparent;
	margin-right: 0;
	position: absolute;
	top: 21px;
	right: 15px;
	display: inline-block;
	border: 4px solid;
	float: right;
	content: "";
	border-color: #090b0c transparent transparent transparent;
	width: 0;
	height: 0;
}
.top-bar-section .has-dropdown > a:after{
	content: none;
}
.top-bar-section .has-dropdown.not-click > .dropdown{
	right: auto;
	left: 0;
}
.top-bar-section .has-dropdown.not-click > .dropdown .dropdown{
	left: 100%;
}
.top-bar-section .dropdown{
	/*width: auto;*/
	width: 250px;
	top: 45px;
}
.top-bar-section .dropdown .dropdown{
	width: 100%;
}
.top-bar-section .dropdown .dropdown:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 15px;
	opacity: .35;
}
.top-bar-section .dropdown li{
	width: 100%;
}
.top-bar-section li:not(.has-form):hover .dropdown li:hover > a:not(.button){
	background-color: rgba(0, 0, 0, .3);	
}
.top-bar-section li.has-dropdown:not(.has-form):hover > a:not(.button){	
	background-color: #479bc1;
	color: #FFF;
}
.top-bar-section li.has-dropdown:not(.has-form):hover > a:not(.button):before{
	border-top-color: #FFF;
}
.top-bar-section .top-bar-menu > li:hover > a{}
.top-bar-section ul.sub-menu{
	margin-top: 0;
	background: #479bc1;
}
.top-bar-section ul.sub-menu a{
	color: #FFF !important;
	font-weight: normal !important;

    white-space: normal;
    text-transform: none !important;
    line-height: 1.5 !important;
}

@media only screen and (max-width: 80rem ) and (min-width: 64rem){
	.top-bar-section li:not(.has-form) a:not(.button), 
	.top-bar-section li:not(.has-form) a:not(.button):hover, 
	.top-bar-section li.active:not(.has-form) a:not(.button),
	.top-bar-section li.active:not(.has-form) a:not(.button):hover{
		/*padding: 0 10px;
		letter-spacing: 1px;*/
	}
}

/* Mobile Tab Bar */
nav.tab-bar {
	background-color: #01518c;
	height: 5.3125rem;
}
section.left-small,
section.right-small {
	width: 4.875rem;
    height: 5.3125rem;
    line-height: 5.3125rem;
    border-color: #276b9d;
    box-shadow: none;
}
section.right-small .button{
	border: none;
}
section.tab-bar-section.middle {
	right: 4.875rem;
    left: 4.875rem;
    white-space: nowrap;
    height: 5.3125rem;
    text-align: center;
}
section.tab-bar-section.middle img {
	max-height: 5.3125rem;
    padding: 0.5rem 0;
}
nav.tab-bar h1,
nav.tab-bar h2, 
nav.tab-bar h3, 
nav.tab-bar h4, 
nav.tab-bar h5, 
nav.tab-bar h6 {
	line-height: 5.3125rem;
}
a.menu-icon {
	color: #fff;
    width: 4.813rem;
    height: 5.3125rem;
    line-height: 5.3125rem;
    font-size: 1.875rem;
    text-indent: 0;
    text-align: center;
}

/* Begin - CSS used for mobile canvas menu */
@media screen and (min-width: 75em){
	.off-canvas-wrap{
		overflow: hidden;
	}
}
ul.off-canvas-list ul{
	list-style:none;
	margin-left: 0;
	background: #01518c;
}
.left-off-canvas-menu {
	background: #01518c;
}
ul.off-canvas-list li a {
	color: #fff;
	padding: 1rem 2rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-color: #276b9d;
	font-size: 0.75rem;
}
ul.off-canvas-list li.current-menu-item > a {
	background-color: #014170;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu .current-menu-parent > a {
	padding-left: 1rem;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #01518c;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}
.left-submenu.move-right, 
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.left-submenu .back>a {
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #01518c;
    border-top: none;
    border-bottom: 1px solid #276b9d;
    margin: 0;
}
.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.move-right a.exit-off-canvas {
	background: rgba(0, 0, 0, 0.75);
	box-shadow: none;
}
.move-right a.exit-off-canvas:hover {
	background: rgba(0, 0, 0, 0.75);
}
.sub-menu-open .left-submenu{
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0); 
}

/* End - CSS used for mobile canvas menu */

/* Footer */
#footer{
	background: transparent url(../images/adps-footer-large.jpg) center bottom no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 75em){
	#footer{	
		background-position: center center !important;
	}
}
#testimonials{
	background: rgba(0, 0, 0, .85);
	padding: 3.75rem 0;
}
#testimonials .testimonial-title{
	color: #479bc1;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
#testimonials .posts-slider>ul{
	margin: 0 0 40px 0;
}
#testimonials .slick-slide{}
#testimonials .slick-slide p{
	text-align: center;
	color: #FFF;
	line-height: 1.7;
	/*font-size: 0.875rem;*/
}
#testimonials .slick-slide{
	overflow: hidden;
	outline: none;
}
#testimonials .slick-slide p.test-author{
	color: #bbd2e5;
}
#testimonials .slick-dots li button{
	width: 12px;
	height: 12px;
	background: #285165;
	border-radius: 50%;
}
#testimonials .slick-dots{
	bottom: -40px;
}
#testimonials .slick-dots li.slick-active button{
	background: #BBD2E5;
}
#testimonials .slick-dots li button:before{
	content: none;
}

.footer-container{
	background:  no-repeat center center rgba(0, 0, 0, .9625) fixed;
	background-size: 100% 100%;
}
.footer-logo{
	margin-bottom: 2rem;
}
.footer-logo img{
	width: 6.75rem;
}
.footer-container .footer-column-2{
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
@media only screen and (max-width: 64em){
	.footer-container .footer-column-2 {
	    padding-top: 40px
		padding-bottom: 40px
	}
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-container .widget{
	/*margin-bottom: 1.25rem;*/
}
.footer-container ul{
	line-height: normal;
}
.footer-widget a{
	color:#bbd2e5;
	/*font-size: 10px;
	line-height: 1.5;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;*/
}
.footer-widget a:hover{
	color: #04a0d8;
}
.footer-widget .widget-title{
	font-size: 14.5px;
    color: #479bc1;
	text-transform: uppercase;	
	font-weight: 700;
	margin-bottom: 20px
}
.footer-widget p{
	color: #bbd2e5;
	margin-bottom: 0px;
	/*text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 2.7;*/
}
.contact-footer {
	margin-bottom: 1.25rem;
}
.contact-footer .contact-label{
	display: inline-block;
	width: 110px;
}

.footer-credits{
	background: #0A1F35;
	color: #8699ad;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 12px;
}
.footer-credits .columns{
	padding: 16px;
}

.footer-credits .columns ul.menu{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
.footer-credits .columns ul.menu li{ display: inline-block; }
.footer-credits .columns ul.menu li a{ font-size: 12px; color: #FFF; }
.footer-credits .columns ul.menu li a:after{
	content: ".";
}
.footer-credits a{
	color: inherit;
}
.footer-credits span.author-name{
	color: #FFF;
	margin-right: 5px;
}
@media only screen and (max-width: 40em) {
	#footer{
		/*text-align: center;*/
	}
}

/**
 * CONTENT
 */
.main-wraper {
	padding: 60px 0;
}
.main-entry-content{
	margin-bottom: 20px;
}
/* Default Page */
.header-top{
	position: relative;
	min-height: 180px;
	background-color: #479bc1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-top.parallax-image{
	/*background-image: url(../images/default-header-image.jpg);*/
	background-attachment: fixed;
}
.header-top-overlay{
	background: url(../images/bggadian.png);
	background-position: 0 0;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-top-overlay::before,
.header-top-overlay::after {
	display: none;
}
.header-top-overlay::before {
	content: '';	
	opacity: 0.55;
	background: -moz-linear-gradient(180deg, #FFFFFF 0%, #ffffff 50%, #ffffff 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #FFFFFF)); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #ffffff 50%, #ffffff 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, #FFFFFF 0%, #ffffff 50%, #ffffff 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, #FFFFFF 0%, #ffffff 50%, #ffffff 100%); /* ie10+ */
	background: linear-gradient(270deg, #FFFFFF 0%, #ffffff 50%, #ffffff 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFFFFF',GradientType=1 ); /* ie6-9 */
}
.header-top-overlay::after {
	/*content: '';
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);*/
}

@media only screen and (max-width: 62em){
	#main > .main-wraper > .row > div{
		width: 100%;
	}
	.quoteday-form{		
		max-width:600px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Comment */
#comments h3,
#respond h3 {
	font-size: 1.5rem;
}
.commentlist{
	list-style: none;
	margin-left: 0;
}
.commentlist .children{
	list-style: none;
	margin-left: 30px;
}
#comments article{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
#comments article header{
	overflow: hidden;
	margin-bottom: 5px;
}
#comments article header .avatar{
	float: left;
	margin-right: 15px;
}
#comments article header .author-meta{
	line-height: 1.3;
}
#comments article header .author-meta .fn{
	display: block;
	font-weight: bold;
}
#comments article header .author-meta .fn a{
}
#comments article header .author-meta time a{
	color: #888;
	font-size: 12px; 
}
#comments article .comment{}
#respond {
	margin-top: 2rem;
}
form.comment-form input[type=text], 
form.comment-form input[type=email], 
form.comment-form input[type=url], 
form.comment-form textarea {
	margin-bottom: 0;
}
label.error {
	margin-top: 0.5rem;
}

/* Responsive */
.menu-tablet{ display: none; }
@media only screen and (min-width: 40.063em) and (max-width: 63.938em){
	.menu-tablet{ display: block; }
	.top-bar-section ul{
		display: none;
	}
}

/* FAQs Page */
#faqs-filter{	
	box-sizing: border-box;
	margin-top: 20px;
}
#faqs-filter h2{
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 5px
}
#faqs-filter h2 strong{
	display: block;
}
#faqs-filter .filter-container{
	position: relative;
}
#faqs-filter #filter-box{
	height: 65px;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3e4448;
	background-color: #f4f2f1;
	border-color: #f4f2f1;
}
#faqs-filter #filter-box::-ms-clear {
	display: none;
}
#faqs-filter .filter-container i{
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.faq-block{
	margin-bottom: 50px;
}
#new-faq{
	margin-bottom: 3rem;
	clear: both;
}
#new-faq h2.faq-no-answer{
	text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.5rem;
}
@media only screen and (max-width: 30rem){
	#faqs-filter{
		padding: 40px 20px;
	}
}
/* Accordion */
.accordian .accordian-toggle{
	margin: 0;
}
.accordian .faq{
	/*border-bottom: 1px solid #04a0d8;*/
}
.accordian .accordian-toggle a{
	color: #479bc1;
	display: block;
	padding: 15px 40px 15px 0;	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}
.accordian .accordian-toggle.active a{
	border-bottom: 0;
	color: #444;
}
.accordian .accordian-toggle-content{
	padding-bottom: 18px;
	padding-right: 30px;
	padding-left: 30px;
	display: none;
	overflow: hidden;
}
.accordian .accordian-toggle-content p{
	font-size: 14px;
}
.accordian .accordian-toggle .fa{
	position: absolute;
	top: 50%;
	font-size: 18px;
	margin-top: -7px;
	right: 15px;
}
.accordian .accordian-toggle .fa.fa-close{
	color: #3e4448;
}

/* Contact Maps */
#map{
	height: 280px;
}
@media only screen and (max-width: 64rem){
	#map{
		width: 100%;
	}
}
@media only screen and (max-width: 40rem){
	#map{
		width: 100%;
		height: 200px;
	}
}

/**
 * CONTACT
 */
.contact-block {
	margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
	.contact-block {
		margin-bottom: 0;
	}
}
.contact-block p {
	margin-bottom: 0;
}
.contact-element {
	list-style: none;
	margin: 0;
	position: relative;
}
.contact-element li {
	color: #04a0d8;
	padding-left: 80px;
}
.contact-element span {
	position: absolute;
	color: #444;
	left: 0;
}
.contact-element a {
	color: #444;
}
.contact-element a:hover {
	color: #04a0d8;
}
#map {
	margin-top: 20px;
}
@media only screen and (min-width: 64.063em) {
	#map {
		margin-top: 40px;
	}
}

#sticky-buttons{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	margin-bottom: 0.625rem;
}
#sticky-buttons .button{
	border: none;
	background: #479bc1;
	color: #FFF;
	font-size: 1.125rem;
	border-radius: 50%;
	margin-bottom: 0.625rem;
    margin-right: 1.25rem;
	padding: 0.8125rem 1rem;
	box-shadow: 0px 0px 10px rgba(1, 2, 2, .25);
    text-shadow: 0 0px 21px rgba(1, 2, 2, .64);
	letter-spacing: 0px;
    width: 3.125rem;
    height: 3.125rem;
    display: block;
}
#sticky-buttons .button:before{
	content: none;
}

/* Maps Popup */
#maps-link-popup{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .75);
	text-align: center;
	white-space: nowrap;
	display: none;
	overflow: auto;
}
#maps-link-popup:before{
	content: "";
	display:inline-block;
	vertical-align: middle;
	height: 100%;
}
#maps-link-popup .popup-container{
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	margin: 3rem 0;
}
#maps-link-popup h2{
	color: #FFF;
	font-weight: 300;
}
#maps-link-popup h2 strong{
	font-weight: 700;
}
#maps-link-popup .maps-list{
	font-size: 1.6875rem;
	white-space: normal;
	background: #F0F0F0;
	border: 1px solid #858585;
	border-radius: 14px;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, .75)
}
#maps-link-popup .map-item{
	color: #444444;
	padding: 2rem 4.75rem;
	line-height: 1.7;
	display: block;	
}
#maps-link-popup .map-item .contact-element{
	text-align: left;
}
#maps-link-popup .map-item + .map-item{
	border-top: 1px solid #858585;
}
#maps-link-popup .map-item .info-label{
	font-weight: 700;
	text-align: center;
}
#maps-link-popup .map-item span.link-text{
	color: #96ca50;
}
@media screen and (max-width: 64rem){
	#maps-link-popup .map-item{
		padding: 2rem 2rem;
	}
}
@media screen and (max-width: 50rem) and (min-width: 40.0625rem){
	#maps-link-popup .map-item{
		padding: 2rem 7.25rem;
	}
}
@media screen and (max-width: 40rem) and (min-width: 30.0625rem){
	#maps-link-popup h2{
		font-size: 1.5rem;
	}
	#maps-link-popup .map-item{
		font-size: 1.5rem;
		padding: 1.5rem 3.25rem;
	}
}
@media screen and (max-width: 30rem){
	#maps-link-popup h2{
		font-size: 1.125rem;
	}
	#maps-link-popup .map-item{
		font-size: 1.125rem;
		padding: 1.5rem 1.5rem;
	}
}
@media screen and (max-width: 22.5rem){
	#maps-link-popup .map-item .contact-element li{
		padding-left: 0;
		text-align: center;
	}
	#maps-link-popup .map-item .contact-element span{
		position: static;
		display: block;
		font-weight: bold;
	}
}

/* Home Slider */
#home-slider{
	position: relative;
	max-height: 500px;
    overflow: hidden;
}
#home-slider .slick-arrow{
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 100;
}
#home-slider .slick-prev{
	left: 30px;
}
#home-slider .slick-next{
	right: 30px;
}
#home-slider .slick-arrow:before{
	color: #444;
	font-size: 50px;
	opacity: 0.5;
	top: 10px;
    position: relative;
}
#home-slider .slick-arrow:focus:before,
#home-slider .slick-arrow:hover:before{
	/*color: #479bc1;*/
}
#home-slider > ul{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
#home-slider .slide {
	position: relative;
}
#home-slider .slide:before{
	content: "";
	background: url(../images/bggadian.png) no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home-slider .slide-image{
	width: 100%;
    /* padding-top: 26%;
    min-height: 24rem; */
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;    
    background-color: #FFF;		
}
@media only screen and (max-width: 64em) {
	#home-slider .slide-image {
		transform: none !important;
	}
}
#home-slider .slide-caption{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 10;
	/*top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
#home-slider .slide-caption *{
	color: #479bc1;
	margin: 0 auto;
	font-size: 20px;	
    font-weight: normal;
    /*-webkit-text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
}
#home-slider .slide-caption > div{
	/*background: rgba(0, 0, 0, 0.75);*/
    padding-top: 15px;
    padding-bottom: 15px;
}
#home-slider .slide-caption > div h1{ font-size: 35px; font-weight: bold; }
#home-slider .slide-caption > div h2{ font-size: 30px; font-weight: bold; }
#home-slider .slide-caption > div h3{ font-size: 25px; }
#home-slider .slide-caption > div h4{ font-size: 22px; }
#home-slider .slide-caption > div h5{ font-size: 19px; }
#home-slider .slide-caption > div h6{ font-size: 16px; }

@media only screen and (max-width: 62em) {
	#home-slider .slick-slide .header-top-overlay{
		display: none;
	}
	#home-slider .slide-caption{
		bottom: 0;
	}
	#home-slider .slick-arrow{
		width: 30px;
	}
	#home-slider .slick-arrow:before{
		color: #FFF;
		font-size: 30px;
	}
	#home-slider .slick-slide{
		height: auto;
	}	
	#home-slider .slide-image{
		min-height: 24rem;
		background-position: center center !important;
	}
	.header-top.parallax-image{
		background-position: center center !important;
	}
}
@media only screen and (max-width: 48em) {
	#home-slider .slide-image{
		min-height: 300px;
    	position: relative;
	}
	#home-slider .slide-caption > div h1{ font-size: 30px; }
	#home-slider .slide-caption > div h2{ font-size: 27px; }
	#home-slider .slide-caption > div h3{ font-size: 23px; }
	#home-slider .slide-caption > div h4{ font-size: 20px; }
	#home-slider .slide-caption > div h5{ font-size: 17px; }
	#home-slider .slide-caption > div h6{ font-size: 14px; }
	#home-slider .slide-caption > div p{ font-size: 14px; }
}
@media only screen and (max-width: 30em) {
	#home-slider .slide-image{
		min-height: 200px;
	}
}
#block-introductions{}
#block-introductions .entry-content{
	padding-top: 3.750em;
	padding-bottom: 3.750em;
}


.quoteday-form {
    background: #479bc1;
    padding: 23px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.quoteday-form .gform_wrapper {}
.quoteday-form .gform_wrapper .gform_body{
	width: 100%;
}
.quoteday-form .gform_wrapper .gform_fields{}
.quoteday-form .gform_wrapper .gform_fields .gfield{
	padding: 0;
	margin-top: 0 !important;
	margin-bottom: 10px;
}
.quoteday-form .gform_wrapper .gform_fields .gfield .ctform-head{
	color: #FFF;
}
.quoteday-form .gform_wrapper .gform_fields .gfield .ctform-head h3{
	color: #bad2e5;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.quoteday-form .gform_wrapper .gform_fields .gfield .ctform-head h2{
	color: #FFF;
	margin: 0;
	margin-bottom: 30px;
}
.quoteday-form .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quoteday-form .gform_wrapper .gfield select,
.quoteday-form .gform_wrapper .gform_fields .gfield textarea,
.quoteday-form .gform_wrapper .gform_fields .gfield input[type="text"]{
	padding: 0.75rem 1.25rem;
	height: 50px;
	background: #bbd2e5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #bbd2e5;
}
.quoteday-form .gform_wrapper .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quoteday-form .gform_wrapper .gform_fields .gfield.gfield_error select,
.quoteday-form .gform_wrapper .gform_fields .gfield.gfield_error textarea{
	border-color: #ad0000;
}
.quoteday-form .gform_wrapper .gform_fields .gfield textarea{
	height: 80px;
}
.quoteday-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
.quoteday-form ::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
.quoteday-form :-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
.quoteday-form :-moz-placeholder { /* Firefox 18- */
  color: #444;
}
body .quoteday-form .gform_wrapper .gform_footer{
	box-shadow: none;
}
body .quoteday-form .gform_wrapper .gform_footer input.button{
	background: #090b0c;
	border: none;
	color: #479bc1;
	border-radius: 5px;
	letter-spacing: 1px;
}
body .quoteday-form .gform_wrapper .gform_footer input.button:hover{
	background-color: #FFF;
}
.quoteday-form .gform_wrapper .gform_footer::after{
	right: 1.75rem;
    font-size: 18px;
    top: 1.375rem;
    color: #479bc1;
    opacity: 1;
}
body .quoteday-form .gform_wrapper .validation_error {
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.3;	
}
body .quoteday-form .gform_wrapper .validation_error,
body .quoteday-form .gform_wrapper .validation_message{
	color: #ad0000;
}
body .gform_wrapper .field_description_below .gfield_description{
	font-weight: normal;
}
.quoteday-form .gform_confirmation_message {
    text-align: center;
    color: #FFF;
    line-height: 1.3;
}

.page-title{}
.page-title h3{
	margin-top: 0;
	font-size: 14px;
	color: #479bc1;
}
h1.entry-title {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.single-service-head h1.entry-title {
	margin-bottom: 15px;
}

.services-row .service-block h3{
	margin-bottom: 5px;
}
.services-row .service-block h3 a {	
	font-size: 15px;
	font-weight: 700;
	display: block;
}
.services-row .service-block p {
	margin-bottom: 1.25rem;
}
.services-row .service-block a.service-link {
	/*font-size: 0.875rem;	
	font-weight: 600;*/
}
.services-row .service-block i {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.services-row .service-block:hover i {
	-webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.links{}
.links a{
	display: inline-block;
	padding: 5px 15px;
	color: #444;
}
.links a:hover{
	color: #479bc1;
}
.wow {
	visibility: hidden;
}

.necessary-pages{}
.necessary-pages a{
	font-size: 16px;
}

@media (max-width: 1200px){
	.gform_wrapper ul.gform_fields li.gfield .ginput_recaptcha > div {
		transform: scale(0.73);
		-webkit-transform: scale(0.73);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
