@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.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:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Pacifico);

html {
	width: 100%;

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

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

body {
	position: relative;
	min-width: 960px;
	background: #10373d;
    color: #000000;
    font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

body>div.bg1 {
    background: url(../images/cont_texture.png) 0 0 repeat;
}

body>div.bg1>div {
    background: url(../images/top_shadow.png) 0 0 repeat-x;
}

body.page1>div.bg1>div>div {
    position: relative;
    background: url(../images/page1_img.png) center 144px repeat-x;
}

body>div.bg1>div>div {
    position: relative;
}

body>div.bg1>div>div:after {
    background-color: #10373d;
    content: '';
    position: absolute;
    display: block;
    height: 86px;
    bottom: 0;
    left: 0;
    right: 0;
}

body.page1>div.bg1>div>div:after {
    height: 111px;
}

	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

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


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: normal;
}

h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #232323;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 65px;
    background: url(../images/h3_bg.png) center 35px no-repeat;
}

.page1 h3 {
    padding-top: 66px;
    background-position: center 34px;
    margin-bottom: 20px;
}

h3 .upp {
    display: block;
}

h7 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #2c595f;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 5px;
    background: url(../images/h3_bg.png) center 35px no-repeat;
}

/****Lists****/


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

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

ul.list li {
    color: #5fa3ad;
    text-transform: uppercase;
    font: bold 12px/16px 'Open Sans', sans-serif;
    padding-left: 15px;
    letter-spacing: 0.8px;
    background: url(../images/marker.png) 0 3px no-repeat;
}

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

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

a.btn {
    font: bold 12px/16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5fa3ad;
    display: inline-block;
    margin-top: 22px;
}

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

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



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

}


.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;
	display: block;
    padding-bottom: 50px;
    background: url(../images/top_bg.gif) 0 0 repeat-x;
}

.page1 header {
    padding-bottom: 640px;
}

header h1 {
	position: relative;
    padding-top: 33px;
	text-align: center;

}

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

.col1 {
    color: #e7e0c0 !important;
}

.event {
    transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    height: 187px;
    z-index: 30;

    color: #fff;
    text-shadow: 1px 2px #487a82;
    font: bold 14px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 0 30px;
    letter-spacing: 2px;
    background: url(../images/bg1.png) 0 0 repeat;
}

.event .title {
    text-transform: none;
    margin-bottom: 8px;
    font-size: 30px;
    padding-top: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    text-shadow: 0 2px #45777f;
    transition:  0.5s ease;
    -o-transition:  0.5s ease;
    -webkit-transition:  0.5s ease;
}

.event .title span {
    text-shadow: none;
    color: #244e54;
}

.event .st1 {
    padding-top: 3px;
}

.event .st1 .col1 {
    padding-top: 8px;
}

.st2.col1 {
    margin-top: 0 !important;
    text-shadow: 1px 2px #274e55 !important;
}

.event  .st2 {
    letter-spacing: 1px;
    text-shadow: none;
    margin-top: -2px;
    color: #244e54;
    font-size: 24px;
    line-height: 26px;
}

.st3 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
}

.banner {
    width: 25%;
    position: relative;
    float: left;
    z-index: 30;
}

.banner>span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    opacity: 0;
    position: absolute;
    background: url(../images/bord_img.png) right bottom repeat #5fa3ad;

}

.banner:hover>span {
    opacity: 1;
}

.banner:hover {
    margin-top: -38px;
}

.banner:hover .event .title {
    padding-top: 62px;
}

.banner:hover .event {
    height: 225px;
    
}

.banner>span.left_bord {
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

.banner>span.top_bord {
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
}

.banner>span.bot_bord {
       height: 5px;
    left: 0;
    right: 0;
    bottom: 0; 
}

.banner>span.right_bord {
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

.banner+.banner .event {
    background: url(../images/bg2.png) 0 0 repeat;
}

.banner+.banner+.banner .event {
    background: url(../images/bg1.png) 0 0 repeat;
}

.banner+.banner+.banner+.banner .event {
    background: url(../images/bg2.png) 0 0 repeat;
}

.sign {
    font: 48px/16px  'Pacifico', cursive;
    text-transform: none;
    padding-top: 12px;
    letter-spacing: 0;
    text-shadow: 2px 2px #2f575d;
    margin-left: -4px;
}
/**Content**/

.rel1 {
    z-index: 800;
}

.page1_block {
    position: relative;
    padding-top: 5px;
    background: url(../images/bord_img.png) 0 -10px repeat-x #64a1aa;
}

.page1_block:after {
    
    height: 125px;
    top: -125px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}

.content {
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 10px 5px #0b282d;
    background-color: #fff;
	padding-bottom: 80px;

}

.content.pb0 {
    padding-bottom: 0;
}
.page1  .content {
    padding-bottom: 0px;
    position: relative;
    z-index: 20;
}

.pad1 {
    padding-right: 15px;
}

.add1 {
    color: #5fa3ad;
    text-transform: uppercase;
    padding-top: 2px;
    letter-spacing: 1px;
    font: bold 12px/16px 'Open Sans', sans-serif;
}

.add1 a {
    color: #232323;
    text-decoration: underline;
}

.add1 a:hover {
    color: #5fa3ad;
}

.col2 {
    color: #232323;
}

.cont_phone {
    padding-bottom: 35px;
   font: bold 24px/16px 'Open Sans', sans-serif;
   color: #232323;
   padding-top: 70px;
   background: url(../images/anchor.png) center 24px no-repeat;
   text-align: center;
   letter-spacing: 2px;
}

.cont_phone a {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
    color: #232323;
    text-decoration: underline;
    text-transform: uppercase;
}

.cont_phone a:hover {
    color: #5fa3ad;
}

.col3 {
    color: #232323;
}

.hor {
    background: url(../images/bord_img.png) 0 bottom repeat-x #5fa3ad;
    height: 5px;
    margin-top: 40px;    
    margin-bottom: 6px;
}

.pad2 {
    padding-left: 40px;
}

.gallery {
    margin-top: -21px;
}

.box {
    width: 246px;
    float: left;
    margin: 21px 21px 0 0px;
}

.box_bot {
    padding: 11px 15px 15px;
    background-color: #ecf4f5;
}

.post {
    overflow: hidden;
}

.post+.post {
    margin-top: 26px;
}

.st1 h3 {
    margin-bottom: 20px;
}

.st1 .list {
    padding-top: 8px;
}

.st1 .fleft {
    margin-top: 4px;
}

a.gal {
    display: block;
    width: 100%;
    background: url(../images/magnify.png) center center no-repeat #10373d;
}

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

/**Map**/

.map {
    overflow: hidden;
    padding-top: 3px;
    position: relative;
    position: relative;
}
 

.map figure {

    position: relative;
	display: block;
    margin-bottom: 25px;
	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: 344px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.link-1{
    color: #5fa3ad;
}

a.link-1:hover {
    color: #232323;
}



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

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

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


/**Footer**/
footer {
    text-transform: uppercase;
	display: block;
    padding-top: 24px;
    padding-bottom: 47px;
    color: #3e5d62;
    text-align: center;
    letter-spacing: 1px;
    font: bold 12px/16px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.copy {
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    padding-top: 4px;
}


a.f_logo {
    display: inline-block;
}


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

.event .title span {
    display: block;
}

.event .title, .event .st2 {
    font-size: 16px;
    line-height: 20px;
}

.event  {
    font-size: 10px !important;
    line-height: 16px !important;
}

.box {
    width: 207px;
    margin-left: 10px;
    margin-right: 10px;
}

.gallery {
    padding: 0 30px !important;
}

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

.gallery {
    padding: 0 !important;
}

.box  {
    margin-right: 0;
    float: none;
    width: auto;
}

.box img {
    width: 100%;
}

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

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


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}

#owl img {
    width: 100%;
}

a.banner {
    width: 50%;
}

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

.content {
    padding-left: 10px;
    padding-right: 10px;
}

#owl {
    margin-left: -10px;
    margin-right: -10px;
}

.st3 {
    display: none;
}

.st2 {
    font-size: 12px !important;
}

.sign {
    font-size: 30px !important;
}

.page1_block:after {
    background-position: 0 bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.pad2 {
    padding-left: 0;
}

ul.list {
    margin-bottom: 30px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    max-width: 100%;
}

.add1 {
    margin-top: 20px;
}

}

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




}
