/*
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;
	}
}

/**
 * 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-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;
}

/**
 * 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);
}
.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;
}

/* Gallery */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 6px 6px 0;
}

.gallery-icon {
	margin-bottom: 0;
}

.gallery-icon a,
.gallery-icon img {
	display: block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 6px);
	max-width: calc(50% - 6px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 6px);
	max-width: calc(33.3% - 6px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 6px);
	max-width: calc(25% - 6px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 6px);
	max-width: calc(20% - 6px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 6px);
	max-width: calc(16.7% - 6px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 6px);
	max-width: calc(14.28% - 6px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width: calc(12.5% - 6px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width: calc(11.1% - 6px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	font-size: 14px;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	content: "";
}

.gallery-item:hover .gallery-caption {
	opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
button.pswp__button:hover, button.pswp__button:focus{
	background: none;
}

/**
 * TYPOGRAPHY
 */
p {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.714;
}
.text-huge {
	font-size: 1.125rem;
	line-height: 1.667;
}
ul, ol, dl{
	font-size: 0.875rem;
	line-height: 1.725;
}
.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: #04a0d8;
    font-size: inherit;
    position: absolute;
	left: 1px;
	margin-top: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-size: 1.5rem;
	color: #01518c;
	margin-bottom: 1.25rem;
}
h3 {
	font-size: 1.125rem;
	color: #01518c;
}
@media only screen and (min-width: 40.063em) {
	h2 {}
}
h4{
	margin-bottom: 0.675rem;
}

h6{
	font-size: 0.875rem;
}
a{
	color: #01518c;
}
a:hover, a:focus{
	color: #01518c;
}

/* Button */
button, .button{
	background: transparent;
	color: #04a0d8;
	font-size: 0.875rem;
	border: 1px solid #04a0d8;
	padding: 1.375rem 1rem;
	margin-bottom: 0;
}
button:hover, button:focus, .button:hover, .button:focus{
	background-color: #04a0d8;
	border-color: #04a0d8;
	outline: none;
}
.row{
	max-width: 75rem;
}


/**
 * HEADING
 */
.heading-title {
	font-size: 1.875rem;
	color: #01518c;
	margin-bottom: 1.25rem;
}

/* Logo */
.logo {
	float: left;
}
.logo a {
	display: inline-block;
	padding: 57px 0 20px;
	/*background-color: #fff;
	box-shadow: 0 5px 15px rgba(2,2,2,.4);*/
}
.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-search {
	margin-top: 36px;
	line-height: 40px;
}
.top-bar-contact-search .right > * {
	vertical-align: top;
}
.top-bar-contact--link {
	color: #04a0d8;
	display: inline-block;
	margin-right: 20px;
	border-bottom: none;
}
.top-bar-contact--link:active,
.top-bar-contact--link:focus,
.top-bar-contact--link:hover {
	color: #01518c;
	border-bottom: none;
}
.top-bar-contact--mail-phone {
	display: inline-block;
	height: 40px;
	background-color: #01518c;
	padding-left: 24px;
	border-radius: 30px 0/40px 0;
	border-bottom: none;
}
.top-bar-contact--mail,
.top-bar-contact--mail:active,
.top-bar-contact--mail:focus,
.top-bar-contact--mail:hover {
	color: #04a0d8;
	border-bottom: none;
}
.top-bar-contact--phone {
	display: inline-block;
	color: #fff;
	background-color: #04a0d8;
	padding: 0 24px;
	margin-left: 18px;
	border-radius: 30px 0/40px 0;
	border-bottom: none;
}
.top-bar-contact--phone:hover {
	color: #fff;
	border-bottom: none;
	background-color: #36caff;
}
.top-bar-contact--phone i {
	margin-right: 4px;
}
.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: 15px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
    padding: 0 14px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .53);
}
.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: #04a0d8;
}
.top-bar-section li.active:not(.has-form) a:not(.button):before{
	border-top-color: #04a0d8;
}
.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 .has-dropdown > a:before{
	border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
	margin-right: 0;
	position: absolute;
	top: 21px;
	right: 15px;
	display: inline-block;
	border: 4px solid;
	float: right;
	content: "";
	border-color: #FFF 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: #01518c;
	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: #01518c;
}
.top-bar-section ul.sub-menu a{
	color: #FFF !important;
	font-weight: normal !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.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 */
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-container{
	background: url(../images/footer-visual.jpg) no-repeat center center #3E4448 fixed;
	background-size: 100% 100%;
	padding: 4.375rem 0 1.875rem;
}
.footer-logo{
	margin-bottom: 2rem;
}
.footer-logo img{
	width: 6.75rem;
}
.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:#D9D9D9;
	font-size: 10px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-widget a:hover{
	color: #04a0d8;
}
.footer-widget .widget-title{
	font-size: 10px;
	color: #04a0d8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 20px
}
.footer-widget p{
	color: #D9D9D9;
	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: 70px;
}

.footer-credits{
	background: #0A1F35;
	color: #8699ad;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 12px;
}
.footer-credits .columns{
	padding: 16px;
}
.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;
	}
}

/* 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;
	}
}

/**
 * SIDEBAR
 */
@media only screen and (max-width: 40em) {
	.sidebar {
		margin-top: 2rem;
	}
}
.quoteday-form {
	background-color: #0269a3;
	background-image: -webkit-linear-gradient(left, rgba(1,81,140,.35), rgba(4,160,216,.35));
	background-image: linear-gradient(to right, rgba(1,81,140,.35), rgba(4,160,216,.35));
	padding: 30px;
}
.quoteday-form .gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 1.875rem;
	margin: -0.75rem 0 0;
	/*white-space: nowrap;*/
}
.quoteday-form .gform_confirmation_message{
	color: #FFF;
	text-align: center;
	line-height: 1.5;
}

/**
 * HOME
 */
.slick-image-wrap {
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

.slick-image-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slick-image-wrap img {
	visibility: hidden;
}
.ds-section-white .heading-title,
.ds-section-white .heading-title a,
.ds-section-white .text-huge,
.ds-section-white p {
	color: #fff;
}
.section-welcome-services {
	padding: 50px 0;
}
.services-row {
	margin-top: 20px;
}
.services-row .service-block {
	margin-bottom: 20px;
}
.services-row .service-block:last-child {
	margin-bottom: 0;
}

.services-grid-wrap .service-block:nth-child(2n+1){
	clear: left;
}
@media only screen and (min-width: 64.063em) {
	.services-row .service-block {
		margin-bottom: 0;
	}
}
.services-row .service-block h3 a {
	color: #01518c;
	font-size: 1.25rem;
}
.services-row .service-block p {
	color: #01518c;
}
.services-row .service-block a.service-link {
	font-size: 0.875rem;
	color: #01518c;
	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);
}
.section-work {
	background: url(../images/work-visual-bg.jpg) no-repeat center top #01518c fixed;
	background-size: cover;
	padding: 55px 0;
	box-shadow: 0 0 18px rgba(1,2,2,.09);
}
.section-work .row.work-list {
	margin-top: 50px;
}
.work-list {
	list-style: none;
}
.work-list .work-thumbnail img{
	width: 100%;
}
.work-see-more {
	text-align: center;
	margin-top: 60px;
}
.row .product-grid-wrap{}
.row .product-grid-wrap .work-list{
	margin-left: -5px;
	margin-right: -5px;
}
.product-grid-wrap .work-list .work-el{	
	float: left;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-grid-wrap .work-list .work-el>div{	
	border: 1px solid #ddd;
}
.product-grid-wrap .work-list .work-el>div>a { 
	display: block;
	cursor: default;
}
.ds-section-white .button {
	color: #fff;
	border-color: #fff;
}
.work-see-more-button {
	width: 258px;
	box-shadow: 0 15px 20px rgba(2,2,2,.2);
}
.work-see-more-button:hover {
	background-color: #fff;
	color: #01518c;
	border-color: #fff;
}

.section-news {
	padding: 60px 0;
}
.news-post {
	margin-bottom: 30px;
}
.news-post::before,
.news-post::after {
	content: '';
	display: table;
	clear: both;
}
.news-heading {
	font-size: 1.5rem;
	color: #01518c;
	margin-bottom: 1.5rem;
}
.news-heading:hover {
	color: #04a0d8;
}
.new-post-thumbnail {
	margin-bottom: 20px;
}
.search-results .new-post-thumbnail {
	/*max-height: 120px;
	overflow: hidden;*/
}
.new-post-thumbnail img {
	display: block;
	width: 100%;
}
.new-post-excerpt .post-title {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.875rem;
}
.new-post-excerpt .post-title a {
	color: #01518c;
}
.new-post-excerpt .post-title a:hover {
	color: #04a0d8;
}
.new-post-info {
	font-size: 10px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.new-post-info a[rel~="category"] {
	color: currentcolor;
	text-transform: uppercase;
}
.new-post-excerpt {
	overflow: hidden;
}
.new-post-content p {
	margin-bottom: 0;
}
.new-post-thumbnail {
	float: left;
	width: 213px;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 62em) and (min-width: 40em) {
	.new-post-thumbnail{
		float: none;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 30em) {
	.new-post-thumbnail{
		float: none;
		margin-bottom: 10px;
	}
}
/* Navigation page */
.navigation {
	margin: 2.5rem 0;
	clear: both;
}
.navigation .button {
	width: 150px;
}
@media only screen and (min-width: 64.063rem) {
	.navigation .button {
		width: 165px;
	}
}
@media only screen and (max-width: 40em) {
	.navigation .button {
	    width: 145px;
	    padding: 10px 20px;
	    margin-bottom: 20px;
	}
}
/**
 * CONTENT
 */
.main-wraper {
	padding: 60px 0;
}

/* Default Page */
.header-top{
	position: relative;
	min-height: 340px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.header-top-overlay,
.header-top-overlay::before,
.header-top-overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-top-overlay::before {
	content: '';
	background-image: -webkit-linear-gradient(51deg, #04a0d8, #01518c 99%);
	background-image: linear-gradient(51deg, #04a0d8, #01518c 99%);
	opacity: 0.25;
}
.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%);
}
.page-title {
	padding-top: 14.125rem;
	padding-bottom: 3rem;
}
.page-title h1 {
	position: relative;
	font-family: 'Cabin', sans-serif;
	font-size: 3.75rem;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.175;
	margin: 0;
}
@media only screen and (max-width: 40em) {
	.page-title h1 {
		font-size: 3rem;
	}
}

/* FAQs Page */
#faqs-filter{	
	box-sizing: border-box;
}
#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: #04a0d8;
	display: block;
	padding: 15px 40px 15px 0;
	font-family: "Open Sans", Arial, 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;
}
.accordian .accordian-toggle-content{
	padding-bottom: 18px;
	display: none;
	overflow: hidden;
}
.accordian .accordian-toggle-content p{
	font-size: 14px;
}
.accordian .accordian-toggle .fa{
	position: absolute;
	top: 50%;
	font-size: 14px;
	margin-top: -5px;
	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;
	}
}

/**
 * SEARCH
 */

.ds-search {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.ds-search .search-form:hover,
.ds-search .search-form{
	border-bottom: none;
}
.ds-search .search-icon{
	margin: 0;
	display: inline-block;
	position: relative;
	color: #04a0d8;
	line-height: 40px;
	vertical-align: top;
}
.ds-search .search-icon:hover{
	margin: 0;
	display: inline-block;
	position: relative;
	color: #04a0d8;
}
.ds-search .search-icon::before {
	content: "\f002";
	font-family: FontAwesome;
}
.ds-search .search-submit {
    opacity: 0;
    border: 0;
    padding: 0;
    color: transparent;
    outline: none;
    z-index: -1;
}
.ds-search .search-input {
	background-color: transparent;
	border: none;
	width: 0;
	height: 40px;
	color: #fff;
	font-style: italic;
	-webkit-transition: width 300ms, background-color 300ms;
	transition: width 300ms, background-color 300ms;
	margin: 0;
	padding: 0 32px 0 15px;
	position: absolute;
	top: 0;
	right: -10px;
	border-radius: 5px;
	z-index: 10;
	cursor: pointer;
}
.ds-search .search-input:focus {
	background-color: #04a0d8;		
	width: 210px;
	box-shadow: none;
	cursor: text;
	outline: 0;
}
.ds-search .search-input:focus~.search-icon {
	color: #fff;
	z-index: 11;
}
.ds-search .search-input::-webkit-input-placeholder {
  color: #fff;
}
.ds-search .search-input::-moz-placeholder {
  color: #fff;
}
.ds-search .search-input:-ms-input-placeholder {
  color: #fff;
}
.ds-search .search-input:-moz-placeholder {
  color: #fff;
}
.ds-search .search-form label.placeholder{
	background: rgb(4, 160, 216); 
	color: #FFF;
	border-radius: 5px; 
	width: 210px; 
	height: 40px; 
	right: -10px;
	color: rgb(255, 255, 255); 
	line-height: 40px; 
	padding-left: 15px; 
	position: absolute;
	-webkit-transition: width 300ms;
	transition: width 300ms;
	/*display: none;*/
	width: 0;
	opacity: 0;
	overflow: hidden;
}
.ds-search .search-form.focus label.placeholder{
	display: block;
	opacity: 1;
	width: 210px;
	font-style: italic;
	overflow: hidden;
}
.ds-search .search-form.ie-browser .search-input{
	background: none;
}
.ds-search .search-form input[type="text"]::-ms-clear {
	display: none !important;
}
.ds-search .search-form.show-placeholder .search-input:focus{
	-webkit-transition: none;
	transition: none;
	background-color: #04a0d8;
}
.ds-search .search-form.show-placeholder label.placeholder{
	display: none;
}
/* Search form */
#searchform input[type="text"] {
	border-radius: 5px;
	padding-right: 30px;
}
#searchsubmit {
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	top: 12px;
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #c3c3c3;
}
#searchsubmit::-ms-clear {
	display: none;
}
/**
 * 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: 100px;
}
.contact-element span {
	position: absolute;
	color: #444;
	left: 0;
}
.contact-element a {
	color: currentcolor;
}
.contact-element a:hover {
	color: #04a0d8;
}
#map {
	margin-top: 20px;
}
@media only screen and (min-width: 64.063em) {
	#map {
		margin-top: 40px;
	}
}

/**
 * SINGLE
 */
.single-work .work .entry-thumbnail img{ 
	width: 100%;
	margin-bottom: 1.25rem;
}

/* Remove x icon when seach box focus in IE */
/*input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }*/

#sticky-buttons{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	margin-bottom: 0.625rem;
}
#sticky-buttons .button{
	border: none;
	background: rgba(49,142,255,1);
	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;
	}
}

.after-main-content-region{
	border-top: 1px solid #eee;
}
.logos-container{
	margin: 30px -10px;
}
.logos-container .slick-arrow:before{ display: none; }
.logos-container .slick-arrow{
	font-size: 20px;
	line-height: 20px;
	color: #01518c;
}
.logos-container .slick-next{}
.logos-container .slick-prev{}
.logos-container .logo-item{
	float: left;
	width: 16.67%;
	outline: none;
}
.logos-container .logo-item .image{
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	outline: none;
}
.logos-container .logo-item a{
	display: block;
	padding: 10px;
	outline: none;
	text-decoration: none;
}
.logos-container .effect a:before,
.logos-container .effect a:after{
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
.logos-container .logo-item .image img{
	visibility: hidden;
}

.row.slick-slider-content-warpper {
    position: relative;
}

.slick-slider-content {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 40px;
    max-width: 700px;
    text-align: center;
    color: #01518c;
    bottom: 40px;
    right: 0px;
}

.slick-slider-content p {
    font-size: 36px;
    line-height: normal;
}
@media screen and (max-width: 1024px) and (min-width: 769px)
{
	.slick-slider-content p {
		font-size: 24px;
		width: 100%;
	}

	.row.slick-slider-content-warpper {
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.slick-slider-content {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
    .row.slick-slider-content-warpper {
		position: absolute;
		bottom: 0px;
		height: 100%;
	}
	
	.slick-slider-content p {
		font-size: 22px;
	}

	.slick-slider-content {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
    .row.slick-slider-content-warpper {
		position: absolute;
		bottom: 0px;
		height: 100%;
	}
	
	.slick-slider-content p {
		font-size: 22px;
	}

	.slick-slider-content {
		width: 100%;
	}
}