/*
Theme Name: Digital Dog Direct
Author: Development
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
html,
body {
	height: auto;
	min-height: 100%;
	font-size: 18px;
	font-weight: 300;
	}
body,
body * {
	font-family: 'Oxygen', sans-serif;
}
.wrapper {
	overflow: hidden;
}
.container {
	width: 100%;
	padding: 0;
	position: relative;
}
header {
	min-height: 144px;
}
header .container{max-width:100%}
header .container .inner	{
	min-height: 144px;
	background: #fff;
}
.featured {
	max-width: 1024px;
	max-height: 688px;
	position: relative;
}
.image-caption {
	color: #fff;
	padding: 15px 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: url(images/bg-caption.png);

	background: #000;
	background: rgba(0,0,0,.5);
}
.slide .slide-full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
header .rsNav.rsBullets {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9999;
}
header .rsNavItem.rsBullet {
	/* background set in header */
	height: 20px;
	width: 20px;
	border-radius: 10px;
	float: left;
	margin-left: 3px;
}
.top-bar,
.top-bar-full {
	width: 100%;
	height: 114px;
	position: fixed;
	top: 30px;
	z-index:100;
}
.page.home .top-bar {
}
.logo-container,
.menu-button-container {
	height: 100%;
	float: left;
	position: relative;
}
.logo-container {
	display: table;
	width: 65%;
}
.menu-button-container {
	width: 35%;
}
.top-bar a.logo {
	display: table-cell;
	vertical-align: middle;
	max-width: 100%;
	padding-left: 45px;
	text-decoration: none;
}
.menu-main-menu-container {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px 65px;
	width: 320px;
	z-index: 99;
}
.menu-main-menu-container > * {
	position: relative;
	z-index: 1;
}
.top-bar-full > .nav-color.bg,
.top-bar > .nav-color.bg,
.menu-main-menu-container > .nav-color.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: 0;
}
#menu-main-menu li {
	white-space: nowrap;
}
#menu-main-menu > li {
	font-size: 24px;
	margin-bottom: 10px;
}
.menu-button.open-menu {
	width: 73px;
	height: 65px;
	cursor: pointer;
	float: right;
	margin: 25px;
	background-repeat: no-repeat;
}
.menu-button.close-menu {
	width: 33px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	left: 20px;
}
#menu-main-menu .sub-menu > li {
	font-size: 19px;
}
#menu-main-menu li a {
	color: #fff;
}
.sub-menu {
	display: none;
}
a.sub-menu-toggle {
	text-decoration: none;
	padding: 0 8px;
}
div.search {
	margin: 40px 0;
}
#s {
	border: none;
	padding: 4px 8px;
}
#s::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
#s:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
#s::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
#s:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
.slide-link {
	float: right;
}
#content.front-page,
#content .content-wrapper {
	background: #fff;
}
#content .content-wrapper {
	padding: 24px;
}
#content article h1,
#content article h2 {
	float: left;
	clear: both;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#content article h1 + *,
#content article h2 + * {
	clear: both;
}
#content article h3 {
	color: #00A8D0;
	margin: 1em 0;
}
#content article h4 {
	color: #003b71;
	margin: 1em 0;
}
#content.interior-page.interior-page article h1.post-title {
	text-align: center;
	float: none;
}
#content .post-content {
	clear: both;
}
.page-icons {
	background: #E5E5E5;
}
.icon-image {
	text-align: center;
}
.portfolio-headline,
.portfolio-subheadline {
	text-align: center;
}
.portfolio-headline {
	font-size: 28px;
	margin: 60px 0 0;
}
.portfolio-subheadline {
	background: url(images/divider.png) no-repeat center top;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 18px;
}
#portfolio-categories {
	margin: 70px 0 50px 0;
}
#portfolio-categories li {
	float: left;
	margin: 1px 1px 0 0;
}
#portfolio-categories li:first-child,
#portfolio-categories li a {
	display: block;
	padding: 10px 26px;
	color: #fff;
	font-weight: 300;
}
#portfolio-categories li:first-child {
	font-weight: 500;
}
#portfolio-categories li:first-child a {
	color: #333;
}
.portfolio-item-container {
	position: relative;
	width: 200px;
	margin: auto;
}
.portfolio-item-container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 160px;
	text-align: center;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.portfolio-item-container .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 200px;
	color: #fff;
	text-align: center;
	padding: 12px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.portfolio-items {
	margin: 20px 0;
}
.portfolio-col {
	padding: 15px;
}
.single-portfolio-thumb.alignright,
.page-featured.alignright {
	display: block;
	margin: 5px auto 5px auto;
	clear: both;
	float: none;
}
.col {
	padding: 0;
	background: #fff;
}
#content.blog,
.single-portfolio{overflow:hidden;padding:0px 0 0}
.blog .post-meta-container {
	margin-bottom: 15px;
}
.blog .post-meta-container .post-meta {
	float: left;
	width: 100%;
	position: relative;
}
.blog .post-meta .date {
	color: #57575A;
}
.blog .post-meta .author {
	float: left;
	color: #999;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #999;
}
div.pagination {
	clear: both;
	margin: 20px 0;
	padding-left:24px;
}
.categories-tags-container {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 5px 1px #999;
	padding: 1em;
	font-size: .75em;
}
.categories-tags-container .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.categories-tags-container .cats {
	margin-top: 0;
}
#content.blog #post-list li {
	margin-bottom: 25px;
}
#content.blog #post-list h1,
#content.blog article h1 {
	float: none;
	border-bottom: 1px solid;
	padding-bottom: 12px;
	color: #999;
}
.single #content.blog h1,
.single #content.single-portfolio h1{margin-top:50px}
.blog #content.blog #post-list li:first-child{margin-top:50px}
.blog #post-list h1 a {
	text-decoration: none;
}
.bubble {
	margin: 20px auto;
}
.bubble-image {
	width: 160px;
	height: 160px;
	margin: auto;
	border-radius: 160px;
	overflow: hidden;
}
.bubble-title {
	margin: 15px 0;
}
.bubble-content {
	color: #888;
}
#widget-area-one .widget,
#widget-area-two .widget,
.icon-container {
	width: 262px;
	margin: 20px auto;
}
#widget-area-one {
	background: #e5e5e5;
}
#widget-area-two,
#widget-area-two a {
	color: #fff;
	font-weight: 300;
}

#archives-2{background:#0097c5;padding-bottom:16px;}
#archives-2 h3{margin:0 0 16px!important}
#archives-2:after{display:block;clear:both;content:'';}
#archives-2 label{display:none;}
#archives-2 select{width:182px;}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
#archives-2 .select-area {
	border: 1px solid #00a3ce;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 42px;
	color:#fff;
	margin:0 0 0 19px;
	float: left;
}
#archives-2 .select-area.select-focus .center{color:#fff;}
#archives-2 .select-area .center {
	white-space: nowrap;
	padding: 7px 13px;
	float:left;
}
#archives-2 .select-disabled {
	background: #eee;
}
#archives-2 .select-area .select-opener {
	background:url('images/bg-select3.gif') no-repeat -1px -1px!important;
	padding:0;
	position: absolute;
	cursor:pointer;
	height: 43px;
	width: 27px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #0097c5;
	margin:-1px 0 0;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #00a3ce;
	border-width:0 1px 1px;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 13px;
	display: block;
	cursor: default;
	color:#fff;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	cursor:pointer;
	background: #00a3ce;
	color: #fff;
}
#widget-area-two .title a{ font-weight:bold;}
#widget-area-one h3,
#widget-area-two h3 {
	font-size: 24px;
}
#widget-area-two h3 {
	text-transform: uppercase;
}
#widget-area-blog > div {
	clear: both;
	padding-top: 32px;
}
#widget-area-blog {
	height: 100%;
	overflow: auto;
	font-weight: 300;
}
#widget-area-blog li a {
	display: block;
	margin: 1px;
}
#widget-area-blog .tlw-list li {
	width: 50%;
	float: left;
	padding: 0 1px 1px 0;
}
#widget-area-blog .tlw-list li a {
	margin: 0;
}
#widget-area-blog a,
#widget-area-blog p,
#widget-area-blog li a {
	/* background color set in header */
	color: #fff;
	padding: 12px 5px 12px 20px;
}
#widget-area-blog h3 {
	/* background color set in header */
	text-transform: uppercase;
	padding: 12px 5px 12px 20px;
	margin: 0 0 1px 0;
}
footer img {
	padding: 30px 0;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
/* Frontpage carousel */
.owl-prev,
.owl-next {
	position: absolute;
	top: 90px;
}
.owl-prev {
	left: 0px;
}
.owl-next {
	right: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
	display: none !important;
}
.owl-pagination {
	display: block !important;
}
/* ==== BLOG COMMENTS ============================================= */
.comment-list {}
.comment-list .comment {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: .5em;
}
.comment-list .comment + .comment {
	margin-top: 1em;
}
.comment-list .comment ol {
	padding: .5em 10px 0 20px;
	float: left;
	width: 100%;
}
.comment-list .comment > ol {
	background: #fafafa;
}
.comment-list .comment > ol > .comment > ol {
	background: #efefef;
}
.comment-list .comment .commentmetadata {
	margin-bottom: .5em;
}
.comment-list .comment .commentmetadata > a {
	color: #999;
	font-size: 12px;
}
.comment-list .comment .reply {
	float: right;
	font-size: 12px;
}
.comment-respond {
	padding: .5em 30px;
	border: 1px solid #efefef;
	clear: both;
}
.comment-respond code {
	white-space: normal;
}


/* ==== PAGE WITH SERVICES ============================================= */
.page-template-page-services #title_bar{
	background: #00a8d0 !important;
}

.page-template-page-services #title_bar .container{
	max-width: 1250px;
}
.page-template-page-services #title_bar .content-wrapper{
	background: transparent;
}
.page-template-page-services #title_bar h1 {
    color: #FFF !important;
    font-weight: bold;
    font-size: 21px;
    margin: .75rem 0;
    display: inline-block;
    line-height: 26px;
}
.page-template-page-services #title_bar .talkabout {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 6px 40px 6px 16px;
    float: right;
    font-size: 17px;
    line-height: 19px;
    background-image: url(images/buttonarrow.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right 6px center;
    transition: all ease 0.3s;
    margin: .5rem 0;
}
.page-template-page-services #title_bar .talkabout:hover {
    background-color: rgba(256,256,256,0.3);
    text-decoration: none
}
.page-template-page-services .subhead{
    font-weight: bold;
    font-size: 1.4rem;
    color: #4a4a4a;
    margin-bottom: 0;
}
.page-template-page-services #content article .subtitle {
    color: #267c92;
    font-size: 2rem;
    font-weight: bold;
    margin: 0.3rem 0 2rem;
}
.page-template-page-services #content article .subtitle .light{
    color: #1aa3ca;
	
}
.page-template-page-services #content article .subtitle .dark{
    color: #155565;
	
}
.page-template-page-services .fullwidth_image {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-template-page-services .icon-container .icon-image img {
    max-width: 130px;
}

.page-template-page-services #content .post-content {
    padding: 2rem 0;
}




.front-page .container h3{text-transform:uppercase;color:#4d4d4f;font-size:21px;line-height:24px;margin:0 0 43px;font-weight:bold;}
@media(max-width: 480px){
	.top-bar a.logo {
		padding-left: 20px;
		padding-right: 15px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#content.interior-page.interior-page article h1.post-title {
		text-align: none;
		float: left;
	}
	.image-caption {
		width: 580px;
		bottom: 50px;
		padding: 25px 80px 25px 15px;
	}
	.slide-link {
		display: block;
		position: absolute;
		right: 45px;
		bottom: -25px;
		float: none;
	}
	.bubble {
		margin: 48px auto;
	}
	#widget-area-one .widget,
	#widget-area-two .widget,
	.icon-container {
		width: auto;
		max-width: 212px;
	}
	.blog .display-table .col {
		float: none;
	}
	.blog .post-meta .date {
		float: left;
	}
	.blog .post-meta .post-meta-right {
		float: right;
	}
	.categories-tags-container {
		width: 300px;
	}
	.single-portfolio-thumb.alignright,
	.page-featured.alignright {
		display: inline;
  		margin: 5px 0 20px 20px;
  		float: right;
	}
	.blog .display-table {
		display: table;
		min-width: 100%;
	}
	.blog .display-table .col {
		float: left;
	    display: table-cell;
	    vertical-align: top;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		max-width: 1024px;
	}
	#widget-area-one .widget,
	#widget-area-two .widget,
	.icon-container {
		margin: 60px 10px 60px 48px;
		max-width: none;
	}
	.portfolio-item-container .overlay,
	.portfolio-item-container .caption {
		opacity: 0;
	}
	.portfolio-item-container:hover .overlay,
	.portfolio-item-container:hover .caption {
		opacity: 1;
	}
	#ie8 .portfolio-item-container .overlay,
	#ie8 .portfolio-item-container .caption {
		display: none;
	}
	#ie8 .portfolio-item-container:hover .overlay,
	#ie8 .portfolio-item-container:hover .caption {
		display: block;
	}
	.owl-theme .owl-controls .owl-buttons div {
		display: inline-block !important;
	}
	.owl-pagination {
		display: none !important;
	}
}

@media(min-width: 1100px) {
	.owl-prev {
		left: -65px;
	}
	.owl-next {
		right: -65px;
	}
}

/*New styles For site*/
.top-bar{background:#000;height:54px;}
.top-bar a.logo{float:left;padding-left:0; margin-left: 36px;margin-top: 14px;}
#menu-main-menu{float:right;margin:0;padding:12px 10% 0 0;list-style:none;position:static!important}
#menu-main-menu li{float:left;margin:0 0 0 10px;font-weight:bold;font-size:14px;line-height:20px;position:relative;}
#menu-main-menu li a{display:block;padding:11px 10px;color:#fff;}
#menu-main-menu li a.sub-menu-toggle{display:none;}
#menu-main-menu ul{display:none!important;background:rgba(0,0,0,0.54);width:184px;left:-7px;top:42px;list-style:none;overflow:hidden;position:absolute;}
#menu-main-menu li:hover ul{display:block!important;}
#menu-main-menu ul li{vertical-align:top;overflow:hidden;float:none;margin:0;padding:0;}
#menu-main-menu ul li a{display:block;float:none;margin:0;padding:8px 20px;font-size:12px;line-height:15px;color:#fff;}
#menu-main-menu ul li a:hover{background:#00a8d0;text-decoration:none;color:#fff!important;}
.logo-container{float:left;width:auto}
html{height:100%}
.home {height:100%}
.top-front{position:relative;overflow:hidden;}
.top-front.loading{ height:100%; background:#ddd url('images/loader.gif') no-repeat 50% 50%;}
.top-front.loading .slide_hold{ opacity: 0;}
.top-front .slide_hold{
	width:100%;
	height:100%;
	position:relative;
}

.top-front .slide{height:100%;width:100%;position:relative;overflow:hidden;top:0;left:0;z-index:1;}
.top-front .slide.active{ z-index:2;}
.top-front .slide .bg{position:absolute;top:0;left:0;width:100%;height:100%;}
.top-front .slide1 .text-area{position:absolute;bottom:16.6%;right:8%;width:90%;text-align:right;}
.top-front .slide2 .text-area{position:absolute;bottom:31%;right:50%;width:23%;text-align:right;margin:0 -31% 0 0}
.top-front .slide1 .links img,
.top-front .slide1 .text-area img{max-width:100%;height:auto;display:block;}
.top-front .slide1 .text-area img{margin:0 0 0 auto;}
.top-front .slide1 .links{position:absolute;bottom:5%;left:30px;width:31%}
.top-front .slide .links li:first-child{width:27%;}
.top-front .slide .text-area{color:#4d4d4f;font-size:23px;line-height:32px;font-weight:300;}
.top-front .slide .text-area p{margin:0 0 10px;}
.top-front .slide .text-area h2{font-size:42px;line-height:50px;color:#323399;margin:0 0 10px;font-weight:bold;}
.top-front .slide .text-area h2 .c1{color:#323399;}
.top-front .slide .text-area h2 .c2{color:#323399;}
.top-front .slide .text-area .btn{padding:0;text-transform:uppercase;font-weight:300;font-size:16px;line-height:20px;color:#4d4d4f;display:inline-block;vertical-align:top;}
.top-front .slide .bottom{position:absolute;bottom:27px;left:50%;z-index:3;width:32px;height:32px;background:url('images/bg-bottom.png') no-repeat;margin:0 0 0 -16px;text-indent:-9999px;overflow:hidden;background-size:32px 32px}
.top-front .slide1 .bottom{background:url('images/bg-bottom.png') no-repeat;}
.top-front .slide3 .bottom{background:url('images/bg-arrow-bottom.png') no-repeat;background-size:32px 32px}
.top-front .slide .text-area .btn:hover{text-decoration:underline;}
.top-front .slide .links{margin:0;padding:0;list-style:none;overflow:hidden;}
.top-front .slide .links li{float:left;margin:0 4% 0 0;width:40%;}
.top-front .slide .links li:last-child{width:20%;}
.top-front .slide .links li a{display:block;}
.top-front .slide .links li a img{max-width:100%;height:auto;display:block;}
.top-front .hand{position:absolute;bottom:0;left:0;background:url('images/bg-hand.png') no-repeat 50% 100%;width:100%;height:100%;background-size:auto 92%}
.top-front .hand .mobile-area{position:absolute;top:0;left:0;width:100%;height:100%;background:url('images/bg-mobile2.png') no-repeat 50% 100%;background-size:auto 92%;}
.top-front .slide3 .hand{position:absolute;bottom:0;left:0;background:url('images/bg-hand2.png') no-repeat 50% 100%;width:100%;height:100%;background-size:auto 71%}
.top-front .slide3 .testimonials{width:29%;position:absolute;top:0;left:5%;height:100%;}
.top-front .slide3 .testimonials .test-h{width:100%;height:100%;display:table;}
.top-front .slide3 .testimonials .test-f{width:100%;height:100%;display:table-cell;vertical-align:middle;}
.top-front .slide3 .text-h{width:100%;height:100%;display:table;}
.top-front .slide3 .text-f{width:100%;height:100%;display:table-cell;vertical-align:middle;}
.top-front .slide3 .testimonials blockquote{bordeR:none;display:block;margin:0 0 60px;padding:0;color:#fff;font-size:12px;line-height:19px;font-style:normal;}
.top-front .slide3 .testimonials blockquote q{quotes:none;display:block;margin:0 0 22px;}
.top-front .slide3 .testimonials blockquote  cite{display:block;margin:0;padding:0;}
.top-front .slide3 .text-area h3{font-weight:bold;color:#00a2cb;font-size:43px;line-height:49px;margin:0 0 54px;text-align:left;}
.top-front .slide3 .text-area{position:absolute;bottom:0;right:50%;height:100%;width:30%;text-align:right;margin:0 -43% 0 0}
.top-front .slide3 .text-area h3 span{display:block;font-weight:300;}
.top-front .slide3 .text-area .btn{text-align:right;float:right;color:#fff;}
.top-front .slide .for-mobile{display:none;}
.top-bar, .top-bar-full{top:0; height: 54px;}
header{min-height:0;}

header {
    min-height: 0;
    display: inline-block;
    width: 100%;
}
.portfolio {
    margin-top: 0;
    background: #fff;
    position: relative;
}

#content .logos-list{margin:0;padding:0;list-style:none;overflow:hidden;}
#content.front-page{ z-index:10;position:relative;}
#content .logos-list li{width:25%;display:inline-block;vertical-align:middle;margin:0 -4px 77px 0;text-align:center;position:relative;}
#content .logos-list li:nth-child(4n+1){text-align:left}
#content .logos-list li:nth-child(4n){text-align:right}
#content .logos-list li .el{display:block;position:relative;}
#content .logos-list li img{max-width:100%;height:auto;display:block;}
#content .logos-list li img.hovered{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
#content .logos-list li:hover img{ opacity:0;}
#content .logos-list li:hover img.hovered{ opacity:1;}
.interior-page{margin-top:0px;background:#fff;position:relative;}
.portfolio .top-a{overflow:hidden;margin:0;background:#00a8d0;}
.portfolio .top-a-h{max-width:1280px;overflow:hidden;margin:0 auto;padding:0 37px}
#widget-area-two{border:none!important}
.portfolio .top-a .left{float:left;width:50%;}
.portfolio .top-a .left h1{border:none;color:#fff!important;font-size:21px;font-weight:bold;margin:44px 0 0;text-align:left;}
.portfolio .top-a .right{float:right;width:40%;color:#fff;font-size:15px;line-height:18px;padding:41px 0 29px;}
.portfolio .top-a .right  a{color:#fff!important;font-weight:bold;}
.portfolio-items{margin:0;}
.portfolio-col{padding:0;}
.portfolio .container{width:100%;max-width:100%;}
.portfolio .container > .col-xs-12{width:100%;max-width:100%;}
.portfolio-item-container{width:100%;}
.portfolio-item-container img{width:100%;height:auto;display:block;}
.portfolio-item-container .overlay img{display:none;}
.portfolio-item-container .caption{max-width:100%;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,168,208,0.65)!important;color:#fff;font-size:27px;line-height:30px;}
.portfolio-item-container .caption .h{display:table;width:100%;height:100%;}
.portfolio-item-container .caption .f{display:table-cell;width:100%;height:100%;vertical-align:middle}
#content.portfolio .content-wrapper{padding:0;}
.portfolio .container .col-xs-12 .content-wrapper{width:100%;max-width:100%;padding:0}
#content.portfolio .portfolio-items  .col-xs-12{width:20%}
#widget-area-two .bottom-h{
	padding:24px 0 0;
	border-top:2px solid #00a8d0;
	overflow:hidden;
	width:100%;
}
#widget-area-two .bottom-part .col.footer_left ul li{margin:0 0 15px;}
#widget-area-two .bottom-part{
	padding:0 30px;
	max-width: 1024px;
	margin:0 auto;
}
#widget-area-two .bottom-part .col.footer_left{
	float:left;
	width:21%;
	background:none;
	margin:0 7% 0 0;
}
#widget-area-two .bottom-part .col.footer_right{
	float:none;
	overflow:hidden;
	width:auto;
}
#widget-area-two .bottom-part .col.footer_right > ul > li,
#widget-area-two .bottom-part .col{
	float:left;
	width:21%;
	background:none;
	margin:0 0 15px 26%;
}
#widget-area-two .bottom-part .col.footer_right > ul > li{width:44%;margin:0 0 15px!important;}
#widget-area-two .bottom-part .col.footer_right ul ,
#widget-area-two .bottom-part .col ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#widget-area-two .bottom-part .col.footer_right ul li,
#widget-area-two .bottom-part .col ul li{
	font-weight:bold;
	vertical-align:top;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:bold!important;
}
#widget-area-two .bottom-part .col ul li a{color:#fff;font-weight:bold!important;  }
#widget-area-one h3 span, #widget-area-two h3 span,
#widget-area-two .bottom-part .col ul li a span{color:#00a2cb;}
#widget-area-two .bottom-part .col.footer_right > ul > li:last-child{width:auto;float:right;margin:0;}
#widget-area-two .bottom-part .col.footer_right ul ul ,
#widget-area-two .bottom-part .col ul ul{
	margin:0;
	display:block;
	padding:10px 0 0;
	list-style:none;
	overflow:hidden;
}
#widget-area-two .bottom-part .col.footer_right ul ul li,
#widget-area-two .bottom-part .col ul ul li{
	font-weight:normal!important;
	text-transform:none;
	margin:0 0 3px;
}
#text-6 .textwidget{line-height:24px;}
#widget-area-two .bottom-part .col.footer_right ul ul li a,
#widget-area-two .bottom-part .col ul ul li a{opacity:0.7;font-weight:normal!important;font-size: 13px;}
#widget-area-two .bottom-part .col.footer_right ul ul li a:hover,
#widget-area-two .bottom-part .col ul ul li a:hover{opacity:1;text-decoration:none;}
#widget-area-two .bottom-part  .h{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:-36px 0 0;
	font-size:11px;
	text-align:right;
	padding:0 0 24px;
}
#widget-area-two .bottom-part  .h .copy{margin:0 20px 0 0}
#widget-area-two .bottom-part  .h a{font-size:11px;}
.front-page .container{max-width:1478px;padding:40px 0;}
.button-area{
	width:100%;
	overflow:hidden;
	background:#00a8d0;
}
.button-area a{display:block;padding:107px 0;text-decoration:none;}
.button-area a .title{color:#fff;text-transform:uppercase;display:block;padding:0 20px;text-align:center;font-size:42px;line-height:46px;font-weight:bold;}
.button-area a:hover{background:#1f819a;text-decoration:none;}
.top-bar .opener{display:none;}
#widget-area-one .widget, #widget-area-two .widget{margin:47px 10px 40px 17px;}
#widget-area-one h3, #widget-area-two h3{color:#fff!important;font-size:17px;margin:0 0 19px;font-weight:bold;}
#widget-area-two .widget-area > .col-sm-4:last-child .widget_text {float:right;min-width:71%;}
#text-5{text-align:center;margin:47px 0 60px!important;}
#text-5 .textwidget > a {
    margin: 0 12px 10px;
    display: inline-block;
    vertical-align: top;
    max-width: 47px;
}
#widget-area-two, #widget-area-two a{font-size:16px;line-height:20px;}
.widget_recent_entries li { margin-bottom: 18px;}
.top-front .slide3 .testimonials blockquote p{ font-size:inherit; line-height:inherit; font-weight:inherit;margin:0;}
/*@media(max-width: 1060px) {*/
	.front-page .container{padding:40px 20px;max-width:826px;margin:0 auto}
	.front-page .container h3{font-size:11px;margin:0 0 19px;}
	#content .logos-list li .el{margin:0 22px;}
	.button-area a {padding:46px 0;}
	.button-area a .title{font-size:23px;}
/*}*/

/*Comments*/
#comments h2.comments-title{margin-bottom:24px}
#comments .comment-list{list-style:none;overflow:hidden;margin:0 0 30px;padding:0;}
#comments .comment-list .children{padding:20px 20px 0 30px;margin-top:20px;list-style:none;}
#respond{padding:0;border:none}
#respond label{display:block;float:none;margin:0 0 2px;font-size:14px;}
#respond  textarea,
#respond input[type="text"]{
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1) ;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	height:26px;
	width:320px;
	line-height:18px;
	font-size:13px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding:4px;
}
#respond  textarea{height:130px}

.top-front .slide1 .links {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 46%;
    vertical-align: middle;
}
.top-front .slide .links li {
    margin: 0 3% 0 0;
}
.top-front .slide .links li:first-child{width: 20%;    padding-top: 15px;}
.top-front .slide .links li:nth-child(2){width: 29%;    padding-top: 15px;}
.top-front .slide .links li:nth-child(3){width: 14%;    padding-top: 15px;}
.top-front .slide .links li:nth-child(4){width: 25%;}


@media(max-width: 1900px) {.top-front .slide2 .text-area{bottom:65%}}
@media(max-width: 1100px) {
.portfolio .top-a-h{max-width:830px}
#content.portfolio .portfolio-items .col-xs-12{width:25%;}
}
@media(max-width: 1030px) {
	.top-front .slide2 .text-area{margin:0 -43% 0 0;bottom:23%}
}
@media(max-width: 980px) {
	#menu-main-menu li{margin:0;}
	#menu-main-menu li:last-child ul{left:auto;right:0}
	#menu-main-menu{padding:12px 15px 0 0;}
	#menu-item-47{display:none;}
	#widget-area-two .bottom-part .col.footer_right > ul > li{width:43%;}
	#text-5 .textwidget > a{
		margin:0 2px 10px;
	}
}
@media(max-width: 790px) {
	#widget-area-two .bottom-part .col.footer_right > ul > li {width:41%}
}
@media(max-width: 767px) {
	.top-bar a.logo{margin-left:11px;width:159px}
	.top-bar .opener{display:block;float:right;width:31px;height:24px;text-indent:-9999px;overflow:hidden;background:url('images/bg-opener3.gif') no-repeat 0 50%;margin:18px 24px 0 0;}
	body.active .top-bar .opener{background:url('images/bg-close.gif') no-repeat 50% 0;}
	.top-front .slide1 .links{display:none!important;}
	.top-front .slide1 .text-area{background:#fff;}
	#menu-main-menu{display:none;position:absolute!important}
	#content .logos-list li{width:50%;margin:0 -4px 23px 0;}
	.button-area a {padding: 16px 0;}
	#widget-area-one .widget, #widget-area-two .widget{margin:0;width:100%}
	#widget-area-two{padding:20px 0 0;}
	#widget-area-two .bottom-part{padding:20px;}
	#widget-area-two .bottom-part .col:last-child,
	#widget-area-two .bottom-part .col ul,
	#widget-area-two .bottom-part .col li,
	#widget-area-two .bottom-part .col:last-child,
	#widget-area-two .bottom-part .col.footer_right > ul > li, #widget-area-two .bottom-part .col,
	#widget-area-two .bottom-part .col.footer_left,
	#widget-area-two .bottom-part .col.footer_right > ul > li:last-child,
	#widget-area-two .bottom-part .col{width:100%;overflow:hidden;margin:0;}
	#widget-area-two .bottom-part .h{margin:0;padding:0 0 14px;}
	#content.portfolio .portfolio-items .col-xs-12 {width: 50%;}
	.portfolio .top-a .left{width:100%;}
	.portfolio .top-a .right{width:100%;}
	.portfolio .top-a .right{padding:11px 0;}
	.portfolio .top-a .left h1{margin:25px 0 0;}
	.portfolio .top-a-h{padding:0 20px;}
	.top-front{height:auto!important}
	.top-front .slide,
	.top-front .slide_hold{position:static!important;height:auto!important;}
	.top-front .slide .bg{display:none!important;}
	.top-front .slide3 .hand{display:none!important;}
	.top-front .slide .hand{display:none!important;}
	.top-front .slide .links{margin:0 0 10px;}
	.top-front .slide .links li{float:none;display:inline-block;vertical-align:top;margin:0 1% ;}
	.top-front .slide3 .testimonials{opacity:1!important;margin:0 0 10px!important}
	.top-front .slide .links,
	.top-front .slide .links li,
	.top-front .slide .text-area{opacity:1!important}
	#menu-main-menu{position:absolute;top:54px;left:0;width:100%;background:#414042;border-top:2px solid #737373;padding:0 0 9999px;margin:0 0 9999px}
	#menu-main-menu > li{vertical-align:top;float:none;overflow:hidden;width:100%;background:#414042;border-bottom:1px solid #737373;position:static;}
	body.active{height:100%;overflow:hidden;}
	html{height:100%}
	.top-front .slide .for-mobile{display:block;width:100%;overflow:hidden;margin:54px 0 0;}
	.top-front .slide3 .text-area{position:static;overflow:hidden;width:100%;text-align:center;padding:10px}
	.top-front .slide3 .text-area .btn{float:none;text-align:center;}
	.top-front .slide3 .text-area h3 br{display:none;}
	.top-front .slide3 .testimonials{position:static;width:100%;overflow:hidden;text-align:center;padding:10px}
	.top-front .slide3 .text-area h3{text-align:center;}
	.top-front .slide2 .text-area{position:static;overflow:hidden;width:100%;text-align:center;padding:10px}
	.top-front .slide1 .text-area{position:static;overflow:hidden;width:100%;text-align:center;padding:10px}
	.top-front .slide .for-mobile img{width:100%;height:auto;display:block;}
	#menu-main-menu ul{top:0;left:auto;right:0;width:60%}
.top-front .slide .text-area h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 15px;
}
	.top-front .slide .text-area{font-size:14px;line-height:26px;}
	.top-front .slide .text-area .btn{font-size:12px;}
	.top-front .slide3 .testimonials blockquote{margin:0 0 20px;}
	.top-front .slide3 .text-area h3{font-size:27px;line-height:37px;margin:0 0 13px;}
	.top-front .slide1 .links{position:static;width:100%}
	.top-front  .bottom{display:none;}
	.top-front .slide3 .testimonials{display:none;}
	#menu-main-menu ul{background:#000;margin:0 0 -9999px;padding:0 0 9999px;}
	.portfolio-item-container .overlay, .portfolio-item-container .caption{opacity:0}
	#text-5 .textwidget > a{
		float:none;
		margin:0 3px 10px;
	}
	#respond  textarea,
#respond input[type="text"]{width:100%;}
}
@media(max-width: 480px) {
	#content.portfolio .portfolio-items .col-xs-12 {
    width: 100%;
}
.page-template-page-services #title_bar .talkabout{
    margin: 1rem auto;
    display: block;
    width: 100%;
}
.page-template-page-services .fullwidth_image {
    height: 200px;
}
.page-template-page-services #content .post-content {
    padding: 0rem 0;
}

}