
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face{
	font-family:'Conv_gotham-rounded-light';
	src:url(../fonts/gotham-rounded-light-6f2fb9fcfd10f413b98978fb40b50826.eot);src:local("☺"),
		url(../fonts/gotham-rounded-light-170ca06bfc7a6c1df4a64acad19ad89f.woff) format("woff"),
		url(../fonts/gotham-rounded-light-81b3dfb68f258244e5ef28e69cc61331.ttf) format("truetype"),
		url(../fonts/gotham-rounded-light-81d2649e2dd02706df6e6a8085151f7c.svg) format("svg");
		font-weight:normal;
		font-style:normal}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'OpenSansRegular';
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
    src: url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg')
}
@font-face {
    font-family: 'OpenSansSemibold';
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
    src: url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg')
}
@font-face {
    font-family: 'FontAwesome';
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
    src: url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg')
}
@font-face {
    font-family: 'OpenSansBold';
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
    src: url('../fonts/opensans-bold.svg#OpenSansBold') format('svg')
}
}


html, body {
	overflow-x:hidden;
	overflow-x:hidden;
	font-family: 'OpenSansRegular';
	font-size:14px;
	color:#444444;
}
.container {
	position:relative;
}
header {
	margin:0 0 40px 0;
}
h1, h2, h3, h4, h5, h6 {
	color:#545463;
	 font-family: 'Dosis', sans-serif;
	 
	
	
}
a, a:hover, a:focus {
	cursor: pointer;
	text-decoration:none;

	-webkit-transition: background 300ms;
	   -moz-transition: background 300ms;
		 -o-transition: background 300ms;
			transition: background 300ms;
}
a.active{
	background-color:#f7f7f7;
	color:#c79452 !important;	
}
p {
	margin:0;
	padding:10px 0;
	line-height:26px;
}
.list-unstyled{
	text-align:left;
}
	header p {
		padding:0;
	}
	
.title-line{
	background: url('../images/title-line.png') no-repeat;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 35px;
	
	
}	
	
form .row div{
padding-top: 0px;
padding-right: 2px;
padding-left: 2px;
margin-bottom: 4px;	
}
form select{
	border-radius:0;	
}
.input-daterange input{
	text-align:left;	
}
.input-group-addon{
	background-color:#c79452;
	color:#fff;
	min-width:50px;
	font-size:24px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0;
	
}
/* ---------- SECTION ---------- */
	footer,
	section {
		position:relative;
		display:block;
		background-color:#fff;
		z-index:1;
	}
	section header p {
	}
	section ul,
	section ul li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
section {
	padding:30px 0px 100px 0px;
}

	section section {
		padding:30px 0;
	}

	section header p {
		margin:0; padding:0;
	}

section article {
	margin-bottom:80px;
}
	section article:last-child {
		margin-bottom:0;
	}

pre {
	margin:20px 0;
}
.margin-bottom-20{
	margin-bottom:20px;	
}
.faded {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
	section.alternate div.faded {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.label {
	display:inline-block;
	margin:6px 1px 0 0;
	padding:5px 6px;

	-moz-border-radius:0;
		 border-radius:0;
}
	.label.light {
		color:#888;
		background-color:#eee;
	}
.title-stars{
		width:118px;
		height:21px;
		background:url('../images/title-stars.png') no-repeat;
		background-position:right top;
		float:right;
		margin-top:-10px
}
div.title-line{
	padding-top:15px;
	width:100%;
	height:30px;
	margin-bottom:10px;	
}
div.divider {
	height: 1px;
	width:calc(100% - 118px);
	border-top:#ccc 1px solid;
	float:left;
	margin-top:2px;
}
div.divider-small {
	width: 100px;
	float:left;
	border-top:#c79452 4px solid;
}
.title-stars-right{
		width:118px;
		height:21px;
		background:url('../images/title-stars.png') no-repeat;
		background-position:left top;
		float:left;
		margin-top:-10px
}
div.divider-right {
	height: 1px;
	width:calc(100% - 118px);
	border-top:#ccc 1px solid;
	float:right;
	margin-top:2px;
}
div.divider-small-right {
	width: 100px;
	float:right;
	border-top:#c79452 4px solid;
}
.styleColor {
	color:#2A2F36 !important;
}
.styleBackground {
	background-color:#2A2F36 !important;
}
.whiteColor {
	color:#fff !important;
}

.big-paragraph,
.big-paragraph p {
	font-size:25px;
	line-height:35px;
}

.plusNav {
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 6px double #fff;
	background:#ccc;
	text-align:center;
	line-height:23px;
	font-size:30px;
	color:#fff;

	-moz-border-radius: 50%;
		 border-radius: 50%;

	-webkit-transition: all 300ms !important;
	   -moz-transition: all 300ms !important;
		 -o-transition: all 300ms !important;
			transition: all 300ms !important;
}
.plusNav:hover {
	border:6px solid #fff;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ccc, 0 0 0 10px rgba(255,255,255,0.5);
	opacity:0.7;
}

h1.big-title {
	font-size:80px;
	line-height:80px;
}
.big-icons-demo i {
	font-size:50px;
}

section header h1,
section header h2,
section header h3 {
	font-size:40px;
	color:#000;
}
section {
	background:#ffffff;
}
	section.arrow-down {
		background:#ffffff url('../images/down_white.png') no-repeat top center
	}

section.alternate {
	background:#eeeeee;
}
section.alternate.arrow-down {
	background:#eeeeee url('../images/down_alternate.png') no-repeat top center
}
section.room-bg{
	background: url(../images/room-bg.jpg) fixed center center no-repeat !important;
	color: #fff;	
}


/* BUTTONS - BOOTSTRAP REWRITE */
section .btn {
	margin-top:30px;
	text-shadow:none;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-success,
.btn.btn-info {
	border:rgba(255,255,255,0.2) 2px solid;
	padding-left:25px;
	padding-right:25px;
	position:relative;

	-webkit-transition: all 300ms !important;
	   -moz-transition: all 300ms !important;
		 -o-transition: all 300ms !important;
			transition: all 300ms !important;
}
	.btn.btn-default {
		border:rgba(0,0,0,0.05) 2px solid;
		margin-bottom:20px;
	}
	.btn:hover {
		border:rgba(0,0,0,0.5) 2px solid !important;
	}
	.btn.btn-primary {
		background:#647282;
	}
	.btn.btn-primary:hover,
	.btn.btn-default:hover,
	.btn.btn-danger:hover,
	.btn.btn-warning:hover,
	.btn.btn-success:hover,
	.btn.btn-info:hover {
		color:#2A2F36;
		background:#fff;
	}

	.btn.nofill {
		background:none !important;
	}
	.btn.nofill:hover {
		color:#0F1113 !important;
		background:#fff !important;
	}


/* input box - example: newsletter subscribe */
.input-group.bordered {
	-moz-border-radius:0;
		 border-radius:0;

	border:rgba(255,255,255,0.2) 6px solid !important;
}
	.input-group.bordered .btn {
		border:0 !important;
		margin-left:1px !important;
	}
	.input-group.bordered input { border:0 !important; }


/* modal */
.modal {
	margin:50px 0 0 0;
	padding:0;
	overflow-y:auto;
}

.modal-content {
	-moz-border-radius:0 !important;
		 border-radius:0 !important;

	-moz-box-shadow:rgba(0,0,0,0.4) 0 0 3px !important;
		 box-shadow:rgba(0,0,0,0.4) 0 0 3px !important;
}

/* misc */
#newsletterForm .row div {
	padding:0 !important;
}
/* used by icons-fontawsome.html only */
.fa-hover a span {
	color:#000;
	font-size:16px;
}
/** 02. Nav Bar
 **************************************************************** **/
#header {
	margin:0; padding:0;
	position: fixed;
	height:60px; 
	left:0; right:0; top:0;
	color:#fff;
	z-index:99;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.2);	
}
#header.fixed {
	position:fixed;
	margin-top:0 !important;
	left:0; right:0; top:0;
}
#header .navbar {
	margin:0; padding:0;
}
#header a.navbar-brand {
	padding:0;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:15px;
}
	#header a.navbar-brand .white {
		color:#fff;
	}
	#header a.navbar-brand .dark {
		color:#232428;
	}

	#header a.navbar-brand img {
		margin:0; padding:0;
		margin-top:-7px;
		margin-right:6px;
	}
#header .navbar-inverse {
	background-color:#fff;
	border:0;
	border-radius:0;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
}
	#header .navbar-inverse ul.nav {
		margin-right:20px;
	}
	#header .navbar-inverse ul.nav a {
		 font-family: 'Dosis', sans-serif;
		color:#fff;
		font-size:18px;
		padding-top:20px;
		padding-bottom:20px;
		font-weight:650;
		text-shadow: 0 0 3px #000000;
		
	}
	#header .navbar-inverse ul.nav li.active a,
	#header .navbar-inverse ul.nav a:hover {
		color:#ff0000;
	}
	#header .navbar-collapse {
		padding:0;
	}
	#mobileMenu {
		color:#000;
		display:none;
	}


/** 03. Slider
**************************************************************** **/
#home.full-screen {
	background:#f6f6f6;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#slider .fullscreen-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%; height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#slider li {
	display:none;
}
.image-caption {
	text-align:center;
    position: absolute;
    left: 50%; top: 50%;
	margin-top:-30px; /* header height/2 */
    display: inline-block;
    max-width: 900px;
	z-index:1;
	color:#fff;

    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

}
	#home .image-caption hr {
		width: 220px;
		height: 1px;
		background: #fff;
		margin: 2px auto;
		border: 0;
	}
	#home .image-caption h1,
	#home .image-caption h2 {
		font-weight:800;
		font-size:266%;
		line-height:135%;
		text-shadow:none;
		color:#fff;	display:block;
		text-shadow: 0 0 5px #444444;
		margin-top:415px;
	}
	#home .image-caption p {
		font-size: 200%; line-height:100%;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		text-shadow:none;
	}
	#home .image-caption .inner {
		display:block;
		padding:40px 0;
	}
	#slider .image-caption img.img-responsive {/* if images used on the slider */
		width:100% !important;
		height:auto !important;
		position:relative !important;
		z-index:10 !important;
		left:auto !important;
		top:auto !important;
	}

	#home .overlay {
		position:absolute;
		left:0; right:0; top:0; bottom:0;
		background:rgba(0,0,0,0.3);
		z-index:0;
	}


	/* controlls */

	#slider a.next,
	#slider a.prev {
		top:50%;
		color: #fff;
		font-size: 62px;
		filter: alpha(opacity=50);
		opacity:0.5;

		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			 -o-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
	#slider a.next:hover,
	#slider a.prev:hover {
		color: #fff;
		font-size: 70px;

		filter: alpha(opacity=100);
		opacity:1;
	}
	#slider a.prev { left: 10px }
	#slider a.prev:after {
		font-family: FontAwesome;
		content: '\f104';
	}
	#slider a.next { right: 10px }
	#slider a.next:after {
		font-family: FontAwesome;
		content: '\f105';
	}
/* half screen height */
#home.half-screen #slider,
#home.half-screen,
#home.half-screen li {
	height:550px !important;
	margin:0;
	padding:0;
}
	/* custom */
	#home.full-screen,
	#home.half-screen {
		background:#F0F0F0 url('../images/loading.gif') no-repeat center;
	}
	#slider .slides-pagination {
		bottom:100px;
	}
	#home.half-screen .slides-pagination {
		bottom:66px;
	}

#home.video {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}


/** 04. Content
 **************************************************************** **/
#ajax_modal {
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	display:none;
	background:#fff;
	overflow-y:auto;
	z-index:999;
}
	#ajax_modal .btn-modal {
		display:block;
		margin-top:-80px;
		text-align:center;
		margin-bottom:30px;
	}
	#ajax_modal button.close-modal { 
		background:url('../images/close.png') no-repeat; 
		background-position:-35px -33px; 
		display:inline-block; 
		width:73px; 
		height:73px; 
	}
	#ajax_modal button.close-modal:hover { 
		background-position:-35px -173px; 
	}

figure.top {
	position:absolute;
	top:4px;
}
figure.bottom {
	position:absolute;
	bottom:4px;
}

	/* SKILL CIRCLES */
	.skill {
		border:#fff 4px solid;
		border-bottom:none;
		width:200px; height:200px;
		text-align:center;
		position:relative;
		display:inline-block;
		margin:30px 15px;

		-moz-border-radius:50%;
			 border-radius:50%;
	}
	.skill  h2 {
		padding-top:40px;
		font-size:60px;
		line-height:60px;
		display:block;
		color:#fff;
	}
	.skill  h3 {
		display:inline-block;
		border-top:#fff 1px dashed;
		color:#fff;
		font-size:20px;
		line-height:20px;
		padding-top:8px;
		margin-top:8px;
	}
	.skill i {
		font-size:50px;
		position:absolute;
		display:block;
		bottom:-26px;
		left:50%;
		margin-left:-25px;
		color:#fff;
	}

section.cover,
div.inner-cover {
	position:relative;
	padding:150px 0;
	display:table;
	width:100%;
	background:#0F1113;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
	div.inner-cover {
		margin-bottom:80px;
	}
	div.inner-cover h1,
	div.inner-cover h2,
	div.inner-cover h3 {
		color:#fff;
	}
	div.inner-cover.project {
		padding:200px 0;
	}

.cover * {
	color:#fff;
	position:relative;
	z-index:10;
} .cover .overlay { position:absolute; }

.cover q {
	font-size:40px;
	line-height:50px;
	display:block;
}
.cover cite {
	font-size:28px;
	padding-top:30px;
	display:block;
}

	/* pagination */
	ul.pagination li.active a,
	ul.pagination li.active a:hover {
		background-color:#0F1113;
		border-color:#ddd;
	}


/* 
	Isotope CSS3 transitions 
*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}




/** 05. Contact
 **************************************************************** **/
 
 
 #contact{
	 background:url('../images/contact-bg.jpg') no-repeat;
		background-position:top center;
		background-repeat:no-repeat;

	 
	}
 
 #contact h1{
	 font-size:45px;
	 
	}
 
div.contactModal .modal-content {
	border:0;
}
div.contactModal .btn-primary,
div.contactModal .modal-header {
	color:#fff;
	background-color:#0F1113;
}
div.contactModal .modal-header button {
	font-size:36px;
	margin-left:30px;
}
div.contactModal .modal-header button,
div.contactModal .modal-header h4 {
	color:#fff;
}
div.contactModal .modal-header i.fa {
	margin-right:8px;
}
 

/* google map */

#gmap {
	width:100%;
	height:400px;
	display:block;


	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; 

	z-index:1;
}
	#googleMap address {
		position:absolute;
		background:#fff;
		padding:20px;
		left:20px; top:50px;
		z-index:2;
		width:280px;
		font-size:15px;
	}
	#googleMap address h2 {
		text-transform:uppercase;
		font-size:26px;
		line-height:26px;
	}
	#googleMap address h2:after {
		content: '\00A0 \2014';
	}
	#googleMap address ul {
		margin:30px 0 0 0;
	}
	#googleMap address .address-sprite {
		margin-bottom:20px;
		padding-left:30px; 
		background:url('../images/icons/address_sprite.png') no-repeat 0 0;
	}
	#googleMap address .address-sprite.address {
		background-position:0 0;
	}
	#googleMap address .address-sprite.phone {
		background-position:0 -138px;
		line-height:30px;
	}		
	#googleMap address .address-sprite.email {
		background-position:0 -247px;
	}




/** 06. About Me
 **************************************************************** **/
#about{
		background:url('../images/about-bg.jpg') no-repeat;
		background-position:bottom center;
		background-repeat:no-repeat;
}
#about h1{
	margin-bottom:0px;
	font-size:46px;
}
#about .me-picture {
	position:relative;
	display:block;
	text-align:center;
}

#about p{
	line-height:25px;	
	color:#666666;
}

#about .me-picture .item {
	display:inline-block;
	position:relative;
	z-index:1; overflow:hidden;

}
#about .me-picture img {
	border:#F6F6F6 10px solid;
	
	-webkit-border-top-left-radius: 7%;
	-webkit-border-bottom-left-radius: 7%;
	-moz-border-radius-topleft: 7%;
	-moz-border-radius-bottomleft: 7%;
	border-top-left-radius: 7%;
	border-bottom-left-radius: 7%;
	-webkit-border-top-right-radius: 7%;
	-webkit-border-bottom-right-radius: 7%;
	-moz-border-radius-topright: 7%;
	-moz-border-radius-bottomright: 7%;
	border-top-right-radius: 7%;
	border-bottom-right-radius: 7%;	
}
	#about .me-picture hr {
		margin:0 !important;
		position:absolute;
		top:50%; width:100%;
		z-index:0;
	}
#about .socials {
	display:none;
	position:absolute;
	width:240px; height:240px;
	line-height:236px;
	z-index:5; left:0; top:0;
	background:rgba(255,255,255,0.5);

	-moz-border-radius:50%;
		 border-radius:50%;
}
#about .socials a {
	background:rgba(15,17,19,0.7);
}
#about .me-picture h3 {
	background:rgba(15,17,19,0.7);
	display:block;
	color:#fff;
	padding:6px 6px 20px 6px;
	font-size:16px; line-height:18px;
	position:absolute; left:0; right:0; bottom:0;
}
#about .member-name {
	position:absolute;
	left:0; right:0; bottom:0;
	display:block;
	border:transparent 10px solid;

	width:240px; height:240px;
	overflow:hidden; z-index:4;

	-moz-border-radius:50%;
		 border-radius:50%;

	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
		 -o-transition: all 300ms;
			transition: all 300ms;
}
	#about .member-name h3 small {
		font-size:12px;
		display:block;
		margin-top:6px;
	}
#about .me-picture .item:hover .socials {
	display:block;
}

#about .list-icon li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
  color:#a77636;
  width:33%;
  float:left;
}
#about .list-icon li:before {
   font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  top:-2px;
  font-size:80%
 
}
#about .chevron-right li:before {
 content: '\f101';
 font-size: 18px;
 color:#a77636;
}

#about .checkmark li:before {
 content: '\e067';
}

#about .arrow-right li:before {
 content: '\e092';
}
/** 07. Util Row 
	example: newsletter subscribe
 **************************************************************** **/
section.util-row {
	color:#fff;
	position:relative;
	overflow:hidden;
	background:#333;
	padding:40px 0;
}
section.util-row .btn {
	background:#333;
}
	section.util-row h1 {
		color:#fff;
	}
	section.util-row h2,
	section.util-row h3,
	section.util-row h4,
	section.util-row h5,
	section.util-row h6 {
		color:#fff;
	}
	section.util-row h3:after {
		content: '\00A0 \2014';
	}
	section.util-row div.separator { /* max-width:479px 	=> 	seaparator is on top */
		border-left:rgba(255,255,255,0.1) 1px solid;
	}
	section.util-row p {
		font-size:16px;
		line-height:20px;
	}

	/* 
		custom sections 
		Write here needed Paddings
	*/
	section.util-row .newsletter-subscribe { padding-top:10px; padding-bottom:10px; }	/* newsletter subvscribe */




/** 09. SERVICES
 **************************************************************** **/
#services h1{
	background: url('../images/rooms-stars.png') no-repeat;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #545463;
	padding-bottom: 65px;
	font-size:45px;
}
#services p{
	font-size:18px;
}
#services .list-unstyled{
	overflow:hidden;	
}
#services .list-icon {
	margin:20px 0;	
}
#services .list-icon li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
  color:#fff;
  width:25%;
  float:left;
}
#services .list-icon li:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  top:-2px;
  font-size:80%
 
}
#services .chevron-right li:before {
 content: '\f101';
 font-size: 18px;
 color:#fff;
}

#services .checkmark li:before {
 content: '\e067';
}

#services .arrow-right li:before {
 content: '\e092';
}
/** 11. LINKS
 **************************************************************** **/
 #links{
		background:url('../images/link-bg.jpg') no-repeat;
		background-position:top center;
		background-repeat:no-repeat;
 }
 
#links h1{
	font-size:45px;	
}

#links .me-picture {
	position:relative;
	display:block;
	text-align:center;
}

#links p{
	line-height:25px;	
	color:#666666;
}

#links .me-picture .item {
	display:inline-block;
	position:relative;
	z-index:1; overflow:hidden;

}
#links .me-picture img {
	border:#F6F6F6 10px solid;
	
	-webkit-border-top-left-radius: 7%;
	-webkit-border-bottom-left-radius: 7%;
	-moz-border-radius-topleft: 7%;
	-moz-border-radius-bottomleft: 7%;
	border-top-left-radius: 7%;
	border-bottom-left-radius: 7%;
	-webkit-border-top-right-radius: 7%;
	-webkit-border-bottom-right-radius: 7%;
	-moz-border-radius-topright: 7%;
	-moz-border-radius-bottomright: 7%;
	border-top-right-radius: 7%;
	border-bottom-right-radius: 7%;	
}
	#links .me-picture hr {
		margin:0 !important;
		position:absolute;
		top:50%; width:100%;
		z-index:0;
	}
/** 11. Footer
 **************************************************************** **/
footer {
	padding:10px 0;
	font-size:13px;
	background:#0F1113;
	position:relative;
}
	footer .copyright {
		padding-top:10px;
	}
	footer .copyright i.fa-heart {
		color:#D05B51;
	}
	footer .copyright a {
		color:#777;
	}
	footer .copyright a:hover {
		text-decoration:underline;
	}
	footer a.social {
		width:40px; height:40px;
		line-height:42px;
	}
footer a.toTop {
	position:absolute;
	left:50%; top:-23px;
	margin-left:-20px;
	background:rgba(0,0,0,0.5);
	padding:10px 16px;
	bottom:0;
	font-size:23px;
	z-index:100;
	color:#fff;

	-webkit-border-top-right-radius: 9px;
	 -webkit-border-top-left-radius: 9px;
		-moz-border-radius-topright: 9px;
		 -moz-border-radius-topleft: 9px;
			border-top-right-radius: 9px;
			 border-top-left-radius: 9px;
}


/** 12. Portfolio
 **************************************************************** **/
#portfolio{
	margin-top:20px;	
}


#portfolio .isotope-item {
	margin-top: 40px;
	max-width:280px;
	display:inline-block;
	-webkit-transition: all 300ms !important;
	   -moz-transition: all 300ms !important;
		 -o-transition: all 300ms !important;
			transition: all 300ms !important;

}
#portfolio .isotope-item a {
	display:block;
	position:relative;
	overflow:hidden;
}
#portfolio .isotope-item .caption {
	position:relative;
	display:block;
	background:#00306d;
	padding:10px 20px 5px 20px;
	text-align:center;
	height: 71px;
}
#portfolio .isotope-item .caption h3 {
	
	font-family: 'OpenSansRegular';
	color:#fff;
	font-size:14px;
	margin-top:15px;
	font-weight:normal;
	
}
#portfolio .isotope-item .caption p {
	font-size:14px;
	padding:0;
	text-transform:uppercase;
	display:inline-block;
	color:#999;
}
#portfolio .isotope-item .caption i.fa {
	background: #333;
	padding: 10px;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -36px;
	margin-left: -25px;
	left: 50%;
	background: #fff;
	color: #a77636;
	border: #fff 2px solid;
	font-size: 25px;
}
#portfolio .isotope-item a:hover i.fa {
	color:#2A2F36;
}
#portfolio .bstrap-tabs {
	margin-top:0;
}
	.project-thumbnails .row div {
		margin:5px 0;
	}
/* responsive - special resolutions */
@media only screen and (max-width: 1200px) {
	#portfolio .isotope-item {
		max-width:280px;
	}
}
@media only screen and (max-width: 640px) {
	#portfolio .isotope-item {
		max-width:360px;
	}
}


/** 14. Responsive
 **************************************************************** **/
@media only screen and (max-width: 960px) {
	div.services-nav {
		padding-left:36px;
	}

	figure.top {
		margin-top:0;
	}
#about .list-icon li {
  width:50%;
}
#services .list-icon li {
  width:50%;
}
}

@media (min-width: 768px) and (max-width: 992px){
	#header a.navbar-brand img{
		width:325px;
		
	}
	#header .navbar-inverse ul.nav a{
		font-size:16px;
		padding:20px 10px;
		color:#444;
		text-shadow:none;
	}
	.navbar-header{
		margin:0 auto;
		float:none;
	}
	#portfolio .isotope-item .caption h3{
		font-size:14px;	
	}
}

@media only screen and (max-width: 479px){
	
	#header a.navbar-brand img{
		width:260px;	
		margin-top: -97px;
	}	


	
}
@media (min-width: 480px) and (max-width: 768px){
	#header a.navbar-brand img{
		width:260px;
		margin-top: -97px;	
		
	}	

	
	}

@media (min-width: 992px) and (max-width: 1200px){
	#header a.navbar-brand img{
		width:325px;	
	}	
	#header .navbar-inverse ul.nav a{
		font-size:14px;
		padding:20px 10px;
	}
}
@media only screen and (max-width: 768px) {
	section {
		text-align:center;
	}
	figure.pull-left,
	figure.pull-right {
		float:none !important;
		display:block !important;
		margin-bottom:30px !important;
	}

	#home .image-caption h1,
	#home .image-caption h2 {
		font-size:262%;	
		margin-top:0px;
	}

	#mobileMenu {
		display:block; 
		width:50px; height:60px;
		float:right;
		margin-right:15px;
		font-size:24px;
		text-align:right;
		color:#fff;
		position: absolute;
		z-index: 999;
		top: -45px;
		right: 0;
	}
	#header a.btn-fullscreen {
		display:none !important;
	}
	#header .navbar-inverse ul.nav a {
		padding:10px 30px;
			color:#444;
		text-shadow:none;
	}

	a.service {
		width:49%;
		margin:15px 0;
	}

	section.util-row div.separator {
		margin-top:20px;
		padding-top:30px;
		border:0; text-align:center;
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	footer a.toTop {
		bottom:auto;
		-moz-border-radius:8px;
			 border-radius:8px;
	}
	footer .copyright {
		padding-top:30px;
		padding-bottom:30px;
	}
	footer div.text-right,
	footer {
		text-align:center; !important;
	}

	#header {
		position:fixed !important;
		left:0; top:0; right:0;
		margin-top:0 !important;
	}
}


@media only screen and (max-width: 479px) {
	
	#home .image-caption h1,
	#home .image-caption h2 {
		font-size:35px;
		line-height:45px;
		margin-top:50px;
	}
	#home .image-caption p {
		font-size:26px;
		line-height:30px;
	}
	#slider .slides-navigation a { 
		top:auto;
		bottom:30px;
	}
	#slider .slides-pagination {
		bottom:30px;
	}

	#header {
		position:fixed !important;
		left:0; top:0; right:0;
		margin-top:0 !important;
	}

	#services .cover {
		display:none;
	}

	.input-group.bordered input {
		font-size:15px;
		text-align:center;
	}
	.input-group.bordered,
	.input-group.bordered input,
	.input-group.bordered .input-group-btn,
	.input-group.bordered .btn {
		display:block !important;
		width:100% !important;
		margin:0 !important;
	}
	.input-group.bordered .input-group-btn .btn {
		margin-top:1px !important;
	}

	ul.bstrap-tabs {
		width:100%;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a {
		width:100%;
		height:auto;
		display:block;
		margin:0 -1px;

		-moz-border-radius:0;
			 border-radius:0;
	}
	ul.bstrap-tabs li {
		margin-bottom:1px;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a,
	ul.bstrap-tabs li.active a {
		border:0 !important;
	}
	ul.bstrap-tabs li.active a {
		border:0 !important;
		background:#eee !important;
	}
	ul.bstrap-tabs li a i {
		display:none;
	}
	
	.newsletter-subscribe {
		padding-right:15px !important;
	}

}
#gallery h1{
	font-size:45px;
	
}
#welcome-widget{
	margin:20px 20px 20px 0px;
	
}

@media only screen and (max-width: 768px) {
	#portfolio .isotope-item .caption {
		max-width:269px;
}
}
.overlay{
	display:none;
	
}
strong {
font-weight: 600;
}

/************ LANGUAGE NAVIGATIONS ********************/


.language-navigation-welcome{
	background-image:url(../images/welcome-lang-bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:85px;
	padding:30px 0;
}
#language-navigation{
	text-align:center;
	position:relative;
	z-index:999;
}
#language-navigation ul{
	padding-left:20px;
	padding-top:10px;
	list-style:none;
	display:inline-block;
	margin-left:10px;
}

#language-navigation ul li{
	padding: 1px;;
	float: left;
	
	width:30px;
	height:25px;
	overflow:hidden;
	text-indent:999px;
	margin:0px 2px;
}

#language-navigation ul li a{
	color:#000;
	font-size: 7pt;
	background-repeat: no-repeat;
	background-image: url(../images/flags.png);
	display:block;
	width:30px;
	height:25px;
}
#language-navigation ul li a:hover{
	color: #960;
	
}
.en_US{
	background-position: -30px 0px;
}
.tr_TR{
	background-position: 0px 0px;
}
.de_DE{
	background-position: -60px 0px;
}
.ru_RU{
	background-position: -90px 0px;
}
.fr_FR{
	background-position: -120px 0px;
}
.fi_FI{
	background-position: -100px 0px;
}
