
/* ----------------------------------------------------------------

	Bootstrap Adjustments

-----------------------------------------------------------------*/



@media (min-width: 576px) {

	.container { max-width: 540px; }

}



@media (min-width: 768px) {

	.container { max-width: 750px; }

}



@media (min-width: 992px) {

	.container { max-width: 970px; }

}



@media (min-width: 1200px) {

	.container { max-width: 1170px; }

}

body,

.dropdown-menu { font-size: 0.875rem; }

/* ----------------------------------------------------------------

	Basic

-----------------------------------------------------------------*/



dl, dt, dd, ol, ul, li {

	margin: 0;

	padding: 0;

}



.clear {

	clear: both;

	display: block;

	font-size: 0px;

	height: 0px;

	line-height: 0;

	width: 100%;

	overflow:hidden;

}



::selection {

	background: #071A34;

	color: #FFF;

	text-shadow: none;

}



::-moz-selection {

	background: #071A34; /* Firefox */

	color: #FFF;

	text-shadow: none;

}



::-webkit-selection {

	background: #071A34; /* Safari */

	color: #FFF;

	text-shadow: none;

}



:active,

:focus { outline: none !important; }

/* ----------------------------------------------------------------

	Typography

-----------------------------------------------------------------*/





body {

	line-height: 1.5;

	color: #555;

	font-family: 'Karla', sans-serif;

}



a {

	text-decoration: none !important;

	color: #071A34;

}



a:hover { color: #222; }



a img { border: none; }



img { max-width: 100%; }



iframe { border: none !important; }

/* ----------------------------------------------------------------

	Basic Layout Styles

-----------------------------------------------------------------*/





h1,

h2,

h3,

h4,

h5,

h6 {

	color: #222;

	font-weight: 600;

	line-height: 1.5;

	margin: 0 0 30px 0;

	font-family: 'Karla', sans-serif;

}



h5,

h6 { margin-bottom: 20px; }



h1 { font-size: 36px; }



h2 { font-size: 30px; }



h3 { font-size: 24px; }



h4 { font-size: 18px; }



h5 { font-size: 14px; }



h6 { font-size: 12px; }



h4 { font-weight: 600; }



h5,

h6 { font-weight: bold; }



h1 > span:not(.nocolor):not(.badge),

h2 > span:not(.nocolor):not(.badge),

h3 > span:not(.nocolor):not(.badge),

h4 > span:not(.nocolor):not(.badge),

h5 > span:not(.nocolor):not(.badge),

h6 > span:not(.nocolor):not(.badge) { color: #071A34; }



p,

pre,

ul,

ol,

dl,

dd,

blockquote,

address,

table,

fieldset,

form { margin-bottom: 30px; }



small { font-family: 'Karla', sans-serif; }

/* ----------------------------------------------------------------

	Columns & Grids

-----------------------------------------------------------------*/





.col_full { width: 100%; }

.col_half,

.postcontent.bothsidebar { width: 48%; }

.col_one_third { width: 30.63%; }

.col_two_third { width: 65.33%; }

.col_one_fourth,

.sidebar { width: 22%; }

.col_three_fourth,

.postcontent { width: 74%; }

.col_one_fifth { width: 16%; }

.col_two_fifth { width: 37.6%; }

.col_three_fifth { width: 58.4%; }

.col_four_fifth { width: 79.2%; }

.col_one_sixth { width: 13.33%; }

.col_five_sixth { width: 82.67%; }

body.stretched .container-fullwidth {

	position: relative;

	padding: 0 60px;

	width: 100%;

}



.postcontent,

.sidebar,

.col_full,

.col_half,

.col_one_third,

.col_two_third,

.col_three_fourth,

.col_one_fourth,

.col_one_fifth,

.col_two_fifth,

.col_three_fifth,

.col_four_fifth,

.col_one_sixth,

.col_five_sixth {

	display: block;

	position: relative;

	margin-right: 4%;

	margin-bottom: 50px;

	float: left;

}



.col_full {

	clear: both;

	float: none;

	margin-right: 0;

}



.postcontent.col_last,

.sidebar.col_last { float: right; }



.col_last {

	margin-right: 0 !important;

	clear: right;

}

/* ----------------------------------------------------------------

	Helper Classes

-----------------------------------------------------------------*/

.allmargin { margin: 50px !important; }



.leftmargin { margin-left: 50px !important; }



.rightmargin { margin-right: 50px !important; }



.topmargin { margin-top: 50px !important; }



.bottommargin { margin-bottom: 50px !important; }



.clear-bottommargin { margin-bottom: -50px !important; }



.allmargin-sm { margin: 30px !important; }



.leftmargin-sm { margin-left: 30px !important; }



.rightmargin-sm { margin-right: 30px !important; }



.topmargin-sm { margin-top: 30px !important; }



.bottommargin-sm { margin-bottom: 30px !important; }



.clear-bottommargin-sm { margin-bottom: -30px !important; }



.allmargin-lg { margin: 80px !important; }



.leftmargin-lg { margin-left: 80px !important; }



.rightmargin-lg { margin-right: 80px !important; }



.topmargin-lg { margin-top: 80px !important; }

/*JL*/

.topmargin-xl { margin-top: 150px !important; }



.bottommargin-lg { margin-bottom: 80px !important; }



.clear-bottommargin-lg { margin-bottom: -80px !important; }



.nomargin {margin: 0 !important; }



.noleftmargin { margin-left: 0 !important; }



.norightmargin { margin-right: 0 !important; }



.notopmargin { margin-top: 0 !important; }



.nobottommargin { margin-bottom: 0 !important; }

.color { color: #071A34 !important; }



.border-color { border-color: #071A34 !important; }



.nobg { background: none !important; }



.nobgcolor { background-color: transparent !important; }
.center { text-align: center !important; }
.modal, .modal-body, .modal-lg, .modal-content, .modal-dialog{
    background-color: transparent !important;
	border-color:  transparent !important;
}
.modal-lg{
    max-width: 90% !important;
}


/* ----------------------------------------------------------------

	Content

-----------------------------------------------------------------*/





#content {

	position: relative;

	overflow: hidden;

	background-color: #FFF;

}



#content p { line-height: 1.8; }



.content-wrap {

	position: relative;

	padding: 0px 0;

}



#content .container { position: relative; }



.grid-container {

	position: relative;

	overflow: hidden;

}

#section-design, #section-design .container {

	position: relative;

}

#section-contact {	

	overflow: hidden;

	position: relative;

}

#section-devteam {	

	overflow: hidden;

	position: relative;

}

#section-interior {	

	overflow: hidden;

	position: relative;

}

#section-lifestyle {	

	overflow: hidden;

	position: relative;

}



body:not(.device-touch) .grid-container {

	-webkit-transition: height .4s ease;

	-o-transition: height .4s ease;

	transition: height .4s ease;

}



/* ----------------------------------------------------------------

	Sections

-----------------------------------------------------------------*/





.section {

	position: relative;

	margin: 60px 0;

	padding: 60px 0;

	background-color: #F9F9F9;

	overflow: hidden;

}



.parallax {

	background-color: transparent;

	background-attachment: fixed;

	background-position: 50% 0;

	background-repeat: no-repeat;

	overflow: hidden;

}

/*JL Banner*/

.banner {
	
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: 100% 100%, auto !important;

}

.img-wrapper {
	width: 100%;
	background-position: center center !important;
	background-size: 100% 100%, auto;
}


#img-wrapper.img-alt { display: none !important; }
	/* JL 1010 */
#content.slider-alt { display: none !important; }

/* JL */
.half-screen { height: 480px; }
.full-screen .swiper_wrapper { height: auto; }
.img-full {
	width: 100%;
	background-position: center center !important;
	text-align: center !important;
	background-size: 100% 100%, auto;
}


/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	/*background: transparent url('images/grid.png') repeat;*/
	background: #FFFFFF;
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}

/* ----------------------------------------------------------------

	Primary Menu

-----------------------------------------------------------------*/

#header,

#header-wrap,

#header.split-menu {

	background: #071A34;

	height: 60px;

}

#header.sticky-header #header-wrap {

	position: fixed;

	top: 0;

	left: 0%;

	height: 60px !important;

	width: 100%;

	background-color: #071A34;

	box-shadow: 0 0 10px rgba(0,0,0,0.1);

}



#primary-menu { 
	margin-left: 80px;
}



#primary-menu ul.mobile-primary-menu { display: none; }



#header.full-header #primary-menu > ul {

	float: left;

	padding-right: 15px;

	margin-right: 15px;

	border-right: 1px solid #EEE;

}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }



#primary-menu-trigger,

#page-submenu-trigger {

	opacity: 0;

	pointer-events: none;

	cursor: pointer;

	font-size: 14px;

	position: absolute;

	top: 50%;

	margin-top: -25px;

	width: 50px;

	height: 100px;

	line-height: 50px;

	text-align: center;

	-webkit-transition: opacity .3s ease;

	-o-transition: opacity .3s ease;

	transition: opacity .3s ease;

	/* JL ADD 0210 */

	color: #F6E27A;

}



#primary-menu ul {

	list-style: none;

	margin: 0;

}



#primary-menu > ul { float: left; }



#primary-menu ul li { position: relative; }



#primary-menu ul li.mega-menu { position: inherit; }



#primary-menu ul > li {

	float: left;

	margin-left: 2px;

}



#primary-menu > ul > li:first-child { margin-left: 0; }





/* JL Primary Menu */

#primary-menu ul li > a {

	display: block;

	line-height: 22px;

	padding: 15px 15px;

	color: #F6E27A;

	font-weight: bold;

	font-size: 13px;

	letter-spacing: 1px;

	text-transform: uppercase;

	font-family: 'Karla', sans-serif;

	-webkit-transition: margin .4s ease, padding .4s ease;

	-o-transition: margin .4s ease, padding .4s ease;

	transition: margin .4s ease, padding .4s ease;

}



#primary-menu ul li > a span { display: none; }



#primary-menu ul li > a i {

	position: relative;

	top: -1px;

	font-size: 14px;

	width: 16px;

	text-align: center;

	margin-right: 6px;

	vertical-align: top;

}



#primary-menu ul li > a i.icon-angle-down:last-child {

	font-size: 12px;

	margin: 0 0 0 5px;

}



#primary-menu ul li:hover > a,

#primary-menu ul li.current > a { color: #FFFFFF; }



#primary-menu > ul > li.sub-menu > a > div { }


/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
	height: 45px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
	color: #F6E27A;
}


#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px !important;
	width: 100%;
	background-color: #071A34;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.semi-transparent.sticky-header #header-wrap { background-color: #071A34; }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;	
	color: #F6E27A;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { 
	height: 161px; 	
}

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }


#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }

/* Slider Caption

-----------------------------------------------------------------*/



.slider-caption,

.flex-caption {

	position: absolute;

	top: 0;

	left: 15px;

	z-index: 20;

	max-width: 550px;

	color: #EEE;

	font-size: 1.375rem;

	font-weight: 300;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);

	-webkit-transition: top .3s ease;

	-o-transition: top .3s ease;

	transition: top .3s ease;
}



.slider-caption h2 {

	font-size: 4rem;

	letter-spacing: 2px;

	text-transform: uppercase;

	font-weight: 700;

	line-height: 1;

	margin-bottom: 0;

}



.slider-caption p {

	margin-top: 30px;

	margin-bottom: 10px;

	font-size: 24px;

}



.slider-caption.slider-caption-right {

	left: auto;

	right: 15px;

}



.slider-caption.slider-caption-center {

	position: relative;

	max-width: 800px;

	text-align: center;

	margin: 0 auto;

	left: 0;

	right: 0;

}

/* Heading Block - with Subtitle

-----------------------------------------------------------------*/



.heading-block { margin-bottom: 50px; }



.heading-block h1,

.heading-block h2,

.heading-block h3,

.heading-block h4,

.emphasis-title h1,

.emphasis-title h2 {

	margin-bottom: 0;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: 1px;

	color: #333;

}



.emphasis-title h1,

.emphasis-title h2 {

	font-weight: 400;

	letter-spacing: 0;

	text-transform: none;

}



.heading-block h1 { font-size: 32px; }



.heading-block h2 { font-size: 30px; }



.heading-block h3 { font-size: 26px; }



.heading-block h4 {

	font-size: 20px;

	font-weight: 700;

}



.heading-block > span:not(.before-heading) {

	display: block;

	margin-top: 10px;

	font-weight: 300;

	color: #777;

}



.heading-block .before-heading { margin-bottom: 7px; }



.heading-block.center > span,

.heading-block.title-center > span,

.center .heading-block > span {

	max-width: 700px;

	margin-left: auto;

	margin-right: auto;

}



.heading-block h1 + span { font-size: 24px; }



.heading-block h2 + span { font-size: 22px; }



.heading-block h3 + span,

.heading-block h4 + span { font-size: 20px; }



.heading-block ~ p:not(.lead) { font-size: 15px; }



.heading-block:after {

	content: '';

	display: block;

	margin-top: 30px;

	width: 40px;

	border-top: 2px solid #444;

}



.center .heading-block:after,

.heading-block.center:after,

.heading-block.title-center:after { margin: 30px auto 0; }



.tright .heading-block,

.heading-block.tright,

.heading-block.title-right { direction: rtl; }



.heading-block.noborder:after,

.heading-block.nobottomborder:after { display: none; }



.heading-block.border-color:after { border-color: #071A34; }

/* ----------------------------------------------------------------

	Buttons

-----------------------------------------------------------------*/





.button {

	display: inline-block;

	position: relative;

	cursor: pointer;

	outline: none;

	white-space: nowrap;

	margin: 5px;

	padding: 0 22px;

	font-size: 14px;

	height: 40px;

	line-height: 40px;

	background-color: #071A34;

	color: #FFF;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: 1px;

	border: none;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

}

/* JL */

.button.button-border-jl {

	border: 2px solid #F6E27A;

	background-color: transparent;

	color: #F6E27A;

	font-weight: 700;

	text-shadow: none;

}
.button.button-border-jl:hover {

	border: 2px solid #071A34;

	background-color: #071A34 !important;

	color: #F6E27A;

	font-weight: 700;

	text-shadow: none;

}

/* JL */

.button.button-border-vid {

	border: 2px solid #071A34;

	background-color: transparent;

	color: #071A34;

	font-weight: 700;

	text-shadow: none;

}
.button.button-border-vid:hover {

	border: 2px solid #071A34;

	background-color: #071A34 !important;

	color: #F6E27A;

	font-weight: 700;

	text-shadow: none;

}

.button.button-rounded { border-radius: 3px; }

/*----------------------------------------------------------------
Masonry
------------------------------------------------------------------*/
/* Box-sizing reset: http://w3bits.com/?p=3225 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* The Masonry Container */
.masonry {
  margin: 10px auto;
  max-width: 100%;
  column-gap: 5px;
}

/* The Masonry Brick */
.item {
  background: #fff;
  padding: 5px;
  margin: 0 0 2px;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}


/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/


/* Portfolio - Filter
-----------------------------------------------------------------*/

.portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.07);
	float: left;
	border-radius: 4px;
}

.portfolio-filter li {
	float: left;
	position: relative;
}

.portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-left: 1px solid rgba(0,0,0,0.07);
}

.portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

.portfolio-filter li a:hover { color: #071A34; }

.portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #071A34;
	margin: -1px 0;
	padding: 13px 18px;
	font-weight: bold;
}


.bothsidebar .portfolio-filter li a { padding: 12px 14px; }

.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; }


/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/

.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
	border: none;
	border-radius: 0;
}

.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li { margin-bottom: 10px; }

.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) { margin-left: 10px; }

.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 22px;
	border: none;
}

.portfolio-filter.style-2 li.activeFilter a {
	color: #FFF !important;
	margin: 0;
}


/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/

.portfolio-filter.style-3 li a { border: 1px solid transparent; }

.portfolio-filter.style-3 li.activeFilter a {
	color: #071A34 !important;
	border-color: #071A34;
	background-color: transparent;
	margin: 0;
}


/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/

.portfolio-filter.style-4 li:not(:first-child) { margin-left: 30px; }

.portfolio-filter.style-4 li a {
	padding: 13px 5px;
	font-size: 15px;
	border-radius: 0;
}

.portfolio-filter.style-4 li a:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-filter.style-4 li.activeFilter a {
	color: #444 !important;
	background-color: transparent;
	margin: 0;
}

.portfolio-filter.style-4 li.activeFilter a:after {
	width: 100%;
	left: 0%;
	background-color: #071A34;
}


/* Portfolio - Center Aligned
-----------------------------------------------------------------*/

.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
	display: inline-block;
	float: none;
}


/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/

.portfolio-shuffle {
	float: right;
	width: 41px;
	height: 41px;
	border: 1px solid rgba(0,0,0,0.07);
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.portfolio-shuffle:hover {
	background-color: #071A34;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Portfolio - Items
-----------------------------------------------------------------*/

.portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) .portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	padding: 0 12px 12px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.portfolio-desc h3 a { color: #222; }

.portfolio-desc h3 a:hover { color: #071A34; }

.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
}

.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #000; }

.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; }

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.device-touch.device-sm .portfolio-notitle .portfolio-desc,
body.device-touch.device-xs .portfolio-notitle .portfolio-desc { display: none !important; }


/* Portfolio - No Margin
-----------------------------------------------------------------*/

.portfolio.portfolio-nomargin,
.portfolio.portfolio-full { margin: 0 !important; }

.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item { padding: 0 !important; }

.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; }


/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/

.portfolio.portfolio-full {
	margin: 0 !important;
	width: 100%;
}

.portfolio-full .portfolio-item { overflow: hidden !important; }

.portfolio-full .portfolio-desc { padding: 15px; }


/* Portfolio - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio-desc h3 { font-size: 17px; }

.postcontent .portfolio-desc span { font-size: 12px; }


/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-notitle .portfolio-desc {
	height: 70px;
	bottom: -71px;
}

.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -70px; }

.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }


/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/

.bothsidebar .portfolio { margin: 0; }

.bothsidebar .portfolio-item { padding: 0; }

.bothsidebar .portfolio-desc { display: none !important; }


/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-3 { margin: 0 -15px -15px 0; }

.portfolio-3 .portfolio-item {
	width: 33.33333333%;
	padding: 0 15px 15px 0;
}


/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; }

.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; }


/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 72px;
	bottom: -73px;
}

.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -72px; }

.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }


/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/

.bothsidebar .portfolio.portfolio-3 { margin: 0 -11px -11px 0; }

.bothsidebar .portfolio-3 .portfolio-item { padding: 0 11px 11px 0; }

.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; }

.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; }

.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }


/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.portfolio-2 .portfolio-item {
	width: 50%;
	padding: 0 20px 20px 0;
}

.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; }

.portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.portfolio-2 .portfolio-desc span {
	margin-top: 4px;
	font-size: 14px;
}


/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; }


/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}

.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }


/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; }


/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; }


/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}

.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }

.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }


/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2 .portfolio-desc {
	display: block !important;
	padding-top: 15px;
	padding-bottom: 0;
}

.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; }

.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; }


/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; }


/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 75px;
	bottom: -76px;
}

.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -75px; }

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }


/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-5 { margin: 0 -10px -10px 0; }

.portfolio-5 .portfolio-item {
	width: 20%;
	padding: 0 10px 10px 0;
}

.portfolio-5 .portfolio-desc h3 { font-size: 17px; }


/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-5.portfolio-notitle .portfolio-desc {
	height: 71px;
	bottom: -72px;
}

.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -71px; }

.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -30px !important; }


/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio.portfolio-5 { margin: 0; }

.postcontent .portfolio-5 .portfolio-item { padding: 0; }

.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; }

.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; }

.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; }


/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }


/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-6 { margin: 0 -6px -6px 0; }

.portfolio-6 .portfolio-item {
	width: 16.66666667%;
	padding: 0 6px 6px 0;
}

.portfolio-6 .portfolio-desc h3 { font-size: 15px; }

.portfolio-6 .portfolio-desc span { font-size: 12px; }


/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-6.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }


/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/

.portfolio.portfolio-1 { margin: 0 0px -40px 0; }

.portfolio-1 .portfolio-item {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
	padding-bottom: 40px;
	padding-right: 0;
	border-bottom: 1px solid #EEE;
}

.portfolio-1 .portfolio-item .portfolio-image {
	float: left;
	margin-right: 0;
	width: 65%;
	height: auto;
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
	float: right;
	margin: 0;
}

.portfolio-1 .portfolio-desc {
	float: left;
	width: 35%;
	padding: 10px 0 10px 40px;
}

.portfolio-1 .alt .portfolio-desc {
	float: right;
	padding-left: 0;
	padding-right: 40px;
}

.portfolio-1 .portfolio-desc h3 { font-size: 22px; }

.portfolio-1 .portfolio-desc span {
	margin-top: 6px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc p {
	margin: 20px 0 25px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc li { margin: 3px 0; }


/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio-1 .iconlist { display: block !important; }

.bothsidebar .portfolio-1 .portfolio-item { width: 100% !important; }

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
	float: none;
	margin: 0 !important;
}

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-bottom: 20px !important; }

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
}

.bothsidebar .portfolio-1 .portfolio-desc {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	padding: 0 !important;
	background-color: transparent !important;
	left: 0 !important;
	right: 0 !important;
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 50%; }

.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 50%;
}


/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/

.portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; }

.portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 60px;
	padding: 0;
	border-bottom: 0;
	overflow: hidden;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
	float: none;
	width: 100%;
	margin: 0 !important;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	transform: translateX(-60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
	position: absolute;
	float: none;
	width: 35%;
	height: 100%;
	padding: 30px;
	background-color: #F9F9F9;
	top: 0;
	left: auto;
	right: -35%;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc { right: 0; }

.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -35%;
	right: auto;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	-webkit-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc { left: 0; }

.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 33%; }

.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 33%;
}


/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; }

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc { padding: 25px; }


/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image { margin-bottom: 20px !important; }

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}


/* Portfolio - Parallax
-----------------------------------------------------------------*/

.portfolio.portfolio-parallax { margin: 0 !important; }

.portfolio.portfolio-parallax .portfolio-item {
	float: none;
	width: 100% !important;
	height: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
	width: 100% !important;
	height: 500px !important;
	background-attachment: fixed;
}

.portfolio.portfolio-parallax .portfolio-desc {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -57px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	padding: 0;
	opacity: 0;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio.portfolio-parallax .portfolio-desc {
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; }

.portfolio.portfolio-parallax .portfolio-desc h3 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -1px;
}

.portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; }

.portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; }

.portfolio.portfolio-parallax .portfolio-desc span {
	margin-top: 12px;
	font-size: 16px;
	color: #CCC;
}

.portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; }

.portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; }

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	display: inline-block;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #FFF;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div { width: 120px; }

.portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0,0,0,0.4); }


/* Portfolio - Overlay
-----------------------------------------------------------------*/

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

.portfolio-overlay a.left-icon {  }

.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}

.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon { opacity: 1; }

.portfolio-overlay a:hover {
	color: #071A34;
	background-color: #EEE;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; }

.portfolio-overlay a i.icon-line-play {
	position: relative;
	left: 2px;
}


.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
}

.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.portfolio-overlay .portfolio-desc h3 {
	font-weight: 600;
	color: #F5F5F5 !important;
	line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }

.portfolio-overlay .portfolio-desc span {
	margin-top: 7px;
	color: #DDD !important;
}

.portfolio-overlay .portfolio-desc span a {
	color: #DDD !important;
	font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover { background: transparent; }

body.device-touch.device-sm .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay { display: none !important; }


/* Portfolio Single
-----------------------------------------------------------------*/

.portfolio-single {}


/* Portfolio Single - Image
-----------------------------------------------------------------*/

.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
	display: block;
	width: 100%;
}

.portfolio-single-image-full {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin: -80px 0 80px !important;
}

.portfolio-single-video { height: auto !important; }


/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/

.portfolio-single-image-full .swiper-container {
	width:100%;
	height:600px;
	background-color: #333;
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 { width:100%; }

.portfolio-single-image-full .swiper-slide { overflow: hidden; }

.portfolio-single-image-full .swiper-slide img {
	width: 100%;
	height: auto;
}


/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

.masonry-thumbs { position: relative; }

.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	max-width: 100% !important;
	overflow: hidden;
}

.masonry-thumbs.grid-2 a { width: 50%; }

.masonry-thumbs.grid-3 a { width: 33.30%; }

.masonry-thumbs.grid-4 a { width: 25%; }

.masonry-thumbs.grid-5 a { width: 20%; }

.masonry-thumbs.grid-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}

.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }


/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content { font-size: 14px; }

.portfolio-single-content h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600 !important;
}


.portfolio-ajax-modal { width: 1000px !important; }

.modal-padding { padding: 40px; }

.ajax-modal-title {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 25px 40px;
}

.ajax-modal-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}


#portfolio-ajax-wrap {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	-o-transition: max-height .4s ease;
	transition: max-height .4s ease;
}

#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; }

#portfolio-ajax-container {
	display: none;
	padding-bottom: 60px;
}

#portfolio-ajax-single h2 { font-size: 26px; }


/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta,
.portfolio-share {
	list-style: none;
	font-size: 14px;
}

.portfolio-meta li {
	margin: 10px 0;
	color: #666;
}

.portfolio-meta li:first-child { margin-top: 0; }

.portfolio-meta li span {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	color: #333;
}

.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}


/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

.page-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}

.page-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}

#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #071A34; }

#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}


/* Individual Portfolio Item
-----------------------------------------------------------------*/

.iportfolio {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.iportfolio .portfolio-image {
	position: relative;
	overflow: hidden;
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}

.iportfolio .portfolio-overlay { height: 100% !important; }
/* ----------------------------------------------------------------

	Flex Slider

-----------------------------------------------------------------*/





.fslider,

.fslider .flexslider,

.fslider .slider-wrap,

.fslider .slide,

.fslider .slide > a,

.fslider .slide > img,

.fslider .slide > a > img {

	position: relative;

	display: block;

	width: 100%;

	height: auto;

	overflow: hidden;

	-webkit-backface-visibility: hidden;

}



.fslider { min-height: 32px; }

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus  { outline: none; border: none; }

.slider-wrap,

.flex-control-nav,

.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}

.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}

.flexslider .slider-wrap img {width: 100%; display: block;}
.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

html[xmlns] .slider-wrap {display: block;}

* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}




/*----------------------------------------*/

/*  Contact page CSS

/*----------------------------------------*/



.contact-header {

	color: #F6E27A;

	font-weight: 400;

}



.contact-form {

	padding-top: 10px;

}



.field,

.contact-form textarea {

	font-family: 'Karla', sans-serif;

	background: transparent;

	padding: 10px 0;

	display: inline-block;

	width: 100%;

	border: none;

	font-size: 16px;

	color: #FFFFFF;

	margin: 0 auto 5px auto;

	border-radius: 0;

	border-bottom: 1px dashed #F6E27A;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	letter-spacing: 1.5px;

}



.contact-form textarea {

	height: 100px;

	margin-bottom: 30px;

}



.contact-form ::-webkit-input-placeholder {

	color: #FFFFFF;

	font-weight: 100px;

}



.contact-form :-ms-input-placeholder {

	color: #FFFFFF;

	font-weight: 100px;

}



.contact-form ::-ms-input-placeholder {

	color: #FFFFFF;

	font-weight: 100px;

}



.contact-form ::placeholder {

	color: #FFFFFF;

	font-weight: 100px;

}



.contact-info {

	padding-left: 10px;

	letter-spacing: 1.5px;

	font-weight: 200px;

}



.contact-info p {

	font-size: 16px;

	left: 20%;

}



.contact-name {

	color: #FFFFFF;

	margin-bottom: 0px;

}



.contact-details {

	color: #F6E27A;

	font-weight: 200px;

}



#output {

	color: #FFFFFF;

	display: none;

	padding-top: 20px;

}



#output:target {

	color: #FFFFFF;

	display: inline-block;

	padding-top: 20px;

}





.submit {

	font-family: 'Karla', sans-serif;

	background: transparent;

	padding: 5px 0;

	display: inline-block;

	width: 50%;

	border: 1px #F6E27A solid;

	font-size: 16px;

	color: #F6E27A;

	margin: 10px auto 5px auto;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	letter-spacing: 1.5px;

}



.submit:hover{

	font-family: 'Karla', sans-serif;

	background: #F6E27A;

	padding: 5px 0;

	display: inline-block;

	width: 50%;

	border: none;

	font-size: 16px;

	color: #000000;

	margin: 10px auto 5px auto;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	letter-spacing: 1.5px;

}



.privacy {

	color: #FFFFFF;

	opacity: 0.5;

	font-size: 12px;

	line-height: 18px;

}



.bayleys {

	height: 130px !important;

}



.bayleys p {

	font-size: 12px;

}

.license {

	color: #FFFFFF;

	opacity: 0.5;

	margin-top: -20px;

}



.address {

	color: #FFFFFF;

	opacity: 0.6;

}





/* ----------------------------------------------------------------

	Owl Carousel CSS

-----------------------------------------------------------------*/



.owl-carousel .animated {

	-webkit-animation-duration: 1000ms;

	animation-duration: 1000ms;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}



.owl-carousel .owl-animated-in { z-index: 0; }



.owl-carousel .owl-animated-out { z-index: 1; }



.owl-carousel .fadeOut  {

	-webkit-animation-name: fadeOut;

	animation-name: fadeOut;

}



@-webkit-keyframes fadeOut {

	0% { opacity: 1; }

	100% { opacity: 0; }

}



@keyframes fadeOut {

	0% { opacity: 1; }

	100% { opacity: 0; }

}



.owl-height {

	-webkit-transition:height 500ms ease-in-out;

	-o-transition:height 500ms ease-in-out;

	transition:height 500ms ease-in-out

}



.owl-carousel {

	display:none;

	-webkit-tap-highlight-color:transparent;

	position:relative;

	z-index:1;

	width: 100%;

}



.owl-carousel .owl-stage {

	position:relative;

	-ms-touch-action: pan-Y;

}



.owl-carousel .owl-stage:after {

	content:".";

	display:block;

	clear:both;

	visibility:hidden;

	line-height:0;

	height:0

}



.owl-carousel .owl-stage-outer {

	position:relative;

	overflow:hidden;

	-webkit-transform:translate3d(0,0,0);

}



.owl-carousel.owl-loaded { display:block }



.owl-carousel.owl-loading {

	display:block;

	min-height: 100px;

	background: url('images/preloader.gif') no-repeat center center

}



.owl-carousel .owl-refresh .owl-item { display:none }



.owl-carousel .owl-item {

	position: relative;

	min-height: 1px;

	float: left;

	-webkit-tap-highlight-color: transparent;

	-webkit-touch-callout: none;

}



.owl-carousel .owl-item img {

	display:block;

	width:100%;

	-webkit-transform-style:preserve-3d;

}



.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }



.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }



.owl-nav .owl-prev,

.owl-nav .owl-next,

.owl-dot,

.owl-dots button {

	cursor: pointer;

	cursor: hand;

	padding: 0;

	border: 0;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



.owl-carousel.owl-loaded { display: block; }



.owl-carousel.owl-loading {

	opacity: 0;

	display: block;

}



.owl-carousel.owl-hidden { opacity: 0; }



.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }



.owl-carousel.owl-refresh .owl-item { display: none; }



.owl-carousel.owl-drag .owl-item {

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



.owl-carousel.owl-grab {

	cursor: move;

	cursor: -webkit-grab;

	cursor: -o-grab;

	cursor: -ms-grab;

	cursor: grab;

}



.owl-carousel.owl-rtl { direction: rtl; }



.owl-carousel.owl-rtl .owl-item { float: right; }



.no-js .owl-carousel { display: block; }



.owl-carousel .owl-item .owl-lazy {

	opacity:0;

	-webkit-transition:opacity 400ms ease;

	-o-transition:opacity 400ms ease;

	transition:opacity 400ms ease

}



.owl-carousel .owl-item img { transform-style:preserve-3d }



.owl-carousel .owl-video-wrapper {

	position:relative;

	height:100%;

	background:#111

}



.owl-carousel .owl-video-play-icon {

	position: absolute;

	height: 64px;

	width: 64px;

	left: 50%;

	top: 50%;

	margin-left: -32px;

	margin-top: -32px;

	background: url("images/icons/play.png") no-repeat;

	cursor: pointer;

	z-index: 1;

	-webkit-backface-visibility: hidden;

	-webkit-transition: scale 100ms ease;

	-o-transition: scale 100ms ease;

	transition: scale 100ms ease;

}



.owl-carousel .owl-video-play-icon:hover {

	-webkit-transition:scale(1.3,1.3);

	-o-transition:scale(1.3,1.3);

	transition:scale(1.3,1.3)

}



.owl-carousel .owl-video-playing .owl-video-play-icon,

.owl-carousel .owl-video-playing .owl-video-tn { display:none }



.owl-carousel .owl-video-tn {

	opacity:0;

	height:100%;

	background-position:center center;

	background-repeat:no-repeat;

	-webkit-background-size:contain;

	-moz-background-size:contain;

	-o-background-size:contain;

	background-size:contain;

	-webkit-transition:opacity 400ms ease;

	-o-transition:opacity 400ms ease;

	transition:opacity 400ms ease

}



.owl-carousel .owl-video-frame {

	position:relative;

	z-index:1;

	height: 100%;

	width: 100%;

}





/* Owl Carousel - Controls

-----------------------------------------------------------------*/



.owl-carousel .owl-dots,

.owl-carousel .owl-nav {

	text-align: center;

	-webkit-tap-highlight-color: transparent;

	line-height: 1;

}



/* Owl Carousel - Controls - Arrows

-----------------------------------------------------------------*/



.owl-carousel .owl-nav [class*=owl-] {

	position: absolute;

	top: 50%;

	margin-top: -18px;

	left: -36px;

	zoom: 1;

	width: 36px;

	height: 36px;

	line-height: 32px;

	border: 1px solid rgba(0,0,0,0.2);

	color: #666;

	background-color: #FFF;

	font-size: 18px;

	border-radius: 50%;

	opacity: 0;

	-webkit-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}



.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }



.slider-element .owl-nav [class*=owl-],

.owl-carousel-full .owl-nav [class*=owl-] {

	margin-top: -30px;

	left: 0 !important;

	height: 60px;

	line-height: 60px;

	border: none;

	color: #EEE;

	background-color: rgba(0,0,0,0.4);

	font-size: 28px;

	border-radius: 0 3px 3px 0;

}



.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }



.owl-carousel .owl-nav .owl-next {

	left: auto;

	right: -36px;

}



.slider-element .owl-nav .owl-next,

.owl-carousel-full  .owl-nav .owl-next {

	left: auto !important;

	right: 0 !important;

	border-radius: 3px 0 0 3px;

}



.owl-carousel:hover .owl-nav [class*=owl-] {

	opacity: 1;

	left: -18px;

}



.owl-carousel:hover .owl-nav .owl-next {

	left: auto;

	right: -18px;

}



.owl-carousel .owl-nav [class*=owl-]:hover {

	background-color: #071A34 !important;

	color: #FFF !important;

	text-decoration: none;

}



.owl-carousel .owl-nav .disabled { display: none !important; }





/* Owl Carousel - Controls - Dots

-----------------------------------------------------------------*/



.owl-carousel .owl-dots .owl-dot {

	display: inline-block;

	zoom: 1;

	width: 8px;

	height: 8px;

	margin: 30px 4px 0 4px;

	opacity: 0.5;

	border-radius: 50%;

	background-color: #071A34;

	-webkit-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}



.owl-carousel .owl-dots .owl-dot.active,

.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	text-align: center;
}


#copyrights {
	margin-top: -50px !important;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #F6E27A;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #071A34; }
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #071A34; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #071A34; /* Add a dark-grey background on hover */
	color: #F6E27A;
	font-family: 'Karla';
}


