/* ==============================================================

Template name : Nakula responsive bootstrap app landing page
Categorie : Landing page
Author : Nce18cex
Version : v1.0.0
Created : 9 April 2016
Last update : 10 April 2016

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Stylesheet
02. Container
03. Parallax
04. Title section
05. Inner head
06. Call to action
07. Features
08. Counter
09. Google Map
10. Precess
11. Clients
12. Pricing table
13. Contact
14. Team
15. Testimoni
16. Twitter Feed
17. Fontawesome
18. Icon and text
19. Shopping
20. Shopping cart
21. Gallery
22. Blog
23. Aside
24. Comments
25. Subscribe register
26. Footer
27. Back to top
28. Clear spacer
29. Custom left right spacer
30. Custom top spacer
31. Custom bottom spacer
32. Responsive

============================================================== */

/*
Stylesheet
=========================== */
@import url('font-awesome.min.css');
@import url('../fonts/opensans/stylesheet.css');
@import url('overwrite.css');
@import url('animate.css');
@import url('masonry.css');
@import url('flexslider.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('prettify.css');
@import url('flat-icons.css');
@import url('prettyPhoto.css');

/*
Container
=========================== */
#wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.contain-wrapp{
	padding:70px 0;
}

.slider-wrapper{
	position:relative;
	margin:0;
	padding:60px 0;
}

.half-container{
	background:url(../img/half-containerbg.jpg) repeat-y top center;
	padding:70px 0;
}

.half-container .row {
  margin-right: -60px;
  margin-left: -60px;
}

.half-container .row .row{
  margin-right: -15px;
  margin-left: -15px;
}

.half-container .col-xs-6,
.half-container .col-sm-6,
.half-container .col-md-6,
.half-container .col-lg-6 {
	padding-right: 60px;
	padding-left: 60px;
}

.gray-container{
	background:url(../img/polygon.jpg) repeat-y top left;
	padding:70px 0;
}

.primary-bg{
	color:#fff;
}

.primary-bg .form-control{
	background:#fff;
	border-color:#fff;
}

.rocks-bg{
	display:block;
	position:relative;
	width:100%;
	height:128px;
	z-index:4;
	background-repeat:no-repeat;
	background-position:top center;
	margin:-128px 0 0 0;
}

.rocket-bg{
	display:block;
	position:relative;
	width:100%;
	height:369px;
	z-index:4;
	background-repeat:no-repeat;
	background-position:top center;
	margin:-369px 0 50px 0;
}

.brush-bg{
	background-image:url(../img/brush.png);
	background-repeat:repeat-y;
	background-position:center center;
	padding:200px 0 60px 0;
	color:#fff;
}

.subtitle{
	font-size:24px;
	line-height:30px;
	letter-spacing:6px;
	margin-bottom:40px;
}

.dark-container{
	background:#333941;
	color:#c3c7ce;
	padding:70px 0;
}

.cta-container {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	letter-spacing:3px;
	padding-bottom:190px;
	margin-bottom:-120px;
}

.mountain-bg{
	background-image:url(../img/mountain.png);
	background-repeat:no-repeat;
	background-position:bottom center
}

.slider-wrapper.sunsetbg{
	background-repeat:no-repeat;
	background-position:bottom center;
	border-bottom:40px solid #333941;
}

.slider-wrapper.pattren-bg{
	background-image:url(../img/pattren.png);
	background-repeat:repeat;
	background-position:0 0;
	color:#fff;
	padding:50px 0 50px 0;
}

.slider-wrapper.pattren-bg.padding360{
	padding-bottom:360px;
}

#phone-slide{
	background:url(../img/shadow.png) no-repeat bottom center;
	padding-bottom:30px;
}

.slider-wrapper.pattren-bg h3{
	color:#fff;
	font-size:48px;
	line-height:64px;
	text-shadow:4px 4px rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
	letter-spacing:4px;
}

.slider-wrapper.pattren-bg .subtitle{
	font-size:24px;
	line-height:30px;
	letter-spacing:6px;
	text-shadow:2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:40px;
}

.animated-slider{
	background:url(../img/could.png) repeat-x 0 40px;
	padding:220px 0 180px 0;
}

.animated-bg{
	background:url(../img/sunset-bg.jpg) repeat-x 0 0;
	padding:160px 0 0 0;
}

.title-one{
	font-size:78px;
	line-height:78px;
	letter-spacing:6px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:4px 4px rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}

.title-two{
	font-size:24px;
	line-height:30px;
	font-weight:400;
	letter-spacing:6px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:40px;
}

.contain-box{
	padding:30px 0;
}

.fullwidth{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.fullwidth .col-xs-1,
.fullwidth .col-sm-1,
.fullwidth .col-md-1,
.fullwidth .col-lg-1,
.fullwidth .col-xs-2,
.fullwidth .col-sm-2,
.fullwidth .col-md-2,
.fullwidth .col-lg-2,
.fullwidth .col-xs-3,
.fullwidth .col-sm-3,
.fullwidth .col-md-3,
.fullwidth .col-lg-3,
.fullwidth .col-xs-4,
.fullwidth .col-sm-4,
.fullwidth .col-md-4,
.fullwidth .col-lg-4,
.fullwidth .col-xs-5,
.fullwidth .col-sm-5,
.fullwidth .col-md-5,
.fullwidth .col-lg-5,
.fullwidth .col-xs-6,
.fullwidth .col-sm-6,
.fullwidth .col-md-6,
.fullwidth .col-lg-6,
.fullwidth .col-xs-7,
.fullwidth .col-sm-7,
.fullwidth .col-md-7,
.fullwidth .col-lg-7,
.fullwidth .col-xs-8,
.fullwidth .col-sm-8,
.fullwidth .col-md-8,
.fullwidth .col-lg-8,
.fullwidth .col-xs-9,
.fullwidth .col-sm-9,
.fullwidth .col-md-9,
.fullwidth .col-lg-9,
.fullwidth .col-xs-10,
.fullwidth .col-sm-10,
.fullwidth .col-md-10,
.fullwidth .col-lg-10,
.fullwidth .col-xs-11,
.fullwidth .col-sm-11,
.fullwidth .col-md-11,
.fullwidth .col-lg-11,
.fullwidth .col-xs-12,
.fullwidth .col-sm-12,
.fullwidth .col-md-12,
.fullwidth .col-lg-12{
	margin:0;
	padding:0;
}

.container-full{
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-full .row{
	margin-right: 0;
	margin-left: 0;
}

.device-wrapper{
	position:relative;
	display:block;
	width:100%;
	z-index:2;
	margin-bottom:-15px;
}

.device-slider{
	position:absolute;
	width:412px;
	height:257px;
	background:#ccc;
	z-index:4;
	top:17px;
	left:72px;
}

.main-form{
	display:block;
	background:#fff;
	border-radius:4px;
	padding:30px 40px;
	margin-bottom:30px;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.3);
}


.main-form .title{
    color: #333941;
}

.main-form .title span{
    font-weight: 700;
}

/*
Parallax
=========================== */
.parallax{
	position:relative;
	padding:0;
	margin: 0 auto;
	overflow-y: visible;
	width: 100%;
	z-index:3;
	color:#fff;
}

.parallax.bg1{
	background:url(../img/parallax/bg01.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}

.parallax.bg2{
	background:url(../img/parallax/bg02.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}

.parallax-container{
	background:rgba(30, 30, 30, 0.6);
	padding:80px 0;
}

.parallax-container.contain{
	background:rgba(0, 0, 0, 0.4);
}

.pixed-parallax{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
Title section
=========================== */
.title-section{
    text-align: center;
    margin-bottom: 30px;
	font-size:24px;
	line-height:30px;
	color:#6c6f74;
	font-weight:300;
	letter-spacing:2px;
}

.primary-bg .title-section{
	color:#fff;
}

.title-section h3{
	margin-bottom:10px;
}

.primary-bg .title-section h3{
	color:#fff;
}

.title-section .line{
    display: table;
    width: 362px;
    margin: auto;
    position: relative;
    background-image: url(../img/title-line.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.primary-bg .title-section .line{
    background-image: url(../img/title-line-white.png);
}

.title-section .icon{
    display: table;
    margin: auto;
}

/*
Inner head
=========================== */
.inner-head{
	padding:190px 0 50px 0;
	border-bottom:10px solid #333941;
}

.inner-head i{
	float:left;
	width:47px;
	height:47px;
	margin:7px 20px 0 0;
	border:2px solid #fff;
	text-align:center;
	overflow:hidden;
	font-size:24px;
	line-height:42px;
	border-radius:2px;
	color:#fff;
}

.inner-head h1, .inner-head  h2, .inner-head  h3, .inner-head  h4 , .inner-head  h5, .inner-head  h6{
	text-transform:uppercase;
	margin-bottom:5px;
}

.inner-head .breadcrumb {
	margin-bottom:0;
}

/*
Call to action
=========================== */
.cta-wrapper{
	display:block;
	position:relative;
	padding:60px 0 40px 0;
	color:#fff;
}

.cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4, .cta-wrapper h5, .cta-wrapper h6{
	margin-bottom:10px;
}

.cta-default,
.cta-primary{
	background-image:url(../img/bokeh.png);
	background-color:#242424;
	background-repeat:n0-repeat;
	background-position:top center;
	color:#c2c2c2;
}

.cta-primary{
	background-image:url(../img/bokeh1.png);
	color:#fff;
}

.cta-parallax{
	background-color:rgba(36, 36, 36, 0.9);
}

/*
Features
=========================== */
.features-wrapper{
	position:relative;
	float:left;
	width:100%;
	background:url(../img/feature-bg.png) repeat-y top center;
	padding:40px 0;
	margin:15px 0 35px 0;
}

.feature-circle{
	position:absolute;
	width:15px;
	height:15px;
	border:3px solid #c4c4c4;
	border-radius:50%;
	left:50%;
	margin-left:-8px;
}

.feature-circle.on-top{
	top:-15px;
}

.feature-circle.on-bottom{
	bottom:-15px;
}

.feature{
	float:left;
	width:50%;
	position:relative;
	margin:0;
	clear:both;
}

.feature.pull-left{
	float:left;
	text-align:right;
	padding-right:154px;
}

.feature.pull-right{
	float:right;
	text-align:left;
	padding-left:154px;
}

.feature.pull-left:before,
.feature.pull-right:before{
    content: "";
    position: absolute;
    top: 30px;
	background:#c4c4c4;
	width:30px;
	height:3px;
}

.feature.pull-left:before{
    right: 0;
}

.feature.pull-right:before{
    left: 0;
}

.fature-icon{
    position: absolute;
	top:0;
}

.feature.pull-left .fature-icon{
	right:60px;
}

.feature.pull-right .fature-icon{
	left:60px;
}

/*
Counter
=========================== */
.counter-item{
	text-align:center;
	margin-bottom:-20px;
    padding: 40px 0;
    border: solid 1px #cfcfcf;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    -moz-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.dark .counter-item{
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    border: solid 1px #222;
    -moz-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow:10px 10px rgba(0, 0, 0, 0.2);
    box-shadow:10px 10px rgba(0, 0, 0, 0.2);
}

.counter-item .fa{
    position: absolute;
    top: 20%;
    right: -50px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    font-size: 200px;
    z-index: 1;
}

.count-value{
    position: relative;
	display:block;
	font-size:86px;
	line-height:86px;
	font-weight:700;
	margin-bottom:5px;
    z-index: 2;
    color: #3f3f3f;
}

.dark .counter-item .count-value{
    color: #eee;
}

.counter-item p{
	font-size:18px;
	line-height:30px;
    margin-bottom: 0;
}

.cirContainer{
	width:100px;
	height:100px;
}

.cir{
	position: relative;
	text-align:center;
	width:100px;
	height:100px;
	border-radius:100%;
	background-color:#efefef;
	background-image' :none;
}

.cirCover{
	position:relative;
	top: 2px;
	left: 2px;
	text-align: center;
	width: 96px;
	height: 96px;
	border-radius: 100%;
	background-color: #efefef;
}

.percent{
	display:block;
	width: 100px;
	height: 100px;
	line-height:32px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color': #5c93c8;
}

/*
Google Map
=========================== */
.map-wrapper{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

.maps{
    height: 450px;
    width: 100%;
}

/*
Precess
=========================== */
.precess-column{
	position:relative;
	margin-bottom:30px;
	text-align:center;
}

.precess-column.text-left{
	text-align:left;
}

.precess-column.text-right{
	text-align:right;
}

.precess-column span.number{
	display:block;
	font-size:92px;
	line-height:60px;
	font-weight:700;
	color:rgba(43, 43, 43, 0.08);
	margin:-5px 0 20px 0;
}

.precess-column span.text-title{
	display:block;
	font-style:italic;
	font-size:16px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:5px;
}

ol.process-line{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ol.process-line > li{
    display: block;
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

ol.process-line > li:before{
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 60px;
    left: 0;
    height: 1px;
    background-color: #cfcfcf;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 1;
}

ol.process-line > li:first-child:before{
    display: none;
}

ol.process-line > li:after{
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 60px;
    right: 0;
    height: 1px;
    background-color: #cfcfcf;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 1;
}

ol.process-line > li:last-child:after{
    display: none;
}

ol.process-line > li > .icons{
    display: table;
    padding: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

ol.process-line > li > .icons > .fa{
    border: solid 1px #cfcfcf;
    display: table-cell;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ol.process-line > li.active > .icons > .fa{
    color: #fff;
}

ol.process-line > li > h5{
    display: block;
    width: 100%;
}

ol.process-line > li > p:last-child{
    margin-bottom: 0;
}

.process-icon{
    position: relative;
    margin-bottom: 30px;
}

.process-icon > .fa{
    font-size: 48px;
    margin-bottom: 20px;
}

.process-icon > span{
    display: block;
}

.process-icon > p:last-child{
    margin-bottom: 0;
}

/*
Clients
=========================== */
.client-logo{
	opacity:0.70;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.client-logo:hover{
	opacity:1;
	filter: alpha(opacity=100);
}

/*
Pricing table
=========================== */
.pricing{
	position:relative;
	display:block;
	width:100%;
	border:1px solid #d4d4d4;
	background:#fcfcfd;
	height:auto;
	margin-bottom:30px;
	border-radius:5px;
	padding:10px;
	color:#48494b;
}

.pricing.secondary{
	margin-top:30px;
	margin-bottom:60px;
}

.pricing-head{
	text-align:center;
	padding:15px 20px;
}

.pricing.secondary .pricing-head{
	background:#ececec;
	padding:80px 0 20px 0;
	border-radius:5px;
}

.pricing-head h5{
	margin:0;
	text-transform:uppercase;
	font-size:20px;
	line-height:28px;
}

.pricing-price{
	background:#ececec;
	text-align:center;
	padding:25px 0 25px 0;
	border-radius:5px;
}

.pricing.secondary .pricing-price{
	position:absolute;
	width:100px;
	height:100px;
	border:1px solid #23262a;
	background:#23262a;
	border-radius:50%;
	z-index:4;
	top:0;
	left:50%;
	padding-top:30px;
	margin:-30px 0 0 -50px;
	color:#fff;
}

.pricing.popular .pricing-price{
	color:#fff;
}

.pricing-price strong{
	font-size:72px;
	line-height:54px;
}

.pricing.secondary .pricing-price strong{
	font-size:36px;
	line-height:34px;
}

.pricing-price sup{
	font-size:18px;
}

.pricing.secondary .pricing-price sup{
	font-size:18px;
}

.pricing-container{
	position:relative;
	z-index:2;
	margin-top:0;
	padding:0 0 20px 0;
	text-align:center;
}

.pricing-container ul{
	margin:0;
	padding:0;
}

.pricing-container ul li{
	list-style:none;
	margin:0;
	padding:20px;
	font-size:16px;
	line-height:16px;
	border-bottom:1px solid #eaeaec;
}

.pricing-action{
	text-align:center;
	padding:0 20px 20px 20px;
}

/*
Contact
=========================== */
.contact-detail{
	position:relative;
	display:block;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	padding:30px 40px 0 40px;
}

.contact-detail ul{
	position:relative;
	z-index:3;
}

.contact-sparator{
	background:url(../img/contact-bg.png) no-repeat top right;
	position:absolute;
	display:block;
	width:100%;
	height:68px;
	top:-1px;
	right:-1px;
}

.status-progress{
    display: inline-block;
    font-size: 18px;
    margin-left: 25px;
}

/*
Team
=========================== */
.team-wrapp{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
}

.team-wrapp h1, .team-wrapp h2, .team-wrapp h3, .team-wrapp h4, .team-wrapp h5, .team-wrapp h6{
	margin-bottom:5px;
}

.team-frame{
	border:1px solid #d4d4d4;
	background:#fff;
	height:auto;
	padding:5px;
	border-radius:2px;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.team-wrapp .team-avatar{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	border-radius:50%;
}

.team-wrapp .team-avatar.avatar-frame{
	border-radius:0;
}

.team-wrapp .team-avatar.avatar-frame img{
	width:100%;
	border:1px solid #d4d4d4;
	background:#fff;
	padding:5px;
	border-radius:0;
}

.team-position{
	width:100%;
	display:block;
	font-style:italic;
	margin-bottom:5px;
}

.show-caption{
	position:relative;
	z-index:4;
	width:42px;
	height:42px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:12px;
	border:none;
	top:-25px;
	margin:0 0 -30px 0;
}

.show-caption .fa{
	margin-right:-2px;
}

.show-caption:hover,
.show-caption:focus,
.show-caption:active{
	color:#fff;
}

.open-caption{
	z-index:5;
}

.team-caption{
	position:absolute;
	width:100%;
	height:100%;
	padding-top:50%;
	text-align:center;
	display:block;
	z-index:2;
}

html.ie .team-caption{
    display: none;
}

html.ie .team-caption.on{
    display: block;
}

.team-caption .fa{
	display:inline-block;
	width:32px;
	height:32px;
	color:#fff;
	border-radius:50%;
	font-size:16px;
	line-height:32px;
	margin-top:-32px;
}

.team-caption .fa.fa-facebook{
	background:#4c7aa4;
}

.team-caption .fa.fa-twitter{
	background:#38d4f0;
}

.team-caption .fa.fa-dribbble{
	background:#ea80bd;
}

.team-info{
	width:100%;
	position:relative;
	display:block;
	padding:0 0 20px 0;
}

.team-frame .team-info{
	padding:15px 0 5px 0;
}

.team-info h5{
	font-size:16px;
	line-height:16px;
}

.team-network{
	display:block;
	width:100%;
	color:#fff;
}

.team-network a,
.team-network a:hover,
.team-network a:focus,
.team-network a:active{
	display:inline-block;
	color:#fff;
	padding:0 5px;
}

.team-network a:hover{
	opacity:0.8;
}

/*
Testimoni
=========================== */
.testimoni-wrapp{
	position:relative;
	display:block;
	text-align:center;
	color:#fff;
}

.testimoni-wrapp blockquote{
	background:none;
	font-size:24px;
	line-height:38px;
	padding:0;
}

.testimoni-wrapp.boxed{
	padding-left:30px;
	margin-bottom:40px;
}

.testimoni-wrapp.boxed-center{
	text-align:center;
}

.testimoni{
	display:block;
	position:relative;
	background:#333941;
	background:rgba(51, 57, 65, 0.7);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:40px;
	margin-bottom:47px;
}

.testimoni:after{
	content:"";
	background:url(../img/testimoni-quote.png) no-repeat 0 0;
	width:54px;
	height:27px;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 -27px -27px;
}

.testimoni-wrapp.boxed-center{
    margin-bottom: 0;
}

.testimoni-wrapp.boxed-center blockquote{
    font-size: 14px;
    line-height: 24px;
}

.testimoni-wrapp.boxed-center .testimoni:after{
    display: none;
}

.testimoni-wrapp.boxed-center .testimoni{
	padding:20px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
    margin-bottom: 5px;
}

.gray-container .testimoni{
	background:#dedede;
}

.parallax-container .testimoni{
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
}

.testimoni-container{
	border:4px double #d2d2d2;
	padding:20px 20px 40px 20px;
}

.gray-container .testimoni-container{
	border:4px double #aaaaaa;
}

.parallax-container .testimoni-container{
	border:4px double rgba(255, 255, 255, 0.4);
}

.testimoni-wrapp.boxed .testimoni{
    margin-bottom: -10px;
}

.testimoni-wrapp.boxed blockquote{
    font-size: 14px;
    line-height: 24px;
}

.testimoni-wrapp.boxed .testimoni:after{
    display: none;
}

.testimoni-wrapp.boxed span.block{
	padding-left:40px;
}

.testimoni-wrapp.boxed img.img-circle{
	position:absolute;
	left:5px;
	bottom:-15px;
    width:80px;
    height: 80px;
    z-index: 2;
}

.testimoni-wrapp.boxed:before{
    content: "";
    position:absolute;
	left:0;
	bottom:-20px;
    background-color: #fff;
    width:90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}


.testimoni-wrapp.boxed-center img.img-circle{
	width:40px;
	height:40px;
	margin:10px 0;
}

.testimoni-wrapp.img-top{
    position: relative;
    text-align: center;
}

.testimoni-wrapp.img-top blockquote{
    font-size: 14px;
    line-height: 24px;
}

.testimoni-wrapp.img-top .testimoni{
    margin-bottom: 0;
    padding-top: 60px;
    margin-top: 45px;
    margin-bottom: 5px;
}

.testimoni-wrapp.img-top .testimoni:after{
    display: none;
}

.testimoni-wrapp.img-top img.img-circle{
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}

.testimoni-wrapp.img-top:before{
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}

/*
Twitter Feed
=========================== */
#tweecool ul{
    margin: 0;
    padding: 0;
}

#tweecool ul > li{
	background:url(../img/twitter.png) no-repeat 0 10px;
	display: none;
    list-style: none;
	-webkit-backface-visibility: hidden;
    margin: 0 0 -10px 0;
    padding: 0 0 0 40px;
    min-height: 35px;
}

/*
Fontawesome
=========================== */
.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-default{
	color:#464646;
}

.icon-circle,
.icon-square{
	background-color:#464646;
	color:#fff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	width:40px;
	height:40px;
	border:2px solid transparent;
	text-align:center;
	font-size:16px;
	line-height:38px;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-square{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.icon-circle.icon-bordered,
.icon-square.icon-bordered{
	background:none;
	color:#464646;
	border-color:#464646;
}

.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icon-circle.icon-bordered.fa-primary:hover,
.icon-square.icon-bordered.fa-primary:hover,
.icon-circle.icon-bordered.fa-blue:hover,
.icon-square.icon-bordered.fa-blue:hover,
.icon-circle.icon-bordered.fa-purple:hover,
.icon-square.icon-bordered.fa-purple:hover,
.icon-circle.icon-bordered.fa-pink:hover,
.icon-square.icon-bordered.fa-pink:hover,
.icon-circle.icon-bordered.fa-yellow:hover,
.icon-square.icon-bordered.fa-yellow:hover,
.icon-circle.icon-bordered.fa-green:hover,
.icon-square.icon-bordered.fa-green:hover,
.icon-circle.icon-bordered.fa-red:hover,
.icon-square.icon-bordered.fa-red:hover{
	background:none;
}

.fa-2x.icon-circle,
.fa-2x.icon-square{
	width:56px;
	height:56px;
	font-size: 22px;	
	line-height:54px;
}

.fa-3x.icon-circle,
.fa-3x.icon-square{
	width:76px;
	height:76px;	
	font-size: 34px;
	line-height:74px;
}

.fa-4x.icon-circle,
.fa-4x.icon-square{
	width:96px;
	height:96px;	
	font-size: 40px;
	line-height:94px;
}

.fa-5x.icon-circle,
.fa-5x.icon-square{
	width:120px;
	height:120px;	
	font-size: 50px;
	line-height:118px;
}

.icon-circle.fa-primary,
.icon-circle.fa-blue,
.icon-circle.fa-purple,
.icon-circle.fa-pink,
.icon-circle.fa-yellow,
.icon-circle.fa-green,
.icon-circle.fa-red,
.icon-square.fa-primary,
.icon-square.fa-blue,
.icon-square.fa-purple,
.icon-square.fa-pink,
.icon-square.fa-yellow,
.icon-square.fa-green,
.icon-square.fa-red{
	color:#fff;
}

.icon-circle.icon-bordered.fa-primary,
.icon-circle.icon-bordered.fa-blue,
.icon-circle.icon-bordered.fa-purple,
.icon-circle.icon-bordered.fa-pink,
.icon-circle.icon-bordered.fa-yellow,
.icon-circle.icon-bordered.fa-green,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-red{
	background:none;
}

/*
Icon and text
=========================== */
.col-icon{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
}

.col-icon.centered{
	text-align:center;
}

.col-icon.pull-right{
	text-align:right;
}

.col-icon.pull-left .fa{
	float:left;
	margin:5px 20px 10px 0;
}

.col-icon.pull-right .fa{
	float:right;
	margin:5px 0 10px 20px;	
}

.col-icon.centered i{
	float:none;
	margin:5px 0 15px 0;
}

.icon-wrapp{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
	border-radius:2px;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);	
}

.icon-boxline{
	float:left;
	width:33.333333%;
	position:relative;
	margin:0 -1px;
	padding:30px 30px 10px 85px;
	border-left:1px solid #d5d5d5;
}

.icon-boxline .fa{
	position:absolute;
	top:30px;
	left:30px;
}

.absolute-left,
.absolute-right{
	position:relative;
	padding-left:85px;
}

.absolute-left .icon{
	position:absolute;
	top:10px;
	left:0;
	margin:0;
	padding:0;
}

.absolute-right{
	padding-left:0;
	padding-right:85px;
	text-align:right;
}

.absolute-right .icon{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

.icon-box{
	position:relative;
	text-align:center;
	margin:0 0 30px 0;
	padding:20px;
	overflow:hidden;
	border-radius:4px;
}

.icon-box-contain{
	padding:30px 20px 15px 20px;
	border:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-box-contain .fa{
	margin-bottom:10px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;  
    overflow:hidden;
}

.icon-box-contain:hover .fa{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.box-default{
	background:#fff;
	border:1px solid #e7e7e7;
}

.icon-top{
	background:#fdfdfd;
	border:3px solid #e7e7e7;
	border-radius:6px;
	padding:50px 20px 10px 20px;
	margin-top:40px;
	overflow:visible;
}

.icon-top .icon{
	position:absolute;
	top:-32px;
	left:50%;
	margin-left:-32px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
}

.icon-top:hover .icon{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.parallax-container .box-default{
	background:rgba(255, 255, 255, 0.9);
	color:#616161;
	border:none;
}

.parallax-container .box-default h1,
.parallax-container .box-default h2,
.parallax-container .box-default h3,
.parallax-container .box-default h4,
.parallax-container .box-default h5,
.parallax-container .box-default h6{
	color:#2b2b2b;
}

.box-primary{
	color:#fff;
}

.box-image{
	background:#333941;
	color:#fff;
}

.icon-box-contain{
    background:rgba(255, 255, 255, 0.2);
    -moz-box-shadow:20px 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:20px 20px rgba(0, 0, 0, 0.4);
    -o-box-shadow:20px 20px rgba(0, 0, 0, 0.4);
    box-shadow:20px 20px rgba(0, 0, 0, 0.4);
}

html.ie8 .icon-box-contain{
    background: transparent;
}

.box-default .icon-box-contain{
	background-color: #f0f0f0;
}

.box-default:hover .icon-box-contain{
	border-color:#929292;
}

.box-primary .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.45);
}

.box-primary:hover .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.8);
}

.box-image .icon-box-contain{
	position:relative;
	border-color:rgba(255, 255, 255, 0.2);
	z-index:4;
}

.box-image:hover .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.6);
}

.box-image .box-background{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.box-image .box-background img{
	display:block;
	width:100%;
	opacity:0.1;
	filter: alpha(opacity=10);
}

.box-default .icon-box-contain i{
	color:#2b2b2b;
}

.icon-column-wrapp{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.icon-column{
	float:left;
	width: 33.33333333%;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:20px;
	margin:0;
}

.icon-column .fa{
	margin-bottom:10px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
}

.icon-column:hover .fa{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.icon-column.box-default,
.icon-column.box-primary{
	background:#333941;
	border:none;
	color:#e3e5e9;
}

.icon-column.box-primary{
	color:#fff;
}

.icon-column.box-gray{
	background:#d6d6d6;
}

.icon-column.box-default .fa,
.icon-column.box-primary .fa{
	color:#fff;
}

.icon-column.box-gray .fa{
	color:#333941;
}

.icon-column-contain{
	background:rgba(255, 255, 255, 0.2);
	position:relative;
	padding:40px 30px 20px 30px;
	box-shadow:20px 20px rgba(0, 0, 0, 0.2);
	z-index:5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*
Shopping
=========================== */
.product-wrapper{
	float:left;
	margin-bottom:30px;
}

.product-title{
	text-align:center;
	padding:15px 0;
}

.product-title h6{
	margin-bottom:5px;
}

.product-title h6 a,
.product-title .rating{
	color:#2b2b2b;
}

.product-footer{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
}

.product-footer .price{
	float:left;
	width:50%;
	border-right:1px solid #d5d5d5;
	font-size:16px;
	padding:10px 20px;
	text-align:center;
}

.product-footer .price del,
.product-footer .price span{
	margin:0 2.5px;
}

.buy{
	float:left;
	width:50%;
	padding:10px 20px;
	text-align:center;
}

.buy button,
.buy a{
	border:none;
	background:none;
	font-size:16px;
	display:inline-block;
	
}

.product-label{
	position:absolute;
	width:60px;
	height:60px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	padding-top:15px;
	top:20px;
	right:20px;
}

.filter-attributes{
	display:block;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #d5d5d5;
}

.filter-attributes .form-group{
	padding-right:10px;
	margin-bottom:5px;
}

.product-list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.product-list li{
	float:left;
	width:100%;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	list-style:none;
	border-bottom:1px solid #d5d5d5;
}

.product-list li h6{
	margin:10px 0 5px 0;
}

.product-list li h6 a{
	color:#2b2b2b;
}

.product-list .price{
	font-size:14px;
}

.product-list .price del{
	margin-right:5px;
}

.result{
	float:right;
	margin-top:50px;
}

.shop-title{
	display:block;
	position:relative;
	margin-bottom:30px;
}

.shop-title .product-label{
	top:0;
	right:0;
}

.shop-title .price{
	font-size:18px;
}

.shop-title .price del{
	margin-right:5px;
}

#start{
	margin-bottom:20px;
}

table.parameter-product{
	width:100%;
	margin-bottom:20px;
}

table.parameter-product tr.active{
	background:#f6f6f6;
}

table.parameter-product tr td{
	padding:10px;
	border:solid 1px #d5d5d5;
}

table.parameter-product tr td strong{
	color:#2b2b2b;
}

/*
Shopping cart
=========================== */
.styled-table {
  clear:both;
  width: 100%;
}

.styled-table thead th,
.styled-table thead td {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.styled-table thead th {
  font-weight: 600;
}

.styled-table thead td {
  font-weight: 400;
}

.styled-table tbody th,
.styled-table tbody td {
  border-bottom: 1px solid #d5d5d5;
}

.styled-table thead th,
.styled-table tbody th,
.styled-table thead td,
.styled-table tbody td {
  text-align: left;
  padding: 15px;
  vertical-align: top;
}

.styled-table tbody td {
  padding-top: 30px;
  padding-bottom: 20px;
}

.styled-table thead th:first-child,
.styled-table tbody th:first-child,
.styled-table thead td:first-child,
.styled-table tbody td:first-child {
  padding-left: 15px;
}

.styled-table thead th:last-child,
.styled-table tbody th:last-child,
.styled-table thead td:last-child,
.styled-table tbody td:last-child {
  padding-right: 15px;
}

.styled-table thead th.text-left,
.styled-table tbody th.text-left,
.styled-table thead td.text-left,
.styled-table tbody td.text-left {
  text-align: left;
}

.styled-table thead th.text-center,
.styled-table tbody th.text-center,
.styled-table thead td.text-center,
.styled-table tbody td.text-center {
  text-align: center;
}

.styled-table thead th.text-right,
.styled-table tbody th.text-right,
.styled-table thead td.text-right,
.styled-table tbody td.text-right {
  text-align: right;
}

.styled-table .alignleft{
	margin:0 20px 0 0;
}

.item-title a{
	color:#2b2b2b;
}

.shoppingcart-action{
	display:block;
	padding-top:30px;
}

.cart-total{
	display:block;
	border: 1px solid #d5d5d5;
	padding:30px;
	box-shadow:6px 6px 0 0 rgba(43, 43, 43, 0.05);
	-webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
	-moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.subtotal{
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
}

.cart-total .form-inline{
	border-bottom:1px solid #d5d5d5;
	padding-bottom:35px;
	margin-bottom:30px;
}

.grand-total{
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.order-detail{
	float:left;
	width:100%;
	border: 1px solid #d5d5d5;
	padding:30px 30px 0 30px;
	box-shadow:6px 6px 0 0 rgba(43, 43, 43, 0.05);
	-webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
	-moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.panel-heading input[type="radio"],
.panel-heading input[type="checkbox"] {
	position:relative;
	float:right;
	margin:20px 10px 0 0;
	padding:0;
	top:0;
	right:0;
	width:20px;
	height:20px;
}

.basket-shopping,
.basket-shopping label{
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#fff;
	padding:10px 15px 10px 15px;
	margin:0;
	border-radius:2px;
}

.basket-shopping span{
	font-weight:400;
}

.shop-categorie-wrapp{
	float:left;
	width:100%;
	margin-bottom:60px;
}

.shop-categorie{
	position:relative;
	float:left;
	width:50%;
	overflow:hidden;
}

/*
Gallery
=========================== */
.filter-items{
	display:block;
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
}

.filter-wrapp{
	background:#fff;
	border-bottom:1px solid #c4c4c4;
	padding:15px 20px 10px 20px;
}

.filter-items li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	color:#2b2b2b;
	font-size:16px;
}

.filter-items li a,
.filter-items li a:hover,
.filter-items li a:focus,
.filter-items li a:active{
	display:block;
	border:1px solid #c4c4c4;
	color:#2b2b2b;
	font-weight:700;
	text-decoration:none;
	padding:10px 20px;
	border-radius:2px;
}

.filter-wrapp li a{
	margin:0 5px 5px 5px;
}

.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active{
	color:#fff;
}

.img-wrapper{
	position:relative;
	overflow:hidden;
	border-radius:0;
}

.img-wrapper .img-responsive{
	display:block;
	max-width:100%;
	width:100%;
}

.img-wrapper.half-column{
	float:left;
	width:50%;
}

.img-caption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    display: table;
}

.img-caption .content{
    display: table-cell;
    vertical-align: middle;
}

.img-caption a{
    color: #fff !important;
}

.img-caption a.zoomer{
    background-image: url(../img/cursor-plus.png);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.img-caption a.zoomer:hover,
.img-caption a.zoomer:focus{
    background-color: transparent;
}

.img-caption h6{
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.img-caption h6:after{
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    bottom: -10px;
}

.column-wrapper{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
}

.img-containt{
	float:left;
	background:#fff;
	width:100%;
	border:1px solid #d5d5d5;
	border-top:none;
	padding-top:20px;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.img-containt.half-column{
	border:none;
	float:left;
	width:50%;
	padding:20px 30px 20px 30px;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.img-containt h5{
	margin-bottom:5px;
}

.img-containt h5 a{
	color:#2b2b2b
}

.img-footer{
	float:left;
	width:100%;
	border-top:1px solid #d5d5d5;
	margin:20px 0 0 0;
	padding:0;
	font-size:16px;
	line-height:16px;
	text-align:center;
}

.img-footer li{
	float:left;
	width:50%;
	margin:0;
	padding:20px 10px 20px 10px;
	list-style:none;
}

.img-footer > li + li{
	border-left:1px solid #d5d5d5;
}

.img-containt.half-column .img-footer{
	border:1px solid #d5d5d5;
	margin:10px 0 0 0;
}

.img-containt.half-column .img-footer li{
    padding:15px;
}


/*
Blog
=========================== */
.recent-post{
	margin:0;
	padding:0;
}

.recent-post li{
	border-bottom:1px dashed transparent;
	border-color:#e8e8e8;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

.recent-post li a{
	color:#616161;
}

.post{
	float:left;
	width:100%;
	margin-bottom:30px;
}

article.post .img-wrapper{
	margin-bottom:20px;
}

article.post-thumbnail .img-wrapper,
.masonry .grid-item .post{
    margin-bottom: 0;
}

.post-frame{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
	padding:40px 40px 50px 40px;
}

.post .img-wrapper{
	margin-bottom:-1px;
}

.post-data{
	float:left;
	font-size:18px;
	line-height:28px;
	margin:0 15px 0 0;
	padding-left:2px;
	color:#adadad;
}

.post-heading{
	position:relative;
	display:block;
	margin:0 0 15px 0;
}

.post-frame .post-heading{
	margin:0 0 15px 0;
}

.post-heading.post-thumbnail{
	position:relative;
	padding-left:120px;
	margin:0;
}

.post-heading.post-thumbnail h6{
	margin:0;
}

.post-heading.post-thumbnail .img-thumb{
	position:absolute;
	width:100px;
	height:auto;
	top:0;
	left:0;
}

.post-heading .rating{
	display:block;
	color:#333941;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}

.post-frame .post-heading{
	border-bottom:1px solid #d5d5d5;
	padding-bottom:10px;
	margin-bottom:20px;
}

.post-heading h5{
	margin-bottom:10px;
}

.post-heading h1 a,
.post-heading h2 a,
.post-heading h3 a,
.post-heading h4 a,
.post-heading h5 a,
.post-heading h6 a{
	color:#333941;
}

.post-meta{
	margin-right:5px;
	color:#adadad;
}

.post-share{
	position:absolute;
	width:100%;
	background:rgba(51, 57, 65, 0.95);
	color:#fff;
	z-index:2;
	left:0;
	bottom:-80px;
}

html.ie .post-share{
    background-color: #333941;
}

.post-share label,
.post-share a{
	display:inline-block;
	color:#fff;
	padding:10px 15px 10px 15px;
	border-right:1px solid #4a4a4a;
	height:45px;
	margin:0;
}

.footer-post{
	position:relative;
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
}

.footer-post .btn-link{
	float:right;
	padding:10px 20px;
}

.footer-post .btn-link:before{
	bottom:17px;
	left:0;
}

.footer-post ul,
.footer-post ul li{
	float:left;
	margin:0;
	padding:0;
}

.footer-post ul li{
	list-style:none;
	border-right:1px solid #d5d5d5;
	padding:10px 20px;
	color:#adadad;
	font-size:14px;
}

.footer-post ul li a,
.footer-post ul li a:hover,
.footer-post ul li a:focus,
.footer-post ul li a:active{
	color:#adadad;
	text-decoration:none;
}

.post-wrapper{
	float:left;
	width:100%;
	margin-bottom:30px;
	position:relative;
}

.post-wrapper img{
    width: 100%;
}

.post-content{
	position:relative;
	float:left;
	width:90%;
	margin:-55px 5% 0 5%;
	padding:25px 30px 20px 30px;
	background:#fff;
	background:rgba(255, 255, 255, 0.98);
	z-index:4;
}

.post-content h5 a{
	color:#333941;
}

.post-date{
	display:block;
	font-weight:700;
	margin-bottom:10px;
}

.post-content .footer-post{
	border:none;
}

.post-content .footer-post ul li{
	border-right:none;
	padding:0 10px 0 0;
}

.post-content .footer-post ul li a,
.post-content .footer-post ul li a:hover,
.post-content .footer-post ul li a:focus,
.post-content .footer-post ul li a:active{
	color:#e0e0e0;
	text-decoration:none;
}

.post-content .footer-post .btn-link{
	float:right;
	padding-top:0;
	padding-right:0;
}

.clearaside,
.clearblog{
    display: none;
}

/*
Aside
=========================== */
aside{
	float:left;
	width:100%;
}

aside .widget{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.aside-col .widget{
    display: table !important;
    float: none !important;
    margin-bottom: 30px;
}

aside .widget .widget-head{
	border-bottom:4px solid #2b2b2b;
	padding:0 0 15px 0;
	margin-bottom:20px;
}

.recent-widget{
	float:left;
	width:100%;
	margin:10px 0 -30px 0;
}

.cat{
	float:left;
	width:100%;
	margin:0 0 -10px 0;
	padding:0;
}

.cat li{
	position:relative;
	float:left;
	width:50%;
	margin:0;
	padding:0 20px 0 0;
	list-style:none;
}

.cat.fullwidth li{
	width:100%;
}

.cat li a{
	display:block;
	color:#616161;
	border-bottom:1px dashed #d5d5d5;
	padding-bottom:10px;
	margin-bottom:10px;
}

.cat li span{
	position:absolute;
	top:0;
	right:20px;
}

.recent-comment .comment-author{
	margin-left:40px;
}

.tag{
	display:inline-block;
	border:1px solid #d5d5d5;
	border-radius:2px;
	color: #616161;
	text-align:center;
	padding:8px 20px;
	margin-bottom:5px;
}

.aside-col .tag{
    margin-right: 5px;
}

.gray-container .tag{
    border: solid 1px #555;
}

.tag:hover,
.tag:focus,
.tag:active{
	text-decoration:none;
	color:#fff;
}

/*
Comments
=========================== */
.media-object{
	border:1px solid #d5d5d5;
	padding:5px;
	margin-right:15px;
	border-radius:2px;
}

.media-heading a{
	color:#0b0b0b;
}

.media-body{
	border:1px solid #d5d5d5;
	padding:30px 30px 0 30px;
	border-radius:2px;
}

.media,
.media .media{
	margin-bottom:30px;
}

.media .media .media-object{
	background:none;
	border-radius:2px;
}

.media .media .media-body{
	background:none;
}

.reply{
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:30px;
}

/*
Subscribe register
=========================== */
.subscribe-form{
	position:relative;
}

.input-subscribe{
	display:block;
	width:100%;
	background:none;
	border:3px solid #fff;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	font-style:italic;
	height:82px;
	padding:15px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-subscribe:focus{
	border:3px solid #fff;
}

.input-subscribe::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.input-subscribe:-ms-input-placeholder {
	color: #fff;
}

.input-subscribe::-webkit-input-placeholder {
	color: #fff;
}

.input-subscribe:focus {
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.btn-subscribe{
	position:absolute;
	top:3px;
	right:3px;
}

/*
Footer
=========================== */
footer{
	position:relative;
	z-index:4;
	color:#c3c7ce;
	padding-top:128px;
	background-repeat:no-repeat;
	background-position:top center;
}

.main-footer{
	background:#333941;
	padding: 60px 0 50px;
}

.main-footer .widget{
	margin-bottom:30px;
}

.widget .footer-network{
	display:block;
	margin-top:20px;
}

.widget .footer-network a{
	display:inline-block;
	margin-right:5px;
}

.widget .footer-network .icon-circle{
	background:#cfcfcf;
	color:#333941;
}

.widget .footer-network a:hover .icon-circle{
	color:#fff;
}

.widget ul.footer-link{
    padding: 0;
    margin: 0;
    display: block;
}

.widget ul.footer-link li{
    list-style: none;
}

.widget ul.footer-link li:last-child{
    margin-bottom: 0;
}

.widget ul.footer-link li a{
    color: #c3c7ce;
}

.widget .form-subscribe{
	height:49px;
	background:#fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

.subfooter{
	float:left;
	width:100%;
	background:#272c34;
	text-align:center;
	padding:20px 0 0 0;
}

/*
Back to top
=========================== */
#toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	width:45px;
	height:45px;
	border:none;
	text-align:center;
	background-color:rgba(33, 33, 33, 0.6);
	border-radius:2px;
	font-family: 'FontAwesome';
	color:#fff;
	font-size:16px;
}

#toTop:after{
	content:"\f077";
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0 0 -8px;
}

#toTop:active, #toTop:focus{
	outline:none;
}

#toTopHover{
	width:45px;
	height:45px;
	display:block;
	overflow:hidden;
	border-radius:2px;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);	
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0;
}

.padding-clear{
	padding:0;
}

.margintop-clear{
	margin-top:0;
}

.paddingtop-clear{
	padding-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

.paddingbot-clear{
	padding-bottom:0;
}

.marginleft-clear{
	margin-left:0;
}

.paddingleft-clear{
	padding-left:0;
}

.marginright-clear{
	margin-right:0;
}

.paddingright-clear{
	padding-right:0;
}

.padding-top40{
	padding-top:40px;
}

.padding-topt60{
	padding-top:60px;
}

.padding-top70{
	padding-top:70px;
}

.padding-bot20{
	padding-bottom:20px;
}

.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-bot60{
	padding-bottom:60px;
}

.padding-bot70{
	padding-bottom:70px;
}

.padding-end{
    padding-bottom: 160px;
    margin-bottom: -110px;
}

.margin-mintop10{
	margin-top:-10px;
}

.margin-mintop20{
	margin-top:-20px;
}

.margin-mintop30{
	margin-top:-30px;
}

.margin-mintop60{
	margin-top:-60px;
}

.margin-mintop110{
	margin-top:-110px;
}

.margin-minbot10{
	margin-bottom:-10px;
}

.margin-minbot20{
	margin-bottom:-20px;
}

.margin-minbot30{
	margin-bottom:-30px;
}

.margin-minbot60{
	margin-bottom:-60px;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px;
}

.margin-right10{
	margin-right:10px;
}

.margin-left20{
	margin-left:20px;
}

.margin-right20{
	margin-right:20px;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

.margintop80{
	margin-top:80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}

.marginbot45{
	margin-bottom:45px;
}

.marginbot50{
	margin-bottom:50px;
}

.marginbot55{
	margin-bottom:55px;
}

.marginbot60{
	margin-bottom:60px;
}

.marginbot80{
	margin-bottom:80px;
}

/*
Responsive
=========================== */
@media (min-width: 1200px) {
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left:0;
		margin-left:-40px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next{
		right:0;
		margin-right:-40px;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}	
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
    .device-slider{
        left: 71px;
    }
}
@media (max-width: 1024px) {
    .device-wrapper{
        height: auto;
        margin-bottom: 0;
    }
    .device-slider{
        width:348px;
        height:auto;
        z-index:4;
        top:14px;
        left:53px;
        background: none;
    }
    .device-wrapper ol.flex-control-paging{
        bottom: 5px;
    }
    .product-footer{
        min-height: 70px;
    }
    .product-footer .fa{
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .device-slider{
        left: 153px;
        top: 17px;
        width:413px;
    }
	.navbar-nav > li > a {
		padding:7px 5px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left:0;
		margin-left:0;
	}

	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next{
		right:0;
		margin-right:0;
	}
	.half-container{
		background:#f9f9f9;
		padding:0;
	}
	.half-container .pull-left{
		background:#f9f9f9;
	}
	.half-container .pull-right{
		background:#f0f0f0;
	}
	.half-container .row {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding:70px 15px 60px 15px;
		width:100%;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.slider-shadow{
		padding:0;
	}
	.img-wrapper.half-column,
	.img-containt.half-column{
		width:100%;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
	.icon-boxline{
		width:100%;
		margin:-1px 0;
		border:none;
		border-top:1px solid #d5d5d5;
	}
	#section-one h2{
		font-size:48px;
		line-height:68px;
	}
	#section-one .parallax-container{
		padding:140px 0 60px 0;
		font-size:18px;
		line-height:30px;
	}
	.btn-rotate.pull-right{
		right:80px;
	}
    .title-one{
        font-size:64px;
        line-height:64px;
        letter-spacing:6px;
        margin-bottom:30px;
    }
    .title-two{
        font-size:24px;
        line-height:30px;
        letter-spacing:6px;
        margin-bottom:40px;
    }
    .product-footer{
        min-height: 10px;
    }
    .product-footer .fa{
        display: inline-block;
    }
    .clearaside{
        display: block;
    }
    .clearaside:before,
    .clearaside:after{
        display: table;
        content: " ";
    }
    .clearaside:after{
       clear: both;
    }
}

@media (max-width: 767px) {
    .device-wrapper{
        margin-bottom: -5px;
    }
    .device-slider{
        left: 11.5%;
        top: 5.5%;
        width:77%;
    }
	#slider_container{
		margin-top:72px;
	}
	.navbar.navbar-dark{
		background:rgba(26, 26, 26, 1);
	}
	.navbar.navbar-white{
		background:rgba(255, 255, 255, 1);
	}
    nav.navbar{
        padding-top: 15px;
    }
    .navbar-header{
        position: relative;
		display:block;
		width:100% !important;
        margin: 0 !important;
        padding: 0;
		text-align:center;
    }
    .top-nav-collapse .navbar-header{
        margin-top: 10px !important;
    }
	.navbar-brand {
		padding:0;
		float:none;
        margin-bottom: -7px;
		display:inline-block;
	}
    .top-nav-collapse .navbar-brand{
        padding: 0 !important;
    }
    .navbar-brand img.logo{
        width: 80px;
    }
    .navbar-brand img.logo-small{
        top: 0;
        left: 0;
        width: 70px;
        margin: 0 !important;
        position: relative;
    }
	.navbar-toggle{
		position:absolute;
		left: 0;
		top:2px;
	}
    .top-nav-collapse .navbar-toggle{
        top:-5px;
    }
	#wrapper .navbar-toggle{
		left:35px;
	}
	.navlink-right{
		position:absolute;
		right:15px;
		top:0px;
	}
    .top-nav-collapse .navlink-right{
        top: 5px;
    }
	#wrapper .navlink-right{
		right: 0;
	}
    .navlink-right .dropdown-menu{
        top: 13px;
    }
    .top-nav-collapse .navlink-right .dropdown-menu{
        top: 33px;
    }
	.navbar-collapse{
		margin-top:15px;
	}
    ul.navbar-nav{
        margin-top: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
		padding-bottom:10px;
    }
    ul.navbar-nav li a,
	ul.navbar-nav li a:hover,
	ul.navbar-nav li a:active,
	ul.navbar-nav li a:focus{
        border-bottom: solid 1px #555;
        padding:10px 0 15px 0;
    }
	ul.navbar-nav li a.dropdown-toggle:hover,
	ul.navbar-nav li a.dropdown-toggle:active,
	ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #555 !important;
	}
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:hover,
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:active,
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #cfcfcf;
	}
	.navbar.navbar-dark ul.navbar-nav li a{
        border-bottom: solid 1px #505050;
    }
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:hover,
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:active,
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #505050;
	}
    ul.navbar-nav .dropdown.open .dropdown-menu{
        display: block !important;
    }    
    ul.navbar-nav li.active a{
        border: solid 1px transparent !important;
        border-bottom: solid 1px #555 !important;
    }
    .navbar.navbar-dark ul.navbar-nav li.active a{
        border-bottom: solid 1px #505050 !important;
    }
	.navbar-nav .dropdown-menu{
		position:relative;
		width:100%;
		overflow-y:hidden;
        height: auto !important;
        padding: 0;
	}
	.navbar-nav .dropdown-menu li {
		padding:0;
		margin:0;
	}
	.dropdown-menu li a.trigger:before{
		display:none;
	}
	.dropdown-menu .sub-menu1, .dropdown-menu .sub-menu2 {
		visibility:visible;
		margin:0;
	}
	.navbar-nav .dropdown-menu li a{
        padding:13px 0 !important;
	}
    .navbar-nav li a{
        background: transparent !important;
        border-top: solid 1px transparent !important;
    }
	.yamm .dropdown-menu > li.container h1,
	.yamm .dropdown-menu > li.container h2,
	.yamm .dropdown-menu > li.container h3,
	.yamm .dropdown-menu > li.container h4,
	.yamm .dropdown-menu > li.container h5,
	.yamm .dropdown-menu > li.container h6{
		color:#fff;
		border-bottom: solid 1px #505050 !important;
		margin-bottom:0;
		padding:13px 0 !important;
	}
	.yamm.navbar-white .dropdown-menu > li.container h1,
	.yamm.navbar-white .dropdown-menu > li.container h2,
	.yamm.navbar-white .dropdown-menu > li.container h3,
	.yamm.navbar-white .dropdown-menu > li.container h4,
	.yamm.navbar-white .dropdown-menu > li.container h5,
	.yamm.navbar-white .dropdown-menu > li.container h6{
		color:#2b2b2b;
		border-bottom: solid 1px #505050 !important;
		margin-bottom:0;
		padding:13px 0 !important;
	}
    .navbar-nav li.yamm-fullwidth .dropdown-menu{
        position: relative !important;
    }
	ul.navbar-nav li.yamm-fullwidth a,
	ul.navbar-nav li.yamm-fullwidth a:focus,
    ul.navbar-nav li.yamm-fullwidth a:hover{
        border-bottom: solid 1px #555 !important;
    }
	.navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a,
	.navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a:focus,
    .navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a:hover{
        border-bottom: solid 1px #505050 !important;
    }
    
    .navbar-nav .dropdown-menu li a{
        padding-left: 0 !important;
    }
    
    .navbar-nav li.dropdown .caret{
        display: none;
    }
    
    .navbar-nav li.dropdown > a:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
    }
    
    .navbar-nav li.dropdown.open > a:before{
        content: "\f107";
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container{
        padding:0;
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container .row{
        margin-left:0;
		margin-right:0;
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container .row .widget{
        padding:0;
    }
	.yamm .nav,
	.yamm .dropup,
	.yamm .dropdown,
	.yamm .collapse {
		position: relative;
	}
    .search-wrapper{
        height: 90px;
    }
    .top-nav-collapse .search-wrapper{
        height: 80px;
    }
    .search-wrapper input.form-search{
        height: 90px;
    }
    .top-nav-collapse .search-wrapper input.form-search{
        height: 80px;
    }
    .title-section .line{
        width: 300px;
    }
    .inner-head{
        padding-top: 140px;
    }
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left:0;
		margin-left:0;
	}

	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next{
		right:0;
		margin-right:0;
	}
	.half-container{
		background:none;
		padding:0;
	}
	.half-container .pull-left{
		background:#f9f9f9;
	}
	.half-container .pull-right{
		background:#f0f0f0;
	}
	.half-container .row {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding:70px 15px 50px 15px;
		width:100%;
	}
	.slider-shadow{
		padding:0;
	}
	.mobile-clearfix{
		clear:both;
	}
	.result{
		float:left;
		margin-top:0;
	}
	.styled-table thead {
		display: none;
	}
	.styled-table tbody {
		width: 100%;
	}
	.styled-table tbody tr{
		overflow: hidden;
		height: auto;
		width: 100%;
		border: 1px solid #e3e3e3;
	}
	.styled-table tbody tr td{
		display: block;
		text-align: left;
		padding-left: calc(50% + 10px);
		position: relative;
		overflow: hidden;
		height: auto;
		border-bottom: 1px solid #f0f0f0;
	}
	.styled-table tbody tr td:first-child{
		padding: 10px;
		padding-left: calc(50% + 10px);
	}
	.styled-table tbody tr td.text-right{
		text-align: left;
	}
	.styled-table tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-weight: bold;
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: 100%;
		background-color: #fdfdfd;
	}
	.shoppingcart-action .text-left,
	.shoppingcart-action .text-right,
	.shoppingcart-action .text-center{
		text-align:left;
	}
	.shoppingcart-action button{
		margin-bottom:10px;
	}
	.img-wrapper.half-column,
	.img-containt.half-column{
		width:100%;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
	.icon-boxline{
		width:100%;
		margin:-1px 0;
		border:none;
		border-top:1px solid #d5d5d5;
	}
	.counter-item{
		text-align:center;
		margin-bottom:30px;
	}
	.icon-column{
		width: 100%;
	}
	.tab-icons .nav-tabs > li > a {
		font-size:18px;
		padding:10px 20px;
		margin:0 1px;
	}
	.btn{
		margin-bottom:5px;
	}
	.cta-wrapper{
		padding:60px 0 60px 0;
	}
	.cta-wrapper .pull-right{
		float:left !important;
	}
	.intro{
		padding:150px 0 0 0;
	}
	.margin-mintop60,
	.margin-mintop110{
		margin-top:80px;
	}
	.shop-categorie{
		width:100%;
	}
	.shop-categorie .img-responsive{
		width:100%;
	}
	.btn-rotate.pull-right{
		right:80px;
	}
	ul.feature .line,
	ul.feature.left li:after,
	ul.feature.right li:after{
		background:none;
	}
	ul.feature.left{
		margin-bottom:60px;
	}
	ul.feature.left li{
		padding-right:80px;
	}
	ul.feature.left li .fa{
		right: 0;
	}
	ul.feature.right{
		margin-top:60px;
	}
	ul.feature.right li{
		padding-left:80px;
	}
	ul.feature.right li .fa{
		left: 0;
	}
	.custom-offset-top{
		margin-top:80px;
	}
	.custom-search-wrapp .pull-left,
	.custom-search-wrapp .pull-right{
		float:left !important;
		width:100%;
	}
	.custom-search-wrapp .pull-right{
		border:none;
		border-top:5px solid;
		padding-top:40px;
	}
	#section-one h2{
		font-size:36px;
		line-height:56px;
	}
	#section-one .parallax-container{
		padding:140px 0 60px 0;
		font-size:14px;
		line-height:24px;
	}
	.post .img-wrapper .img-responsive{
		width:100%;
	}
    ol.process-line > li:before{
        display: none;
    }
    ol.process-line > li:after{
        display: none;
    }
    .blog .grid-item{
        width: 100%;
    }
    .clearaside:before,
    .clearblog:before,
    .clearaside:after,
    .clearblog:after{
        display: table;
        content: " ";
    }
    .clearaside:after,
    .clearblog:after{
       clear: both;
    }
    .title-one{
        font-size:48px;
        line-height:48px;
        letter-spacing:4px;
        margin-bottom:30px;
    }
    .title-two{
        font-size:18px;
        line-height:24px;
        letter-spacing:4px;
        margin-bottom:40px;
    }
    .features-wrapper{
        position:relative;
        float:none;
        width:100%;
        background:none;
        padding:0;
        margin:0;
    }
    .feature{
        width: 100%;
        float: none;
    }
    .feature.pull-left{
        padding-right: 85px;
    }
    .feature.pull-right{
        padding-left:85px;
    }
    .feature.pull-left .fature-icon{
        right: 0;
    }
    .feature.pull-right .fature-icon{
        left:0;
    }
    .feature-circle{
        display: none;
    }
    .rocks-bg{
        display: none;
    }
    .filter-attributes .form-group{
        padding-left: 20px;
    }
    .product-footer .price span{
        display: block;
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .device-slider{
        left: 16%;
        top: 5.5%;
        width:68%;
    }
}
