@charset "UTF-8";
/* CSS Document */

html, body{
	height: 500px;;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	color: #373538;
	font-family: "pt_serifregular";
	background-image: url("../images/home/bg_blank.jpg");
}

.font_regular{
	font-family: "playfair_displayregular";
}

.font_bold{
	font-family: "playfair_displaybold";
	font-weight: 700px;
}
.font_handwritten{
	font-family: "the_redlight_freeregular";
}
.grey {
	color: grey;
}

a,a:focus,
a:visited {
	color: #373538;
	text-decoration: none;
}
a:hover {
	color: #373538;
	text-decoration: none;
}

textarea {
	resize: none;
}

.wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	display: table;
/* 	max-height: 900px; */
}
.content{
	display: table-cell;
	vertical-align: middle;
}
.wrapper_half{
	height: 50%;
}
.wrapper_padding{
	padding: 100px 0;
}

.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.alignJustify{
	text-align: justify;
}
.hidden-div {
	display: none;
	opacity: 0;
}
.ghost-div {
	opacity: 0;
}

.zero-margin {
	margin: 0;
}
.title_container{
	position: relative;
}
.title_container h1{
	display: inline-block;
	position: relative;
	z-index: 1;
}

.title_container h1:before{
	content: '';
    position: absolute;
    bottom: -4px;
    left: -10%;
    width: 120%;
    height: 30px;
    z-index: -1;
    background-size: 100% 100%;
}

.title_h1{
	font-size: 60px;
}


.section{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.section_bg{
	background-size: cover;
	background-position: center center;
}

.disabled {
	cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}

.section_divider:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -120px;
	width: 100%;
	height: 240px;
	background-image: url("../images/home/divider.png");
	background-size: 100% 100%;
	background-position: center center;
	z-index: 100;
	pointer-events: none;
}

/*
#main-scrollbar{
	height: 100%;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.scroll-content{
	height: 100%;
}
*/

#main-scrollbar{
	position: relative;
}
.scroll-content{
	position: relative;
}





/* ANIMATIONS */

.animate{
-webkit-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
        transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */

-webkit-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
        transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.btn_animate{
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}


.hidden_element{
	opacity: 0;
	margin-top: 100px;
}


.faded{
	opacity: 1;
	transform: translate3d(0px,30px,0px);
	transform: scale(1);
	transform-origin: center;
}

.fadeIn{
	opacity: 0;
	transform: translate3d(0px,20px,0px);
}

.container_bottom_align{
}

.container_bottom_align .left, .container_bottom_align .right {
	width: 47%;
    vertical-align: bottom;
    display: inline-block;
    /* ie6/7 */
    *display: inline;
}

.ui_btn{
	position: absolute;
	right: 0px;
	top: 5px;
/* 	background-image: url("../images/statics/ui_btn_bg_00.png"); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.ui_btn_container{
	display: inline-block;
	position: relative;
	font-size: 16px;
}
.ui_btn_container img{
	max-width: 90%;
}

.ui_btn_container:hover .ui_btn{
	right: -5px;
}

.link, .no_link {
	z-index: 4;
    position: relative;
    display: block;
    padding-right: 35px;
}

.ui_btn_container:after, .navbar-default .navbar-nav>li>a.active span:after, .navbar-default .navbar-nav>li>a span:after, .back_container:after{
	position: absolute;
    content: '';
    bottom: -2px;
    left: -5%;
    width: 0%;
    height: 15px;
    z-index: 0;
    opacity: 0;
    background-image: url(../images/statics/underline_links.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
   
    -webkit-transition: all 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.back_container:after{
	left: auto;
	right: -5%;
}

.ui_btn_container:hover:after, .navbar-default .navbar-nav>li>a:hover span:after, .back_container:hover:after{
	 width: 110%;
	 opacity: 1;
}

.navbar-default .navbar-nav>li>a span{
	position: relative;
}

.navbar-default .navbar-nav>li>a.active span:after{
	width: 100%;
	opacity: 1;
}
.navbar-default .navbar-nav>li>a span:after, .navbar-default .navbar-nav>li>a.active span:after{
	z-index: -1;
	height: 10px;
}




@keyframes scroll_down_ani {
  0% {
    transform: translate3d(0,0px,0);
  }
  35% {
    transform: translate3d(0,-7px,0);
  }
  100% {
    transform: translate3d(0,0px,0);
  }
}


/* MENU */
#menu{
	position: absolute;
	width: 100%;
	z-index: 102;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
	top: 0px;
}
#menu.menu_hidden{
	opacity: 0;
	top: -50px;
}
#menu nav{
	position: relative;
	max-width: 80%;
	margin: auto;
}

#menu{
	background-color: rgba(249,250,244,0.95);
}

.home #menu .hide_home{
	visibility: hidden;
}


#menu_logo{
	max-width: 100% !important;
}
.navbar-nav>li {
    width: 20%;
    text-align: center;
}
.navbar-nav {
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-brand>img{
	height: 110%;
}

#rss-menu{
	position: absolute;
    z-index: 100;
    right: 10px;
    padding-top: 10px;
    top:0;
}
.each-rss-item {
    display: inline-block;
    margin: 0 20px;
    padding-top: 15px;
}

#menuReserve{
	position: absolute;
	left: 20px;
	top: 0;
	padding-top: 25px;
	text-align: center;
}
#menuReserve img{
	display: block;
	max-width: 30px;
	margin: 0 auto 5px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}


/* SERVICES */
.home_service{
	padding: 20px;
}

#home_service_title:before{
	background-image: url("../images/statics/underline_services.png");
}
.home_service .title{
	font-size: 36px;
}

.home_service .text{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
}

.home_service .links{
	margin-top: 20px;
}

.home_service .links .col-xs-6{
	position: relative;
}

.home_service .link_more_img{
	margin-right: 15px;
}

.service_section .container{
	padding-left: 5px;
	padding-right: 5px;
}

.service_section .row{
	margin-left: -5px;
	margin-right: -5px;
}
.service_section .col-sm-4{
	padding-left: 5px;
	padding-right: 5px;
}
.service_section .col-xs-4{
	padding-left: 5px;
	padding-right: 5px;
}

.service_section .service_thumb{
	max-width: 200px;
}

.free_session, .free_session span{
	position: relative;
	z-index: 1;
}

.free_session img{
	position: absolute;
	z-index: 0;
	left: 0;
	top: -7px;
	width: 100%;
	right: 0;
    margin: 0 auto;
	max-width: 108px;
}

.single-servicio .service-thumb {
	max-width: 180px;
}
.single-note_side {
	padding-top: 60px;
	padding-right: 30px;
}
.single-note_side .back_container{
	left: 14px;
}


/* ABOUT ME */

#home_about{
	position: relative;
}
#home_about h1{
	margin-bottom: 20px;
}
#home_about .left{
	width: 55%;
	padding: 10px;
}

#home_about .right{
	width: 43%;
	padding: 0 10px 35px;
}
#home_about .right .description{
	margin-bottom: 25px;
}

#about .small_reserve_btn{
	margin-top: 30px;
}



/* TESTIMONY */

#home_testimonies_title{
	margin-bottom: 100px;
}
#home_testimonies_title:before{
	background-image: url("../images/statics/underline_testimony.png");
}
.home_testimony{
	margin-bottom: 50px;
}
.home_testimony .description{
	padding: 0 25px;
}
.home_testimony .cover{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: relative;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
}
.home_testimony .title{
	font-size: 24px;
}

.home_testimony .phrase{
	font-size: 25px;
	line-height: 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 80%;
	margin-bottom: 20px;
}

/* BLOG */
#home_blog_title{
	margin-bottom: 100px;
}
#home_blog_title:before{
	background-image: url("../images/statics/underline_blog.png");
}

#home_blog .container{
	padding-left: 5px;
	padding-right: 5px;
}

#home_blog .row{
	margin-left: -5px;
	margin-right: -5px;
}
#home_blog .col-md-3, #home_blog .col-sm-6{
	padding-left: 5px;
	padding-right: 5px;
}
.home_note{
	margin-top: 20px;
	margin-bottom: 20px;
}
.home_note .ui_btn_container{
	float: right;
}
.note_thumb{
	box-shadow: 0px 3px 25px rgba(208,194,183,0.4);
	margin-bottom: 25px;
}
.home_note .title {
    display: table-cell;
    vertical-align: middle;
}
.home_note .text{
	margin-top: 15px;
	margin-bottom: 15px;
}

.more_notes_row{
	margin-top: 70px;
}


/* SUSCRIBETE */
#subscribe{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
    position: relative;
}
#subscriber-form {
	padding: 30px 0;
	width: 100%;
}
#subscriber-form .form-group{
	padding-left: 5px;
    padding-right: 5px;
    width: 49%;
}
#subscriber-form .form-group input{
	width: 100%;
}
#subscribe_form_container .form-last{
	text-align: right;
}


#subscribe_title {
	font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E2E4DE;
}

.input_style, .input_style.hasDatepicker{
	background-color: #e2eadf;
    border: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    margin-bottom: 10px;
}

.form-horizontal .control-label{
	text-align: left;
}
label{
	font-weight: 500;
}

.subscribe-btn{
	cursor: pointer;
	display: inline-block;
}
#subscribe_error_message{
	margin-top: 20px;
}
.error-border {
	border-color: #f00;
}

#meeting-form .each-right_cols {
	position: relative;
}
#meeting-form .each-right_cols .ui-datepicker-trigger {
	position: absolute;
    top: -12px;
    right: 15px;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    height: 32px;
}

/* CITA */
.ui-datepicker-today {
	opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: default!important;
    pointer-events: none !important;
}

.ui-widget-header {
    background: #e2eae0;
}
.ui-datepicker-today{
	opacity: 1;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #6b881a;
    background: #6b881a;
    color: black;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #75a972;
    background: #e2eae0;
    font-weight: normal;
    color: #454545;
    border-radius: 2px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin-top: -36px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.ui-widget-header .ui-icon {
	background-image: url('../images/statics/ui_btn_arrow.png');
	background-position: center center;
	background-size: contain;
}
.ui-datepicker .ui-datepicker-prev span {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}


#reserve {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}
#reserve.page-reserve {
	position: relative
}
#reserve .section {
	max-width: 600px;
}
#reserve .title {
	font-size: 60px;
	margin-bottom: 20px;
}

.send_btn{
	cursor: pointer;
}


.close_container{
	position: relative;
	top: 0;
	z-index: 10;
	width: 100%;
}
.close_btn{
	display: inline-block;
	vertical-align: middle;
}
.close_btn:hover{
	transform: translate(-3px,0);
}

.close_pointer{
	cursor: pointer;
}
.close_text, .single-note_backlink{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.single-note_backlink{
	vertical-align: middle;
}
.close_text{
	margin-left: 5px;
}

.single-note_backlink:hover img{
	transform: translate(-3px,0);
}
.note_back{
	position: relative;
	width: 100%;
	text-align: right;
	right: auto;
	height: 100px;
}
.back_container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.reserve_btn{
	cursor: pointer;
}
.reserve_btn:hover{
	color: #635e65;
}
.reserve_btn:active{
	color: #373538;
}
.small_reserve_btn img{
	max-width: 30px;
}

/* HOME */

#intro_name{
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
	max-width: 600px;
}

#intro_name:after{
	content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #373538;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
}


#intro_name h1, #intro_name h2{
	margin: 0;
}


#phrase{
	margin-bottom: 20px;
}

#intro_reserve{
	margin-bottom: 10px;
	font-size: 15px;
}

#intro_reserve img{ 
	max-width: 30px;
	margin-right: 5px;
}

#intro_scroll{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 110;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: center;
}

#intro_scroll.scroll_hidden{
	opacity: 0;
}

#intro_scroll img{
	animation: scroll_down_ani 1.7s infinite;
	margin-top: 16px;
}


#intro_scroll:after{
	content: '';
    position: absolute;
    top: 22px;
    left: 2px;
    width: 45px;
    height: 45px;
    background-image: url(../images/statics/arrow_circle.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/* CONTACT */

#contact_title{
	font-size: 60px;
	margin-bottom: 20px;
}
#contact .title{
	margin-bottom: 20px;
}
#footer .contact_info i{
	margin-right: 5px;
}

/* SINGLES */
.page_container{
	padding-top: 180px;
	padding-bottom: 100px;
}
.single-note_content{
	margin-bottom: 40px;	
}
#contact_sending_container{
	margin-top: 50px;
    margin-bottom: 200px;
}
#contact_thanks_container{
	margin-top: 20px;
    margin-bottom: 200px;
}
/*
 #single_container .reserve_btn{
	 margin-top: 20px;
 }
*/

/* FOOTER */
#footer {
	position: relative;
	padding: 30px 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-size: cover;
	background-color: #e2ece3;
}
#footer #subscribe {
	width: 90%;
	margin: 0;
}
#footer #subscribe_title {
	margin: 0;
}
#footer #subscriber-form {
	padding: 10px 0;
}
#footer #subscriber-form .form-group {
	padding: 0 10px 0 0;
}
#footer #subscribe_form_container .form-last {
	padding: 0 5px 0 0;
	width: 98%;
}
#footer #subscribe_error_message {
	margin: 10px 0;
}
#footer .input_style {
	background-color: #cfdcd2;
	margin: 0;
}
#footer .footer-rss {
	margin-left: -20px;
}
#footer .footer-rss .each-rss-item {
    padding: 0;
}
#footer .footer_title {
	margin: 0 0 20px;
}
#footer .bottom-legal {
	font-size: 12px;
	line-height: 12px;
}
#footer .title{
	font-size: 45px;
	line-height: 45px;
	margin: 0;
}
#footer .title_container{
	margin-bottom: 15px;
}


/*
#footer:before{
	content: '';
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
	height: 100px;
	background-image: url("../images/home/divider.png");
	background-size: 100% 100%;
	background-position: center center;
	z-index: 100;
	pointer-events: none;
}
*/

.scroll_up_btn {
	position: absolute;
	right: 5%;
	top: -90px;
	width: 70px;
	height: 60px;
	padding: 10px;
	background-image: url("../images/statics/scroll_up_bg.png");
	background-size: 100% 100%;
	text-align: center;
	cursor: pointer;
	display: none;
}
.scroll_up_btn img {
	margin-top: 5px;
}
.scroll_up_btn:hover img {
	margin-top: -5px;
}
.home .scroll_up_btn {
	display: block;
}

/* PAGER */


.page_pager{
	position: fixed;
	right: 30px;
	top: 42%;
	bottom: 42%;
	width: 6px;
	z-index: 30;
	min-height: 60px;
}

.pager_item{
	content: '';
	position: absolute;
	transform: scale(1);
	transform-origin: center center;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #959893;
	right: -1px;
	z-index: 1;
	cursor: pointer;
}
.pager_item.current, .pager_item:hover{
	position: absolute;
	transform: scale(1.05);
	background-color: #474849;
	z-index: 2;
}


.pager_animate{
-webkit-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition: all 200ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */

-webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
}


/*reCAPTCHA*/
.btn_recaptcha {
	background: none;
    border: 0;
    outline: none;
}
.btn_recaptcha:focus {
	outline: none;
}
.btn_recaptcha-disabled {
	opacity: 0.6;
	pointer-events: none;
}
.grecaptcha-badge {
	display: none !important;
	opacity: 0 !important;
}

/* POPUP MESSAGES */
#popup-messages {
	
}
#popup-messages .close-message {
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    opacity: 1;
    visibility: hidden;
}
#popup-messages .modal-body {
	padding: 30px;
}
#popup-messages .modal-content{
	background-color: #e2ece3;
	padding: 0 0 20px;
	font-size: 16px;
}
#popup-messages .message_title{
	font-size: 45px;
	line-height: 45px;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border: 0;
}

.inner-text-grid {
	height: 250px;
	overflow: hidden;
}

@media (max-width:1700px) {
	.page_container{
		padding-top: 140px;
		padding-bottom: 100px;
	}
}
@media (max-width:1500px) {
	#menuReserve{
		left: 20px;
	}
}
@media (max-width:1200px) {
	.home_service .text {
		height: 300px;
	}
	#menuReserve{
		left: 20px;
	}
	.faded{
		opacity: 1;
		transform: scale(1);
	}
	.page_container{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.inner-text-grid {
	    height: 300px;
	}
}
@media (max-width:992px) {
	.home_service {
	    padding: 10px;
	}
	
	.home_service .text{
		font-size: 14px;
		line-height: 18px;
	}
	
	.home_service .ui_btn_container{
		padding-right: 25px;
		font-size: 12px;
		white-space: nowrap;
	}
	.home_service .ui_btn {
	    width: 20px;
	}
	.free_session span {
	    font-size: 12px;
	}
	
	.ui_btn_container img {
	    max-width: 100%;
	}
	.ui_btn{
		top: 5px;
	}
	
	#intro_name{
		width: 60%;
	}
	.page_pager{
		right: 10px;
	}
	
	.inner-text-grid {
	    height: unset;
	    overflow: unset;
	}
}
@media(max-width:800px){
	#menuReserve{
		left: 5px;
	}
}
@media (max-width:768px) {
	.page_pager{
		display: none;
	}
}
@media (max-width:767px) {
	#intro_name {
		width: 80%;
	}
	
	#home_about .left, #home_about .right{
		width: 100%;
	}
	
	#home_about h1 {
	    font-size: 40px;
	    margin-bottom: 20px;
	}
	
	#home_blog .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#home_blog row{
		margin-left: -15px;
		margin-right: -15px;
	}
	#home_blog .col-md-3, #home_blog .col-sm-6{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.service_section .col-xs-4{
		text-align: center;
	}
	
	.home_service .text{
		height: auto !important;
		margin-bottom: 25px !important;
	}
	
	.ui_btn_container img {
	    max-width: 90%;
	}
	
	#menu{
		padding-top: 0;
	}
	#menu nav{
		max-width: 100%;
	}
	.navbar-nav>li {
    	width: 100% !important;
    	text-align: left;
    }
	
	#menuReserve {
		left: auto;
	    right: 65px;
	    padding-top: 14px;
	    font-size: 9px;
	}
	#menuReserve img {
		margin: 0 auto 0;
	}
	
	#reserve {
		padding-top: 75px;
	}
	#reserve .section {
		padding: 15px;
	}
	#reserve.page-reserve {
		padding: 0;
	}
	#reserve.page-reserve .section {
		padding: 0;
	}
	
	#meeting-form .each-right_cols .ui-datepicker-trigger {
	    top: 0px;
	}
	
	#subscribe {
	    padding: 60px 30px;
	}
	#rss-menu{
		display: none;
	}
	#phrase h3{
		font-size: 18px;
	}
	
	.home_testimony .description{
		margin-top: 20px;
		padding: 0;
	}
	
	#subscriber-form .form-group{
		width: 100%;
	}
	.scroll_up_btn{
		display: none;
	}
	
	#contact_sending_container{
	margin-top: 50px;
    margin-bottom: 50px;
	}
	#contact_thanks_container{
		margin-top: 20px;
	    margin-bottom: 50px;
	}
	
	#footer {
		text-align: center;
	}
	#footer .alignCenter_xs {
		text-align: center;
		margin: 20px 0 0;
	}
	#footer .footer_title {
		margin: 0 0 10px;
		padding: 20px 0 0;
	}
	#footer #subscribe {
		margin: 0 auto;
		padding: 0;
	}
	#footer #subscribe_title img {
		margin: 0 auto;
	}
	
	.title_h1, #reserve .title{
		font-size: 45px;
	}
	#footer .title_container{
		margin-top: 20px;
	}
}
@media (max-width:500px) {
	#intro{
		height: 90vh;
	}
	.wrapper_padding {
	    padding: 50px 0;
	}
	#home_about {
		background-position: center -45px;
	}
	#home_about h1 {
    	font-size: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	#reserve{
		position: fixed;
		padding-top: 0;
		overflow: scroll;
		z-index: 120;
		display: block
	}
	#reserve .content {
	    display: block;
	    width: 100%;
	}
}

@media (max-height:780px){
	#reserve .section {
/* 		padding-top: 100px; */
	}
	#reserve.page-reserve .section {
		padding: 0;
	}
}

/* Magnific Pop up * /
img.mfp-img{
	padding: 5px 0 5px  !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	right: -25px;
	padding-right: 0;
}
@media (max-width:767px) {
	img.mfp-img{
		padding: 35px 0 25px  !important;
	}

	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
		right: 0px;
		padding-right: 0;
	}
}
*/
