/* 1.1 General */



@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');


html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
  background-color: #272727;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c5a47e;
}

::selection{
  background-color:#c5a47e;
  color:#fff;
}

-webkit-::selection{
  background-color:#c5a47e;
  color:#fff;
}

::-moz-selection{
  background-color:#c5a47e;
  color:#fff;
}



/* 1.2 Typography */

h1,
.h1,
h2,
.h2,
h3,
.h3{
  margin-top:25px;
  margin-bottom:15px;
}

h1,
.h1{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 5em;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

h2,
.h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

h3,
.h3{
  font-family: 'montserratsemibold';
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#fff;
}

h4,
.h4{
  font-family: 'montserratsemibold';
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color:#fff;
}

h5,
.h5{
  font-family: 'montserratsemibold';
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  color:#fff;
}

h6,
.h6{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 0.78em;
  font-weight: normal;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
.h5 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
}

b, strong,  label, th, caption{
  font-family: 'montserratsemibold';
  font-weight:normal;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#c5a47e;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#c5a47e;
  outline: none;
}

a:focus{
  text-decoration: none;
}

abbr{
  border-bottom-color:inherit;
}

blockquote{
  border-left-color:rgba(255,255,255,0.08);
  font-size:1em;
}

blockquote cite{
  display:block;
  text-align:right;
  margin-top:5px;
  font-size:0.85em;
  color:#fff;
}

pre{
  background-color:rgba(255,255,255,0.08);
  color:#fff;
  border:0;
  white-space:pre-wrap;
}

code{
  background-color:rgba(255,255,255,0.08);
  color:#ff7d7d;
}

.layout table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.layout table > thead > tr > th,
.layout table > tbody > tr > th,
.layout table > tfoot > tr > th,
.layout table > thead > tr > td,
.layout table > tbody > tr > td,
.layout table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.layout table > tbody > tr:nth-of-type(odd){
   background-color:rgba(255,255,255,0.08);
}


.layout table > caption + thead > tr:first-child > th,
.layout table > colgroup + thead > tr:first-child > th,
.layout table > thead:first-child > tr:first-child > th,
.layout table > caption + thead > tr:first-child > td,
.layout table > colgroup + thead > tr:first-child > td,
.layout table > thead:first-child > tr:first-child > td {
  border-top: 0;
}



/* 1.3 Fields */



input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="phone"],
input[type="tel"],
textarea,
select{
  display:inline-block;
  width:100%;
  font-size: 1em;
  line-height: 1.42857143;
  padding: 6px 12px;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #fff;
  background-color: #323232;
  border:1px solid #323232;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus{
  border-color:#c5a47e;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197,164,126,.075, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197,164,126,.075, 0.6);
}

input::-moz-placeholder {
  color: #959999;
  opacity: 1;
}

input:-ms-input-placeholder{
  color: #959999;
}

input::-webkit-input-placeholder {
  color: #959999;
}

input.error{
  border-color:#c5a47e;
}

textarea::-moz-placeholder{
  color:#959999;
  opacity:1;
}

textarea:-ms-input-placeholder{
  color:#959999;
}

textarea::-webkit-input-placeholder{
  color:#959999;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn,
[type="submit"]{
  font-family: 'montserratsemibold';
  font-weight:normal;
  position: relative;
  display: inline-block;
  border:0.2em solid #c5a47e;
  border-radius: 30px;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:#fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #c5a47e;
  border:0;
  -webkit-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus,
[type="submit"]:hover,
[type="submit"]:focus{
  color: #fff;
  background-color: #323232;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray{
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover{

  background-color: #c5a47e;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}




/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary{
  color:#c5a47e;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:rgba(255,255,255,0.08);
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  margin-top: 7.1em;
  margin-bottom: 7.1em;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin: 0;
  font-size: 2.2em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.fade-title-left,
.fade-title-right{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.03;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 7.1em;
}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 33.7vmin;
}


.main-inner .page-lines{
  z-index: 1;
}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background: -webkit-linear-gradient(bottom,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-projects,
.main-contacts{
  padding: 34.2vmin 0 34vmin;
}

.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1,.main-header .h1{
  font-size:4.4em;
  margin:0;
  margin-right: -0.02em;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about{
  background: #eeeeee;
  background-size: cover;
}

.entry-title{
  font-size: 3.6em;
  margin:0 0 1em;
}

.entry-text{
  font-size: 1.5em;
  line-height: 1.6;
}

.about .fade-title-left{
  top:1em;
}

.col-about-title{
  margin-top: 0;
  margin-bottom:1.1em;
}

.col-about-info p:last-child{
  margin-bottom: 0;
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}



/* 4.1 Services */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}

.service-item{
  margin-bottom:2em;
}

.service-item:last-child{
  margin-bottom: 0;
}

.service-item h4{
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}

.services .service-item h4{
  margin-top: 1.25em;
}

.service-item p:last-child{
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  box-shadow:0  0  70px 8px rgba(197,164,126,0.75);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover{
  box-shadow:none;
}

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

.object-info{
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 40px;
    width: 200px;
    margin-left: -100px;
    padding: 20px 20px 40px 20px;
    border: 0;
    background-color: rgba(0,0,0,0.4);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.4);
}

.object-title{
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 1em;
}

.object-content{
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}


/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
  -ms-transform:rotateX(0);
  -o-transform:rotateX(0);
  transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);

}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}




/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog{
  background:#eeeeee;
  background-size: cover;
}

.blog_item{
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #353738;
  box-shadow:0 1px 15px rgba(0,0,0,0.08);
  border-radius: 0.25em 0 0 0.25em;
    overflow: hidden;
}

.blog_item:last-child{
  margin-bottom: 0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.blog-thumbnail-img img{
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info{
  padding: 3.3em 3em;
}

.blog-info .blog-tags a{
  background-color: #434343;
}

.blog-tags{
  font-family: 'montserratsemibold';
  margin-top:-0.8em;
}


.blog-tags-bottom{
	margin-top:3.8em;
}

.blog-tags a{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #333333;
  text-transform: uppercase;
  color:#6f6f6f;
  margin-top: 0.8em;
  margin:0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover{
  background-color:#c5a47e;
  text-decoration: none;
  color: #fff;
}

.blog-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-meta{
  font-size: 0.88em;
  color:#b4b4b4;
  overflow: hidden;
}

.blog-meta .author{
  color: #b4b4b4;
  float: left;
}

.blog-meta .author a{
  font-family: 'montserratsemibold';
  color:#b4b4b4;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#c5a47e;
}

.blog-meta .time{
  float: right;
  color:#b4b4b4;
}

.blog-info .blog-meta{
  border-top:1px solid #474747;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more{
  display: inline-block;
  font-family: 'montserratsemibold';
  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.read-more{
  padding-right: 2em;
  background:url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover{
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more{
  margin-top: 2.8em;
}



/* 8.1 Blog Details */



.blog-details{
  margin-bottom:8.3em;
}

.col-secondary{
  margin-top: 7.1em;
}

.post-header{
  margin-bottom: 5em;
}

.post-header h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin:0 0 0 0;
}

.post-header .blog-meta{
  margin-top: 2.45em;
}

.post-thumbnail{
  margin-bottom: 2.5em;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 0.25em;
}



/* 8.2 Widgets */



.widget{
  margin-bottom: 3.65em;
}

.widget > ul{
	margin-bottom:0;
}

.widget input[type="text"],
.widget input[type="password"],
.widget select{
	width:100%;
}

.widget-title{
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Search */


.search-form{
	position:relative;
}

.search-form button,
.search-form button:hover{
  background:none;
  padding:none;
  padding:0;
}

.search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 18px;
    padding: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/* 8.4 Widget Recent Post */



.recent-post{
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  width: 9.32em;
  float: left;
}

.recent-post-thumbnail img{
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body{
  padding-left: 11.2em;
}

.recent-post-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin:0;
  position: relative;
  color: #fff;
}

.recent-post-time{
  font-size: 0.88em;
  color:#b4b4b4;
  margin-top: 0.9em;
}



/* 8.5 Widget Archive */



.widget_archive li{
	padding:10px 0;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	color:#686868;
	text-align:right;
	font-size:1.2em;
	overflow:hidden;
}

.widget_archive li a{
	float:left;
	color:#fff;
}

.widget_archive li a:hover{
	color:#c5a47e;
	text-decoration:none;
}

.widget_archive > ul > li{
	padding-top:0;
	border-top:1px solid rgba(255,255,255,0.08);
}

.widget_archive > ul > li:first-child{
	border-top:0;
}

.widget_archive ul ul{
	clear:left;
}

.widget_archive ul ul{
	margin-left:20px;
}

.widget_archive li li{
	font-size:0.9em;
}



/* 8.6 Widget Categories */



.widget_categories li{
	padding:10px 0;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	color:#686868;
	text-align:right;
	font-size:1.2em;
	overflow:hidden;
}

.widget_categories li a{
	float:left;
	color:#fff;
}

.widget_categories li a:hover{
	color:#c5a47e;
	text-decoration:none;
}

.widget_categories > ul > li{
	border-top:1px solid rgba(255,255,255,0.08);
}

.widget_categories > ul > li:first-child{
	border-top:0;
	padding-top:0;
}

.widget_categories ul ul{
	clear:left;
}

.widget_categories ul ul{
	margin-left:20px;
}

.widget_categories li li{
	font-size:0.9em;
}



/* 8.7 Widget Pages */



.widget_pages li{
	padding:10px 0;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	color:#686868;
	font-size:1.2em;
}

.widget_pages li a{
	color:#fff;
}

.widget_pages li a:hover{
	color:#c5a47e;
	text-decoration:none;
}

.widget_pages > ul > li{
	border-top:1px solid rgba(255,255,255,0.08);
}

.widget_pages > ul > li:first-child{
	border-top:0;
	padding-top:0;
}

.widget_pages ul ul{
	clear:left;
}

.widget_pages ul ul{
	margin-left:20px;
}

.widget_pages li li{
	font-size:0.9em;
}



/* 8.8 Widget Meta */



.widget_meta li{
	padding:10px 0;
	border-top:1px solid rgba(255,255,255,0.08);
	font-family:'Oswald', sans-serif;
	font-weight:300;
	color:#686868;
	font-size:1.2em;
}

.widget_meta li:first-child{
	padding-top:0;
	border-top:0;
}

.widget_meta li a{
	color:#fff;
}

.widget_meta li a:hover{
	color:#c5a47e;
	text-decoration:none;
}



/* 8.9 Widget RSS */



.widget_rss{
   font-size:0.9em;
}

.rss-widget-icon{
	position:relative;
	top:-1px;
}
.rss-date{
   display:block;
   color:#686868;
}

.rssSummary{
	margin:10px 0;
}

.widget_rss li{
   margin-bottom:30px;
}

.widget_rss li:last-child{
	margin-bottom:0;
}

.widget_rss cite{
	font-style:normal;
	color:#686868;
	font-weight:700;
}




/* 8.10 Widget Recent Entries */



.widget_recent_entries{
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 1.1em;
   line-height: 1.45;
}

.widget_recent_entries li{
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,0.08);
}

.widget_recent_entries li:first-child{
  padding-top:0;
  border-top:0;
}

.widget_recent_entries a{
	color:#fff;
}

.widget_recent_entries a:hover{
  color:#c5a47e;
  text-decoration:none;
}



/* 8.11 Widget Recent Comments */



.widget_recent_comments ul li{
  margin-bottom:10px;
}

.widget_recent_comments ul li:last-child{
  margin-bottom:0;
}

.recentcomments > a{
  color:#fff;
}

.recentcomments > a:hover{
  color:#c5a47e;
}



/* 8.12 Widget Nav Menu */



.widget_nav_menu li{
	padding:10px 0;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	color:#686868;
	font-size:1.2em;
}

.widget_nav_menu li a{
	color:#fff;
}

.widget_nav_menu li a:hover{
	color:#c5a47e;
	text-decoration:none;
}

.widget_nav_menu .menu > li{
	border-top:1px solid rgba(255,255,255,0.08);
}

.widget_nav_menu > .menu > li:first-child{
	border-top:0;
	padding-top:0;
}

.widget_nav_menu ul > li:last-child{
	padding-bottom:0;
}

.widget_nav_menu ul ul{
	clear:left;
}

.widget_nav_menu ul ul{
	margin-left:20px;
}

.widget_nav_menu li li{
	font-size:0.9em;
}



/* 8.15 Pagination */



.pagination span,
.pagination a{
	display: inline-block;
    font-size: 0.75em;
    line-height: 1;
    padding: 0.77em 1.1em 0.77em;
    border-radius: 2em;
    background-color: #333333;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-top: 0.8em;
    margin: 0.8em 0.7em 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination .current,
.pagination a:hover{
	background:#c5a47e;
	color:#fff;
	text-decoration:none;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts{
  background:#eeeeee;
  background-size: cover;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit{
  margin-top: 1.2em;
}

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details{
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map{
  height: 35em;
}

.gmap{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info{
  color:#3d3d3d;
  padding: 1.2em;
}
.map-title{
  margin-bottom: 2em;
}

.map-title h3{
  margin:0;
  color:#3d3d3d;
}

.map-address-row{
  margin-top: 1em;
}

.map-address-row .fa{
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #c5a47e;
  font-size: 1.2em;
}

.map-address-row  .text{
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info{
  color:#fff;
  padding:0;
  background:url(../img/bg/contact-details.jpg) 50% no-repeat;
  background-size: cover;
}

.contact-info-content{
  padding: 5.5em 5.6em;
  background-color:rgba(197,164,125, 0.95);
}

.contact-info-title{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color:#fff;
  opacity: 0.1;
  position: absolute;
  top:100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row{
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child{
  margin-bottom: 0;
}

.contact-row h4{
  margin:0 0 0.8em;
  color:#fff;
}

.contact-row .fa{
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body{
  padding-left: 2.6em;
}

.contact-content{
  font-size: 1.3em;
}

.phone-row{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  text-align: center;
  margin:7.1em 0 5.5em;
  font-size: 12px;

}

.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link{
  font-family: 'Montserrat', sans-serif;
  color: inherit;
}

.author-link:hover{
  text-decoration: none;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){



  /* About */



  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }


}



/* 11.2 Min width 992px */



@media (min-width: 992px){

  /* Content styles */



  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }



  /* Navbar Desctop*/
	
   .menu-main-container{
	 float:right;
   }
   
   
   
   /* Navbar Mobile */
   
   
   
  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  /* blog Details */



  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }



  /* Contacts */


  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px){
  /* Header */



  .main-header{
    padding-left: 0;
  }
}


/* Custom */
.blog-list .blog-info p {
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}