
	/*------------------------------------------------------------------
[Table of contents]

1. Fixes
2. Reset
3. Custom fonts
4. Typography
5. Common styles
6. Header styles
7. Color picker
8. Different home styles
9. General styles
10. About section
11. Team section
12. Portfolio section
13. Clients section
14. Pricing section
15. Facts section
16. Blog section
17. Responsive section
18. Resolution section
19. Video section
20. We-are section
21. Contact section
22. Map section
23. Footer styles
24. Media Queries
25. Responsive - Media Queries


-------------------------------------------------------------------*/


/* ==============================
   1. Fixes
   ============================== */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #000;
}
*, html { margin:0; padding:0; }
.clearfix:after, .jt_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .jt_row {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html .jt_row {height: 1%;}
.clearfix, .jt_row {display: block;}
/* End hide from IE-mac */
/* END FIXES */



/* ==============================
   2. Reset
   ============================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
  -webkit-appearance: none;
}
body {
  overflow-x: hidden;
  overflow-y: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
a img {
  border: 0;

}

/* ==============================
   3. Custom fonts
   ============================== */


/* ==============================
   4. Tipography
   ============================== */

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;

}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
a {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

body, input, textarea {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}




/* ==============================
   5. Common styles
   ============================== */
   .mouse {
        display: block;
        width: 26px;
        height: 46px;
        border-radius: 13px;
        border: 1px solid #fff;
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -13px;
        z-index: 99999;
        cursor:pointer;
    }
    .mouse span {
        display: block;
        margin: 6px auto;
        width: 2px;
        height: 6px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid transparent;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: scroll;
        animation-name: scroll;
    }

    @-webkit-keyframes scroll {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
    }

    @keyframes scroll {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }
    }
#owl-main.owl-carousel {
	z-index: initial !important;
}
.container {
	width: 1241px;
	padding-top: 180px;
	margin:0px auto;
	padding-bottom: 80px;
}
.section.portfolio .container.full-width {
	padding-top: 180px;
	padding-bottom: 80px;
}
.container .full {
	width: 100%;
}
a:hover {text-decoration: none;}

p {
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 100;
}
/*dark version*/
.navbar-brand img {
    max-height: 50px;
    width: auto;
}
.darker #header.overflow,
.darker #footer,
.darker .project-single,
.darker #blog-detail {
	background:#343434 !important;
}
.darker #header.overflow .menu-item a,
.darker .project-info,
.darker .project-info h4 {
	color:#fff !important;
}
.darker #header.overflow.fixed .navbar-brand.mini {display: none !important;}
.darker #header.overflow.fixed .navbar-brand.mini {display: block !important;}
.darker .title,
body.darker,
.darker .folio-filter li a,
.darker .more-works,
.darker .menu__item--social a,
.darker a,
.darker a.btn,
.darker .section.services .jt_row,
.darker .we-are a.selected,
.darker .we-are a:hover h4 {
	color: #fff !important;
}
.darker .more-works {
	border-color:#fff;
}
.darker .more-works:before {
	background-color: #fff;
}
.darker .facts .col-lg-2,
.darker .blog-posts,
.darker a.btn {
	border-color:#555;
}
.darker .btn--alt,
.darker .pricing__table {
	background-color: #555;
}
.darker .creative-team .member {
	border-color:transparent;
}
/*Loader*/
#mask {
	background-color: #000;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}
/*Animations inview*/
.jt_row {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
	#header .jt_row, .jt_row.visible {opacity: 1;}




/* ==============================
   6. Header
   ============================== */


#header {
	position: absolute;
	top:95px;
	left: 0px;
	z-index:1001;
	width: 100%;
	font-family: "Open Sans";
	font-size: 15px;
font-style: normal;
font-weight: normal;
	text-align: center;

}
	#header .navbar-nav > li {
		padding-left: 14px;
		padding-right: 15px;
	}
	#header .container {
		width: 97%;
		padding-bottom: 0px;
	}
	.navbar-collapse {padding-right:0px;}
	#header.overflow {
		top:-100px;
		left: 0px;
		background-color: RGBA(0, 0, 0, 0.9) !important;
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		-webkit-font-smoothing: antialiased;
	}
		#header .navbar-nav {
			margin-top:5px;
			float: right;
		}
		#header.overflow .navbar-nav > li > a {
			padding-bottom: 15px;
		}
		#header .menu-item a {
			font-size: 14px;
			line-height: 22px;
			color: #ffffff;
			font-weight: normal;
		}
		#header.overflow .menu-item a {
			font-size: 14px;
			line-height: 22px;
			color: #ffffff;
			font-weight: normal;
			background-color:transparent !important;
		}

		#header.overflow .menu-item a:hover {
			border-color: #ffffff;
		}




		#header.overflow .navbar-nav > li {padding-bottom:13px;}
	#header.overflow.fixed {
		top:0px;
		position: fixed;
		z-index:99999;
	}
	#header.overflow .navbar-nav {
		margin-top: -2px;
	}
		#header.overflow.fixed .navbar-brand.normal {display: none;}
		#header.overflow.fixed .navbar-brand.mini {
			display: block;
			margin-top:0px;
		}
		a.navbar-brand.mini {
			color: #ffffff;
			font-weight: bold;

		}
		#header.overflow.fixed .navbar-brand.mini.darker {display: none;}
	.navbar-brand.mini { display: none; }
	.navbar-collapse.navbar-right.navbar-main-collapse.in, .navbar-collapse.navbar-right.navbar-main-collapse.collapsing {
		overflow: visible;

	}
	.navbar-main-collapse.in .navbar-nav, .navbar-main-collapse.collapsing .navbar-nav  {
		position: relative;
		background: #282828;
		background: rgba(40, 40, 40, 0.9);
		width: 100%;
		top: 100%;
		margin:0px auto;
		height: auto;
	}
	.navbar-toggle {
		margin: 0px;
		height: 30px;
		width: 30px;
		border-radius: 0px;
		border: 0px;
		display: none;
		margin:10px;
		font-size: 30px;
		line-height: 30px;
		padding: 0px;
		color:#000000;
	}
	#header.overflow.fixed .navbar-toggle {
		color:#000;
	}
	#header .menu-item a {
		color:#fff;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 6px;
		letter-spacing: 1px;
		border-bottom:2px solid transparent;
		font-weight: normal;
		text-shadow: 0px 0px 1px transparent;
		font-family: Montserrat;
		padding-left: 0px;
		padding-right: 0px;
	}
		#header .menu-item.current a, #header .menu-item a:hover {
			background-color: transparent;
			border-bottom-color:#000;
			text-shadow: 0px 0px 1px transparent;
		}



	#header .jt_row {padding-top:0px;}

	#header .menu-item.current a {
		border-bottom-color: #000;
	}

	#header .navbar-collapse.collapse {
        display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin-top: 0px;
  }

/*SUBMENU*/
.navbar-nav > li {position: relative;}
.navbar-nav > li > .sub-menu {
    background: #000;
    background: rgba(0,0,0,0.2);
     display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    list-style: none;
    width: 150%;
    padding: 10px 0px;
}
.navbar-nav > li > .sub-menu li {
	padding:0px 10px;
	position: relative;
}
#header.overflow .navbar-nav > li > .sub-menu {background: rgba(0,0,0,0.2);}
.darker #header.overflow .navbar-nav > li > .sub-menu {background:#343434 !important;}
.navbar-nav > li > .sub-menu li > .sub-menu {
    padding-left: 10px;
    list-style: none;
    position: absolute;
    left:99%;
    top:0px;
    background: #000;
    background: rgba(0,0,0,0.2);
    width:150%;
    display:none;
}
.navbar-nav > li > .sub-menu li:hover .sub-menu {display:block;}
.navbar-nav > li > .sub-menu li {margin:5px 0px;}
.navbar-nav > li:hover > .sub-menu {display: block;}

/* ==============================
   7. Color picker
   ============================== */
.violet .color-picker .pickerTitle{background:#B95D82;}
.blue .color-picker .pickerTitle{background:#768FAC;}
.orange .color-picker .pickerTitle{background:#DD7E43;}
.black .color-picker .pickerTitle{background:#030303;}
.yellow .color-picker .pickerTitle{background:#E5D43E;}
.green .color-picker .pickerTitle{background:#9CC264;}
.ocre .color-picker .pickerTitle{background:#BBA965;}
.red .color-picker .pickerTitle{background:#EE2B45;}



.color-picker .picker-btn{

		display: block;
		cursor: pointer;
		width: 50px;
		height: 50px;
		background: url(../images/corner.png);
		position: absolute;
		top: 45px;
		left: -55px;
		z-index: 999999;
}
.color-picker{
	font-family: 'Montserrat', sans-serif;
	width: 223px;
	height: auto;
	position: fixed;
	top: 150px;
	right: 0;
	background: #fff;
	z-index: 999999;
}
.color-picker .version {
    padding: 0;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.color-picker .version li {
    list-style: none;
    width: 37%;
    margin-right: 9%;
    float: left;
}
.color-picker .version li a {
    padding: 21px;
    display: table;
}
.color-picker .lite, .lite:hover {
    background: #f3f3f3;
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.color-picker .dark, .dark:hover {
    background: #7f7f7f;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.color-picker.menu{
	font-family: 'Montserrat', sans-serif;
	width: 223px;
	height: auto;
	position: fixed;
	top: 150px;
	right: -223px;
	background: #fff;
	z-index: 999999;
}

.color-picker .pwrapper{
	padding: 15px 15px 15px 28px;
	width: 223px;
	height:auto;
}
.color-picker .pickerTitle{
	text-transform: uppercase;
	text-align: center;
	float: none;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 10px;
	cursor: auto;
	border: none;
	color:#fff;
	background:#EE2B45;
	line-height:35px;
	font-weight: bold;
}
.color-picker .pickersubTitle{
	color:#7F7F7F;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	float: none;
	width: 150px;
	height: auto;
	margin: 0 5px 15px;
	padding: 10px 5px;
	cursor: auto;
	font-size:12px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	clear:both;
}
.color-picker div{
	width: 30px;
	height: 30px;
	margin: 5px;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



.color-picker div.nopick{ width:0; height:0;}
.color-picker .light-version{
	width: 73px;
	height: 29px;
	margin-bottom:20px;
}
.color-picker .dark-version{
	width: 73px;
	height: 29px;
}
.color-picker .picker-violet{background: #B95D82;}
.color-picker .picker-blue{background: #768FAC;}
.color-picker .picker-orange{background: #DD7E43;}
.color-picker .picker-black{background: #030303;}
.color-picker .picker-yellow{background: #E5D43E;}
.color-picker .picker-green{background: #9CC264;}
.color-picker .picker-ocre{background: #BBA965;}
.color-picker .picker-red{background: #EE2B45;}
.color-picker .picker-violet:hover,.color-picker .picker-blue:hover,.color-picker .picker-green:hover,.color-picker .picker-yellow:hover,.color-picker .picker-red:hover,.color-picker .picker-black:hover,.color-picker .picker-ocre:hover,.color-picker .picker-orange:hover{border-color: #000;}





/* ==============================
   8. Different Home Styles
   ============================== */

.fixed-height {
	position:relative;
	height: 600px !important;
}
.fixed-height .logointro, .fixed-height .mouse {display: none;}
.fixed-height .slide-content {height: 275px !important;}
.fixed-height .overlay {height: 600px !important;}
.fixed-height #owl-main img {width: 100% !important;}
.fixed-height #owl-main .owl-pagination {display: block !important;}
.fixed-height #owl-main .owl-buttons {display: none !important;}
#home-slider.static {
	background-attachment: fixed !important;
	background-position: center center !important;
}

#home-slider.tiny {
	height: 600px !important;
	overflow:hidden;
}
	#home-slider.tiny #owl-main {max-height: 100%;}

#home-slider.tiny  .slide-content{ top: 350px;}
#home-slider.tiny  .slide-subtitle{ top: 200px;}

.slider-parallax .mouse {display: none;}
.slider-parallax #owl-main .owl-pagination {display: block !important;}
.slider-parallax #owl-main .owl-buttons {display: none !important;}
.slider-parallax #home-slider {
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
}
.slider-parallax .section {
	position: relative;
}


.owl-carousel .owl-item {text-align: center;}
.overlay {
	background: url(../images/overlay.png);
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
	.overlay.op50 {opacity: 0.0;}
.slider-wrap {
	background: #000;
	position: relative;
}
	#owl-main .owl-item {overflow: hidden;}
	#owl-main img {
		position: absolute;
		max-width: none;
		top: 0;
	}

	#owl-main .owl-prev {
		width: 79px;
		height: 79px;
		background: url(../images/btn-prev.png) no-repeat center center;
		font-size: 0;
		float: left;
		margin-left: 15px;
		position: relative;
		opacity: 0.3;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index:9999;
	}

	#owl-main .owl-next {
		width: 79px;
		height: 79px;
		background: url(../images/btn-next.png) no-repeat center center;
		font-size: 0;
		float: right;
		margin-right: 18px;
		position: relative;
		opacity: 0.3;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index:9999;
	}
	#owl-main .owl-pagination {
		display: block;
		width: 100%;
		overflow: hidden;
		position: absolute;
		bottom:100px;
		z-index: 9999;
	}
	#owl-main .owl-controls .owl-page span {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: transparent;
		margin:0px 8px;
		border:2px solid #CDCDCD;
	}
		#owl-main .owl-controls .owl-page.active span, #owl-main .owl-controls.clickable .owl-page:hover span {
			border-color:#EE2B45;
		}
	#owl-main .owl-prev:hover,#owl-main .owl-next:hover {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

#owl-main .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
	z-index: 9999;
}
.slide-content {
	z-index: 1000;
	position: absolute;
	left: 0;
	right: 0;
	display: table-cell;
	vertical-align: middle;
	height: auto !important;
	margin: auto;
	text-align: center;
	top: 50%;
    margin-top: -130px; /* 1/2 of height */
}
.slide-subtitle {
	z-index: 1000;
	position: absolute;
	left: 0;
	right: 0;
	display: table-cell;
	vertical-align: middle;
	height: 200px;
	margin: auto;
	bottom: 200px;
	text-align: center;
}
	.slide-content .slide-icon {margin-top:54px;}



.logointro {
	display: block;
	margin:10px auto;
}
.logointro img {
	display: block;
	margin: 0 auto;

}
	#owl-main-text {
		position: absolute;
	}
		#owl-main-text h2 {
			font-size: 64px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 5px;
			margin-top: 0;
			margin-bottom:-10px;
			font-family: "Montserrat";
			font-weight: 700;
		}

		.slider-sub {
			font-size: 20px;
			color: #fff;
			text-align: center;
			font-family: "Montserrat";
			letter-spacing: 2px;
			margin-bottom: 0px;
		}
	#owl-main-text .item {
		padding-bottom:0px;
		position: relative;
	}
	.slide-sep {
		display: block;
		width: 50px;
		height: 2px;
		background:#EE2B45;
		margin:115px auto 10px auto; /* margin top is equal to #owl-main-text height */
		content: " ";
	}




/* ==============================
   9. General styles
   ============================== */


.btn {
  background-color: #EE2B45;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 45px;
  min-width: 160px;
  text-align: center;
  line-height: 20px;
  font-family: "Open Sans";
}
.btn:hover {
  border-color: #9a9372;
  background-color: transparent;
  color: #000;
}
.btn--alt {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.btn--alt:hover {
  background-color: #9a9372;
  color: #fff;
}


/*Sections*/
.voffset10  { margin-top: 10px; }
.voffset20 { margin-top: 20px; }
.voffset30 { margin-top: 30px; }
.voffset40 { margin-top: 40px; }
.voffset50 { margin-top: 50px; }
.voffset60 { margin-top: 60px; }
.voffset70 { margin-top: 70px; }
.voffset80 { margin-top: 80px; }
.voffset90 { margin-top: 90px; }
.voffset100 { margin-top: 100px; }
.voffset150 { margin-top: 150px; }
.voffset180 { margin-top: 180px; }
.voffset200 { margin-top: 200px; }
.section {
	margin-bottom:-100px;
	background: #fff;
	overflow: hidden;
}
	.section#footer {overflow: visible;}
	.section .full-width {
		padding-top:0px;
		width: 100%;
	}
		.section .full-width .row {
			margin-left:0px;
			margin-right: 0px;
		}
		.section .full-width .row.container {margin:0px auto !important;}
		.section .full-width .jt_col, .container.full-width {
			padding-left: 0px;
			padding-right: 0px;
		}
		.container.full-width {
			padding-bottom: 0px;
		}
	.section .jt_row {padding-bottom:100px;}


.section .jt_row {padding-bottom:100px;}

	.section .jt_row.overlap {padding-bottom:0px;}
	.title {
	  text-transform: uppercase;
	  color: #000;
	  font-size: 30px;
	  margin-bottom: 50px;
	  letter-spacing: 5px;
	  position: relative;
	  font-family: "Montserrat";
	  font-weight: 600;
	}

.title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  margin-bottom: 50px;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
}

.title:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -30px;
  bottom: -20px;
}

.title.deco:before {
	width:224px;
	height:25px;
	background:url('../images/decoration.png') no-repeat 0px 0px transparent;
	margin-left: -112px;
	bottom:-35px;
}


.title {
  font-family: "Montserrat";
  font-weight: 600;
}

.title.thin {
  font-family: "Montserrat";
}
.sub-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat";
}
.btn {
  background-color: #EE2B45;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 45px;
  min-width: 160px;
  text-align: center;
  line-height: 20px;
}
.btn:hover {
  border-color: #9a9372;
  background-color: transparent;
  color: #000;
}
.btn--alt {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.btn--alt:hover {
  background-color: #9a9372;
  color: #fff;
}

			.player.section .subtitle.mini {color:#fff;}
			.YTPOverlay.raster {background: none !important;}
			.player .overlay {z-index: 0;}



	.section.separator {
		text-align: center;
		padding-top:0px;
		margin-bottom:-20px;
		overflow: visible;
		padding-bottom:0px;
	}
		.section.separator  a {color:inherit;}
		.section.separator .jt_row {padding-bottom:20px;}
		.section.parallax {padding-bottom:40px;}
	.section.player {
		position: relative;
		height: 800px;
	}
	.section .go-btn {
		margin:0px auto;
		text-align: center;
	}
	.section .button {
		border:1px solid #888;
		color:#fff;
		font-family: "Merriweather";
		font-weight: 300;
		font-size: 20px;
		display: inline-block;
		padding:18px 60px 18px 35px;
		border-radius:5px;
	}
	.section .button.inverse {border-color: #e5404b;}
	.section .button.playstop {
		border-color:#e5404b;
		padding: 12px 38px 12px 38px;
	}
	.section .button.next {
		background: url('../images/rarrow.png') right center no-repeat;
	}
		.section .button:hover { border-color: #e5404b;}
		.section .button.inverse:hover { border-color: #888;}
	.section .ball {
		background: #e5404b;
		display: inline-block;
		border-radius: 50%;
	}
	.section .text-center .ball {margin-bottom:30px;}



/* ==============================
   10. About Section
   ============================== */
.vertical-center {
	position: relative;
}
.section .sub-mini {
	font-weight: 300;
    font-family: "Libre Baskerville";
	font-style: italic;
	color:#6f6f6f;
	margin:0px auto 20px auto;
	text-align: center;
	font-size: 17px;
}
	.about-us {
  background-color: #232323;
  color: #ffffff;
  z-index: 3;
}
.about-us .title {
  color: #ffffff;
  font-family: "Montserrat";
}
.about-us .sub-title {
  padding: 0 18%;
  margin-top: 100px;
  margin-bottom: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}

#our-studio-presentation {

		padding-top: 5%;
	}


.about-us__left {
  padding-left: 100px;
  padding-right: 100px;
}
.about-us .about_content {
  padding-top: 13%;
}

.about-us .about-us__content p{
  line-height: 28px;
  padding: 0 15%;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
}

#owl-studio img{
	width: 100%;
}

.owl-carousel.about2 img{
  height: 100%;
}
.about_tabs ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 18px;
}
.about_tabs ul li a {
  color: #aaaaaa;
}
.megabutton {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background: #24aaa2;
}
	.megabutton * {
		display: block;
		margin:0px auto;
	}
	.megabutton:hover {background:#209991; }
/* Carousel */
.carousel-wrapper .owl-pagination, .carousel-wrapper .owl-buttons {display: none;}
.carousel-wrapper.full {
	width: 100%;
}
	.carousel-wrapper.full .generic-carousel .owl-item .item img {
		width: 100%;
		height: auto;
	}
	.carousel-wrapper .generic-carousel .owl-item .item.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border: 0;
	}
		.carousel-wrapper .generic-carousel .owl-item .item.video iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.carousel-wrapper.full .owl-pagination {display: none;}
	.carousel-wrapper.with_buttons .owl-buttons {display: block;}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
			position: absolute;
			left: -68px;
			top: 50%;
			background: url('../images/btn-generic-prev.png') #e5404b no-repeat;
			width: 68px;
			height: 99px;
			text-indent: -99999px;
			z-index:9999;
			border-radius: 0px;
			margin: -30px 0px 0px 0px;
			-webkit-transition: left 0.1s ease-in, right 0.1s ease-in;
			-o-transition: left 0.1s ease-in, right 0.1s ease-in;
			transition: left 0.1s ease-in, right 0.1s ease-in;
		}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div.owl-next {
			right:-68px;
			left: auto;
			background: url('../images/btn-generic-next.png') #e5404b no-repeat;
		}
		.carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div {background: url('../images/btn-generic-prev2.png')  #2d2d2d no-repeat !important;}
		.carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div.owl-next {background: url('../images/btn-generic-next2.png')   #2d2d2d no-repeat !important;}
		.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev  {left:0px;}
		.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-next  {right:0px;}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div:hover, .carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div.owl-next:hover {background-position: 0px -99px !important;}
	.carousel-wrapper.with_pagination .owl-pagination {
		display: block;
		width: 100%;
		overflow: hidden;
		z-index: 9999;
		position: relative;
	}
	.carousel-wrapper.with_pagination.round_inner .owl-pagination {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-in;
		-o-transition: opacity 0.3s ease-in;
		transition: opacity 0.3s ease-in;
	}
	.carousel-wrapper.with_pagination.round_inner:hover .owl-pagination {opacity: 1;}
	.carousel-wrapper.with_pagination.round_inner .owl-theme .owl-controls {
		margin-top: -50px;
		padding-bottom: 29px;
	}
	.carousel-wrapper.with_pagination.round_inner .owl-theme .owl-controls .owl-page span {
		width: 13px;
		height: 13px;
		border-radius: 50%;
		background: transparent;
		margin: 0px 6px;
		border: 2px solid #fff;
	}
	.carousel-wrapper.with_pagination.round_inner .owl-theme .owl-controls .owl-page.active span {
		border-color:#EE2B45;
	}
	.project-slide.carousel-wrapper.with_pagination .owl-pagination {margin-top:15px; }
	div#owl-project-single.owl-carousel.generic-carousel.owl-theme {width: 85%; float: right;}


	#owl-project-single .item{
  margin: 3px;
}
#owl-project-single .item img{
  display: block;
  height: auto;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 45%;
}
	.carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {
		border-radius: 0px;
		width: 25px;
		height: 5px;
		background: #dfe0e1;
		margin:0px 2px;
	}
		.carousel-wrapper.with_pagination .owl-controls .owl-page.active span, .carousel-wrapper.with_pagination .owl-controls.clickable .owl-page:hover span {
			border-color: #EE2B45;
		}

		.testimonials.carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {background: #94262d; }
		.testimonials.carousel-wrapper.with_pagination .owl-controls .owl-page.active span, .testimonials.carousel-wrapper.with_pagination .owl-controls.clickable .owl-page:hover span {background:#ffffff;}

	.carousel-wrapper.with_pagination #owl-story .owl-pagination {margin-bottom:130px;}
	.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-bottom:130px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem {margin-bottom:49px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {
		width:33%;
		float: left;
		list-style: none;
		font-size: 15px;
		font-weight: 300;
		font-family: "Lato";
		color:#8a8d94;
		margin-bottom:40px;
		padding-right:3%;
		text-align: left;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li h3 {
		font-size: 20px;
		color:#444444;
		font-weight: 400;
		margin:10px 0px;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li .icon {
		border-radius: 50%;
		display: block;
		float: left;
		width: 56px;
		height: 56px;
		background: #e5404b;
		margin:0px 25px 10px 0px;
		line-height: 56px;
		font-size: 25px;
		color: #fff;
		text-align: center;
	}
	.service-text {
		margin-left: 81px;
		line-height: 26px;
	}
.separator {
	text-align: center;
	width: 100%;
}
	.separator img {
		max-width: 100%;
		height: auto;
	}



.carousel-wrapper.full .generic-carousel .owl-item .project img {
	width: 100%;
	height: auto;

}
.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	position: absolute;
	top: 8%;
	left: 44%;
	padding-right: 20%;
	padding-left: 0%;
}



/* ==============================
   11. Team Section
   ============================== */

.team-wrapper {
	margin-top:100px;
}
	.team-wrapper .team-member {
		width: 25%;
		float: left;
		padding:0px 2%;
		margin:30px 0px;
		position: relative;
		text-align: center;
		background: url('../images/gradient_team.jpg') repeat-x;
		background-size:contain;
		overflow: hidden;
	}
		.team-wrapper .team-member img {
			max-width: 100%;
			height: auto;
		}
		.team-wrapper .team-member .hover {
			position: absolute;
			background: #fff;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			opacity: 0;

		}
			.team-wrapper .team-member:hover .hover {opacity: 1;}
			.team-wrapper .team-member:hover .main {opacity: 0;}
			.team-wrapper .team-member .hover .hover-border {
				height: 0px;
				width: 100%;
				position: absolute;
				border-bottom: 5px solid #e5404b;
				bottom:0px;
				left: 0px;
				z-index:999;
			}
		.team-wrapper .team-member .hover .blur {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			padding:0px 8%;
			z-index:99;
			text-align: center;
		}
		.team-wrapper .team-member .hover .blur-hover {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index:98;
			background: rgba(255,255,255,0.8);
		}
		.team-wrapper .team-member .hover .name {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:90px;
			color:#e5404b;
			font-size: 35px;
			font-weight: 300;
			z-index: 101;
			font-family: "Open Sans"
		}
		.team-wrapper .team-member .hover .position {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:65px;
			font-family: "Merriweather";
			font-size: 17px;
			color:#212020;
			font-weight: 300;
			text-transform: lowercase;
			z-index: 101;
			font-style: italic;
		}
		.team-wrapper .team-member .hover .social {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:30px;
			z-index: 101;
		}
			.team-wrapper .team-member .hover .social .icon {
				width: 24px;
				height: 24px;
				display: inline-block;
				margin:0px 5px;
				background: url('../images/icons-team.png') 0px 0px no-repeat;
				text-indent: -99999px;
			}
			.team-wrapper .team-member .hover .social .icon.tw {background-position: center 0px;}
			.team-wrapper .team-member .hover .social .icon.di {background-position: right 0px;}
			.team-wrapper .team-member .hover .social .icon.fb:hover {background-position: 0px -24px;}
			.team-wrapper .team-member .hover .social .icon.tw:hover {background-position: center -24px;}
			.team-wrapper .team-member .hover .social .icon.di:hover {background-position: right -24px;}
	.pag-more {
		display: block;
		width: 100%;
		height: 83px;
		line-height: 80px;
		text-align: center;
		font-family: "Merriweather";
		font-style: italic;
		color:#f9f9f9;
		background: #151515 url('../images/view-more.png') no-repeat center center;
		font-size:18px;
		text-indent: -99999px;
		margin-top:0px;
	}
	.pag-more:hover {background-color:#1b1b1b;}
	.pag-more.team {
		position: relative;
		top:-30px;
		margin-bottom:-30px;
	}
	.pag-more:hover {
		color:#f9f9f9;
	}

.creative-team .row {
  margin: 0;
}
.creative-team .container {
	padding-bottom: 0px;
}
.creative-team [class*="col-"] {
  padding: 0;
}
.creative-team .btn {
  margin-top: 0px;
  margin-bottom: 100px;
  background-color: #000;
  border-color: #000;
  color:#fff;
}
	.creative-team .btn:hover {
		background-color: transparent;
		border-color:#EE2b45;
		color:#000;
	}

.creative-team img{
  max-width: 100%;
  height: auto;
}
.creative-team .member {
  position: relative;
  margin-right: -1px;
  border: 1px solid #F6F6F6;
}
.creative-team .member:hover .info {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.creative-team .info {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a29b7a;
  visibility: visible;
  opacity: 0;
  z-index: -99999;
}
.creative-team .info > div {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 20px;
}
.creative-team .info > div .name {
  text-transform: uppercase;
  font-size: 22px;
}
.creative-team .info > div .skill {
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 16px;
}
.creative-team .info > div .skill:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #000000;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}
.creative-team .info > div .skill:before {
  background-color: #fff;
}
.creative-team .info > div li {
  display: inline-block;
  margin-top: 15px;
  margin-left: -4px;
}
.creative-team .info > div li a img {
  opacity: 0.5;
}
.creative-team .info > div li a img:hover {
  opacity: 1;
}

.creative-team .intro {
	line-height: 30px !important;
	margin: 0% 5%;
}

.creative-team p.subtitle{
  margin-bottom: 55px;
}


/* ==============================
   11a. Testimonials
   ============================== */
.testimonials-wrap {
	padding:100px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
	.testimonials-wrap .testimonials {
		max-width: 500px;
		margin:0px auto;
	}
	.testimonials-wrap .item {
		font-family: "Open Sans";
		font-size: 18px;
		line-height: 32px;
		font-weight: 300;
		font-style: italic;
		text-align:center;
	}
		.testimonials-wrap .item  p {
			margin:0px;
			font-size: 18px;
		}
		.testimonials-wrap .item .author {
			font-weight: bold;
			font-size: 14px;
			margin:0px;
		}
		.testimonials-wrap .owl-carousel {
			padding:90px 0px;
		}
	.testimonials-wrap .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
		background:url('../images/next-prev.png') no-repeat 0px 0px;
		left: 50%;
		width: 12px;
		height: 5px;
		margin:0px;
		margin-left: -6px;
		top:40px;
		background-color: transparent !important;
	}
	.testimonials-wrap .carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev,
	.testimonials-wrap .carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev:hover {
		left: 50%;
		background-position: 0px 0px;
	}
	.testimonials-wrap .carousel-wrapper.with_buttons .owl-controls .owl-buttons div.owl-next,
	.testimonials-wrap .carousel-wrapper.with_buttons .owl-controls .owl-buttons div.owl-next:hover {
		bottom:40px;
		top:auto;
		background-position: left bottom;
	}

/* ==============================
   12. Portfolio section
   ============================== */
	.more-works {
		text-transform: uppercase;
		color:#010101;
		font-size: 12px;
		border-bottom:1px solid #000;
		display: inline-block;
		position: relative;
		font-family: "Montserrat";
		margin-top:120px;
		padding-bottom: 6px;
		letter-spacing: 1px;
		margin-bottom: -10px;
	}
		.more-works:hover {
			color:rgba(0,0,0,0.5);
			text-decoration: none;
			border-color:rgb(238, 43, 69);
		}
		.more-works:before {
			height:40px;
			width: 1px;
			background-color: #010101;
			display: block;
			content: "";
			position: absolute;
			left: 50%;
			top:-80px;
		}
	#ajax .container {
		position: relative;
		z-index: 888;
	}
	div#ajax {
		background: #EBEBEB; /*padding: 40px;*/
	}
	a.close.top {
		position: absolute;
		right: 0px;
		top: 34px;
		margin:0px auto;
		background: url('../images/close-project.png') no-repeat;
		display: block;
		text-indent: -99999px;
		width: 38px;
		height: 38px;
		z-index: 9999;
	}
	.folio-item {
		padding: 0 0px 0px 0;
		width: 33.3333%;
	}

	.portfolio-grid {
		margin-top: 50px;
		padding-top:0px !important;
		padding-bottom: 0px !important;
	}

	.portfolio-thumb {
		position: relative;
		overflow: hidden;
	}

	.no-padding {
		padding: 0 !important;
	}

	.portfolio-dark-overlay {
		position: absolute;
		width: 96%;
		height: 96%;
		top: 2%;
		left: 2%;
		right: 0px;
		background: rgba(162, 155, 122, 0.9);
		opacity: 0;
		visibility: hidden;
	}

	.portfolio-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		font-family: "Merriweather";
	}

	.portfolio-thumb:hover .portfolio-inner {
		opacity: 1;
	}

	.portfolio-thumb:hover .portfolio-dark-overlay {
		opacity: 1;
		visibility: visible;

	}

	.portfolio-inner h4 {
		font-size: 14px;
		font-family: "Open Sans";
		text-align: center;
		color: #fff;
		margin: 0;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.portfolio-inner h4:before {
		content: '';
	  position: relative;
	  width: 30px;
	  height: 1px;
	  background-color: #35373e;
	  bottom: -40px;
	   display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 0 auto;
	}

	.portfolio-inner h3 {
		font-size: 13px;
		font-family: "Open Sans";
		text-align: center;
		color: #fff;
		margin: 0;
		letter-spacing: 2px;
	}

	.portfolio-inner .zoom {
		width: 55px;
		height: 53px;
		background: url(../images/zoom.png);
		display: table;
		margin: 0 auto 20px;
	}

	.portfolio-inner-ctr {
		display: table-cell;
		margin: auto;
		vertical-align: middle;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 75px;
	}
	.project-single {
		padding-top: 50px; padding-bottom:200px;margin-bottom: 100px; background: #ffffff; border: 40px solid #EBEBEB;
		margin-top:60px;
	}
	.project-info {
		color:#444444;
		z-index: 999 !important;
		font-size: 16px;
		font-family: "Montserrat";
		font-weight: 300;
		padding-top:100px;
		padding-bottom:0px;
		margin-bottom: -90px;
		margin-left: 100px;
		width: 20%;
		float: left;
		text-align: left;
	}
	.project-info .btn2 {
		display: block;
		width: 100%;
		text-align: left;
		color:#e5404b;
		margin-top: 80px;
		position: relative;
		z-index: 9999;
	}
	.project-info .btn {
		display: block;
		text-align: center;
		margin:  0 auto;
		margin-top: 30px;
		max-width: 200px;

	}
	.project-info p {margin-bottom:15px; line-height: 32px;}
	.project-info h6 {
		font-family: "Montserrat";
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
		color:#717171;
		margin-bottom:10px;
		text-align: center;
		opacity: 0.75;
	}
	.project-info h4 {
		font-family: "Montserrat"
		font-weight: 700;!important;
		text-transform: uppercase;
		font-weight: 800;
		color:#000000;
		text-align:left;
		font-size:40px;
		margin-bottom:70px;
		position: relative;
	}
		.project-info h4:after {
			content:'';
			position: absolute;
			width: 50px;
			height: 2px;
			background:#EE2B45;
			position: absolute;
			bottom:-25px;
			left: 0%;
		}
	.folio-filter.container {
		padding-top:20px;
		padding-bottom: 0px;
	}
		.folio-filter li a {
	display: block;
	color:#444444;
	text-transform:uppercase;
	font-size:16px;
	font-family: "Lato";
	font-weight:300;
	border:1px solid #dadada;
	background-color: transparent;
	padding:12px 21px;
	margin-right:20px;
	border-radius:5px;
	line-height: 16px;
}

#portfolio-2 ul.folio-filter {
	margin-top: 40px !important;
	margin-bottom: 60px;
}

#portfolio-2  {
	padding-top: 100px;
}

#portfolio-2 .jt_row {
	padding-bottom: 70px !important;
}


.folio-filter li a.selected {
	  border-color: #a29b7a;
  background: #a29b7a;
  color:#fff;
  font-weight: 300;
}
.folio-filter li a:hover {
		  border-color: #a29b7a;
  background: #a29b7a;
  color:#fff;
	text-decoration:none;
}

.prev1 {
	position: relative;
	top: 50px;
	float: left;
	left: 100px;
}

.prev1:before {
content: "";
 position: absolute;
 width: 60px;
 height: 2px;
 background-color: #FD2440;
 left: 0px;
 top: 10px;
 margin-left: -100px;
}

.next1 {
	position: relative;
	top: 50px;
	float: right;
	right: 100px;
}

.next1:before {
content: "";
 position: absolute;
 width: 60px;
 height: 2px;
 background-color: #FD2440;
 right: 0px;
 top: 10px;
 margin-right: -100px;
}

.prev1, .next1 {
	font-family: "Open Sans";
	font-size: 16px;
}
.prev1:hover, .next1:hover {
	cursor: pointer;
	color:rgba(0,0,0,0.5);
}



/* ==============================
   13. Clients section
   ============================== */

.clients-list {margin-top:80px;}
.clients-list li {
	width: 25%;
	padding:20px 2% 20px 0px;
	float: left;
	list-style: none;

	text-align: center;
	position: relative;
	min-height: 188px;
}
	.clients-list a {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #333;
	}
	.clients-list a:hover {opacity: 0.3;}
	.clients-list img {
		max-width: 58%;
	}

#maps {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

#maps.normal {
	 -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin-bottom: 0px;
}
.map-content {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	 -ms-transform: rotate(6deg) !important;
    -webkit-transform: rotate(6deg) !important;
    transform: rotate(6deg) !important;
}

.map-content.normal {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	 -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.inner-map {
	width: 100%;
	height: 800px;
	margin-left: -1200px;
	margin-right: auto;
}




/* ==============================
   14. Pricing section
   ============================== */
.pricing .subtitle {
  margin-top: 65px;
}
.pricing__table {
  background-color: #f3f3f3;
  padding: 100px 0;
  margin-bottom: 20px;
  margin-top: -80px;
}
	.pro .pricing__table {
		background-color: #2a2929;
		color:#fff;
	}
.pricing li {
  padding: 10px;
  line-height: 28px;
  font-size:15px;
  font-family: "Open Sans";
  font-weight: 100;
}
.pricing .heading {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
  font-family: "Montserrat";
}
.pricing .heading:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -30px;
  bottom: -15px;
}
.pricing .price {
  font-size: 40px;
  font-weight: 100;
  font-family: "Montserrat";
}
.pricing .price span {
  font-size: 20px;
  vertical-align: top;
}


.pricing .month {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: bold;
}
.pricing a {
  margin-top: 30px;
}
.pricing .pro {
  position: relative;
}
.pricing .pro:before {
  content: url("../images/popular.png");
  position: absolute;
  top:-80px;
  left: 33px;
}
.pricing .btn--alt, .pricing .btn {
	width: 150px;
	height: 45px;
	line-height: 20px;
	margin-top: 40px;
	font-size: 15px;
	font-weight: 100;
	font-family: "Open Sans";
	border-width:1px;
}
.pricing .btn--alt, .pricing .btn:hover {
	background-color: #9a9372;
	color:#fff;
}
.pro a.btn:hover {
	background-color: transparent;
}

.pricing .btn--alt {
  background-color: transparent;
  border-color: #EE2B45;
  color: #000000;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.pro .pricing .btn--alt {
	color:#fff;
	background-color: #9a9372;
}
.pricing .btn--alt:hover {
	background-color: #EE2B45;
	color: #ffffff;
}
a.btn {
	border-color:#9a9372;
	background-color: transparent;
	color:#000;
}
.pro a.btn {
	color:#fff;
	background-color: #9a9372;
}
	.pro a.btn:hover {
		color:#fff;
		border-color:#9a9372;
		background-color: transparent;
	}




/* ==============================
   15. Facts section
   ============================== */

.facts {
  margin-bottom: 15px;
}

.facts .jt_row.vc_inner {padding-bottom:0px;}

.facts p.subtitle { margin-bottom: -20px; padding-top: 8px;}
.facts .col-lg-2 {

  padding: 35px 15px;
  border: 1px solid #EEEEEE;
  border-left: none;
  width: 20%;
}

#facts .fa {
	font-size: 50px;
	margin-bottom: 10px;
	color:#9a9372;
}


/* COMMENTS */
#comments-wrap {
	padding-top:0px;
}
#comments { text-align: left; padding-top: 50px; }
#comments-title {
    font-size: 0.77em;
    margin: 2.33em 0;
    text-transform: uppercase;
}
.says {display: none;}
.commentlist {
	margin-bottom: 100px;
}
.commentlist .comment { list-style: none; padding-bottom:50px;}
.comment-body { position: relative; margin-left: 70px; border-top: 1px solid #e9e9e9; padding-top: 30px; }
.comment-body h1 {
		font-size: 48px;
		margin: 33px 0;
	}

	.comment-body h2 {
		font-size: 30px;
		margin: 25px 0;
	}

	.comment-body h3 {
		font-size: 22px;
		margin: 22px 0;
	}

	.comment-body h4 {
		font-size: 20px;
		margin: 25px 0;
	}

	.comment-body h5 {
		font-size: 18px;
		margin: 30px 0;
	}

	.comment-body h6 {
		font-size: 16px;
		margin: 36px 0;
	}
	.comment-body blockquote,
	.comment-body q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}

	.comment-body blockquote:before,
	.comment-body blockquote:after,
	.comment-body q:before,
	.comment-body q:after {
		content: "";
		content: none;
	}

	.comment-body blockquote {
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		margin: 24px 40px;
	}

	.comment-body blockquote blockquote {
		margin-right: 0;
	}

	.comment-body blockquote cite,
	.comment-body blockquote small {
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
	}

	.comment-body blockquote em,
	.comment-body blockquote i {
		font-style: normal;
		font-weight: 300;
	}

	.comment-body blockquote strong,
	.comment-body blockquote b {
		font-weight: 400;
	}
	.comment-body table {
		border-bottom: 1px solid #ededed;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		line-height: 2;
		margin: 0 0 20px;
		width: 100%;
	}

	.comment-body caption,
	.comment-body th,
	.comment-body td {
		font-weight: normal;
		text-align: left;
	}

	.comment-body caption {
		font-size: 16px;
		margin: 20px 0;
	}

	.comment-body th {
		font-weight: bold;
		text-transform: uppercase;
	}

	.comment-body td {
		border-top: 1px solid #ededed;
		padding: 6px 10px 6px 0;
	}

	.comment-body dl {
		margin: 0 20px;
	}

	.comment-body dt {
		font-weight: bold;
	}

	.comment-body dd {
		margin: 0 0 20px;
	}
	.comment-body ol,
	.comment-body ul {
		margin: 16px 0;
		padding: 0 0 0 40px;
	}

	.comment-body ul {
		list-style-type: square;
	}
	.comment-body ol {
		list-style-type: decimal;
	}

.comment-author { position: absolute; top: 30px; left: -70px;}
.comment-author img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float:none;
    height: auto;
    width: auto;
    margin:0px;
}
.comment .reply {text-align: right}
.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    background: #9A9370;
    border: none;
    float:right;
    border:1px solid #9A9370;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.comment-reply-link:hover {
    color: #000 !important;
    background: transparent !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.comment .children {
    margin-left: 70px;
    margin-top:100px;
     }
.commentsWrap .pagination {
	text-align: center;
	font-size: 20px;
	margin:-30px auto 30px auto;
}
	.commentsWrap .pagination .current {
		color:#ccc
	}
.fn { display: block; margin-bottom: 10px; }
.comment-meta, .comment-meta a {
    color: #a4a4a3!important;
    margin-bottom:15px;
}
#respond {}
	#respond .comment-replyt-title {}
	#respond .comment-notes, #respond .form-allowed-tags, #respond label {display:none;}

	#respond input[type="text"], #respond input[type="email"], #respond textarea {
	  display: block !important;
	  width: 100% !important;
	  padding: 10px !important;
	  border: 1px solid #000000;
	  font-family: "Open Sans";
	  font-weight: 100;
	  font-size: 15px;
	}
	#respond input[type="text"], #respond input[type="email"] {
	  margin-bottom: 20px;

	}
	#respond textarea{
	  margin-bottom: 0px;
	  height:173px;
	}
	#respond .comment-reply-title, #comments-title {
		text-transform: uppercase;
		color: #000;
		font-size: 30px;
		margin-bottom: 50px;
		letter-spacing: 5px;
		position: relative;
		text-align: left;
	    font-family: "Montserrat";
	    font-weight: 600;
	}
		#respond .comment-reply-title:before, #comments-title:before {
			content: '';
		    position: absolute;
		    width: 30px;
		    height: 2px;
		    background-color: #EE2B45;
		    left: 0px;
		    bottom: -15px;
		}
	#respond .form-submit {
		text-align: right;
		padding-top: 20px;
	}
@media only screen and (min-width:1700px) {
	.we-are {
		padding: 10vw 0px;
	}
}

.facts .col-lg-2 h3 {
  font-size: 60px;
  font-family: "Montserrat";
  margin-bottom: -5px;
}
.facts .col-lg-2 p {
  font-size: 16px;
}
.facts .subtitle {
  margin-bottom: 90px;
}


.client-photo {margin-top: 50px;}
.item .author {
	display: block;
	margin:40px 0px 20px 0px;
	font-size: 16px;
}
/*Our reel*/
.mb_YTVPBar {display: none !important;}
.video-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-172px;
	margin-top:-107px;
}
a.popup-youtube .fa {
	font-size: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border:1px solid #fff;
	border-radius: 50%;
	color:#fff;
	text-align: center;
	text-indent: 5px;
}
/* ==============================
   15a. Services
   ============================== */
   .right-padding {
   		padding-right: 100px !important;
   }
   .section.services {margin-bottom: 0px;}
.section.services .jt_row {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	color:#66757f;
}
.section.services .jt_row.vc_inner {
	margin-top:40px;
	font-size: 16px;
}
.section.services .subtitle {
	text-transform: uppercase;
	color:#a19b7c;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: bold;
}
.section.services .title {
	font-size: 60px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	margin-bottom: 30px;
	line-height:75px;
}
	.section.services .title:before {
		display: none;
	}
.section.services .container {
	width: 1800px;
	max-width: 100%;
	padding-top:100px;
	padding-bottom: 0px;
}
/* ==============================
   16. Blog section
   ============================== */
.content .tags{
    clear:both;
    text-align: left;
    padding-left: 85px;
}
.content .tags a {
    -webkit-border-radius: 3px;
    border: 1px solid #9A9370;
    padding:3px 6px;
    margin:0 3px 3px 0;
    line-height: 36px;
    white-space: nowrap;
    font-size:12px;
}
.content .tags a:hover {
	color:#9A9370;
}
.content .back-to-index {
	text-align: left;
	margin-top:20px;
}
.post-meta {
	text-align: left;
    padding-left: 85px;
    margin-bottom: 30px;
}
.post-meta h6, .post-meta a { text-decoration:none; font-size:13px; text-transform: lowercase; }
.post-meta h6 {color:#777;}
.post-meta a:hover {
	text-decoration: none;
	color:#9A9370;
}
.post-meta a.more {
    float: right;
    text-transform: uppercase;
}
.single-post .customNavigation {
	position: fixed;
	top: 50%;
}
.single-post .customNavigation .prev1 {
position: fixed;
top: 50%;
float: left;
}

.single-post .customNavigation .next1 {
	position: fixed;
top: 50%;
float: right;}
.blog-posts {
  padding: 80px 0 70px;
  border-bottom: 1px solid #E9E9E9;
}
.post-thumb img {
	width:100%;
}
.blog-posts .subtitle {
  padding-top: 8px;
}

.blog-posts .col-lg-3 div img{
  width: 100%;
  padding-left: 20px;
}
.blog-posts .col-lg-3:hover img {

}

.blog-posts img {
	max-width: 85%;
}

.blog-posts .col-lg-3 div {
  float: left;
  width: 85%;
  padding-right: 0px;

}
.blog-posts .col-lg-3 div div {
  overflow: hidden;
  margin-bottom: 20px;

}
.blog-posts .col-lg-3 div div img {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-posts .col-lg-3 div h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align:left !important;
padding-left: 20px;
}
.blog-posts .col-lg-3 div p{
  text-align:left !important;
  padding-left: 20px;
}
.blog-posts div .btn {
	float: left;
	margin-left: 65px;
	background-color: #9a9372;
	color:#fff;
	border-color: #9a9372;
}
.blog-posts div .btn:hover {
	background-color:transparent;
	color:#000;
}

.blog-posts .time {
  float: left;
  text-align: right;
  margin-right: 20px;
}
.blog-posts .date {
  font-size: 44px;
  font-weight: 900;
  display: block;
}
.blog-posts .month,
.blog-posts .year {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.blog-posts .month{
  color: #9a9372;
}

.single-post .time {
	  float: left;
  margin-left: 8%;
  margin-top: 50px;
  margin-right: 40px;
}



.blog-posts .content p, .blog-posts .content .post-title{
	text-align: left;
	margin-left: 65px;
}
.blog-posts .content p {margin-left: 80px;}
.blog-posts .content .post-title {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: "Montserrat";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
}

.blog-posts .content p {
	margin-bottom: 55px;
	line-height: 30px;
	font-size: 15px;
}

.blog-posts .jt_row {
	padding-bottom: 35px;
}

section.blog-image {
	max-height: 820px;
}
section.blog-image img {
	width: 100%;
}

img.blog-image {
	margin-top: 130px;
	height:auto;
}

img.blog-image-tiny {
	margin-top: 0px;
	height:auto;
	width:100%;
}

.single-post #header {
	top:0px;
}


.single-post #contact .title.thin {
	text-align: left;
}
.single-post #contact .title.thin:before {
	left: 12px !important;
}
.single-post .contact .btn {
	float: right;
}

.single-post .contact .col-md-5, .single-post .contact .col-md-7 {
	padding-left: 0px;
	padding-right: 10px;
}
.single-post .blog-posts .content .post-title {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 1px;
	max-width: 65%;
}
.single-post .blog-posts .content p{
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.single-post .contact form {
	padding: 50px 0px;
}

.single-post .footer {
	  border-top: 1px solid #E9E9E9;

}

.single-post .content {
	margin-top: 65px;
}
.single-post .content.inner {
	padding-left: 180px;
	text-align: left;
}
	.page .single-post .content.inner {
		padding-left: 85px;
	}
	.blog-posts .content.inner p {
		margin-left: 0px;
	}
	.content.inner h1 {
		font-size: 48px;
		margin: 33px 0;
	}

	.content.inner h2 {
		font-size: 30px;
		margin: 25px 0;
	}

	.content.inner h3 {
		font-size: 22px;
		margin: 22px 0;
	}

	.content.inner h4 {
		font-size: 20px;
		margin: 25px 0;
	}

	.content.inner h5 {
		font-size: 18px;
		margin: 30px 0;
	}

	.content.inner h6 {
		font-size: 16px;
		margin: 36px 0;
	}
	.content.inner blockquote,
	.content.inner q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}

	.content.inner blockquote:before,
	.content.inner blockquote:after,
	.content.inner q:before,
	.content.inner q:after {
		content: "";
		content: none;
	}

	.content.inner blockquote {
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		margin: 24px 40px;
	}

	.content.inner blockquote blockquote {
		margin-right: 0;
	}

	.content.inner blockquote cite,
	.content.inner blockquote small {
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
	}

	.content.inner blockquote em,
	.content.inner blockquote i {
		font-style: normal;
		font-weight: 300;
	}

	.content.inner blockquote strong,
	.content.inner blockquote b {
		font-weight: 400;
	}
	.content.inner table {
		border-bottom: 1px solid #ededed;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		line-height: 2;
		margin: 0 0 20px;
		width: 100%;
	}

	.content.inner caption,
	.content.inner th,
	.content.inner td {
		font-weight: normal;
		text-align: left;
	}

	.content.inner caption {
		font-size: 16px;
		margin: 20px 0;
	}

	.content.inner th {
		font-weight: bold;
		text-transform: uppercase;
	}

	.content.inner td {
		border-top: 1px solid #ededed;
		padding: 6px 10px 6px 0;
	}

	.content.inner dl {
		margin: 0 20px;
	}

	.content.inner dt {
		font-weight: bold;
	}

	.content.inner dd {
		margin: 0 0 20px;
	}
	.content.inner ol,
	.content.inner ul {
		margin: 16px 0;
		padding: 0 0 0 40px;
	}

	.content.inner ul {
		list-style-type: square;
	}
	.content.inner ol {
		list-style-type: decimal;
	}

.single-post .content p.last, .single-post .content p:last-child {
	margin-bottom: -50px;
}

.single-post .content * p:last-child {
	margin-bottom: 30px;
}
.single-post .quote {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #F73A46;
	text-align: center;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	font-size: 100px;
	line-height: 115px;
	font-family: "Arial", sans-serif;
	color: #ffffff;
}

.single-post .cite {
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: 700;
	color: #000000;
	margin-bottom: 45px;
}

.single-post .cite:before {
	content: '';
  position: relative;
  width: 40px;
  height: 2px;
  background-color: #000000;
	top: 160px;
  bottom: -55px;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.single-post .author {
	font-family: "Open Sans";
	font-size: 16px;
}

.single-post .blog-posts .time {
	float: left;
  margin-left: 100px;
  margin-top: 50px;
  text-align: right;
  margin-right: 30px;
}

.single-post .blog-posts .content p.first, .single-post .blog-posts .content .post-title + p {
	margin-top: 80px;
}

.blog-thumb {
	position: relative;
	overflow: auto;
	text-align: left;
}

.blog-dark-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: #F04256;
		opacity: 0;
		visibility: hidden;

	}

	.blog-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		font-family: "Merriweather";
	}

	.blog-thumb:hover .blog-inner {
		opacity: 1;
	}

	.blog-thumb:hover .blog-dark-overlay {
		opacity: 1;
		visibility: visible;

	}

	.blog-inner h4 {
		font-size: 22px;
		text-align: center;
		color: #fff;
		margin: 0;
		font-weight: 300;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.blog-inner .zoom {
		width: 25px;
		height: 25px;
		background: url(../images/zoom.png);
		display: table;
		margin: 20px auto 20px;
	}

	.blog-inner-ctr {
		display: table-cell;
		margin: auto;
		vertical-align: middle;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 116px;
	}



/* ==============================
   17. Responsive section
   ============================== */
.jt_content {
	font-size: 15px;
	font-family: "Open Sans";
	font-weight: 100;
}
.responsive .title {
	text-align: left;
	font-size: 26px;
	margin-top: 120px;
	margin-bottom: 40px;
}
.responsive .container, .resolution .container {
	padding-top:120px;
	padding-bottom: 20px;
	font-family: "Open Sans";
    font-size: 15px;
    font-weight: 100;
}

.responsive .title:before {
	content: none;
}

.responsive .responsive__content p{
	line-height: 30px;

}
.responsive .responsive__content p:nth-child(2) {
	margin-bottom: 80px;
}

.responsive {
	padding-bottom: 70px;
}





/* ==============================
   18. Resolution section
   ============================== */

.resolution {
  padding: 0px 0 80px;
  background-color: #fafafa;
}
.resolution .resolution__content {
  z-index: 999;
  text-align: right;
  line-height: 30px;
}
.resolution .title {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 26px;
  text-align: right;
}
.resolution .title:before {
  display: none;
}

.resolution .btn, .responsive .btn {
  margin-top: 30px;
  z-index: 999;
  height: 45px;
  width: 180px;
}
.resolution img{
  z-index: -1;
}



.clients {
  padding-bottom: 0px;
  padding-top: 0px;
}
	.clients .container {
		padding-top:100px;
		padding-bottom: 0px;
	}
.phone img{
	z-index: -1;
}
#phone .jt_row {
	margin-bottom: -250px;
}
#phone {
	margin-bottom: -100px;
}




/* ==============================
   19. Video section
   ============================== */

.video {
  position: relative;
width: 100%;
  z-index: 15;
  color: #FFFFFF;
  /*background-image: url('../images/parallax-02.png');*/
  background-image: url('http://placehold.it/1440x480');
  padding: 135px 0px;
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

.video.diagonal {
 transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  width: 200%;
  left: -50%;
}




.video .jt_row {
	padding-bottom: 0px;
	margin-top:0px;
}

.video .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.video.diagonal .container {
	transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}

.video .title {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0 24%;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color:#fff;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-align: inherit;
}

.video .title:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -25px;
  bottom: -25px;
}
.video img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}






/* ==============================
   20. We-are section
   ============================== */

.we-are {
  background-color: #F5F5F5;
  z-index: 14;
  /*margin-top: -380px !important;*/
  margin-top: -150px !important;
  padding: 150px 0px 50px;
}

.we-are.normal {
	background-color: #F5F5F5;
	padding: 150px 0px 0px;
	margin-bottom: 80px !important;
}

.we-are i {
	font-size: 56px;
}


.we-are:after{
  height: 300px;
  top:630px;
  z-index: -1;
}


.we-are .title {
  margin-bottom: 100px;
}
.we-are img {
  margin-bottom: 25px;
}
.we-are p {
  margin: 50px 10%;
  line-height: 2;
  font-size: 18px;
}
.we-are h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  font-family: "Montserrat";
  margin-bottom: 25px;
  text-transform:uppercase;
}
.we-are a {
  opacity: 0.3;
}
.we-are a:hover h4{
	color: #000000 !important;
}
.we-are a:hover, .we-are a:active, .we-are a:focus {
	text-decoration: none;
	color:#a19b7c;
}
.we-are a.selected {
  opacity: 1;
  position: relative;
  background: transparent !important;
  color: #000000 !important;

}


.we-are a.selected h4:before {
  content: '';
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #EE2B45;
  bottom: -55px;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#tabs .jt_content {
	max-width: 1024px;
	margin:0px auto;
	line-height: 2.1;
	font-size: 16px;
}



/* ==============================
   21. Contact section
   ============================== */
.section.contact .jt_row {
	padding-bottom: 50px;
}
.section.contact {
	padding-bottom:50px;
}

.contact {
  z-index:999;
}

.contact .btn{max-width: 150px; display: block; margin: 0 auto;}


.contact .supertitle, #blog-detail .supertitle {
  margin-top: 180px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 60px !important;
  position: relative;
  margin-bottom: -40px;
}
.contact .supertitle {
	margin-bottom: 30px;
}

#blog-detail .supertitle {
  margin-top: 120px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 60px !important;
  position: relative;
  margin-bottom: -40px;
  letter-spacing: 5px;
}

.contact .supertitle span, #blog-detail .supertitle span{
	display: block;
  font-family: "Montserrat";
  font-size: 20px !important;
}

.contact .supertitle:before, #blog-detail .supertitle:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -25px;
  bottom: -30px;
}

.contact .title {
  margin-top: 0px;
  margin-bottom: 10px !important;
}

.contact .title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -15px;
  bottom: -12px;
}

.contact span {display: block;}

.contact p, .contact {
  font-size: 20px;
}

.contact i{
  color: #EE2B45;
  font-size: 18px;
}

#contact .title.thin{
	margin-top: 0px;
}

#contact form {
	margin-top: 0px;
	margin-bottom: 30px;
}



.formSent {
  margin: 10px;
  text-align: center;
  padding: 0 0px;
  color: #000;
  display: none;
}

label.error {display: none !important;}
.contact-form .error {border-color:red !important;}
#contact.section .jt_row.overlap {
  width: 480px;
  margin:0px 0px 0px 22%;
}


.contact {
  padding: 0px;
  margin-top: 220px;
  margin-bottom: -80px;
}
.contact form{
  padding:50px;
  padding-bottom: 0px;
}

.contact .btn{
	margin-top: 50px;
  margin-bottom: 50px;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea {
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #000000;
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 15px;
}

.contact input[type="text"], .contact input[type="email"] {
  margin-bottom: 20px;

}

.contact textarea{
  margin-bottom: 0px;
}

.contact .supertitle{
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
}
.contact .supertitle span {
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 1px;
}

.contact .title{
  margin-top: 0px;
  margin-bottom: 30px;
}

.contact .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}



.go-to-top {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 3px;
  line-height: 1;
}
.go-to-top:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000000;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}
.hello {
  margin-bottom: 100px;
}
.hello h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, "Open Sans", sans-serif;
}
.hello h3 {
  font-size: 18px;
}





/* ==============================
   22. Map section
   ============================== */

#map.large{
  height:500px;
}

.single-post #map {
	display: none;
}





/* ==============================
   23. Footer
   ============================== */

.footer {
  padding: 0px 0 160px;
  text-align: center;
}

.footer .title{
  position: relative;
  margin-bottom: 60px;
}

.footer .title:before{
   content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
}
.footer .container {
	padding-top: 100px;
}
.footer .menu {
  margin-bottom: 40px;
  margin-top: -15px;
}
.footer .menu li {
  margin: 0 10px;
}
.logo--footer {
  margin-bottom: 20px;
}
.copyright {
  margin-bottom: 40px;
  margin-top: -10px;
  font-weight: 100;
  font-family: "Open Sans"
}
#footer .say-hello {
  margin-bottom: 60px;
  color:#fff;
  background-color:#9A9370;
  border-color:#9A9370;
}
#footer .say-hello:hover {
	background-color: transparent;
	color:#000;
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/
.header .menu__item {
  margin: 0 13px 10px;
  font-size: 15px;
  position: relative;
}
.header .menu__item:hover ul {
  visibility: visible;
  opacity: 1;
}
.header .menu__item ul {
  position: absolute;
  left: 0;
  width: 400px;
  top: 190%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu__item ul li {
  padding-bottom: 10px;
}
.header .menu__item ul li a {
  color: #FFFFFF;
}
.header .menu__item ul li a:before {
  display: none;
}
.header .menu__item ul li a:hover {
  color: #444;
}
.header .menu__item a {
  letter-spacing: 2px;
  position: relative;
}
.header .menu__item a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #FF0E44;
  position: absolute;
  left: 0;
  padding-left: -10px;
  bottom: -15px;
}
.header .menu__item a:hover:before,
.header .menu__item a.is-active:before {
  width: 60%;
  margin-left: 15%;
}
.menu__item--social {
  text-transform: uppercase;

  margin-bottom: 50px;
  font-size: 16px;
}
.menu__item--social a{
  margin: 30px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-weight: 100;
  font-family: "Open Sans";
}
.menu__item--social a:hover {
  color: #aaaaaa;
}
@media only screen and (min-width: 992px) {
  .menu__item {
    display: inline-block;
    margin-bottom: 0;
  }



}

/* Magnific Popup CSS */
.mfp-bg {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: fixed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  bottom: 30px;
  margin-top: -55px;
  margin-left: 100px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow-left {
  margin-left: 100px;
}
.mfp-arrow-right {
  margin-right: 100px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 13px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 2px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  content: 'previous';
  position: absolute;
  top: 0;
  padding-left: 20px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  content: 'next';
  position: absolute;
  top: 0;
  padding-left: 20px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}



			.team-wrapper .team-member .hover .social .icon.tw {background-position: center 0px;}
			.team-wrapper .team-member .hover .social .icon.di {background-position: right 0px;}
			.team-wrapper .team-member .hover .social .icon.fb:hover {background-position: 0px -24px;}
			.team-wrapper .team-member .hover .social .icon.tw:hover {background-position: center -24px;}
			.team-wrapper .team-member .hover .social .icon.di:hover {background-position: right -24px;}





.float-right {float:right !important;}
.float-left {float:left !important;}
.float-none {float:none !important;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align:left;}

.features-icon {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top:-45px;
}
.features {
	list-style: none;
	float: left;
	color:#fff;
	font-size: 14px;
	text-align: left;
	line-height:28px;

}
#features {
	background: linear-gradient(356deg, rgba(255, 255, 255, 0) 13%, #ffffff 13%, #ffffff 87%, rgba(255, 255, 255, 0) 87%);
	z-index: 99999999;
}

#features.normal {
	background: #ffffff;
	margin-top: 0px !important;
}

#features .fa {
	font-size: 72px;
}


#blog-detail{
	padding-bottom: 88px;
   background: #fff;
  z-index: 99999999;


}

	.features li .icon {
		float: left;
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border: 1px solid #eee;
		border-radius: 50%;
		margin-right: 20px;
		background: rgba(255,255,255,0.1);
		font-size: 32px;
	}
	.features li {margin-bottom:40px;}
	.features .wrap {margin-left: 100px;}
	.features h3 {
		font-size: 27px;
		font-family: "Montserrat";

		font-weight: 200;
		margin-bottom:15px;
	}
.title--features {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px !important;
  font-weight: 100 !important;
  letter-spacing: 1px;
   font-family: "Open Sans";

}

.title--features:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #EE2B45;
  left: 50%;
  margin-left: -20px;
  bottom: -22px;

}
.features__content {
	font-size: 14px;
	line-height: 30px !important;
	font-family: "Open Sans";
}



/* ==============================
   24. Responsive - Media Queries
   ============================== */

@media only screen and (max-width: 1900px) {
	#our-studio-presentation {
		padding-left: 0px;
		width: 50%;
		text-align: center;
	}
	#our-studio-presentation .voffset200  {margin-top:100px;}
	#our-studio-presentation .voffset100  {margin-top:50px;}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
		left: 50%;
		width: 50%;
		text-align: center;
		padding-right:0px;
	}
	div#owl-project-single.owl-carousel.generic-carousel.owl-theme {
		width: 75%;
	}


}
@media only screen and (max-width: 1600px) {

	#owl-studio img{
		width: 120%;
	}
	#about .voffset180 {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 1700px) and (max-width: 2560px){
	#our-studio-presentation {

		padding-top: 8%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1700px){
	#our-studio-presentation {

		padding-top: 5%;
	}
}
@media only screen and (max-width: 1500px) {
	.voffset10  { margin-top: 7px; }
	.voffset20 { margin-top: 20px; }
	.voffset30 { margin-top: 25px; }
	.voffset40 { margin-top: 40px; }
	.voffset50 { margin-top: 45px; }
	.voffset60 { margin-top: 50px; }
	.voffset70 { margin-top: 55px; }
	.voffset80 { margin-top: 60px; }
	.voffset90 { margin-top: 65px; }
	.voffset100 { margin-top: 70px; }
	.voffset150 { margin-top: 105px; }
	.voffset200 { margin-top: 140px; }
	#our-studio-presentation {

		padding-top: 5%;
	}

}

@media only screen and (max-width: 1350px) {

	#owl-studio img{
		width: 130%;
	}
	div#owl-project-single.owl-carousel.generic-carousel.owl-theme {
		width: 100%;
		margin-top: 150px;
	}
	.project-info {
		width: 80%;
		margin-left: 0px;
		margin-top: 50px;
	}
	.project-info .btn {
		margin: 0;
	}
	a.close.top {
		right: 8%;
	}
}

@media only screen and (min-width: 1150px) and (max-width: 1800px) {

	.blog-posts img {
	  max-width: 100%;
	  height: auto;
	}
}
/* Note: Design for a width of 1024px */
@media only screen and (max-width: 1280px) {
	.container {width: 100%;}
	.section .full-width {width: 100%;}
	.voffset10  { margin-top: 5px; }
	.voffset20 { margin-top: 10px; }
	.voffset30 { margin-top: 15px; }
	.voffset40 { margin-top: 20px; }
	.voffset50 { margin-top: 25px; }
	.voffset60 { margin-top: 30px; }
	.voffset70 { margin-top: 35px; }
	.voffset80 { margin-top: 40px; }
	.voffset90 { margin-top: 45px; }
	.voffset100 { margin-top: 50px; }
	.voffset150 { margin-top: 75px; }
	.voffset200 { margin-top: 100px; }

	#contact.section .jt_row.overlap {
		width: auto;
		margin: 0px 11% 0px 11%;
	}
	.jt_row {opacity: 1;}
}

@media only screen and (min-width: 992px) and (max-width: 1100px){
	.about-us .sub-title {
		  margin-top: 40px;
  			margin-bottom: 10px;
	}
	.sub-title {
		font-size: 20px;
	}
	.about-us .title {
		margin-top: 40px;
	}


}

@media only screen and (max-width: 992px) {

	.responsive .title, .resolution .title, .responsive .responsive__content, .resolution .resolution__content {
		text-align: center !important;
	}
	.resolution .btn {
		margin-bottom: 80px;
	}
	.video h3 {
		font-size: 16px;
	}

	.we-are {
		margin-top: -300px !important;
	}
  	#maps {
		width: 100%;
		height: 400px;
		margin-bottom: 50px;
	}

	#features {
		background: linear-gradient(356deg, rgba(255, 255, 255, 0) 13%, #ffffff 13%, #ffffff 87%, rgba(255, 255, 255, 0) 87%);
		z-index: 99999999;
	}

	#features.normal {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}


	.prev1 {
		left: 5px;
	}

	.next1 {
		right: 5px;
	}
	.blog-posts .content p, .blog-posts .content .post-title {
		text-align: center;
	}
	.blog-posts div .btn {
		float: none;
		margin-left: 0px;
	}

	.video {
		font-size: 18px;
		padding: 100px 0px;
	}

	.video h3 {
		padding: 0 2%;
	}

	.video img {
		width: 10%;
	}

	#phone {
		margin-bottom: -50px;
	}
	.we-are {
		padding: 250px 0px 180px;
	}

	.video.diagonal img {
		width: 5%;
	}
	.video h3 {
		padding: 0 30%;
	}

	.video.diagonal {
		padding:28vw 0px 1vw;
		margin-bottom: 150px;
	}

 }


/* Note: Design for a width of 768px */
@media only screen and (max-width: 1024px) {
	.slider-parallax #home-slider {position: relative;}
	#header {top:50px;}
	#owl-main .owl-prev, #owl-main .owl-next {display: none;}
	.modal-form {
		width: 600px;
		height: 600px;
		padding:40px 90px;
	}
	#header .container {width: 95%;}
	/*.navbar-brand {
		max-width: 75%;
		margin-top:10px;
		float: none!;
		display: block !important;*/
/*		position: absolute !important;
*/		/*left: 5% !important;
	}
*/


	.navbar-brand.mini img {margin-top:3px;}
	.navbar-nav > li {padding: 15px 6px 15px 5px;}
	#header .menu-item a, #header.overflow .menu-item a {
		font-size: 11px;
		line-height: 18px;
		padding-bottom:14px;
	}
	.section .full-width {width: 100%;}
	.voffset10,
	.voffset20,
	.voffset30,
	.voffset40,
	.voffset50,
	.voffset60,
	.voffset70,
	.voffset80,
	.voffset90,
	.voffset100,
	.voffset150 {margin-top:45px;}
	.voffset200, #our-studio-presentation .voffset200 { margin-top: 60px; }
	.section .button {font-size:18px;}
	.contact-form .submit {margin-bottom:50px;}
	.section .title {
		font-size: 30px;
		line-height: 37px;
		padding-top: 20px;
		margin-bottom: 50px;
	}
	.we-are h4 {
		font-size: 18px;
	}

	#contact form {
		margin-top: 0px;
	}
	#map {
		margin-top: 50px;
	}
	.section .title.mini {
		font-size: 15px;
		line-height: 17px;
		padding:0px;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {
		padding-left:3%;
		width: 50%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.clients-list li {
		width: 33%;
		min-height: 207px;
	}
	.address-title {
		margin-top:15px;
		width: 100%;
		text-align: left;
	}
	.address {
		width: 100%;
		font-size: 15px;
	}
	#owl-main-text h2 {font-size: 35px;}
	.slide-content p {
		font-size: 18px;
	}
	.section .full-width .jt_col, .container.full-width {
		text-align: center !important;
		padding:0px !important;
	}
	.pricing__table {
		margin-top: 0px;
	}
	.pricing .pro:before {
		top: 0px;
	}
	.features {
		line-height: 25px;
	}
	.features h3 {font-size: 18px;}
	.features li {
		margin-top:0px;
		margin-bottom: 28px;
		font-size: 12px;
	}
	.features {margin-bottom:50px;}
	.portfolio-inner h4, .blog-inner h4 {font-size: 15px;}
	.portfolio-inner-ctr {height: 100px;}
	#maps {position: relative;}
	.contact-form .text.area {
		max-width: 100%;
	}
	#footer .scrollup {top:-75px;}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
		top: 20px;
		left: 50%;
		width: 50%;
	}
	.contact-form .col.col2 {margin-right: 0px;}
	.overlay {display: none;}
	#owl-main-text {height: 130px;}
	.section .text.presentation {
		font-size: 26px;
		line-height: 60px;
	}
	#our-studio-presentation {
		width: 50%;
		margin: 0px auto;
	}
	.parallax {background-size: cover !important;}
	.section .jt_row {padding-bottom:100px;}
	.container {padding-top:100px;}
	.section.portfolio .container.full-width {
		padding-top: 100px;
	}
	.section {margin-bottom:-100px;}
	#maps, .inner-map {height: 701px;}
	.contact-form .text {font-size: 17px;}
	.jt_row.container {
		padding-left:0px;
		padding-right: 0px;
	}
	.col-md-3 .title {
		margin-left: 30px;
	}
	.megabutton {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.folio-filter li a {margin-right: 8px;}
	.section .title.medium {font-size:26px;}
	.folio-filter li {
		margin:7px 0px;
	}
	.team-wrapper .team-member .hover .name {font-size: 22px;}
	#maps {
		height: 200px;
	}
	.inner-map {
		margin-top: 50px;
	}
}

@media only screen and (min-width : 992px) and (max-width: 1154px){
	.blog-posts img {
	  max-width: 100%;
	}
	.blog-posts .subtitle {
  		margin-bottom: 0px;
  	}

}


@media only screen and (max-width : 990px) {
	.section {text-align: center;}
	.float-right {float:none !important;}
	.col-md-3 .title {
		margin-left: 0px;
	}
	.features {
		width: 335px;
		float: none;
		margin: -20px auto 50px auto;
	}
	.footer .menu li {
		padding: 10px;
	}
	.we-are h4 {
		margin-bottom: 55px;
	}
	.blog-posts div .btn {
  		margin-bottom: 100px;
  	}
  	.about-us .about-us__content p {
  		margin-bottom: 50px;
  	}

  	#about .voffset100, #about .voffset50 {
  		margin-top: 0px;
  	}
  	.features__content {
  		margin-bottom: 30px;
  	}

}
/* Note: Design for a width of 768px */
@media only screen and (max-width : 768px) {
	.team-wrapper .team-member .hover .blur {padding:0px;}
	.navbar-header {float: none;}
	.features li {
		margin-top:0px;
		margin-bottom: 35px;
		font-size: 14px;
	}
	.features h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.navbar-nav {
		height: 0px;
		overflow: hidden;
	}
	.navbar-toggle {display: block;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin:0px;}
	.megabutton {
		margin-bottom:-10px;
	}
	.folio-item {
		width: 100%;
	}
	.section {text-align: center;}
	.float-right {float:none !important;}
	.features {
		margin: 50px auto;
		width: 56%;
		float: none;
	}
	#header .menu-item a {
		color: #ffffff;
	}


	.we-are {
		padding: 200px 0px 180px;
	}
	.col-md-3 .title {
		margin-left: 0px;
	}
	.more-works {margin-top:50px;}
	.jt_col {margin-bottom:80px;}
	.testimonials-wrap .jt_col {margin-bottom: 0px;}
	.services .jt_col {margin-bottom: 20px;}
	.pag-more.team {margin-bottom:-110px;}
	.section .jt_row {padding-bottom:60px;}
	.container {padding-top:60px;}
	.section.portfolio .container.full-width {
		padding-top: 60px;
	}
	.section {margin-bottom:-60px;}
	.section.separator {margin-bottom:-100px;}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {top:-10px;}
	.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-bottom:0px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {min-height: 160px;}
	.team-wrapper .team-member {width: 50%;}
	.team-wrapper {margin-top:0px;}
	.folio-filter.container {padding-top:0px;}

	.clients-list {margin-top:0px;}
	.section .title.medium {font-size:20px;}
	.separator {margin-bottom:-80px;}
	#contact .jt_col {margin-bottom:0px;}
	.testimonials.carousel-wrapper .item {font-size:16px;}
	.contact-form .submit {margin-bottom:60px;}
	.section .text {margin-top:-35px;}
}

/* Note: Design for a width of 320px */
@media only screen and (max-width : 568px) {

	#header {top:15px;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {display: block;margin:0px auto; }
	.navbar-collapse {
		height: 0px;
		border:0px;
		box-shadow:none;
	}
	.navbar-brand.normal img {
/*		width: 65%;
*/		margin-left: 10px;
		margin-top: 5px;
	}
	.jt_col {margin-bottom:30px;}
	.section .jt_row {padding-bottom:50px;}
	.container {padding-top:50px;}
	.section.portfolio .container.full-width {
		padding-top: 50px;
	}
	.section {margin-bottom:-50px;}
	.section.separator.child {margin-top:-120px;}
	.section .text.presentation {
		font-size: 18px;
		line-height: 47px;
		margin-top:40px;
	}
		.section .text.presentation span {
			padding-bottom:12px;
		}
		.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-bottom:60px;}
	.section .button {
		font-size: 13px;
		padding:10px 40px 10px 15px;
	}
	.section .button.next {background-position: 120% center;}
	.title {font-size: 29px;}
	.text  {font-size: 14px;}
	.section .subtitle.mini {font-size: 13px;}
	.section .subtitle {font-size: 22px; padding: 5px;}
	.section .title.mini {font-size: 16px;}
	.container {width: 95%;}
	.section .full-width {width: 100%;}
	#maps {position: relative;}

	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li, .clients-list li {width: 100%;}
	#owl-main-text h2 {
		font-size: 20px;
		line-height: 35px;
	}
	.slide-content p {font-size: 12px;}

	#owl-main-text {height: 120px;}

	.section .go-btn {
		margin: 20px auto -25px auto;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .project img {height: auto;}
	#services {background-image:none;}
	.jt_col .separator img {margin-bottom:-30px;}
	.team-wrapper {margin-top:-30px;}
	.team-wrapper .team-member {width: 50%;}
	.team-wrapper .team-member .hover .blur {
		padding:0px;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
		width: 100%;
		position: relative;
		top:0px;
		left: 0px;
		margin-top:0px;
		position: relative;
		background: #333;
		padding:1px 0px 30px 0px !important;
	}
	.project-info h4 {font-size:27px;}
	.features {
		float: none;
		width: 100%;
		margin-bottom: 100px;
		margin-top:60px;
	}
	.features li {
		font-size: 12px;
		margin-bottom:20px;
		line-height: 20px;
	}
	.features h3 {font-size: 13px;}
	.folio-filter li {display: block;}
	.folio-item {
		width: 100%;
	}
	a.next-project {top:20px;}
	.address {margin-bottom:10px;}
	.address-title {margin-top:10px;}
	.testimonials.carousel-wrapper {background-size: contain;}
	.section .title.medium {
		margin-top:0px;
		font-size: 18px;
		margin-bottom:50px;
	}
	#maps, .inner-map {height: 350px;}
	.contact-form .col {width: 100%;}
	.contact-form .submit.button.next {
		width: 100%;
		margin: 0px 0px 50px 0px;
		background-image:none;
		line-height: 100%;
		text-align: center;
		padding: 0px;
		font-size: 18px;
	}
	#footer .thanks {
		width: 150px;
		height: 150px;
		padding: 100px 50px 50px 50px;
		text-indent: -999999px;
		background-position: center center;
	}
	#footer {padding-bottom:70px;}
	#footer .social li {margin: 0px;}
	.modal-form {
		border-radius: 0px;
		width: 100%;
		padding:20px;
		height: auto;
	}
	.mouse {
		width: 16px;
		height: 30px;
		margin-left: -8px;
		bottom:10px;
	}
	.section .text {margin-top:0px;}
	.navbar-brand.mini img {margin-top:5px;}
	.modal-form .title, .modal-form .subtitle {display: none;}
	.modal-form {padding:0px 20px;}
	.megabutton .title.mini {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.megabutton .subtitle {font-size: 18px;}
	.megabutton .subtitle.strong {font-size: 18px;}
	.section .megabutton .go-btn {margin-top:5px;}
	.megabutton {
		padding-top:20px;
		padding-bottom:95px;
		margin-bottom:-10px;
	}
	.carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		margin-top:-50px;
	}
	.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev {left: -17px;}
	.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-next {right: -17px;}
	.section .separator {margin-bottom: 0px;}
	#footer .scrollup {display: none;}
	#footer .social li .icon {margin:0px 5px;}
	#footer .social {margin:0px -40px;}
	.subtitle.mini.darker {color:#888;}
	#our-story .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {top:50%;}
	.team-wrapper .team-member .hover .name {font-size: 16px;}
	.team-wrapper .team-member .hover .position {font-size: 12px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li h3 {margin-top:0px;}
	.modal-form .close {display: block;}

}/*and (orientation : landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){
	#header.overflow.fixed, #header {z-index:99999; position: absolute;}
	#owl-main-text {
		height: 90px;
		margin-top:40px;
	}
	.mouse {display: none;}
	.slide-sep {width: 35px;}
	#owl-main .owl-controls .owl-page span {
		width: 14px;
		height: 14px;
		margin-top:2px;
	}
	.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-top:-50px;}
	.team-wrapper .team-member {width: 50%;	}
	.folio-filter li {margin-bottom:10px;}
	#footer {padding-bottom:40px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {min-height: 0px;}
	.voffset10, .voffset20, .voffset30, .voffset40, .voffset50, .voffset60, .voffset70, .voffset80, .voffset90, .voffset100, .voffset150 {margin-top:25px;}
	.features li {margin-bottom: 12px;}
	.features h3 {margin-bottom:5px;}
}

@media only screen and (max-height : 1024px) {
	.slide-subtitle {
		bottom: -50px !important;
	}
}

/* iPhone 6 plus in landscape */

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

	#owl-main-text {
		margin-top: 40px;
	}

}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {

	#owl-main-text {
		margin-top: 120px;
	}
	#home-slider.tiny {
		height: 400px !important;
	}
	#home-slider.tiny .slide-content {
		top: -100px;
	}
}


/*iPhone 5 landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

	#owl-main-text {
		margin-top: 60px;
	}
	#home-slider.tiny {
		height: 400px !important;
	}
	#home-slider.tiny .slide-content {
		top: -100px;
	}
}


/* iPhone 6 and 6+ media queries*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
	.slide-content {
		height: 350px;
	}
	#home-slider.tiny {
		height: 400px !important;
	}
	#home-slider.tiny .slide-content {
		top: -100px;
	}

	#features .section .title {
		margin-top: 0px;
	}

	section#about.section.about-us {
		margin-bottom: -80px;
	}
	#our-studio-presentation {
		width: 100%;
	}

	#blog-detail .supertitle {
		font-size: 36px !important;
		margin-top: 180px;

	}

	.prev1::before {
		margin-left: -140px;
	}
	.next1::before {
		margin-right: -140px;
	}

	.single-post .customNavigation .prev1, .single-post .customNavigation .next1 {
		top: 90%;
	}
	.blog-posts img {
		max-width: 100%;
	}
	.blog-posts .content p, .blog-posts .content .post-title {
		margin-left: 0px;
	}

	.video h3 {
		font-size: 14px;
	}
	#video .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.contact .supertitle {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#header .navbar-brand {
		padding: 15px 0px;
	}
	.single-post #contact .title.thin {
		margin-top: 0px;
	}
	.single-post .cite::before {
		top: 300px;
	}

	#blog-detail.blog-posts img {
		max-width: 100% !important;
		margin-top: 30px;
	}
	#blog-detail.blog-posts .time {
		margin-left: 0px;
		font-size: 18px;
	}

	#blog-detail.blog-posts .content .post-title {
		max-width: 100%;
		font-size: 20px;
	}
	#features {
		background: linear-gradient(356deg, rgba(255, 255, 255, 0) 13%, #ffffff 13%, #ffffff 87%, rgba(255, 255, 255, 0) 87%);
		z-index: 99999999;
	}

	#maps {
		height: 250px;
	}
	.inner-map {
		margin-top: 100px;
	}

	.video {
		padding: 90px 0px;
	}
	.section .title {
		font-size: 20px;
	}

	.sub-title, .section .subtitle {
		font-size: 18px;
	}

	.contact .supertitle {
		font-size: 40px !important;
	}
	#contact .title.thin {
		margin-top: 0px;
	}

	#portfolio-2 {
		padding-top: 0px;
	}
	section#pricing.section.pricing.center {
		margin-top: -100px;
	}

	.we-are {
		padding: 280px 0px 180px;
		margin-bottom: -100px !important;
	}
	.we-are .title {
		margin-bottom: 100px !important;
	}
	.contact .supertitle {
		margin-bottom: 75px;
	}

	.slide-subtitle {
		bottom: -60px;
		font-weight: normal;

	}
	p.slider-sub {
		font-size: 14px;
	}

	.we-are.normal {
		padding: 290px 0px 0px;
		margin-bottom: 100px !important;
	}
	#maps.normal {
		height: 350px;
  		margin-bottom: -100px;
	}
	.slide-sep {margin-top:55px;}
	#home-slider.tiny #owl-main-text {
		margin-top: 0px !important;
	}
	#home-slider.tiny {
		min-height: 70vh !important;
	}

	.video.diagonal {
		margin-bottom: 0px;
	}
 }


/*iPhone 5/5s*/

 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

	.slide-content {
		height: 300px;
	}

	.section .title {
		font-size: 20px;
	}

	.sub-title, .section .subtitle {
		font-size: 18px;
	}
	.contact .supertitle {
		font-size: 40px !important;
	}
	#contact .title.thin {
		margin-top: 0px;
	}
	/*.video {
		padding-top: 45vw;
	}*/

	#portfolio-2 {
		padding-top: 0px;
	}
	section#pricing.section.pricing.center {
		margin-top: -100px;
	}

	.we-are {
		padding: 260px 0px 180px;
		margin-bottom: -100px !important;
	}
	.we-are .title {
		margin-bottom: 100px !important;
	}
	.contact .supertitle {
		margin-top:50px;
		margin-bottom: 75px;
	}


}

/* iPhone 4/4s */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	#owl-main-text {
		margin-top: 70px;
	}

	.project-info .btn {

		font-size: 12px;
	}
	.section .title {
		font-size: 20px;
	}

	.sub-title, .section .subtitle {
		font-size: 18px;
	}

	.contact .supertitle {
		font-size: 40px !important;
	}
	#contact .title.thin {
		margin-top: 0px;
	}

	#portfolio-2 {
		padding-top: 0px;
	}
	section#pricing.section.pricing.center {
		margin-top: -100px;
	}

	.we-are {
		padding: 290px 0px 180px;
		margin-bottom: -100px !important;
	}

	.we-are .title {
		margin-bottom: 100px !important;
	}
	.contact .supertitle {
		margin-bottom: 75px;
	}


}



/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait) {
	#home-slider.tiny {
		height: 500px !important;
	}
	#home-slider.tiny .slide-content {
		top: 400px;
	}
	.navbar-nav > li {
		float: none;
	}
	#our-studio-presentation {
		width: 100%;
	}
	#phone {
		margin-bottom: -100px;
	}

	.we-are {
		margin-top: 0px !important;
	}
	#maps {
		margin-bottom: 30px;
		height: 350px;
	}

	.inner-map {
		margin-top:150px;
margin-left: -2600px;
	}

	.blog-posts div .btn {
		float: none;
	}
	.contact .supertitle::before, #blog-detail .supertitle::before {
		bottom: -18px;
	}

	#about .jt_col {
		margin-bottom: 0px;
	}

	.single-post .contact {
		padding: 20px;
	}

	#blog-detail {
		margin-top: -100px! important;
	}

	img.blog-image {
		margin-top: 130px;
	}

	.time {
		float: left;
		margin: 0 50px;
	}

	.blog-posts .content p{
		margin-left: 0px;

	}


	.single-post .blog-posts .content .post-title {
		text-align: left;
		max-width: 80%;
	}
	.single-post .cite::before {
		top: 180px;
	}
	.blog-posts .content p, .blog-posts div .btn {
		margin-left: 80px !important;
	}
	#maps {
		margin-top: -100px;
	}

	.video {
		  padding:80px 0px;

	}

	#portfolio-2 {
		padding-top: 30px;
		margin-bottom: -100px;
	}

	.we-are {
		padding: 0px 0px 30px;
		margin-bottom: 0px !important;
	}

	.contact .supertitle span {
		margin-bottom: 100px;
	}
.slide-subtitle {
	bottom: 150px !important;
}

.we-are.normal {
	margin-top: -170px !important;
}

#home-slider.tiny #owl-main-text {
 margin-top:-420px !important;
}

}


/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#home-slider.tiny {

		height: 600px !important;
	}

	#home-slider.tiny #owl-main-text {
		margin-top: -180px;
	}
	#home-slider.tiny .slide-subtitle {
		top: 300px;
	}
	.slide-subtitle {
		bottom: 100px;
	}

	.about-us .title {
		margin-top: 30px;
	}

	.blog-posts .content p {
		min-height: 160px;
	}
	.resolution img {
		margin-top: 100px;
	}

	.we-are {
		margin-top: -150px !important;
	}

	#maps {
		height: 300px;
		width: 100%;

	}

	.inner-map {
		margin-left: -1200px;
		margin-top: -90px;
	}


	.blog-posts div .btn {
		float: none;
	}
	.contact .supertitle::before, #blog-detail .supertitle::before {
		bottom: -18px;
	}

	#about .jt_col {
		margin-bottom: 0px;
	}

	.single-post .contact {
		padding: 20px;
	}

	#blog-detail {
		margin-top: -100px! important;
	}

	img.blog-image {
		margin-top: 130px;
		width: 100%;
	}

	.time {
		float: left;
		margin: 50px 50px 0 0;
	}

	.blog-posts .content p{
		margin-left: 0px;

	}


	.single-post .blog-posts .content .post-title {
		text-align: left;
		max-width: 80%;
	}
	.single-post .cite::before {
		top: 360px;
	}

	.navbar-nav {
		margin-top: 10px;
	}

	.about-us .title {
		font-size: 27px;
	}

	.about-us .sub-title {
		font-size: 17px;
	}

	.about-us .about-us__content p {
		line-height: 24px;
	}

	.video h3 {
		font-size: 20px;
	}



	.video {
		  padding: 50px 0px;

	}

	.blog-posts .content p {
		margin-left: 80px;
	}

	#portfolio-2 {
		padding-top: 30px;
	}

	#header {
		top: 0px;
	}

	.we-are .title {
		margin-bottom: 150px !important;
	}



}



/*Loader effect*/


.ip-header {
	position: fixed;
	top: 0;
	left:0px;
	z-index: 999999;
	min-height: 480px;
	width: 100%;
	height: 105%;
	background: #000;
}

.ip-header h1 {
	margin: 0;
}

.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	text-align: center;
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
}

.ip-loader {
	bottom: 20%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}


.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #fff;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #EC324B;
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
	-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}

.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
	to { opacity: 0; -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
	to { opacity: 0; -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
	-webkit-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
	fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); opacity:0; }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); opacity:0;}
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); transform: translate3d(0,200px,0); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header .ip-logo {
	margin-top: 20px;
	height: 180px;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .ip-header .ip-logo svg path {
	fill: #fff;
}
.no-cssanimations .ip-header {
	display: none;
}
.no-cssanimations #owl-main img {position: relative;}


/* Gallery */
.content.inner iframe {
	max-width: 100%;
}
.content.inner .gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.content.inner .gallery-item {
	float: left;
	margin: 0 0px 4px 0;
	overflow: hidden;
	position: relative;
	position: relative;
}
.content.inner .gallery-item img {
	width: 100%;
}
.content.inner .gallery-columns-1.gallery-size-medium,
.content.inner .gallery-columns-1.gallery-size-thumbnail,
.content.inner .gallery-columns-2.gallery-size-thumbnail,
.content.inner .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.content.inner .gallery-columns-1 .gallery-item,
.content.inner .gallery-columns-2 .gallery-item,
.content.inner .gallery-columns-3 .gallery-item {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

.content.inner .gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.content.inner .gallery-item:hover .gallery-caption {
	opacity: 1;
}

.content.inner .gallery-columns-7 .gallery-caption,
.content.inner .gallery-columns-8 .gallery-caption,
.content.inner .gallery-columns-9 .gallery-caption {
	display: none;
}

/* Media queries */

@media screen and (max-width: 45em) {

	.ip-main h2 {
		font-size: 2.25em;
	}

	.box {
		width: 100%;
	}

}



/*COMMON*/

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.site {
  overflow: hidden;
}

.align-left {
  text-align: left;
}
.align-right {
	display: block;
	margin: 0 auto;
  text-align: right;
}
.under {
  position: relative;
}
.under:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #000000;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
}



#clients .item{
  margin: 3px;
}
#clients .item img{
  display: block;
  width: 100%;
  height: auto;
}

nav ul{
	text-align: center !important;
	display: block;
	margin: 0 auto;
}

.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-header{
	display: block;
	margin: 0 auto;
}

.customNavigation a.prev {
	position: absolute !important;
	left: 40 !important;
}

.customNavigation a.next {
	position: absolute !important;
	right: 40 !important;
}


@media only screen and (max-width: 1024px) {
	.section .sub-mini {
		font-size: 14px;
		margin-bottom: -10px;
	}
	.about-us .title {
		margin-top:0px;
	}
	.section.services .container {
		padding-bottom: 100px;
		text-align: center;
	}
	.section.services .title {
		text-align: center;
	}
	.section.services img {
		max-width: 550px;
		margin:0px auto;
	}
	.right-padding {padding-right:0px !important;}
	.section.portfolio .container.full-width{
		padding-bottom: 80px !important;
	}
	.testimonials-wrap {
		background-attachment: scroll;
	}
	.vertical-center {
		top:0px !important;
		margin-bottom: 0px !important;
	}

}
@media only screen and (max-width: 768px) {
	.vertical-center {
		top:30px !important;
		margin-bottom: 60px !important;
	}
	.section .full-width .jt_col:last-child {
		margin-bottom: 0px;
	}
	.facts .col-lg-2 {
		width:auto;
	}
	.section.services .title {
		font-size: 30px;
		line-height: 1.5;
	}
	.video .title {
		padding:0px;
	}
	.we-are a h4 {
		display:none;
	}
	.we-are i {font-size: 30px;}
}
@media only screen and (max-width: 767px) {
	#owl-main-text {
		margin-top:0px;
	}
	.slide-sep {
		margin-top:85px;
	}
	#header .navbar-brand {
		padding:0px;
	}
	#header.overflow.fixed .navbar-brand.mini {
		line-height: 50px;
	}
	.testimonials-wrap .owl-carousel {
		padding:0px;
	}
	.testimonials-wrap .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
		display:none;
	}
}
