@charset "utf-8";
/* CSS Document */

body {
	background: #333;
	font-family: 'Roboto', sans-serif;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #aaa;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	}
	
li {
	list-style: none;
	}

	
p {
	color: #939393;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 14px;
}

a {
	text-decoration: none !important;
	transition: all 0.4s ease 0s;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	outline: 0px !important;				
}

.container {
	max-width: 1200px;
	}
	
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
	/*		Background slideshow		*/




	/*			Top Menu			*/


.navbar {
	margin-top: 50px;
	height: 62px;
	}
	
.navbar-default {
	background: rgba(0, 0, 0, 1);
	border-radius: 0px;
	border-color: transparent;
	box-shadow: none;
	border: none;
	}
	
.container .navbar-default:before {
    background: rgba(0, 0, 0, 0.7);
	border: none !important;
}

.container .navbar-default:before {
	/*content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 33.5%;*/
	
	background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: -86%;
    transform: rotate(30deg);
    width: 200px;
}

	
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	background: none repeat scroll 0 0 #E82C0C;
    height: 100px;
    margin-left: -16px;
    margin-top: -20px;
	-moz-box-shadow: inset 0 1px 0px #FF6E5B;
	-webkit-box-shadow: inset 0 1px 0px#FF6E5B;
	box-shadow: inset 0 1px 0px #FF6E5B;
	}
	
.navbar-default .navbar-brand {
	color: #000000;
    font-size: 25px;
    line-height: 62px;
	font-weight: bold;
	}
	
.navbar-default .navbar-brand:after {
	width: 0px; 
   height: 0px;
   /* Skew */
  border-bottom: 21px solid #AA1600;
   border-left: 0px solid transparent;
   border-right: 21px solid transparent;
   content:"";
   position: absolute;
   margin-top: -15px;
   margin-left: 15px;
	}
	
.navbar-default .navbar-brand:before {
	width: 0px; 
   height: 0px;
   /* Skew */
  border-top: 19px solid #AA1600;
   border-left: 0px solid transparent;
   border-right: 21px solid transparent;
   content:"";
   position: absolute;
   margin-top: 67px;
   margin-left: 81.5px;
	}
		
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none repeat scroll 0 0 #E82C0C;
    height: 80px;
    margin-top: -10px;
	color: #000;
	line-height: 40px;
	}
	
.navbar-default .navbar-nav > .active > a {
	color: #000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	}
	
	
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #E82C0C;
	}

.nav{
	margin-left: 8% !important;
	}
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #000;
	color: #fff;
	}


ul.dropdown-menu {
	background: #000;
	transition: all 0.4s ease 0s;
	}	
	
.dropdown-menu > li > a {
	color: #fff;
	padding: 10px 20px;
	}
	
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #000;
	color: #C00;
	}


	
/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/

/* foo classes */
.buttons-wrap{margin-bottom: 60px;}
.buttons{margin-bottom:10px;}
.buttons .btn{margin-right:2px; margin-bottom:10px;}
/* end foo classes */

/*.btn:hover, .btn:focus {
    -webkit-transition: background-position .0s linear;
    -moz-transition: background-position .0s linear;
    -o-transition: background-position .0s linear;
    transition: background-position .0s linear;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: transparent;
    color:#fff;
}
.btn{
    display:inline-block;
    padding: 0;
    border: 0 none;
    border-radius: 0;
}*/
.btn span,
.btn input{
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    text-shadow:none;
    background-color: #3bbec0;
    border: 0 none;
    background-image: url(images/icons/button-icons.png);
    background-repeat: no-repeat;
    background-position: -300px -300px;
}
.btn-icon-left span,
.btn-icon-left input{
    padding-left: 48px;
    padding-right: 20px;
    background-position: left top;
}
.btn-icon-left.btn-arrow-left span, .btn-icon-left.btn-arrow-left input{background-position: left -45px;}
.btn-icon-left.btn-arrow-up span, .btn-icon-left.btn-arrow-up input{background-position: left -90px;}
.btn-icon-left.btn-arrow-down span, .btn-icon-left.btn-arrow-down input{background-position: left -135px;}

.btn-icon-right span,
.btn-icon-right input{
    padding-right: 48px;
    padding-left: 20px;
    background-position: right top;
}
.btn-icon-right.btn-arrow-left span, .btn-icon-right.btn-arrow-left input{background-position: right -45px;}
.btn-icon-right.btn-arrow-up span, .btn-icon-right.btn-arrow-up input{background-position: right -90px;}
.btn-icon-right.btn-arrow-down span, .btn-icon-right.btn-arrow-down input{background-position: right -135px;}

.btn-blue span, .btn-blue input{background-color: #67b0d1;}
.btn-green span, .btn-green input{background-color: #60cd9b;}
.btn-red span, .btn-red input{background-color: #e87352;}
.btn-yellow span, .btn-yellow input{background-color: #ebc85e;}
.btn-turquoise span, .btn-turquoise input{background-color: #1d5f60;}
.btn-black span, .btn-black input{background-color: #333;}
.btn-brown span, .btn-brown input{background-color: #a48b60;}	




.main-slider {
	margin: 150px auto;
	}



/*-----------------------------------*/
/* Image Slider */
/*-----------------------------------*/

.carousel-inner > .item {
    height: 234px;
    overflow:hidden;
}
.widget-gallery .carousel-inner > .item {height: 293px;}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto;
    max-width: none;
}

.carousel-controls{
    background: #3bbdbf;
    position: relative;
}
.carousel-control {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-top:-8px;
}
.carousel-control.left,
.carousel-control.right{
    background-image:url(img/button-icons.png);
    background-position: -16px -60px;
    background-color: transparent;
    background-repeat: no-repeat;
    filter:none;
}
.carousel-control.right {
    right: 24px;
    left: auto;
    background-position: -16px -15px;
}

.main-slider .carousel-indicators {
    position: relative;
    top: 0;
    left:0;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 60px;
    padding:0;
    border-left:1px solid #62cacc;
    border-right:1px solid #62cacc;
    padding: 23px 0 25px;
}
.carousel-indicators li {
    border: 0 none;
    width: 15px;
    height: 6px;
    margin: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    opacity: .5;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
}
.carousel-indicators li.active {
    width: 15px;
    height: 6px;
    opacity: 1;
}
.ie8 .carousel-indicators li.active {background: #B8B8B8;}

/* Red Carousel */
.carousel-red .carousel-controls{background: #e87352;}
.carousel-red .carousel-indicators {border-left:1px solid #ec8d73; border-right:1px solid #ec8d73;}

/*-----------------------------------*/
/* Image Slider (CarouFredSel) */
/*-----------------------------------*/

.caroufredsel_wrapper {margin: 0 auto !important;}
.carouFredsel{position:relative; margin-bottom:30px;}
.carouFredsel .inner{padding: 0 32px;}

.carouFredsel li{
    width: 110px;
    height: 110px;
    float: left;
    position: relative;
    margin-left: 2px;
    margin-right: 1px;
}
.carouFredsel .prev,
.carouFredsel .next{
    display: block;
    width: 32px;
    height: 110px;
    font-size: 30px;
    font-weight: 600;
    color: #8895a3;
    text-align: center;
    line-height: 106px;
    background: #fff;
    position: absolute;
    top:0;
}
.carouFredsel .prev{left: 0;}
.carouFredsel .next{right: 0;}

.carouFredsel .carousel-image {
    overflow: hidden;
    height: inherit;
}
.carouFredsel .carousel-image img {
    display: block;
}

/*-------------------------------------------*/
/* Layout on Index Page */
/*-------------------------------------------*/

/* Controls */

.controls .inner{padding: 18px 50px 39px;}

@media (max-width: 991px){
    .controls .inner{padding: 0px 20px 25px;}
}
.checkBoxes{float: right; width: 45%; padding-top: 8px;}
.checkBoxes .custom-checkbox label, .checkBoxes .custom-radio label {padding-left: 27px;}



.slider-title a {
	color: #fff;
	font-size: 20px;
	text-shadow: none;
	margin-bottom: 20px;
	}

.carousel-caption a.btn {
	margin-top: 40px;
	}
	
@media (max-width: 1280px) {
	.container .navbar-default:before {
		width: 6% !important;
		}
	}	


.main-content {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	}
	
.st-feature {
	background: #f9f7f8;
	padding: 30px 0px 40px;
	}
	
.st-feature .box {
	width: 100%;
	height: auto;
	}
	
.st-feature .box h2 {
	font-size: 25px;
	color: #AAAAAA;
	}

	
.st-feature .box .f-icon {
	margin-top: 45px;
	font-size: 60px;
	color: #eee;
	transition: all 400ms ease 0s;
	}
	
.st-feature .box:hover .f-icon {
	color: #969696;
	}
	
.st-feature .box .f-icon {
	margin-left: 20px;
	}
	
.st-feature .box:first-child .f-icon {
	margin-left: 0px;
	}
	
.feature-content {
	width: 75%;
	}
	
	
.nd-feature {
	background: #fff;
	padding: 30px 0px;
	}
	
	
 .headline h2 {
	font-size: 25px;
	color: #AAAAAA;
	margin-bottom: 25px;
	}
	
.headline h2 i {
	margin-right: 20px;
	}
	
.nd-feature .feature-img {
	width: 100%;
	height: auto;	
	margin-top: 25px;
	float: left;
}

.nd-feature .feature-img img {
	margin: 0px auto;
	}
	
.w-process:before {
	background: none repeat scroll 0 0 #EEEEEE;
    content: "";
    height: 300px;
    left: 50px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
	}
	
.w-process {
	overflow: hidden;
    padding-bottom: 40px;
    position: relative;
	}
	
.w-process:hover .w-process-icon {
	color: #0CF;
	}
	
.w-process-icon {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    box-sizing: border-box;
    color: #EEEEEE;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100px;
    z-index: 2;
	margin-right: 20px;
	}

.w-process-icon .fa {
	margin-top: 32px;
	}
	
.w-process-icon .fa-lg {
	font-size: 50px;
	}
	
.w-process-content h5 {
	font-size: 18px;
	color: #aaa;
	font-weight: 100;
	}
	
.w-process-last:before {
	visibility: hidden;
	}
	
.w-process-last {
	
	}
	
.services {
	margin-top: 80px;
	}
	
.services-box {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	transition: all 0.5s ease 0s;
	border: 1px solid transparent;
	}
	
.services-box:hover {
	border: 1px solid #ddd;
	
	-moz-box-shadow: 3px 3px 1px rgba(136,136,136, 0.1);
	-webkit-box-shadow: 3px 3px 1px rgba(136,136,136, 0.1);
	box-shadow: 3px 3px 1px rgba(136,136,136, 0.1);
	}
	
.services-box h5 {
	font-size: 18px;
	color: #aaa;
	font-weight: 100;
	}
	
.services-icon {
	color: #ededed;
	font-size: 38px;
	margin-top: 30px;
	}
	
.services-box:hover .services-icon {
	color: #ddd;
	}
	
.services-content {
	margin-left: 65px;
	}
	
.interested-offer {
	width: 100%;
	height: auto;
	}
	
	
.client {
	padding: 0px !important;
	}
	
	
	

/*-----------------------------------*/
/* Testimonials */
/*-----------------------------------*/

.testimonials{
    position: relative;
    top:78px;
    margin-top: -18px;
}

.testimonials li{
    width: 600px;
    text-align: center;
	margin-left: -50px;
}
@media (max-width: 767px){
    .testimonials li{width: 280px;}
}

.testimonials-text{
    padding: 0 20px;
    margin-bottom: 30px;
}
.testimonials-text p{
    font-size: 21px;
    line-height: 28px;
    color: #eee;
}
.testimonials-author{margin-bottom: 24px;}

.testimonials-author, .testimonials-author a{
    font-size: 14px;
    font-weight: 400;
    color: #e87352;
}
.testimonials-author span{text-transform: uppercase;}

.testimonials-avatar{
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 10;
}
.testimonials-avatar img{
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.testimonials .prev,
.testimonials .next,
.partners .prev,
.partners .next{
    display: block;
    width: 21px;
    height: 22px;
    overflow: hidden;
    text-indent: 100px;
    background-image: url(images/slider-controls.png);
    background-repeat: no-repeat;
    position: absolute;
    top:21%;
	margin-top: 0px;
}
.testimonials .prev{background-position: 0 -24px; left: 0;}
.testimonials .next{background-position: -23px -24px; right: 0;}

.testimonials:after{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    /*background:#205F77;*/
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -75px;
}





.recent-project {
	width: 100%;
	height: auto;
	margin-top: 100px;
	}
	
	

/*-----------------------------------*/
/* Partners */
/*-----------------------------------*/

.partners{
    position:relative;
    padding: 41px 110px 67px;
}
@media (max-width: 991px){
    .partners{padding: 41px 20px 67px;}
}

.partners-title{
    font-size: 20px;
    font-weight: 400;
    color: #67b0d1;
    text-align: center;
    margin-bottom: 30px;
}
.partners li{
    width: 180px;
    height: 64px;
    line-height: 64px;
    float: left;
    text-align: center;
}
.partners li a{
    display: inline-block;
    vertical-align: middle;
}
.partners li a img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.partners .prev{background-position: 0 -48px; top:70px; left: 0;}
.partners .next{background-position: -23px -48px; top:70px; right: 0;}








.track {
  width: 100%;
  position: relative;
}

.view-port, .track .inner {
  width: 100%;
}

.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;

  margin: auto;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 4px;
}


.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: url("img/arrows.png");
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;

  height: 250px;
}

.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 432px;
}

.slider-container .item {
  position: absolute;

  /*width: 250px;*/
  height: 250px;

  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}

.bullet:last-child {
  margin-right: 0;
}

#example-4 img {
  width: 270px;
  height: 100%;
}

.example-4 .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/loadingGif.gif) no-repeat center center rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
  line-height: 140px;
  padding: 4px 0;
  z-index: 1;
}

.example-4 .loading:before {
  /*content: "loading...";*/
}

.example-4 .bullet {
  cursor: default;
}

.example-1 a.prev,
.example-1 a.next {
  margin-top: -69px;
}

.example-2 a.prev,
.example-2 a.next {
  margin-top: -58px;
}

.example-3 a.prev,
.example-3 a.next {
  margin-top: -53px;
}

.example-4 a.prev,
.example-4 a.next {
  margin-top: -68px;
}

	/*Responsive*/
	
/* Tablet */
@media only screen and (max-width:980px){
  .head {
    width: 730px;
  }

  .view-port,
  .track .inner,
  .slider-container .item.cover {
    width: 706px;
  }

  .view-port h2 {
    font-size: 1.3em;
  }

  .slider-container {
    height: 130px;
  }

  .slider-container .item {
    height: 114px;
  }

  .slider-container .item,
  .slider-container .item img,
  .slider-container .item .img-area img,
  #example-4 img {
    width: 164px;
    height: auto;
  }

  .slider-container .item.cover > img {
    width: 343px;
  }

  .slider-container .item.cover .img-area {
    margin-left: 10px;
  }

  .editorial {
    width: 169px;
    height: 195px;
  }

  .editorial .title {
    font-size: 18px;
    margin: 10px 0 0 16px;
  }

  .editorial .desc {
    margin-left: 16px;
    font-size: 13px;
  }

  .slider-container.big,
  .slider-container.big .item {
    height: 196px;
  }

  .slider-container.big .item .img-area {
    height: 196px;
  }

  .slider-container .item.cover .img-block,
  .img-block {
    margin-bottom: 0;
    height: 104px;
  }

  .side-a, .side-b {
    width: 349px;
  }

  .side-a {
    margin-right: 8px;
  }

  .slider-container .item .side-a > img,
  .slider-container .item .side-b > img {
    width: 343px;
    height: auto;
  }

  .slider-container .item.cover-2 .img-area {
    margin: 9px 0 0 0;
  }

  .slider-container .item.cover-2 .img-area .img-block:first-child {
    margin-right: 15px;
  }

  .slider-container.huge,
  .slider-container .item.cover-2 {
    height: 300px;
  }
}

/* Small Tablet */
@media only screen and (max-width:730px){
  .head {
    width: 480px;
  }

  .view-port,
  .track .inner,
  .slider-container .item.cover {
    width: 456px;
  }

  .slider-container {
    height: 102px;
  }

  .slider-container .item {
    margin-right: 12px;
    height: 86px;
  }

  .slider-container .item,
  .slider-container .item img,
  .slider-container .item .img-area img {
    width: 144px;
  }

  .slider-container .item.cover > img {
    width: 303px;
  }

  .editorial {
    display: none;
  }

  .slider-container .item.cover .img-area {
    margin-left: 9px;
  }

  .slider-container .item.cover .img-block,
  .img-block {
    height: 89px;
  }

  .side-a, .side-b {
    width: 220px;
  }

  .side-a {
    margin-right: 8px;
  }

  .slider-container .item .side-a > img,
  .slider-container .item .side-b > img {
    width: 220px;
  }

  .slider-container .item.cover-2 .img-area {
    margin: 0;
  }

  .slider-container.huge .item {
    height: 259px;
    margin-bottom: 0;
  }

  .slider-container.huge,
  .slider-container .item.cover-2 {
    height: 300px;
  }

  .slider-container.remote {
    height: 540px;
  }

  .slider-container.remote .item,
  .example-4 .view-port {
    width: 350px;
  }

  .slider-container.remote .item {
    height: 127px;
    margin-bottom: 8px;
  }

  .slider-container.remote .item > img,
  .slider-container.remote .item p {
    float: left;
  }

  #example-4 img {
    width: 220px;
    height: auto;
  }

  .slider-container.remote .item p {
    padding: 30px 15px;
  }

  .example-4 .view-port {
    margin: 0 auto;
  }
}

/* Phone */
@media only screen and (max-width:480px){

  .head {
    width: 320px;
  }

  .head h1 {
    font-size: 1.9em;
  }

  .view-port,
  .track .inner,
  .slider-container .item.cover {
    width: 302px;
  }

  .view-port h2 {
    font-size: 1.5em;
  }

  .slider-container {
    height: 560px;
  }

  .slider-container .item {
    width: 296px;
    height: 124px;
  }

  .slider-container .item img,
  .slider-container .item p {
    float: left;
  }

  .slider-container .item img,
  #example-4 img {
    width: 220px;
  }

  .slider-container .item p {
    margin: 50px 0 0 10px;
  }

  .slider-container.big,
  .slider-container.big .item.cover {
    height: 264px;
  }

  .slider-container.big .item,
  .slider-container.big .item.cover > img,
  .slider-container.big .item.cover .img-area {
    width: 302px;
  }

  .slider-container.big .item.cover > img {
    float: none;
  }

  .slider-container .item.cover .img-block,
  .slider-container.big .item,
  .slider-container .item.cover .img-area {
    height: 88px;
    margin-bottom: 0;
  }

  .img-block {
    width: 151px;
  }

  .img-area .img-block {
    width: 148px;
  }

  .slider-container .item.cover .img-area {
    float: none;
    clear: both;
    margin-left: 0;
    margin-top: 1px;
  }

  .slider-container .item.cover .img-area .img-block:first-child {
    margin-right: 6px;
  }

  .slider-container .item .img-area img,
  .slider-container .item .img-block img {
    float: none;
    width: 148px;
  }

  .slider-container .item.cover .img-block,
  .img-block {
    float: left;
  }

  .side-a,
  .side-b,
  .slider-container.huge .item {
    width: 302px;
  }

  .slider-container.huge .item {
    height: 176px;
  }

  .side-a {
    margin-right: 0;
  }

  .slider-container .item .side-a > img,
  .slider-container .item .side-b > img {
    width: 302px;
  }

  .slider-container.huge,
  .slider-container .item.cover-2 {
    height: 528px;
  }

  .example-4 .view-port,
  .slider-container.remote .item {
    width: 302px;
  }

  .slider-container.remote .item p {
    margin: 15px 0;
  }

  .slider-container.remote {
    height: 464px;
  }

  #example-4 .item {
    height: 108px;
    text-align: center;
  }

  #example-4 img {
    width: 186px;
  }

  .example-4 .loading {
    width: 302px;
  }
}





.quote {
	background: #F9F7F8;
	width: 100%;
	height: auto;
	padding: 40px;
	margin: 50px 0px;
	}

.quote-icon {
	width: 10%;
	height: auto;
	float: left;
	color:  #666;
	font-size: 60px;
	margin-top: 15px;
	}
	
.quote-content {
	margin-left: 12%;
	margin-top: -18px;
	}
	
.quote-content h1 {
	font-size: 30px;
	color: #666;
	margin-bottom: 0px;
	}

.quote-content h6 {
	font-size: 15px;
	color: #666;
	}
	
a.quote-btn {
	padding: 7px 14px;
	border: 3px solid #666;
	color: #666;
	text-align: center;
	line-height: 90px;
	font-weight: 700;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

a.quote-btn:hover {
	color: #fff;
	background: #666;
	}


.top-brand .testimonials .prev, .top-brand .testimonials .next, .top-brand .partners .prev, .top-brand .partners .next {
	position:inherit;
	float: right;
	top: -80px !important;
	}
	
	
.top-brand .partners .prev {
	left: -25px;
	}
	
.top-brand .partners .next {
	right: -25px;
	}
	
.top-brand {
	margin-bottom: 80px;
	}
	
	
.footer {
	background: #EAEAEA;
	/*margin-top: 50px;*/
	padding: 50px 0px;
	width: 100%;
	height: auto;
	margin-top: -35px;
	}
	
.f-about {
	width: 100%;
	height: auto;
	}
	
.f-about ul {
	margin: 0px;
	padding: 0px;
	}
	
.f-about li {
	width: 50%;
	float: left;
	}

.f-about li a {
	text-align: left;
	display: inline-block;
	font-size: 16px;
	color: #AAAAAA;
	padding: 7px 0px;
	}
	
.f-about li a:hover {
	color: #666;
	}
	
	
.f-recent-post ul {
	margin: 0px;
	padding: 0px;
	}
	
.f-recent-post li {
	margin-bottom: 10px;
	color: #aaa;
	float: left;
	}
	
.f-recent-post li a {
	color: #aaa;
	font-weight: bold;
}

.f-recent-post-pic {
	width: 17%;
	height: 60px;
	margin-right: 10px;
	float: left;
	}

.f-recent-post-pic img {
	width: 60px;
	height: 60px;
	float: left;
	margin-top: 15px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
	
.f-recent-post-contect {
	width: 80%;
	float: left;
	}
	
.f-recent-post-contect h6 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	}
	
.f-recent-post-contect a {
	color: #aaa;
	font-weight: bold;
}

.f-recent-post-date {
	font-size: 12px;
	color: #aaa;
	}
	
.f-recent-post-date p {
	margin: 0px;
	margin-bottom: 5px;
	}
	
.f-getintuch h3 {
	font-size: 18px;
	color: #aaa;
	}
	
	
	
	
	
	
	/*			Blog Page			*/
	
.blog-title {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	}
	
.blog-title h1 {
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	}
	
.blog-title h6 {
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	}
	
.blog-title i {
	float: right;
	color: rgba(255, 255, 255, 0.3);
	font-size: 60px;
	margin-top: 50px;
	}
	
	
.blog {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	}
	
.blog-post {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	float: left;
	position: relative;
	}
	
	
.blog-post-content {
	width: 100%;
	height: auto;
	float: right;
	}
	
.blog-post-img {
	width: 100%;
	height: auto;
	float: left;
	height: 300px;
  width: 100%;
  overflow: hidden;
	}
	
.blog-post-img img {
  height: 300px;
  width: 100%;
  overflow: hidden;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}


.blog-post-img img:hover{
	height: 300px;
  width: 100%;
  overflow: hidden;
	
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}

	
.blog-post-time {
	height: 105px;
    margin-bottom: 20px;
    padding: 10px;
	text-align: center;
	position: absolute;
	background: #E82C0C;
    color: #fff;
	z-index: 999;
	}
	
	
.blog-post-date {
	height: auto;
    margin-bottom: 20px;
    position: static;
    text-align: center;
    width: 90px;
	}
	

.blog-post-date:before {
	 content: "";
	 position: absolute;
	 display: block;
	 bottom: 0.4em;
	 border: 3.3em solid #AA1600;
	 z-index: 3;
}
.blog-post-date:before {
	 left: -4.7em;
	 border-right-width: 1.5em;
	 border-left-color: transparent;
}

	
.blog-post-date .day {
	font-size: 48px;
	display: block;
	font-weight: 600;
	}
	
.blog-post-date .month, .blog-post-date .year {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	}
	
	
	
	
	
	
	
	
	
	
	
	/*		Blog Sidebar		*/
	
.blog-search {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 40px;
	}
	
.blog-search input {
	background: url(img/1403106405_basics-19.png) no-repeat center right #eee;
	border-radius: 0px;
	box-shadow: none;
	}
	
.form-control:focus {
	box-shadow: none;
	border-color: #E82C0C;
	}
		
ul.post-meta-list {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	float: left;
	}
	
ul.post-meta-list li {
	float: left;
	margin-right: 20px;
	font-size: 15px;
	color: #939393;
}

ul.post-meta-list li a {
	color: #939393;
	}

ul.post-meta-list li a:hover {
	color: #E82C0C;
	}

ul.post-meta-list li i {
	color: #aaa;
	font-size: 16px;
	margin-right: 8px;
	}
	
	
.s-about-blog {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	}
	
.s-about-blog h3 {
	}
	
.s-comment {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	}

.s-comment ul {
	margin-top: 20px;
	}
	
.s-comment ul li a {
	color: #000;
	font-size: 14px;
	}	

.s-comment ul li a:hover {
	color: #989898;
	}

.s-comment ul li {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	}
	
.s-comment ul li p {
	font-size: 12px;
	}
	
	
.s-category {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	}
	
.s-category ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}
	
.s-category ul li {
	width: 100%;
	margin-bottom: 10px;
	}
	
.s-category ul li a {
	color: #666;
	font-size: 15px;
	}
	
.s-category ul li a:hover {
	color: #989898;
	}
	
.s-category ul li a span {
	color: #989898;
	margin-left: 8px;
	}
	



	/*			Portfolio Page			*/
	
.portfolio {
	
	}
	
	
.ff-container{
	width: 564px;
	margin: 10px auto 30px auto;
}
.ff-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	width: 25%;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	float:left;
	box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
}
.ff-container label.ff-label-type-all{
	border-radius: 3px 0px 0px 3px;
}
.ff-container label.ff-label-type-3{
	border-radius: 0px 3px 3px 0px;
}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	background: #646d93;
	background: -moz-linear-gradient(top, #646d93 0%, #7c87ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646d93), color-stop(100%,#7c87ad));
	background: -webkit-linear-gradient(top, #646d93 0%,#7c87ad 100%);
	background: -o-linear-gradient(top, #646d93 0%,#7c87ad 100%);
	background: -ms-linear-gradient(top, #646d93 0%,#7c87ad 100%);
	background: linear-gradient(top, #646d93 0%,#7c87ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646d93', endColorstr='#7c87ad',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input{
	display: none;
}

.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
	top: 30px;
}

.ff-items a{
	display: block;
	position: relative;
	background: #fff;
	margin: 4px;
	width: 160px;
	height: 120px;
}

.ff-items li img{
	display: block;
}

.ff-items li{
	margin: 0px;
	float: left;
	overflow: hidden;
	width: 188px;
	height: 148px;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li,
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{
	opacity: 1;
}

.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){
	opacity: 0.1;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{
	display:none;
}






	/*****Portfolio Page*****/
		

	
.portfolio {
	width: 100%;
	height: auto;
	padding-top: 100px;
	}
	
.portfolio h1 {
	font-size: 36px;
	color: #666;
	}
	
.portfolio h1.title span {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	}

.portfolio h5 {
	font-size: 24px;
	color: #999;
	text-align: center;
	font-family: 'Quattrocento', serif;
	}
	
.portfolio-img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	transition: all 0.4s ease 0s;
}

.portfolio-img img {
	vertical-align: middle;
     border: 0;
     page-break-inside: avoid;
     min-width: 100% !important;
}	
	
/***** Issotop ****/
	
.portfolioFilter {
	margin-bottom: 60px;
	margin-top: 60px;
	text-align: center;
}
	
.portfolioFilter a { 
    margin-right: 20px; 
	color:#666;
	text-decoration:none;
	outline: 0px;
	font-size: 24px;
	border-bottom: 3px solid transparent;
}

.portfolioFilter a.current { 
    color: #333;
	border-bottom: 3px solid #333;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*.portfolioContainer .col-lg-1, .portfolioContainer .col-lg-2, .portfolioContainer .col-lg-3, .portfolioContainer .col-lg-4, .portfolioContainer .col-lg-5, .portfolioContainer .col-lg-6, .portfolioContainer .col-lg-7, .portfolioContainer .col-lg-8, .portfolioContainer .col-lg-9, .portfolioContainer .col-lg-10, .portfolioContainer .col-lg-11, .portfolioContainer .col-md-1, .portfolioContainer .col-md-2, .portfolioContainer .col-md-3, .portfolioContainer .col-md-4, .portfolioContainer .col-md-5, .portfolioContainer .col-md-6, .portfolioContainer .col-md-7, .portfolioContainer .col-md-8, .portfolioContainer .col-md-9, .portfolioContainer .col-md-10, .portfolioContainer .col-md-11, .portfolioContainer .col-sm-1, .portfolioContainer .col-sm-2, .portfolioContainer .col-sm-3, .portfolioContainer .col-sm-4, .portfolioContainer .col-sm-5, .portfolioContainer .col-sm-6, .portfolioContainer .col-sm-7, .portfolioContainer .col-sm-8, .portfolioContainer .col-sm-9, .portfolioContainer .col-sm-10, .portfolioContainer .col-sm-11,  .portfolioContainer .col-xs-1, .portfolioContainer .col-xs-2, .portfolioContainer .col-xs-3, .portfolioContainer .col-xs-4, .portfolioContainer .col-xs-5, .portfolioContainer .col-xs-6, .portfolioContainer .col-xs-7, .portfolioContainer .col-xs-8, .portfolioContainer .col-xs-9, .portfolioContainer .col-xs-10, .portfolioContainer .col-xs-11 {
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}*/

ul.portfolioContainer {
	margin: 0px;
	padding: 0px;
	}
	
ul.lb-album {
	widthL 100%;
	}

ul.lb-album li {
	width: 33.320% !important;
	list-style: none;
	float: left;
	}
	
.portfolioContainer li {
	margin-bottom: 0px;
	}
	
.row.portfolioContainer {
	margin-right: 0px;
	}
/*
.isotope {
	height: 370px !important;
}
*/
	
	/**** End Issotop ****/
	
	
	
	/*	Gallary 	*/
	
.lb-album{
	width: 100%;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-bottom: 100px;
}
.lb-album li{
	float: left;
	position: relative;
	display: block;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	width: 100%;
}
.lb-album li > a{
	width: 100%;
	height: auto;
	position: relative;
}



.item-p {
  width: 100%;
  height: 100%;
  float: left;
  transition: all 1s ease;
}
.item-p img {
  width: 100%;
}
.item-p:hover .overlay {
	width: 100%;
  height: 100%;
  background: #FFF;
  opacity:0.8;
}
.item-p:hover .button {
  width: 70px;
  height: 70px;
  margin: -30% auto 0 auto;
  background: url(http://immedesign.nl/cssdeck/next.png) center center no-repeat #000;
  opacity: .7;
  transform:scale(1);
  animation-delay: inherit;
  animation:scale .5s infinite;   
  cursor: pointer;
}
.overlay {
  width: 123px;
  height: 123px;
  /*margin: -127px 0 0 0;*/
  margin-top: -25%;
  background: #000;
  opacity:0;
  transition: all 1s ease;
}
.button {
  width: 123px;
  height: 123px;
  margin: -40% auto 0 auto;
  background: url(http://immedesign.nl/cssdeck/next.png) center center no-repeat;
  opacity: 0;
  border-radius: 50%;
  transition: all .2s ease;
}

@keyframes scale {
  0%   { transform:scale(1); }
  50%   { transform:scale(1.1); }
  100% { transform:scale(1); }
}

	/** End Gallary **/
	

.contact {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	float: left;
	margin-top: 50px;
	}
	
.contact-form {
	width: 100%;
	height: auto;
	}
	
.contact-form h3 {
	font-size: 28px;
	}
	
.contact-form p {
	font-size: 16px;
	margin-bottom: 30px;
	}
	
.contact-form p span {
	color: #C00;
	}
	
	
.contact-form input, .contact-form textarea {
	box-shadow: none;
	border-radius: 0px;
	}
	
.contact-form textarea {
	margin-bottom: 30px;
	}
	
.contact-form input {
	height: 45px;
	}
	
.contact-form label {
	color: #aaa;
	}

.contact-form .form-group {
	margin-top: 30px;
	}
	
.c-submit {
	background: #eee;
	border-radius: 0px;
	font-size: 26px;
	}
	
	
.contact-dtls {
	width: 100%;
	height: auto;
	}
	
.contact-dtls h3 {
	font-size: 28px;
	}
	
.c-address {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	margin-top: 30px;
	}
	
.c-address h6 {
	font-size: 18px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 7px;
	}
	
.c-address p {
	font-size: 16px;
	margin-bottom: 0px;
	}
	
.c-icon {
	border-radius: 50%;
	background: rgba(0,0,0, 0.8);
	color: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 35px;
	}
	
.c-icon i {
	line-height: 80px;
	}
	
.skype {
	color: #0CF;
	margin-top: 10px;
	}
	
.c-mail {
	color: #666;
	margin-top: 10px;
	}
	
	
#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px;
		float: left;
      }
      #panel {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -180px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
      }

.map {
	position: relative;
	}

.map .c-icon {
	margin: 0px auto;
	border: 4px solid #fff;
	}
.map .c-icon a {
	margin: 0px auto;
	text-align: center;
	color: #fff;
	}

#slideToggle {
	cursor: pointer;
	}
	
	
	
	
	/*		About Us		*/
	
.about {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
	}
	
.about .carousel-inner {
	margin: 30px 0px;
	color: #fff;
	}
	
.about .carousel-indicators {
	border-left: none;
	border-right: none;
	}
	
.about .carousel-inner > .item {
	height: 300px;
	}
	
.about .carousel-caption h3, .about .carousel-caption p {
	color: #fff !important;
	}
	
.about  .carousel-control.left, .about  .carousel-control.right  {
	background-image: none;
	}
	
.panel-default > .panel-heading {
	background-image: none;
	}
	
.progress-skill {
	margin-top: 30px;
	}
	
.sr-only {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	}
	
.progress {
	height: 30px;
	background: #ebebeb;
	box-shadow: none;
	border-radius: 0px;
	}
	
.progress-bar {
	text-align: left;
	padding-left: 20px;
	}
	
.progress-bar-success {
	background: #449D44;
	}

.progress-bar-info {
	background: #31B0D5;
	}
	
.progress-bar-warning {
	background: #EC971F;
	}
	
.progress-bar-danger {
	background: #C9302C;
	}
	
	
	
	/*		Team Page		*/
	
.team {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
	}
	
.team h1 {
	font-size: 28px;
	margin-bottom: 30px;
	}
	
.team-member {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 30px;
	}
	
.team-member h3 {
	font-size: 18px;
	}
	
.team-member h6 {
	font-size: 16px;
	}
	
.team-member img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	




	/*			Responsive Menu				*/
	
	
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index: 9999;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #000;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	float: right;
	top: -73px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #000;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(250,250,250,0.4);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}


	/*			End Responsive menu				*/
	
/* Landscape phones and down */
@media (min-width: 320px) and (max-width: 480px) { 
	
	.slider-container {
		height: 200px;
		}
	
	.quote-icon {
		margin-left: -40px;
		}
	
	.carousel-inner > .item {
		height: 300px;
		}
	
 }