@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);


html {
	width: 100%;

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

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

body {
	position: relative;
	min-width: 960px;
    background-color: #2a2924;
    color: #9b9b9b;
    font: 14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
    margin-bottom: 22px;
}

.p2 {
    margin-bottom: 16px;
}

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


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #252525;
    font-weight: normal;
}

h2 span{
    display: block;
    margin-bottom: 9px;
    font: bold 60px/50px  'Open Sans', sans-serif;
}

h2 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

h3 {
    color: #333333;
    font-size: 30px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 6px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 59px;
    margin-bottom: 17px;
}

.page1 h3 {
    padding-top: 47px;
    margin-bottom: 20px;
}

h3.head1 {
    padding-top: 44px;
}

h3.head2 {
    padding-top: 51px;
}

.page1 h3.head1 {
    padding-top: 54px;
}


.page1 h3.head2 {
    padding-top: 61px;
    margin-bottom: 31px;
}

h3 img {
    position: relative;
    top: -3px;
}

/****Lists****/


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

ul.list {
    margin-top: -3px;
}

ul.list .count {
    float: left;
    display: block;
    width: 42px;
    font: bold 34px/52px 'Open Sans', sans-serif;
    color: #2a2924;
}


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

ul.list1 li {
    padding-left: 22px;
    background: url(../images/marker.png) 0 3px no-repeat;

}

ul.list1 li+li {
    margin-top: 8px;
}

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

a.btn {
	display: inline-block;
	margin-top: 12px;
	color: #C90;
	text-decoration: underline;
}

a.btn:hover {
    color: #333333;
}

/****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: 11px;
	margin-top: 3px;
    border-radius: 6px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 3px;
}

.page1 .fleft {
    margin-top: 3px;
}


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

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


header {
	display: block;
    position: relative;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,2,0.38);

}



header h1 {
    position: absolute;
    left: 10px;
    top: 0;
	text-align: center;

}


header h1 a {
    box-shadow: 0 2px 3px rgba(0,0,2,0.38);
    border-radius: 0 0 8px 8px;
	display: inline-block;
	width: 138px;
    height: 105px;
    position: relative;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
    border-radius: 0 0 8px 8px;
}

header h1:after {
    position: absolute;
    bottom: 18px;
    width: 7px;
    content: '';
    left: -7px;
    background-color: #fff;
    top: 0;
}

header h1 a:before {
    position: absolute;
    bottom: 18px;
    width: 7px;
    content: '';
    right: -7px;
    background-color: #fff;
    top: 0;
}

header h1 a img {
	display: block;
}

.socials {
    float: right;
    padding: 25px 0 24px;
    overflow: hidden;
}

.socials a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a:hover {
    background-position: 0 bottom;
}

.socials a+a {
    margin-left: 6px;
    background-position: -44px 0;
}

.socials a+a:hover {
    background-position: -44px bottom;
}

.socials a+a+a:hover {
    background-position: right bottom;
}


.socials a+a+a {
    background-position: right 0;
}

.socials a:hover {
    background-position-y: bottom;
}

.links {
	text-align: center;
	background-color: #C90;
}


.links ul li {
    padding: 28px 0 29px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.links ul li+li:after {
    background-color: #8c912a;
    width: 1px;
    content: '';
    top: 0;
    left: -20px;
    bottom: 0;
    position: absolute;
    display: block;
}

.links a:hover {
    color: #2a2924;
}

.links ul li a {
    position: relative;
    margin: 0 50px 0 74px;
    font: bold 16px/18px 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.links ul li a:hover {
    color: #2a2924;
}

.links ul li a:hover:after {
    background-position: 0 bottom;
}

.links ul li+li a:after {
    background: url(../images/icon2.png) 0 0 no-repeat;
    height: 29px;
    top: -4px;
}

.links ul li+li+li a:after {
    background: url(../images/icon3.png) 0 0 no-repeat;
    height: 33px;
    top: -7px;
    width: 33px;
    left: -39px;
}

.links ul li+li+li+li a:after {
    background: url(../images/icon4.png) 0 0 no-repeat;
    height: 25px;
    top: 0px;
    width: 25px;
    left: -39px;
}


.links ul li a:after {
    position: absolute;
    content: '';
    background: url(../images/icon1.png) 0 0 no-repeat;
    width: 28px;
    height: 26px;
    left: -36px;
    top: -3px;
}
/**Content**/

.content {
    padding-bottom: 72px;
    background-color: #fffefb;

}
.page1  .content {

    padding-bottom: 72px;
}

.text1 {
	text-transform: uppercase;
	color: #C90;
	margin-bottom: 4px;
	font: bold 16px/19px 'Open Sans', sans-serif;
}

.page1 .text1 {
    margin-bottom: 5px;
    line-height: 17px;
}

a.gal {
    display: block;
    position: relative;

}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 4px;
    box-shadow: 0 0 0 #fff;
}

a.gal span {
    position: absolute;
    background: url(../images/magnify.png) center -100px no-repeat;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover img {
    opacity: 0.6;
}

a.gal:hover span {
    background-position: center center;
}

.gallery1 a.gal {
    margin-bottom: 12px;
}

.gallery2 {
    margin-top: -24px;
    margin-left: -20px;
    overflow: hidden;
}

.gallery2 a.gal {
    margin-top: 21px;
    float: left;
    margin-bottom: 0;
    margin-left: 20px;
}

.m1 {
    margin-top: 11px;
}

.col1 {
    color: #b2b935;
}

.cl1 {
    height: 26px;
}

.gallery {
    padding-top: 3px;
    overflow: hidden;
}

.box {
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;

}

.box .box_bot {
    padding: 11px 20px 29px;
}

.gallery .box a.gal {
    margin: -1px -1px 0px -1px;
}

.gallery .box a.gal img {
    width: 100%;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-top: 64px;
    margin-bottom: 5px;
}

.mb1 {
    margin-bottom: 30px;
}

.map figure {
    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 figure iframe {
	width: 100%;
	height: 382px;
	max-width: 100%;
    border-radius: 6px;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 60px;
}

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


.map address dt {

}

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

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

a.link-1 {
    color: #b2b935;
    text-decoration: underline;
}

a.link-1:hover {
    color: inherit;
}

/**Footer**/
footer {
	display: block;
    padding-bottom: 16px;
    color: #9b9b9b;
}

footer a:hover {
    color: #fff;
}

footer .socials {
    overflow: hidden;
    padding-top: 12px;
}

footer .socials a {
    background-image: url(../images/socials1.png);
}

footer .copy strong  {
    color: #000;
}

.copy {
    text-align: left;
    padding-top: 22px;
    border-radius: 12px;
}


#newsletter {
	color: #fbffae;
	padding: 13px 20px 23px;
	position: relative;
	background-color: #C90;
	margin-top: 57px;
	border-radius: 5px;
}

#newsletter .title {
    color: #fff;
    margin-bottom: 17px;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 8px;
}

#newsletter .rel {
    position: relative;
    margin-top: 16px;
    overflow: visible;
}

#newsletter .email {
    width: 100%;
    display: block;
    float: left;
}



#newsletter input {
      border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    border-radius: 5px !important;
    box-shadow: none !important;
    width: 100%;
     color: #c7c7c7;
     font:  14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    height: 37px;
    padding: 9px 72px 10px 9px;
    -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
}

#newsletter a {
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    display: block;
    background-color: #2a2924;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0 9px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;

}

#newsletter a:hover {
    background-position: 0 -40px;
   background-color: #fff; 
   color: #B2B935;
}






#newsletter .error, #form1 .empty {     
    height: 0px !important;
    bottom: 42px;
    width: 100%;
    right: 0;
    text-align: right;
    font-size: 10px;
    line-height: 13px;
    display: block;
    overflow: hidden;
    z-index: 999;
    color: #fff;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
    }

#newsletter label.invalid .error {
    /*display: block;*/
    height: auto !important;

}
 .success {
    width: 100%;
    top: 0px;
    border: 1px solid #ececec;
    z-index: 999;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
    display: none;  
    font-size: 11px;
    height: 37px;
    color: #2A2924;
    background: #fff;
    left: 0px;
    overflow: hidden;
    padding: 0 15px;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;

}

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

.main_bg {
    width: auto;
    margin: 0;
}

.links ul li a {
    margin: 0 30px;
}

.caption {
    padding-left: 70px;
    width: 350px;
    margin-top: -175px;
    height: 350px;
    margin-right: -310px;
}

.caption p {
    display: none;
}

.camera_prev {
    margin-left: -374px;
}

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

#newsletter .title {
    font-size: 22px;
}

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

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

.nowrap {
    white-space: normal;
}


#newsletter .error, #form1 .empty {
    left: -10px;
    width: auto;
    right: -10px;
}

}


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

.cl1 {
    height: 0;
}

.p1 {
    margin-bottom: 22px !important;
}

.m2 {
    margin-bottom: 30px;
}

.pad1 {
    padding-right: 0;
}

a.gal img{
    width: 100%;
}

a.gal {
    margin-top: 30px;
}

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

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


header h1 {
	display: block;
	width: auto;
    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%;

}

#form {
    padding-top: 25px;
}


.img_inner img {
	width: 100%;
}

.btns {
    padding-top: 25px;
    margin-bottom: 15px;
}

footer .socials {
    float: none;
    padding-top: 25px;
}

footer {
    padding-bottom: 30px;
}

.copy {
    padding-top: 0;
}
 header h1 {
 float: none;
 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;
}

.cat .img_inner {
    width: 50% !important;
}

.map address {
    float: left;
}

.map address+address {
    float: left;
    margin-left: 30px !important;
    margin-top: 0;
}

.links li+li:after {
    display: none !important;
}


.caption {
    display: none;
}

.camera_prev {
    margin-left: -210px;
}

.camera_next {
    margin-right: -210px;
}

.success {
    padding: 8px 15px;
}

}

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

.map address+address {
    float: left;
    margin-left: 0px !important;
    margin-top: 20px;
}



.camera_prev {
    margin-left: -145px;
}

.camera_next {
    margin-right: -145px;
}

}
.NEW {
	color: #000;
}
UPPP {
	color: #000;
}
.UPPP {
	color: #000;
}
