@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700italic);
@import url(//fonts.googleapis.com/css?family=Sanchez:400);
@import url(//fonts.googleapis.com/css?family=Sanchez:400italic);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #333;
    padding-top: 43px;
    color: #111;
    font: 300 14px/24px 'Open Sans', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 24px;
}

.p1 {
    margin-bottom: 19px;
}

.p2 {
    margin-bottom: 10px;
}


input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: normal;
}

h2 {
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 55px;
    margin-bottom: 28px;
}

.main h2 {
    padding-top: 38px !important;
    margin-bottom: 35px !important;
}

.page1 h2 {
    padding-top: 48px;
    margin-bottom: 41px;
}

h2.head1 {
    padding-top: 82px;
    margin-bottom: 35px;
}

h4 {
    padding-top: 53px;
    margin-bottom: 17px;
    font: italic 18px/24px 'Sanchez', serif;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {
}

ul.list li {
}

ul.list li+li {
}


/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #fc4b50;
}

a.link1 {
    display: inline-block;
    color: #ee445f;
    font: italic 14px/30px 'Sanchez', serif;
    margin-top: 5px;
}

a.link1:hover {
    color: #000;
}


a.btn {
    font: italic 18px/30px 'Sanchez', serif;
    display: inline-block;
    border: 1px solid #4c4c4c;
    color: #000;
    padding: 2px 30px 6px;
    margin-top: 19px;
    background-color: #fff;
}

a.btn:hover {
    color: #fc4b50;
    border-color: #fc4b50;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 33px;
    margin-top: 7px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

.page {
    background-color: #fff;
}

.main {
    width: 1225px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

header {
    padding: 0px 0 0;
    display: block;
    position: relative;
    background-color: #f6f6f6;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
    margin-left: -28px;
    margin-top: -43px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 268px;
    height: 106px;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.text1 {
    font: italic 18px/30px 'Sanchez', serif;
    margin-bottom: 7px;
}

.banner {
    margin-top: 39px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.banner img {
    float: left;
}

.banner .text1 {
    padding-top: 54px;
    margin-bottom: 7px;
}

.banner .col1 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.banner .extra_wrapper {
    padding: 0 28px;
}

.banner .price {
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    display: inline-block;
}

.banner p {
    margin-bottom: 22px;
}

.banner .price span {
    position: relative;
    top: 6px;
    font: italic 18px/30px 'Sanchez', serif;
}

.banner a {
    font: italic 18px/30px 'Sanchez', serif;
    display: inline-block;
    border: 1px solid #4c4c4c;
    color: #000;
    padding: 2px 30px 6px;
    margin-top: -1px;
    margin-left: 20px;
}

.banner a:hover {
    color: #fc4b50;
    border-color: #fc4b50;
}

.box {
    margin-bottom: 30px;
    margin-right: -1px;
    background-color: #fff;
}

.box_bot {
    padding: 23px 20px 26px 28px;
}

.bx1 {
    margin-bottom: 25px;
}

.bx1 .box_bot {
    padding: 24px 20px 17px 28px;
}

.bx1 a.link1 {
    margin-top: 12px;
}

/**Content**/

.content {
    padding-bottom: 45px;
}

.page1 .content {
    padding-bottom: 46px;
}

.block1 {
    margin-bottom: 29px;
    overflow: hidden;
    padding: 12px 22px 15px;
    background-color: #f5f5f5;
}

.block1 img {
    margin-top: 12px;
    margin-right: 20px;
    float: left;
    border-radius: 500px;
}

.bq1 {
    padding: 16px 32px 16px;
    margin-top: 56px;
    background-color: #eee;
    border-left: 4px solid #333;
}

.bq1 .col2 {
    font: italic 18px/24px 'Sanchez', serif;
}

.new em {
    font-style: italic;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.new+.new {
    margin-top: 23px;
}

.new time {
    display: block;
}

.new+a {
    font: italic 14px/24px 'Sanchez', serif;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    text-decoration: underline;
}

.new+a:hover {
    color: #fc4b50;
}

.inst {
    overflow: hidden;
    position: relative;
    padding-top: 8px;
}

.inst iframe {
    overflow: hidden;
    height: 260px;
    width: 100%;
}

#slideshow img {
    height: auto !important;
}

.gallery {
    padding-top: 8px;
    overflow: hidden;
    margin: 0 -3px;
}

a.gal {
    display: block;
    float: left;
    margin: 0 3px 4px;
    background: url(../images/magnify.png) center center no-repeat #fc4b50;
}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

.bq1-mod {
    margin-top: 18px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 26px;
    margin-bottom: 19px;
}

.photobox {
    text-align: center;
    background-color: #f5f5f5;
}


.photobox  .capt {
    font: italic 18px/30px 'Sanchez', serif;
    color: #000;
    padding: 17px 0 19px;
}

.block2 {
    padding: 0 150px 20px;
    padding-top: 29px;
    text-align: center;
}


.block2 .text1 {
    margin-bottom: 19px;
    font-style: normal;
}

.bq2  {
    padding-top: 13px;
}

.bq2 img {
    border-radius: 500px;
    top: 50%;
    margin-top: -46px;
    position: absolute;
    left: 23px;
}

.bq2 p {
    margin-bottom: 0;
    text-indent: -10px;
    font: italic 18px/24px 'Sanchez', serif;
    position: relative;
    background-color: #f5f5f5;
    padding-left: 128px;
    padding: 29px 6px 34px 126px;
    color: #000;
}

.bq2 .col1 {
    position: relative;
    padding-left: 45px;
    padding-top: 42px;
}

.bq2 .col1:after  {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
    left: 85px;
    top: 0;
}

.block3 {
    margin-top: 7px;
    padding-right: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.block3 img {
    margin-right: 30px;
    float: left;
}

.block3  .text1 {
    padding-top: 12px;
}

.deal {
    margin-top: 7px;
    padding-right: 30px;
    overflow: hidden;
    margin-bottom: 28px;
    background-color: #f5f5f5;
}

.deal .text1 {
    padding-top: 12px;
}

.deal img {
    margin-right: 30px;
    float: left;
}


.deal .price {
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    padding-top: 9px;
}
.deal .price span {
    margin-left: 12px;
    position: relative;
    top: 1px;
    font: italic 18px/30px 'Sanchez', serif;
}

.deal.dl1 {
    position: relative;
    top: 7px;
    margin-bottom: 38px;
}

.deal.dl1 .text1 {
    margin-bottom: 3px;
    padding-top: 54px;
}

.deal.dl1  img {
    margin-right: 35px;
}


.deal.dl1 .price {
    padding-top: 22px;
}

.prv strong {
    font-weight: 600;
}

.instagram {
    padding-top: 8px;
}

/**Map**/

.col1 {
    color: #fc4b50;
}

.col1 a:hover, a.col1:hover {
    color: #000;
}

.col2 {
    color: #000;
}

.td {
    text-decoration: underline;
}

.map {
    padding-bottom: 38px;
    overflow: hidden;
    position: relative;
}

.map figure {
    padding-top: 7px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map  strong {
    font-weight: 600;
}

.map figure iframe {
    width: 100%;
    height: 472px;
    max-width: 100%;
}
.map address {
    padding-top: 1px;
    display: block;
    padding-top: 22px;
}

.map address dt {
}

.map address+address {
    margin-top: 12px;
}

 address dd span {
    min-width: 78px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    color: #fff;
    display: block;
    padding: 17px 0 25px;
    text-align: center;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1240px) {
    .main {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    header h1 {
        margin-left: 0;
    }

    .menu_block {
        margin-right: 0 !important;
    }

    .bq1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1199px) {
   
    .extra_wrapper {
        overflow: visible;
    } 

    a.gal {
        width: 107px;
    }

    a.gal>img {
        width: 100%;
    }

    .banner img {
        float: none;
        width: 100%;
    }

    .banner {
        padding-bottom: 40px;
    }

    .block3 {
        padding: 20px;
    }

    .block3 img {
        margin-bottom: 25px;
    }

    .deal {
        padding: 20px;
    }


    .deal img {
        margin-bottom: 0;
        margin-right: 0;
        float: none;
        width: 100%;
    }


}

@media only screen and (max-width: 979px) {

.map address+address {
    float: left;
}
 .map figure,  
 .map figure iframe,  
 #form input,  
 #form textarea,  
 #form .success {
    width: 100% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

header .socials {
    float: none;
    overflow: hidden;
    padding-top: 0;
    clear: both;
    margin-bottom: 50px;
}

a.gal {
    width: 82px;
}


}

@media only screen and (max-width: 767px) {

.fright {
    float: none !important;
}

.block3 img {
    width: 100%;
}

.photobox img{
    width: 100%;
}

.photobox {
    margin-bottom: 25px;
}

.caption {
    display: none;
}

.box1 {
    margin-bottom: 25px;
}

.consult {
    float: none;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

a.gal {
    width: 200px;
}

.ver:after {
    display: none;
}

.page1 .text2 {
    padding-top: 40px;
}

.box img {
    width: 100%;
}

h2 {
    font-size: 24px;
}

.block2 {
    padding-left: 10px;
    padding-right: 10px;
}

}


@media only screen and (max-width: 479px) {

.socials {
    overflow: hidden;
    float: none;
    margin-bottom: 20px;
}

.h_phone > span {
    font-size: 24px;
}

.gallery {
    margin: 0;
}

a.gal {
    width: 100%;
    margin: 0 0 30px;
}

}
