/**/

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/*       'Open Sans', sans-serif     */

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/font-awesome.css";
input {
    outline: none !important;
    border-radius: 0 !important;
}

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    font: 8px/16px Arial, Helvetica, sans-serif;
    color: #5f5e4e;
    background-color: #d7d7b1;
    position: relative;
    min-width: 960px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    color: #009fb3;
}

h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #5f5e4e;
    padding-top: 98px;
    margin-bottom: 49px;
}

.page1 h3 {
    text-align: center;
    padding-top: 97px;
    margin-bottom: 138px;
}

h3.head1 {
    text-align: center;
    padding-top: 91px;
    margin-bottom: 136px;
}

h3.head2 {
    text-align: center;
    padding-top: 96px;
    margin-bottom: 47px;
}

h3.head3 {
    font-size: 36px;
    padding-top: 93px;
    margin-bottom: 42px;
}

ul.list+h3.head3 {
    padding-top: 40px;
}

p {
    margin-bottom: 4px;
    font-size: 14px;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

ul {
    padding: 0;
    /* margin: 0; */
    list-style: none;
}

ul.list {
    padding-top: 3px;
}

ul.list li {
    padding-left: 33px;
    background: url(../images/marker.png) 0 6px no-repeat;
}

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;
    font-size: 14px;
    font-weight: bold;
}

a:hover {
    color: #d9c381;
}


/*preclass*/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.mb1 {
    margin-bottom: 25px !important;
}

.ind1 {
    margin-top: 11px;
}

.pad0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.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: 19px;
    position: relative;
}

.fleft {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.page1 .fleft {
    margin-top: 1px;
    margin-right: 22px;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
    overflow: hidden;
}

.wrapper,
.extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}


/*header*/

header {
    display: block;
    position: relative;
    z-index: 999;
    padding: 10px 0 10px;
}

h1 {
    float: none;
    z-index: 999;
    font-size: 0;
    text-align: center;
    line-height: 0;
    margin-bottom: 10px;
}

h1 a {
    display: inline-block;
    overflow: hidden;
    width: 424px;
    height: 126px;
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

h1 a img {
    display: block;
}


/*Content*/

.content {
    background-color: #fff;
    padding-bottom: 50px;
}

.col1 {
    color: #b39f63;
}

.col1 span a {
    color: #000;
}

.col1 span a:hover {
    color: inherit;
}

a.col1:hover,
.col1>a:hover {
    color: #000;
}

.pad1 {
    padding-right: 40px;
}

.nav {
    font-size: 0;
    text-align: center;
    line-height: 0;
}

.nav a {
    font-size: 22px;
}

.nav {
    top: 0;
    padding: 8px;
    background-color: #c1dde2;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.nav li {
    margin: 0 11px;
    display: inline-block;
    font: 18px/20px 'Open Sans', sans-serif;
    padding: 10px;
}

.nav li.selected {
    color: #dfbd57;
}

.col2 {
    color: #d9c381;
    font-size: 18px;
    font-weight: bold;
}

.col3 {
    color: #5f5e4e;
}

.pret {
    color: red;
    font-size: 25px;
    font-weight: bold;
}

.tab-content:after {
    clear: both;
}

.col3 area:hover {
    color: #d9c381;
}

.div-tabs {
    text-align: center;
}

.div-tabs .clear {}

.div-tabs a.gal {
    margin-top: 52px;
    margin-bottom: 23px;
}

.div-tabs a.gal img {
    border: 1px solid #f7f8ed;
    border-radius: 500px;
}


/************Footer***********/

footer {
    padding: 10px 0 10px;
    display: block;
    color: #85846d;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

footer a:hover {
    color: #5f5e4e;
}

.f_logo {
    display: inline-block;
    margin-bottom: 28px;
}

.copy {
    padding-top: 31px;
    margin: 0 7px;
    border-top: 1px solid #5f5e4e;
}

#toTop {
    background: url("../images/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 55px;
    width: 55px;
    left: 58%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 20;
}

#toTop:hover {
    background-position: right 0;
    outline: medium none;
}