@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
html {
	width: 100%;

}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    color: #868584;
    background: url(../images/bg_body.png) 0 0 repeat #1e1e1e;
    font: 14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
    margin-bottom: 35px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #171717;
    font-weight: bold;
}

h2 {
    font-size: 70px;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px #606941;
    margin-bottom: 16px;
}

h3 {
    font-size: 70px;
    line-height: 62px;
    text-transform: uppercase;
    position: relative;
    padding-top: 3px;
    margin-top: 119px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

h3:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/head_bg.png) 0 0 repeat-x;
}

h3:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/head_bg.png) 0 0 repeat-x;
}

.page1 h3 {
    margin-top: 46px;
    margin-bottom: 19px;
}

.page1 h3.head1 {
    margin-top: 22px;
    margin-bottom: 15px;
}

h3.head1 {
    margin-top: 40px;
}

h3.head2 {
    margin-top: 36px;
}

/****Lists****/


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

ul.list {
    padding-top: 6px;
}

ul.list li {
    padding-left: 14px;
    background: url(../images/marker.png) 0 5px no-repeat;
}

ul.list li a:hover {
}

ul.list  li+li {
    margin-top: 12px;
}

/****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: #52bcec;
}


h3 a.btn {
    float: right;
    margin-top: 7px !important;
}

a.btn {
    font: bold 30px/40px 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 55px 7px;
    display: inline-block;
    background: url(../images/bg_body.png) 0 -150px repeat-x #52bcec;
    border-radius: 17px;
    text-shadow: 0 -1px #4093b8;
    margin-top: 26px;
}

.page1 a.btn {
    margin-top: 0;
}

a.btn:hover {
    text-shadow: none;
    color: #fff;
    background-color: transparent;
    background-position: 0 0;
}


a.btn.bt1 {
    margin-top: 26px;
    padding-left: 66px;
    padding-right: 65px;
}

a.btn.db {
    padding-right: 64px;

}

/****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: 18px;
	margin-top: 4px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-top: 4px;

}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase !important;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
    box-shadow: 0 1px 1px #c5c4c2;
	display: block;
    position: relative;
    padding-top: 15px;
    z-index: 999;
    padding-bottom: 65px;
    background: url(../images/head_bot.png) 0 bottom repeat-x;
}

.page1 header {
    box-shadow: none;
}

header h1 {
	text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -58px;
}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  300px;
    height: 108px;
	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;
}

.autor {
    float: right;
    margin-top: -1px;
}

.autor a {
    display: inline-block;
    color: #52bcec;
    padding-top: 2px;
    background: url(../images/autor1.png) 0 0 no-repeat;
    padding-left: 25px;
}

.autor a:hover {
    color: #fff;
}

.autor a +a {
    background-image: url(../images/autor2.png);
    padding-left: 22px;
    margin-left: 20px;
}

.icons {
    font-size: 0;
    left: 0;
    padding: 19px 0 24px;
    text-align: center;
}

.icons a {
    display: inline-block;
}

.icons a+a {
    margin-left: 19px;
}

.slogan {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #52bcec;
    font: bold 40px/51px 'Yanone Kaffeesatz', sans-serif;
    padding: 2px 0 6px;
}

.slogan a:hover {
    color: #fff;
    text-decoration: none;
}

.slogan a {
    text-decoration: underline;
}

/**Content**/
.content {
    padding-bottom: 62px;
    background-color: #fffefb;

}

.page1  .content {
    padding-bottom: 47px;
}

.banner {
    margin-bottom: 21px;
    display: block;
    position: relative;
}

.banner:hover img {
    opacity: 0.5;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner .ban {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    right: 0;
}

.ban .title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.ban1 .title {
    padding-top: 10px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding-bottom: 8px;
}

.ban1 span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}

.ban1 * {
    position: relative;
    z-index: 5;
}

.ban1 {
    position: relative;
    padding-left: 21px;
    padding-bottom: 13px;
}

.ban2 {
    padding-bottom: 11px;
    padding-left: 21px;
    background: url(../images/ban1.png) 0 0 repeat;
}

.ban2 .title {
    padding-top: 6px;
    font-size: 40px;
    line-height: 48px;
    text-shadow: 1px 1px #43647e;
    font-weight: bold;
    padding-bottom: 6px;
    padding-left: 3px;
    letter-spacing: 1px;
}

.ban strong {
    font-weight: normal;
    text-shadow: 1px 1px #43647e;
}

.pay {
    margin-bottom: 18px;
    margin-left: -17px;
    overflow: hidden;
    margin-top: -15px;
}

.pay a {
    margin-top: 17px;
    display: block;
    float: left;
    margin-left: 16px;
}

.tabs {
    padding-top: 21px;
}

.nav  {
    position: relative;
    z-index: 800;
}

.nav li {
    position: relative;
    top: 1px;
    float: left;
    position: relative;
}

.nav li.selected {
    background-color: #fffefb;
}

.nav li.selected a {
    color: #171717;
}

.nav li a:hover {
    color: #171717;
}

.nav li.selected:after {
    background: url(../images/ver_sep.png) 0 0 repeat-y;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

.nav li.selected:before {
    right: 0;
      background: url(../images/ver_sep.png) 0 0 repeat-y;
    width: 2px;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.nav li.selected a {
    background: url(../images/head_bg.png) 0 0 repeat-x #fffefb;
}

.nav li a {
    font: 300 30px/40px 'Yanone Kaffeesatz', sans-serif;
    color: #52bcec;
    display: block;
    padding: 18px 22px 15px 30px;
}

.div-tabs  {
    position: relative;
    background: url(../images/head_bg.png) 0 0 repeat-x;
}

.div-tabs span {
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    height: 1px;
    background: url(../images/head_bg.png) 0 0 repeat-x;
}

.div-tabs img {
    float: left;
    position: absolute;
    left: 2px;
    top: 1px;
    margin-right: 15px;
}

.tab-content {
    background: url(../images/ver_sep.png) right 0 repeat-y;
}

.div-tabs ul li {
    padding-bottom: 5px;
    padding-left: 73px;
    position: relative;
    overflow: hidden;
}

.div-tabs ul li+li {
    margin-top: 20px;
}

.div-tabs ul {
    padding-bottom: 27px;
    padding-top: 21px;
    padding-left: 14px;
    background: url(../images/ver_sep.png) 0 6px repeat-y;
}

.div-tabs ul .col1 {
    padding-bottom: 3px;
}

.text1 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #171717;
    margin-bottom: 19px;
}

.tx1 {
    margin-bottom: 1px;
}

.block1 {
    overflow: hidden;
}

.block1+.block1 {
    margin-top: 37px;
}

.block1 .text1 {
    margin-bottom: 1px;
}

.block1 a.btn {
    padding-right: 60px;
    margin-top: 30px;
}

.col2 {
    color: #171717;
}

#table1 {
    margin-bottom: 30px;
    margin-top: 33px;
    width: 100%;
    background-color: #ffffff;
}

#table1 td {
    border: 1px solid #dddddd;
}


#table1 thead {
    background-color: #171717;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

#table1 thead  td {
    border: none;
    padding: 15px 0 11px;
}

#table1 tbody td {
    padding: 13px 0px 5px 30px;
}

#table1 tbody td:first-child {
    padding-right: 20px;
}

.stars {
    text-align: center;
    position: relative;
    left: -20px;
    top: -3px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0;
    line-height: 0;
}

.stars span {  
    display: inline-block;
    width: 24px;
    height: 23px;
    background: url(../images/stars.png) 0 0 no-repeat;
}

.stars span+span {
    margin-left: 6px;
}

.stars span.half {
    background-position: right 0;
}

#tb1 {
    margin-top: 97px;
}

#tb1 .nav  li+li {
    margin-left: -2px;
}


#tb1  .nav li+li a {
    padding-left: 24px;
    padding-right: 23px;
}

#tb1 .nav   li+li+li a {
    padding-left: 26px;
}


#tb1  .nav li a {
    padding-top: 19px;
    padding-bottom: 14px;
}


#tb1 .text1 {
    margin-bottom: 14px;
    text-transform: none;
}

#tb1 .nav li:after, #tb1 .nav li:before {
    background: url(../images/ver_sep.png) 0 0 repeat-y;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

#tb1 .nav li:before {
    left: auto;
    right: 0;
}

#tb1 .nav li a {
    background: url(../images/head_bg.png) 0 0 repeat-x;
}


.tab_inner {
    padding-right: 15px;
    padding-left: 26px;
    padding-top: 18px;
    padding-bottom: 34px;
    background: url(../images/ver_sep.png) 0 0 repeat-y;
}

.col1 {
    color: #52bcec;
}

a.btn.bt2 {
    padding-left: 65px;
    padding-right: 44px;
    margin-top: 27px;
}

.blog {
    overflow: hidden;
}

.blog+.blog {
    margin-top: 34px;
}

.blog .text1 {
    margin-bottom: 9px;
}

.blog .links {
    margin-bottom: 23px;
}

.blog a.btn {
    margin-top: 29px;
}

.blog .links a {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.blog .links a:after {
    content: '';
    background-color: #cfcecc;
    height: 14px;
    width: 1px;
    top: 2px;
    left: -14px; 
    position: absolute;
}

.blog .fa {
    color: #f4997f;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
}

/**Map**/

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

.map figure {
    padding-top: 4px;
    margin-right: 24px;
    position: relative;
	display: block;
    float: left;
	width: 595px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
    width: 595px;
	height: 405px;
	max-width: 100%;
}

.map address {
    float: left;
	display: block;
}

.map address dt {
    margin-bottom: 18px;
}

.map p {
    margin-bottom: 22px;
}

.link-1{
    color: #dc0c0c;
    font-weight: bold;
}

a.col1:hover {
    color: #171717;
}

 address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}

.socials {
    padding-top: 16px;
    margin-bottom: 18px;
    font-size: 0;
    line-height: 0;
}

.socials a {
    display: inline-block;
    position: relative;
    top: 1px;
}

.socials a:hover {
    opacity: 0.5;
}

.socials a+a {
    margin-left: 3px;
    margin-right: 1px;
    top: 0;
}

.socials a+a+a {
    margin-right: 0;
}

.copy {
    padding-top: 7px;
    text-align: center;
    color: #fff;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    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: 1024px) {

    #tb1 .nav  li + li a {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .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;
}
 .extra_wrapper {
 overflow: visible;
}

a.btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.caption p {
    display: none;
}

.caption {
    width: 374px;
    margin-right: -374px;
    margin-top: -50px;
}

.camera_pag {
    margin-right: -374px;
}

h2 {
    font-size: 50px;
}

.nav li a {
    padding-left: 15px;
    padding-right: 15px;
}

#tb1 .nav li {
    float: none;
    margin-left: 0 !important;
}

h3 {
    font-size: 50px;
}

.blog .extra_wrapper {
    overflow: hidden;
}

}

@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.camera_pag {
    margin-right: -200px;
}

.autor {
    float: none;
    margin-bottom: 25px;
}

.banner img {
    width: 100%;
}

a.gal img {
    width: 100%;
}

h3 a.btn {
    margin-top: 100px !important;
    margin-bottom: 30px !important;
}


.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}



.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto !important;
 height: auto;
 width: 300px !important;
}
 header h1 a img {
    width: 300px;
}

 .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;
}

#search input {
    width: 290px;
}

.banners li {
    float: none;
    width: auto;
}

#search .title {
    padding-bottom: 22px;
}

#search input {
    width: 260px;
}

.ord li {
    width: auto !important;
    float: none;
}

.block1 .grid_3, .block1 .grid_4 {
    width: 400px !important;
    margin-left: 10px !important;
}

#owl1 {
    margin-top: 0;
}

#owl1 img {
    width: 100%;
}

.caption {
    display: none;
}

.banners li+li:after {
    display: none;
}

#table1 tbody td {
    text-align: center !important;
    padding-left: 0;
    padding-right: 0 !important;
}

.stars span {
    display: block;
    margin: 0 auto !important;
}

.stars span+span {
}

.stars {
    text-align: center;
    left: 0;
}

.blog .links a {
    margin-left: 20px;
}

.blog .links a:after {
    display: none;
}

}


@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

#table1 {
    font-size: 12px;
}

#table1 thead {
    font-size: 16px;
}

#owl {
    margin-top: 0;
}

.nav li a {
    font-size: 22px;
}

.camera_pag {
    margin-right: -140px;
}


h3 a.btn {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

}
