/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

html { background:#000; }

body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	background-color:transparent;
	-webkit-font-smoothing:antialiased;
}
.videoBG_wrapper { background: #000; }

.preloader_hide {opacity:0;}
#preloader {position:fixed; left:50%; top:50%; width:60px; height:60px; margin:-30px 0 0 -30px; display:block;opacity:0}

section {
	padding-top:60px;
}
div#lazy-container {
        overflow: auto;
    }

    img.lazy {
        width: 270px; 
        height: 180px; 
        display: block;
}

.container {padding-left:0; padding-right:0;}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#333;}




.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}



.huerotate {-webkit-filter: hue-rotate(230deg); filter: hue-rotate(230deg);}



/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Lato', sans-serif;
	text-transform:none;
	font-weight:900;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h3 {margin:0 0 21px; line-height:38px; font-size:30px;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}


section .title {
	padding-bottom:56px;
	text-transform:uppercase;
	font-weight:900;
	line-height: 30px;
    font-size: 17px;
	color:#000;
}



.mobile-titles { display: none; }
.mobile-logo { display: none;}




/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 24px 27px 22px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#999;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#333; border-color:#333;}

.btn-active {background-color:#1c1c1c; color:#fff; border-color:#1c1c1c;}
.btn-active:hover {color:#fff;}


.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:relative;
}

/* __________ Logo __________ */
.logo {padding: 10px 0px 0px 0px;
        width: 400px;
    position: }
.logo a {display:block;}
.logo img { vertical-align:middle;}
.logo-list { width: 400px; }

.hand { position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    top: 300px; display:none;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.menu { text-align:center; }
.logocenter {
    max-width: 300px;
    margin-top: -10px!important;
    }



/* __________ Menu __________ */
.menu_block {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	right:0;
	width:100%;
}
.menu_block img { height: auto; }

.navmenu ul li {
	display:inline-block;
	margin:0 0 0 -3px;
	font-family: 'Barlow Condensed', serif;
	vertical-align:top;
}
.navmenu ul li a {
	position:relative;
	display:block;
	margin:0 0 0 -3px;
	padding:20px 20px 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:20px;
	color:#FFF;
	font-style:normal;
}
.logo a { padding: 0px 0px!important; }
.logo a:before { height:0px!important; }
.navmenu li:hover .logo a,
.navmenu li.active .logo a { background:none; }
.navmenu li.red_bg:hover a,
.navmenu li.red_bg.active a {
	color:#FFF;
	text-decoration:line-through;
}

.navmenu ul li a:before {
	content:'';
	position:absolute;
	top: 0px;
    height: 15px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
	height:0;
}
.navmenu ul li.red_bg a:before {}
.navmenu ul li:hover a:before,
.navmenu ul li.active a:before {
	top: 0px;
    height: 15px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
}
.navmenu ul li:hover a:before { }









/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative; padding:0;}









/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
#about { padding-top:155px;    background: #000 url(../../storage/background/background2.png);
    background-repeat: no-repeat;
    background-position: center top!important;
    background-size: cover; }
#about .about_description {padding-bottom:25px;}
#about .about_description h3 {font-weight:400;}

#about .about_description p {
	margin-bottom:24px;
	line-height:20px;
	font-size:15px;
}

.keyhole { padding: 0px; margin-top:-5px;}
.about-right {
    height: 500px;
    transform: rotate(30deg);
    margin-top: -400px;
    margin-left: -90px;
}
.flexslider { border:0px; }
/* __________ Services __________ */
.services_item {
	position:relative;
	display:block;
	padding:30px 0px 0;
}
.services_item.bg2:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:4px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item:hover:before {height:6px;}
.services_item .col-md-4 {  }
.services_item .round-logo {
	position:relative;
	display:block;
	width:150px;
	margin:0 auto 25px;
	line-height:150px;
	font-size:50px;
	color:#fff;
	border-radius:50%;
	cursor:default;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item a { font-size: 13px; }
.abysssoon {     top: 40%;
    position: relative;
    font-size: 7rem;
    transform: skewY(5deg);
    border-width: 4px  0px 4px 0px;
	border-style:dashed;
    padding: 50px; }
.embed-container {     width: 100%;
    height: 100%;
    text-align: center; }	
.services_item p {
	margin-bottom:9px;
	text-transform:none;
	line-height:32px;
	font-size:20px;
	color:#FFF;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	font-weight:bold;
	letter-spacing:3px;
}
.services_item span {
	display:block;
	line-height:16px;
	font-size:13px;
	color:#FFF;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item:hover span {color:#FFF;}











/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
#portfolio {background: #000 url(../../storage/background/background2.png);
    background-repeat: no-repeat;
    background-position: center top!important;
    background-size: cover; }
.logowrapper {
    padding-top: 240px;
    padding-bottom: 140px!important;
    background-attachment: fixed;
    background-position: top;
    background-image: url(/theabyssimages/DJS.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-y: 40px; }
#past { padding-bottom:60px; }
#portfolio .title, #price_block .title, #past .titler{ padding: 20px 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
    background: transparent;
    font-size: 60px;
    font-weight: normal;
    width: 100%;
    text-align:center
    text-align: left;}
	#past .titler {
    margin-top:50px; margin-bottom: 30px; }
	#portfolio .title { margin-bottom: 80px; }
	#price_block .title {	 font-weight:900;}
#team .title {
	padding: 20px 20px;
	margin-top: 80px;
	margin-bottom:80px; 
   color: #fff; 
   float:left;
   font-size:50px;
   font-weight:normal;
    width: 100%;
    text-align: center;
	}
.work_item {
	position:relative;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item .work_img img {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_img img {opacity:0.6;}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description {top:24%; opacity:1;}
.work_item .work_description p {
	margin:0 0 3px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:11px;
	color:#333;
}
.work_item .work_description span {
	display:block;
	line-height:20px;
	font-size:14px;
	color:#f5c700;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:0;
	margin-left:-20px;
	display:block;
	width:50px;
	opacity:0;
	text-transform:uppercase;
	font-weight:900;
	line-height:40px;
	font-size:40px;
	color:#FFF;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover a.zoom {
	bottom:40%;
	opacity:1;
}
.work_item a.zoom:hover {background-color:transparent; color:#fff;}










/*-----------------------------------------------------------------------------------*/
/*	CUSTOMERS
/*-----------------------------------------------------------------------------------*/
.customers {
	background-image:url(../theabyssimages/testimonials-bg.png);
	background-repeat:no-repeat;
	background-position:center top!important;
	background-size:cover; height:!important; 
	min-height:1079px;
}
.testimonials_slider .testimonials_item {
	padding-left:100px;
}

.testimonials_content {
	padding-bottom:33px;
	line-height:32px;
	font-size:22px;
	color:#333;
}
.testimonials_author {font-size:14px;}
.testimonials_author b {
	font-weight:900;
	color:#ef4836;
}



/* __________ customers logo __________ */
.client_logos_block {
	margin:0 -15px;
	text-align:center;
}
.client_logos_block .client_img {
	display:inline-block;
	margin:0 12px 20px 15px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.client_logos_block:hover .client_img {opacity:0.3;}
.client_logos_block .client_img:hover {opacity:1;}









/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	padding-top:240px;padding-bottom:140px!important;
    background-attachment: fixed;
    background-position: top;
    background-image: url(/theabyssimages/performers.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-y: 80px;
    
}
#team .title {  }
.team_block {padding-bottom:38px; }

.crewman_item {
	position:relative;
	min-height:364px;
	padding:0px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover {
	transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}

.crewman_foto {
	overflow:hidden;
	width:100%;
	height:100%;
	margin:0 auto 35px;
	border-radius:50%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_descr {
	background-color:#000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;}

.crewman_name {
	line-height:26px;
	font-size: 20px;
	color:#FFF;
	text-transform:uppercase;
	padding-top: 10px;
}
.crewman_post {
	padding-bottom:13px;
	font-size: 12px;
	line-height: 1.5;
	color:#FFF;
	text-transform:uppercase;
}

.crewman_item .crewman_social {padding-bottom:23px;}
.crewman_item .crewman_social a {
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 2px 0 5px;
	border-radius:50%;
	line-height:16px;
	font-size:16px;
	color:#000;
	padding: 7px 0px;
}
#team .crewman_descr { 
}
.crewman_item .crewman_social a.b1:hover {box-shadow:0 0 0 15px #2dc5eb inset;}
.crewman_item .crewman_social a.b2:hover {box-shadow:0 0 0 15px #4d72bf inset;}
.crewman_item .crewman_social a.b3:hover {box-shadow:0 0 0 15px #e5683c inset;}
.crewman_about {
	height:0;
	line-height:16px;
	font-size:14px;
	opacity:0;
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_about {
	opacity:1;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}




/* __________ INTERESTING FACTS __________ */
.fact_item i {
	display:block;
	width:70px;
	height:70px;
	margin:0 auto 18px;
	text-align:center;
	line-height:68px;
	font-size:64px;
	color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.fact_item:hover i {color:#fff;}
.fact_item p {
	margin:0;
	line-height:30px;
	font-size:28px;
	color:#fff;
}
.fact_item .count {
	font-weight:900;
	line-height:91px;
	font-size:80px;
	color:#fff;
}






/*-----------------------------------------------------------------------------------*/
/*	VIDEO BLOCK
/*-----------------------------------------------------------------------------------*/
#video_block {
	overflow:hidden;
	position:relative;
	padding:0px 0 0px;
	width:100%;
	height:804px;
}
#video_block .container {
	position:relative;
	z-index:2;
}

#video_block .overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,1);
}

#video_block .title {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

#video_block .play_pause_wrapper {
	transform:translateY(125%) scale(0.4);
	-o-transform:translateY(125%) scale(0.4);
	-ms-transform:translateY(125%) scale(0.4);
	-webkit-transform:translateY(125%) scale(0.4);
}

#video_block .title span {
	position:relative;
	top:-11px;
	display:inline-block;
	vertical-align:middle;
	width:163px;
	height:163px;
	margin:0 8px 0 14px;
	font-family:FontAwesome;
	cursor:pointer;
	border-radius:50%;
	border:15px solid #fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

#video_block .title span:before {
	content: "\f04b";
	position:absolute;
	left:8px;
	top:0;
	width:132px;
	height:132px;
	text-align:center;
	line-height:133px;
	font-size:74px;
	color:#fff;
	transition: color 0.3s ease-in-out; 
	-webkit-transition: color 0.3s ease-in-out;
}
#video_block .title span:hover:before {color:#f5c700;}

#video_block .title span.play_pause:before {content: "\f04c"; left:0;}




/* Video BAckground */
#video_block #controlBar_P2 {position:static !Important;}

#controlBar_P1 {position:static !important;}

#video_block iframe {margin-top:0 !important;}
#video_block .buttonBar span {display:none !important;}











/*-----------------------------------------------------------------------------------*/
/*	PRICE BLOCK
/*-----------------------------------------------------------------------------------*/
#price_block {
	padding-bottom:80px;
	padding-top:130px;
}

.price_item {
	position:relative;
	padding:20px 0 20px;
	background-color:#000;
	min-height:320px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.price_item:hover {
	transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.price_item:before {
	content:'';
	position:absolute;
	z-index:10;
	left:15px;
	right:15px;
	bottom:0;
	height:0;
	background-color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.price_item:hover:before, .price_item.price_active:before {bottom:-20px; height:20px;}
.price_item_head { text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
}
.price_item_title {
	padding-bottom:26px;
	line-height:30px;
	font-size:30px;
	text-transform:uppercase;
	min-height:64px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.price_item_cost, .price_item_cost_soon {
	display:table;
	width:200px;
	height:200px;
	margin:0 auto 0px;
	line-height:100px;
	font-size:90px;
	color:#000;
	border-radius:50%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	test-transform:uppercase
}
.price_active .price_item_cost {border:10px double white;}
.price_item .abyss { background-image:url('../theabyssimages/perform-back.png'); }
.price_soon { opacity:0.5; }
.price_item_cost .wrap_middle {
	display:table-cell;
	vertical-align:middle;
}
.price_item_cost span {
	display:inline-block;
	font-size:90px;
}
.price_item_text {
	padding: 10px 5px 5px;
    font-size: 16px;
    color: #000;
    /* border-top: 1px solid #e9e9e9; */
    text-transform: uppercase;
}
.abyssdetails { font-size:22px; line-height:25px; color:#FFF; }
.price_item_text.last {border-bottom:1px solid #e9e9e9;}

.price_item .btn_order {
	display:block;
	margin:0px 20px 0;
	padding:22px 10px 19px;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	border-radius:4px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.price_item .btn_order:hover {background-color:#fff; color:#000;}
.price_item .btn_order:focus {margin-top:22px; margin-bottom: -2px;}

.price_best:after {
	content:'';
	position:absolute;
	left:-3px;
	top:-4px;
	width:76px;
	height:75px;
	background-image:url(../theabyssimages/price_ribbon.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}












/*-----------------------------------------------------------------------------------*/
/*	TWITTER BLOCK
/*-----------------------------------------------------------------------------------*/
#twitter_block {background-color:#1ab2e8;}

#twitter_block .fa {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 48px;
	line-height:78px;
	font-size:80px;
	color:rgba(0,0,0,0.15);
}
#twitter_block a.tweet_user {
	line-height:22px;
	font-size:22px;
	color:rgba(0,0,0,0.15);
}
#twitter_block .tweet_text {
	display:block;
	padding:4px 0 15px;
	line-height:38px;
	font-size:30px;
	color:#fff;
}
#twitter_block .tweet_text a {color:rgba(0,0,0,0.15);}
#twitter_block .tweet_text a:hover {color:#fff;}
#twitter_block .tweet_time {
	display:block;
	padding-bottom:35px;
	text-align:center;
}
#twitter_block .tweet_time a {
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:rgba(0,0,0,0.15);
}








/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {padding:75px 0 50px;}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}
#past .caption { font-size: 22px;
font-family: Barlow Condensed;
text-align: center;
padding: 10px 0px 15px;
background: #de1515;
margin-bottom: 20px;
}
.red_bg { padding: 5px 0px 0px; }
.changeColor { background: #000; }

/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
#blog {padding-bottom:20px;padding-top:80px!important;}
#blog .fg .title { display:none; }
#past #art { display:none; }
#blog .title { padding: 20px 0px;
    margin-top: 40px;
    margin-bottom: 0px;
    float: left;
    background: transparent;
    font-size: 60px;
    font-weight: normal;
    width: 100%;
    text-align: center; }

.post_item {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.recent_posts:hover .post_item {opacity:0.3;}
.recent_posts .post_item:hover {opacity:1;}

.post_item_img {
	display:block;
	background-color:#000;
}

.post_item_content {padding:23px 0 0;}
.post_item_content a.post_title {
	font-weight:400;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.post_item:hover .post_item_content a.post_title {color:#0eba9e;}

.post_item_inf {
	position:relative;
	margin-bottom:24px;
	padding-top:7px;
	padding-bottom:26px;
}
.post_item_inf:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:70px;
	height:2px;
	background-color:#0eba9e;
}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#999;
}

.post_item_text {
	line-height:22px;
	font-size:14px;
	color:#666;
}


.view_all_posts {
	display:block;
	margin: 30px 0 0;
	padding:20px 10px 21px;
	border: 2px solid #0eba9e;
	border-radius: 4px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight:900;
	line-height:20px;
	font-size:20px;
	color:#666;
	background: none;
}
.view_all_posts:hover {
	color:#fff;
	background: #0eba9e;
}









/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/
#contacts {
	padding-top:160px;
}








/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	position:relative;
	padding:60px 0 20px;
	color:#fff;
	background-color:#000;
}
footer .social a { color:#000; display: inline-block;
    margin: 0 0 0 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
	    padding: 7px 0px; }
footer .back_top {
	position:absolute;
	left:50%;
	top:-25px;
	display:block;
	width:50px;
	height:50px;
	margin-left:-25px;
	font-family:FontAwesome;
	text-align:center;
	line-height:44px;
	font-size:26px;
	color:#000;
	background-color:#FFF;
	border:3px solid #000;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.single_page footer .back_top {background-color:#fff;}

footer .back_top:hover {background-color:#000;}


footer .footer_phone {padding-top:20px;}
footer .footer_phone p {
	display:inline-block;
	margin:1px 20px 0 0;
	line-height:20px;
	font-size:13px; text-transform:uppercase; 
	color:rgba(255,255,255,1);
}
footer .footer_phone a {
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	font-size:12px;text-transform:uppercase; 
	color:rgba(255,255,255,1);
}
footer .footer_phone a:hover {color:#fff;}


footer .copyright {
	padding-top:20px;
	line-height:20px;
	font-size:12px; text-transform:uppercase; 
	color:rgba(255,255,255,1);
}











/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social a {
	display:inline-block;
	margin:0 0 0 7px;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	line-height:48px;
	font-size:23px;
	color:#333;
	background-color:#fff;
}
a.twitter:hover {background-color:#2dc5eb;}
a.facebook:hover {background-color:#4d72bf;}
a.g_plus:hover {background-color:#e5683c;}
a.dribbble:hover {background-color:#e4508a;}








/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
#contact {
	padding:0 100px;
}

textarea,
input[type="text"] {
	width:100%;
	margin:30px 0 0;
	padding: 20px;
	text-transform:none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 18px;
	text-transform:uppercase;
	color: #000;
	font-style:normal;
	border-radius: 0;	
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input#name {margin-top:0;}
textarea {
	overflow:hidden;
	min-height:246px;
	resize: none;
	margin-top:0;
}

textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	color:#333;
	border:0;
	background-color:#fff;
}

.contact_form label {
	display:none;
	margin:5px 0 0;
	font-weight:400;
	font-size:12px;
	color:#fff;
}
.ie .contact_form label {display:block;}

.contact_btn {
	display:block;
	cursor:pointer;
	width:270px;
	margin: 50px auto 0;
	padding:20px 10px 21px;
	border: 0;
	border-radius: 4px;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	line-height:20px;
	font-size:26px;
	letter-spacing:2px;
	color:#FFF;
	background: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {background: #fFF; color:#000; border:0;}
.contact_btn:focus {border:0; background: #FFF;}

.dateheader, .price_item, .abyssdetails, .title, .titler, .abysssoon, .crewman_descr { font-family: 'Barlow Condensed'; }
.price_item_text { text-transform: none; }
.abyssdetails { text-transform:uppercase;margin-top: -10px; }
.notification_error {
	margin-bottom:-20px;
	padding:20px 0 0;
	font-size:15px;
	color:#fff;
}

.notification_ok {
	margin:30px 15px 0;
	padding:20px;
	font-size:15px;
	color:#fff;
	border:2px solid #fff;
	border-radius:4px;
}







/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:80px;}


.blog_block hr {border-top:2px solid #e9e9e9;}

.single_page #blog h3 {
	font-weight:400;
	line-height:34px;
	font-size:28px;
}



/* __________ Blog Post __________ */
.blog_post_video {
	float:left;
	width:470px;
	height:370px;
	margin-right:30px;
}

.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:470px;
	height:370px;
	margin-right:30px;
	background-color:#000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog_post_descr hr {
	border-top-width:1px;
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	font-weight:900;
	line-height:14px;
	font-size:11px;
	color:#ccc;
}

.blog_post_title {
	display:block;
	padding-bottom:15px;
	color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
.blog_post:hover .blog_post_title {color:#0eba9e;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#ccc;
}
.blog_post_info li.author a { color:#ef4836;}
.blog_post_info li a:hover {color:#0eba9e;}
.blog_post_content {
	padding-bottom:18px;
	color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.blog_post .read_more_btn {
	text-transform:uppercase;
	font-weight:900;
	font-size:13px;
	color:#333;
}
.blog_post .read_more_btn:hover {color:#0eba9e;}






/* __________ Pagination __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:63px;
	height:63px;
	margin:0 5px 0 0;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#333;
	background-color:#eaeaea;
	border-radius:0 !important;
}
.pagination li.active a,
.pagination li a:focus,
.pagination li a:hover {
	background:#ef4836 !important;
	color:#fff !important;
}












/*-----------------------------------------------------------------------------------*/
/*	SINGLE BLOG POST
/*-----------------------------------------------------------------------------------*/
.single_blog_post_date {
	float:left;
	margin:11px 30px 0 0;
	padding-top:14px;
	width:70px;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
	line-height:12px;
	font-size:12px;
	color:#0eba9e;
	border-top:2px solid #0eba9e;
}
.single_blog_post_date span {
	display:block;
	line-height:53px;
	font-size:60px;
}

.single_blog_post_descr {margin-left:100px;}

.single_blog_post_title {
	padding-bottom:2px;
	font-weight:900;
	line-height:60px;
	font-size:50px;
	color:#333;
}

.single_blog_post_info {padding-bottom:24px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:12px;}
.single_blog_post_info li.author a { color:#ef4836;}
.single_blog_post_info li a:hover {color:#0eba9e;}

.single_blog_post_img img {
	margin-bottom:23px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:16px;
}









/* __________ Comments __________ */
.comments_count {color:#ef4836;}

#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	background-color:#ccc;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:900;
	font-size:16px;
	color:#333;
}
#comments .comment_date,
#comments .comment_reply a {
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
}
#comments .comment_reply a:hover {color:#0EBA9E;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}



/* Comment Form */
.leave_comment {
	padding:24px 30px 30px;
	background-color:#eaeaea;
}

#comment_form textarea,
#comment_form input[type="text"] {
	margin:0 30px 30px 0;
	padding:20px;
	width:388px;
	border-color:#fff;
	text-transform:none;
	font-size:18px;
	color:#999;
	background-color:#fff;
}
#comment_form input.last {margin-right:0;}
#comment_form textarea {
	min-height:180px;
	width:100%;
}
#comment_form .contact_btn {
	margin:0;
	background-color:#0eba9e;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ef4836;}

.comment_note {padding-top:11px; font-size:12px;}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: transparent;
}
div.dark_square .pp_details { display:none; }

.pp_top, .pp_bottom {
    height: 0px;
    position: relative;
}




/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:40px;}

.sidepanel_title  {
	margin-bottom:23px;
	padding:13px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:16px;
	color:#fff;
	background-color:#ef4836;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position:relative;
	padding:13px 10px 12px 40px;
	border-top:1px solid #e9e9e9;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content: "\f054";
	position:absolute;
	left:16px;
	top:14px;
	font-family:FontAwesome;
	font-size:16px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#0eba9e;}
.widget_meta li a {
	display:inline-block;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:16px;
	color:#333;
}
.widget_meta li a:hover {color:#0eba9e;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-weight:300;
	font-size:16px;
	color:#333;
	background-color:#eaeaea;
}
.widget_tags li a:hover {
	color:#fff;
	background-color:#ef4836;
}
.widget_tags li.active a {background-color:#f5c700 !important; color:#fff !important;}


/* __________ Text Widget __________ */
.widget_text p {
	line-height:24px;
	font-size:14px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}




/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {
	margin-bottom:29px;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.widget_popular_posts:hover .recent_posts_widget {opacity:0.3;}
.widget_popular_posts .recent_posts_widget:hover {opacity:1;}
.post_item_img_widget {
	overflow:hidden;
	display:block;
	width:270px;
	height:190px;
	margin-bottom:14px;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}

.post_item_content_widget .post_title {
	display:block;
	margin-bottom:9px;
	font-weight:900;
	line-height:29px;
	font-size:24px;
	color:#333;
}
.recent_posts_widget:hover .post_title {color:#0eba9e;}
.post_item_inf_widget li {
	display:block;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#999;
}








/*-----------------------------------------------------------------------------------*/
/*	SEARCH FORM
/*-----------------------------------------------------------------------------------*/
.search_form {position:relative;}
.search_form:before {
	content: "\f002";
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:51px;
	font-family:FontAwesome;
	line-height:49px;
	text-align:center;
	font-size:20px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.search_form:hover:before {color:#0eba9e;}

.search_form input {
	margin:0;
	padding:13px 46px 14px 20px;
	width:100%;
	color:#ccc;
	background:none;
	border:2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.search_form input:focus {border-color:#0eba9e; color:#333;}

.search_form input.search_btn {
	width:100%;
	margin:0;
	padding:12px 55px 13px 17px;
	background-color: rgba(81,81,81,0.5);
	line-height:20px;
	font-size:12x;
	color:#b5b5b5;
}
.search_form input.search_btn {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:46px;
	height:46px;
	padding:0;
	border:0;
	text-indent:-999px;
	background: none !important;
}
.search_form input.search_btn:hover {
	border:0;
	background-color:#008da8;
}


/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:270px; margin-right:30px;}
#past { padding-top: 140px!important; padding-bottom:270px!important; }
#past .jcarousel li { width:270px; }
.lcarousel-wrapper {position:relative;}
.jCarousel_pagination .jcarousel-prev, .jCarousel_pagination .jcarousel-next  {
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	font-family:FontAwesome;
	text-align:center;
	line-height:30px;
	font-size:38px;
	color:#fff;
}
.jcarousel-prev {    left: 50%;
    margin-left: -670px;
    top: 45%}
.jcarousel-next {right:50%; margin-right:-670px;top:45%;}

.jCarousel_pagination a.inactive {cursor:default; opacity:0.75; color:#fff !important;}










/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:fixed; }
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}

}

@media (max-width: 1024px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.flexslider.top_slider .slides li {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important; background-position:0 0 !important;}
	
	.navmenu ul li a {padding-left:5px; padding-right:5px; font-size:14px; }
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px; }

/* __________ Index __________ */
	#past .jcarousel li {width:230px;}
	.jcarousel li {width:303px;}
	.jcarousel-control-prev {margin-left:-485px;}
	.jcarousel-control-next {margin-right:-485px;}
	
	
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	#video_block {padding:180px 0; height:550px;}
	
	
	.price_item_cost {width:130px; height:130px;}
	.price_item_cost span {font-size:50px;}
	.price_item_text {padding:10px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:400px; height:315px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	#comment_form input[type="text"] {width:312px;}
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	section .title {font-size:70px; line-height:70px;}
	.logo-bg { display:none; }
	.container {
    width: 100%!important;
}

/* __________ Menu __________ */
.navmenu ul li a {padding-left:10px; padding-right:10px; font-size:14px;}
	
	
	
/* __________ Index __________ */
	.services_item {padding:50px 10px 0;}
	.services_item i {width:100px; height:100px; font-size:50px; line-height:98px;}
	.services_item span {font-size:12px; line-height:17px;}
	#past .jcarousel li {width:130px;}
	.jcarousel li {width:230px;}
	.jcarousel-control-prev {margin-left:-360px; }
	.jcarousel-control-next {margin-right:-360px;}
	.work_item a.zoom {padding:10px 24px; font-size:11px;}
	
	
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	.fact_item p {font-size:18px; line-height:20px;}
	.fact_item .count {font-size:56px; line-height:56px;}
	
	
	#video_block {padding:140px 0; height:430px;}
	
	
	.price_item_title {font-size:18px; padding-bottom:15px;}
	.price_item_cost {width:100px; height:100px; font-size:16px; line-height:90px;}
	.price_item_cost span {font-size:36px;}
	.price_item_text {padding:7px 5px; font-size:12px;}
	.price_item .btn_order {font-size:13px; padding:12px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	.recent_posts {width:600px; margin:0 auto;}
	.view_all_posts {width:600px; margin:0 auto;}
	.responsive_clearfix {clear:both;}
	
	
	#contact {padding:0 40px;}
	
	
	.social a {width:40px; height:40px; line-height:38px;}
	footer .copyright {padding-top:10px;}
	footer .footer_phone {padding-top:0;}
	

/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:400px; height:315px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	#comment_form input[type="text"] {width:327px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}

@media (max-width: 767px) {
	.container {padding-left:15px; padding-right:15px;}
	header { height:70px; }
	.menu_block { height:70px; }
	.navmenu ul li a { color:#FFF!important; }
	section .title {font-size:60px; line-height:60px;}
	#team .title {  display:none; }
	#portfolio .title, #price_block .title {  display:none; }
#blog, #price_block, #past,  #contacts, #portfolio, #team, #about {  padding-bottom: 20px;
    padding-top: 60px!important; }
.mobile-titles { display:block; text-transform:uppercase; text-align:center; font-size: 30px;
    line-height: 50px;
    padding: 20px 0px 10px;
    font-weight: bold;
	letter-spacing:2px;
    font-family:'Barlow Condensed';
}
.menu_block img { height: auto; }
video { height: 100%!important;width:100%!important; object-fit:cover; }
.col-lg-1.col-md-1.col-sm-1.padgrid { display:none; }
.year { display:none; }
.time { display:block; clear:both; }
#about .mobile-titles { padding:20px 0px 0px 0px;!important; margin-bottom:-20px; }
.center titles { display:none; }
/* __________ Menu __________ */
	a.menu_toggler {display:inline-block; float:right; margin: 20px 0 0 20px; width:40px; height:35px; text-align:center; line-height:38px; font-size:23px; color:#fff; }
	a.menu_toggler:hover {background-color:#000; color:#FFF;}
	.logo-list { display:none; }
	.navmenu {position:absolute; left:0; right:0; top:70px; background-color:#000;padding:20px 0px;}
	.navmenu ul {padding:0px 0;width:100%; }
	.navmenu ul li {display:block; width:100%; text-align:left;}
	.navmenu ul li a {padding:5px 20px 5px 30px; color:#FFF; font-size:13px;text-shadow:none;}
	.navmenu ul li.active a, .navmenu ul li a:hover { background:none !important;}
	.navmenu ul li a:before {display:none;}

.flexslider.top_slider .slides li { background-position:0 0!important; }
/* __________ Index __________ */
	.services_item {padding:50px 10px 0;}
	.services_item i {width:100px; height:100px; font-size:50px; line-height:98px;}
	.services_item span {font-size:12px; line-height:17px;}
	#past .jcarousel li {width:130px;}
	
	.jcarousel-wrapper {width:450px; margin:0 auto; padding:0;}
	.jcarousel li {width:210px;}
	.jCarousel_pagination a { top: -55px;}
	.jcarousel-control-prev {margin-left:0; left:0px;}
	.jcarousel-control-next {margin-right:0; right:0px;}
	.work_item a.zoom {padding:10px 24px; font-size:13px;}
	.work_item .work_description p {font-size:13px; line-height:17px;}
	
	
	.team_block {width:450px; margin:0 auto;}
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	.fact_item i {font-size:50px; width:50px; height:50px; line-height:50px;}
	.fact_item p {font-size:12px; line-height:17px;}
	.fact_item .count {font-size:36px; line-height:36px;}
	
	
	#video_block {padding:110px 0; height:280px;}
	#video_block #wrapper_mbYTP_P2, #video_block .title span, #video_block .overlay {display:none !important;}
	
	
	.price_wrapper {width:450px; margin:0 auto;}
	.price_item_title {font-size:18px; padding-bottom:15px;}
	.price_item_cost {width:100px; height:100px; font-size:40px; line-height:90px;}
	.price_item_cost span {font-size:36px;}
	.price_item_text {padding:7px 5px; font-size:12px;}
	.price_item .btn_order {font-size:25px; padding:12px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	.recent_posts {width:450px; margin:0 auto;}
	.view_all_posts {width:450px; margin:0 auto;}
	.responsive_clearfix {clear:both;}
	.post_item_content a.post_title {font-size:20px; line-height:24px;}
	.post_item_text {font-size:11px; line-height:16px;}
	
	
	#contact {padding:0;}
	
	
	.social {text-align:center;}
	.social a {width:40px; height:40px; line-height:38px;}
	footer .copyright {padding-top:10px; text-align:center;}
	footer .footer_phone {padding-top:0; text-align:center;}
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:450px; height:315px; float:none; margin:0 0 10px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	.pagination li {width:50px; height:50px;}
	.pagination li a {font-size:16px; line-height:48px;}
	
	
	.single_blog_post_title {font-size:26px; line-height:34px;}
	.single_blog_post_date {margin-top:5px;}
	
	
	
/* __________ Single Blog Post __________ */
	
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

    .mobile-logo { display: block!important; max-width: 230px; margin-top:10px;}
    .navmenu ul li.mobile-logo-2 { display: none!important;}

/* __________ All Styles __________ */
	
	
}

@media (max-width: 479px) {

	section .title {font-size:40px; line-height:40px;}
	
	.about-right { display:none; }
/* __________ Index __________ */
	#about .about_description h3 {font-size:20px; line-height:24px;}
	#about .about_description p {font-size:12px; line-height:17px;}
	.crewman_name { font-size:24px; }
	.crewman_post { font-size:16px; }
	.jCarousel_pagination a {top: -55px;}
	.jcarousel-control-next {right:0px;}
	.jcarousel-control-prev {left:0px;}
	.jcarousel-wrapper {width:300px;}
	.jcarousel li {width:300px;}
    
	
	.testimonials_slider .testimonials_item {padding-left:70px;}
	.testimonials_content {font-size:15px; line-height:20px;}
	
	.team_block {width:320px;}
	
	
	.price_wrapper {width:290px;}
	
	
	.recent_posts {width:300px;}
	.view_all_posts {width:290px;}
	
	
	textarea {margin-top:30px; min-height:120px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:290px; height:228px; float:none; margin:0 0 10px;}
	.blog_post_title {font-size:20px; line-height:24px;}
	.blog_post_content {font-size:11px; line-height:17px;}
	
	
	.pagination li {width:30px; height:30px;}
	.pagination li a {font-size:14px; line-height:28px;}
	
	
	.single_blog_post_date {width:60px; font-size:9px; margin-right:15px;}
	.single_blog_post_date span {font-size:50px;}
	.single_blog_post_descr {margin-left:75px;}
	.single_blog_post_title {font-size:16px; line-height:21px;}
	
	.single_blog_post_content {font-size:12px; line-height:19px;}
	
	
	#comment_form textarea, #comment_form input[type="text"] {width:100%;}
	#comment_form .contact_btn {width:100%;}
	
	
/* __________ Single Blog Post __________ */
	
	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}
