
/* ----------------------------------------------------
	 GLOBAL STYLES
------------------------------------------------------- */


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







img {
	max-width: 100%;	
	height: auto;
}


a { 
    color: #9e5b41;
	text-decoration: none; 
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

a:hover {
	text-decoration: none;
	color: #9d3f0a;
}


.logo {
	margin: -10px auto;
}

.hr {
	border-bottom: 3px solid #9e5b41;
	display: block;
	width: 50px;
	margin: auto;
	margin-top: 60px;
}

/* ----------------------------------------------------
	 BANNER STYLES
------------------------------------------------------- */


.banner {
	background: url(../images/main-banner.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 640px;
	text-align: center;
}


.banner-info  p {
	font-size: 1.4em;
	font-weight: 400;
	color: #fff;
	line-height: 1.8em;
	width: 57%;
	margin: 40px auto;
	font-family: 'Open Sans', sans-serif;
}

.banner-info  p .part {
	font-size: 1.3em;
	color: #fff;
    font-family: 'Pacifico', cursive;	
	display: inline;
	margin-right: 5px;
}


.banner-bottom {
	width: 100%;
    padding: 200px 0;
    color: #fff;
    background: url(../images/banner-bottom.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top: 130px;
}


/* ----------------------------------------------------
	 MENU STYLES
------------------------------------------------------- */


.head-nav {
	padding: 3em 0em;
}

.head-nav ul {
	padding: 0;
	margin: 0;
}

.head-nav ul li {
	display: inline-block;
	margin: 0 .5em;
}

.head-nav ul li a {
	position: relative;
	display: inline-block;
	margin: 15px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}

.head-nav ul li a:hover {
	color: #d1e2d8;
}


/* ----------------------------------------------------
	 ABOUT STYLES
------------------------------------------------------- */


.margin-about {
	margin-top: 60px;
}

.about-holder {
	width: 100%;
	float: left;
}

.about-right {
	text-align: center;
	padding: 3em 8em;
}

.about-right h1 {
   font-size: 1.8em;
   font-family: 'Pacifico', cursive;	
   color: #4f726e;
   padding-bottom: 10px;
}

.about-right p {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	margin: 1em 0em;
}

.about-left {
	padding: 0;
}


/* ----------------------------------------------------
	 SERVICES STYLES
------------------------------------------------------- */


.margin-services {
	margin-top: 0;
}

.services-holder {
	width: 100%;
	float: left;
}

.services-left {
	text-align: center;
	padding: 3em 8em;
}

.services-left h1 {
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;	
    color: #4f726e;
    padding-bottom: 10px;
}

.services-left p {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	margin: 1em 0em;
}

.services-right {
	padding: 0;
}


.list-group-item {
	position: relative;
	display: block;
	padding: 6px 4px;
	background-color: #fff;
	border: none;
	text-align: left;
	color: #9d3f0a;
	font-size: 1em;
}

.services-holder i {
	font-size: 0.6em;
}


/* ----------------------------------------------------
	 IMAGES STYLES
------------------------------------------------------- */


.images {
	margin-top: 54px;
	margin-bottom: 40px;
}

.images .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}

.images-inner {
	position: relative;
	padding: 0;
	overflow: hidden;	
}

.images-inner>img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	 GALLERY STYLES
------------------------------------------------------- */


.gallery {
    font-size: 1.8em;
    
    color: #000000;
	text-align: center;
	margin-top: 45px;
	padding-bottom: 26px;
}

.gallery p {
	font-size: 0.6em;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
	width: 49%;
	padding: 13px;
	margin-top: 13px;
}

.gallery-page-wrap {
    position: relative;
}

.gallery-page-wrap img {
	width: 100%;	
}


.gallery-page-wrap .gallery-page-inner {
   top: 0;
   background: transparent;
   width: 100%;
   border-radius: 0;
   margin-bottom: 0;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin-top: 50px;
   margin-bottom: 19px;
   font-size: 1em;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   text-align: center;
   font-weight: 600;
}


.gallery-page-wrap .gallery-page-inner a {
   color: #fff;
   font-size: 1em;
}

.gallery-page-wrap .gallery-page-inner a:hover {
	text-decoration: underline;
}

.gallery-page-wrap .gallery-page-inner p {
   color: #fff;
}

.gallery-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: #2e4140;
   color: #fff;
   vertical-align: middle;
   -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;  
   padding: 30px;
}

.gallery-page-wrap .overlay .preview {
   bottom: 0;
   display: inline-block;
   height: 35px;
   line-height: 35px;
   border-radius: 0;
   background: transparent;
   text-align: center;
   color: #fff;
}

.gallery-page-wrap:hover .overlay {
   opacity: 1;
}

.img-gallery {
   margin-bottom: 34px;
}

.green-btn {
    color: white;
	background-color: transparent;
    border: 2px solid #b2e4e1;
	border-radius: 0;
}

.green-btn:hover {
    color: white;
	background-color: transparent;
	border-color: #caefed;	
}

.module-btn {
    color: #333;
	background-color: transparent;
    border: 1px solid #CCC;
	border-radius: 0;
	margin-top: 14px;
}

.module-btn:hover {
    color: #333;
	background-color: transparent;
	border-color: #DFDFDF;
}


/*---------------------------------------------------
	PORTFOLIO MODALS STYLES
---------------------------------------------------*/


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2.4em;
	font-family: 'Pacifico', cursive;	
    color: #4f726e;
	text-transform: capitalize;
}

.portfolio-modal .modal-content h3 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #4f726e;
	font-family: 'Pacifico', cursive;	
	text-align: left;
}

.portfolio-modal .modal-content p {
    margin-bottom: 18px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	text-align: left;
}

.portfolio-modal .modal-content .modals-text-intro {
    margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.6em;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
	text-align: center;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


/* ----------------------------------------------------
	 IMAGES1 STYLES
------------------------------------------------------- */


.images1 {
	margin-top: 80px;
	margin-bottom: 40px;
}

.images1 .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}
.images1-inner {
	position: relative;
	padding: 0;
	overflow: hidden;	
}

.images1-inner>img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	 PRICES STYLES
------------------------------------------------------- */


.prices {
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;	
    color: #4f726e;
	text-align: center;
	margin-top: 45px;
	padding-bottom: 26px;
}


.prices p {
	font-size: 0.6em;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
	width: 49%;
	padding: 13px;
	margin-top: 13px;
}


.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 0;
    background: #fff;
    border: 2px solid #dae5e5;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
	color: #333;
    border-top: 1px solid #dae5e5;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    padding: 15px;
    font-size: 1.4em;
    line-height: 1.6em;
    background: transparent;
    margin-bottom: 30px;
    border-bottom: 2px solid #dae5e5;
    font-family: 'Pacifico', cursive;	
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 0.2em;
	color: #333;
}

.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured li.plan-name {
    background: #9d3f0a;
	color: white;
}

.flat .plan li .text {
    color: #4f726e;
}
	
.action-btn {
    color: #333;
	background-color: transparent;
    border: 2px solid #4f726e;
	border-radius: 0;
}

.action-btn:hover {
    color: #333;
	background-color: transparent;
	border-color: #64908b;	
}

.flat .plan i {
	font-size: 1.3em;
}


/* ----------------------------------------------------
	 NEWS  STYLES
------------------------------------------------------- */


.margin-news {
	margin-top:60px;
}

.news-holder {
	width: 100%;
	float: left;
	-webkit-font-smoothing: antialiased;
}

.news-right {
	text-align: center;
	padding: 3em 8em;
}

.news-right p {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	margin: 1em 0em;
	text-align:justify;
}

.news-left {
	padding: 0;
}


.slider-info h2 {
   font-size: 1.8em;
   
  font-family: 'Open Sans', sans-serif;
   padding-bottom: 10px;
   
}


/* ----------------------------------------------------
	 CONTACT STYLES
------------------------------------------------------- */


.margin-contact {
	margin-top: 24px;
}

.contact-holder {
	width: 100%;
	float: left;
	-webkit-font-smoothing: antialiased;
}

.contact-left {
	text-align: center;
	padding: 3em 8em;
}

.contact-left h1 {
    font-size: 1.8em;
    	
    color: #000000;
    padding-bottom: 10px;
}

.contact-left p {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	margin: 1em 0em;
}

.contact-right {
	padding: 0;
}

.contact-left h2 {
    font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
    color: #4f726e;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: -2px;
}

.contactlist {
	margin-top: 20px;
}

.icon {
	margin-left: 9px;
}

.contact-left i {
	font-size: 1.4em;
}

.contact-left h3 {
    font-size: 1em;
	font-family: 'Open Sans', sans-serif;
    color: #4f726e;
	text-align: center;
	line-height: 1.4em;
}


/* ----------------------------------------------------
	 RESPONSIVE STYLES
------------------------------------------------------- */


@media (max-width:2560px){
	
.margin-about {
	margin-top: 160px;
}

.margin-services {
	margin-top: 160px;
}

.margin-news {
	margin-top: 160px;
}

.margin-contact {
	margin-top: 160px;
}

.list-group-item {
	text-align: left;
	margin-left: 140px;
} 

}


@media (max-width:1920px){
	
.margin-about {
	margin-top: 140px;
}

.margin-services {
	margin-top: 130px;
}

.margin-news {
	margin-top: 150px;
}

.margin-contact {
	margin-top: 110px;
}

.list-group-item {
	text-align: left;
	margin-left: 90px;
}

}


@media (max-width:1680px){
	
.margin-about {
	margin-top: 75px;
}

.margin-services {
	margin-top: 60px;
}

.margin-news {
	margin-top: 90px;
}

.margin-contact {
	margin-top: 65px;
}

.list-group-item {
	text-align: left;
	margin-left: 35px;
}
	
}


@media (max-width:1440px){
	
.margin-about {
	margin-top: 40px;
}

.margin-services {
	margin-top: 35px;
}

.margin-news {
	margin-top: 65px;
}

.margin-contact {
	margin-top: 32px;
}

.list-group-item {
	text-align: left;
	margin-left: 7px;
}

}


@media (max-width:1366px){
	
.list-group-item {
	text-align: left;
	margin-left: -10px;
}

}


@media (max-width:1280px){
	
.margin-about {
	margin-top: 15px;
}

.margin-services {
	margin-top: -39px;
}

.margin-news {
	margin-top: 27px;
}

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

.list-group-item {
	text-align: left;
	margin-left: -27px;
}

.banner-info p {
	font-size: 1.5em;
	width: 60%;
}

.services-left h1 {
	margin-top: 70px;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin-top: 30px;
}

}


@media (max-width:1024px){

.banner-info p {
	font-size: 1.4em;
	width: 67%;
}

.margin-about {
	margin-top: 10px;
}

.margin-services {
	margin-top: -7px;
}

.margin-news {
	margin-top: -25px;
}

.margin-contact {
	margin-top: -25px;
}

.text-resp {
	display: none;
}

.about-right {
	text-align: center;
	padding: 1em 1em;
}

.services-left {
	text-align: center;
	padding: 1em 1em;
}

.list-group-item {
   padding: 5px 5px;
}

.services-left h1 {
	margin-top: 34px;
}

.slider-info h2 {
   font-size: 1.6em;
}

}


@media (max-width:800px){


.banner-info p {
	font-size: 1.4em;
	width: 77%;
	margin: 65px auto;
}

.banner {
	min-height: 700px;
}

.about-right p {
	width: 70%;
	padding: 12px;
	margin: 0 auto;
}

.services-left p {
	width: 70%;
	padding: 12px;
	margin: 0 auto;
}

.list-group {
	margin-bottom: 70px;
}

.list-group-item {
	text-align: left;
	margin-left: 120px;
}

.margin-about {
	margin-top: 40px;
}

.margin-services {
	margin-top: 0;
}

.margin-news {
	margin-top: 40px;
}

.margin-contact {
	margin-top: 40px;
}

.gallery p {
	margin-bottom: 30px;
}

.prices p {
	margin-bottom: 30px;
}

.flat .plan.featured {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contact-left h3 {
	margin-bottom: 38px;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin: 13px 0;
}

}


@media (max-width:768px){

.head-nav ul li {
	display: block;
	float: none;
}

.head-nav ul li a {
	border-right: none;
	color: #fff;
}

.head-nav ul {
	position: absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 93%;
	display: none;
	text-align: center;
	background: #7fa6ab;
	opacity: 0.9;
	left: 2em;
	top: 3em;
}

.head-nav span.menu {
	display: block;
	background: none;
	position: absolute;
	top: 18px;
	right: 30px;
}

.head-nav span.menu:before {
	content: url(../images/menu.png);
	color: #FFF;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}

}


@media (max-width:600px){

.list-group-item {
	text-align: left;
	margin-left: 50px;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin-top: 30px;
}

.green-btn {
	margin-top: 10px;
}

}


@media (max-width:568px){

.list-group-item {
	width: 73%;
}


.head-nav ul {
	width: 90%;
}

}


@media (max-width:480px){

.banner-info p {
	font-size: 1.3em;
	width: 98%;
}

.banner {
	min-height: 360px;
}

.list-group-item {
	text-align: left;
	width: 70%;
}

.head-nav ul {
	width: 87%;
}


}

@media (max-width:360px){

.prices p {
	width: 70%;
}

.gallery p {
	width: 70%;
	
}

.news-right {
	text-align: center;
	padding: 5em 5em;
}

.contact-left {
	text-align: center;
	padding: 5em 5em;
}

.margin-contact {
	margin-top: -36px;
}

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

.col-xs-offset-3{
	margin-left: 16%;
}

.list-group-item {
	text-align: left;
	width: 88%;
	margin-left: 14px;
}

.logo {
	margin: 14px auto;
}

.banner-info p {
	margin-top: -12px;
}


}


@media (max-width:320px){

.head-nav {
	padding: 1em 0em;
}

.banner-info p {
	font-size: 1em;
}

.banner {
	min-height: 240px;
}

.head-nav ul {
	width: 82%;
}

}


