@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Kreon:400);
@import url(http://fonts.googleapis.com/css?family=Kreon:300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #8e9ea4;
    color: #000;
    font: 14px/20px 'Open Sans', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #3b3a3a;
    font-weight: normal;
    font-family: 'Kreon', serif;
}


h2 {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
}

h3 {
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 35px;
    padding-top: 25px;
    /*  border-bottom: 1px solid #e8e8e8; */
}

h3 span {
    /*  background-color: #fff; */
    display: inline-block;
    position: relative;
    top: 3px;
}

.page1 h3 {
    padding-top: 70px;
    margin-bottom: 32px;
}

.page1 h3.head1 {
    padding-top: 45px;
}

h3.head1 {
    padding-top: 15px;
}


h3.head2 {
    margin-bottom: 32px;
    padding-top: 30px;
}

.page1 h2 {
    margin-bottom: 28px;
    padding-top: 31px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #ccc;
    padding-top: 68px;
    text-align: center;
    margin-bottom: 40px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
    padding-top: 6px;
}

.list li {
    border-bottom: 0px solid #c5c1bf;
    padding-right: 21px;
    font: italic 300 20px/24px 'Kreon', serif;
}

.list li a {
    position: relative;
    display: block;
    padding: 12px 10px 11px 20px;
}

.list li a:after {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    right: -21px;
    background: url(../images/lisr_after.png) -21px 0 no-repeat;
    width: 21px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.list li a:hover:after {
    background-position: 0 0;
}

.list li:hover {
    border-bottom-color: transparent;
} 

.list li a:hover {
    color: #fff;
    background-color: #941e1e;
}

.list1 {
    padding-top: 1px;
}

.list1 li {
    padding-left: 26px;
    background: url(../images/marker1.png) 0 5px no-repeat;
}

.list1 li+li {
    margin-top: 4px;
}

/****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: #fff;
	}

.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #323232;
    display: inline-block;
    border: 2px solid #941e1e;
    padding: 6px 10px 5px;
    margin-top: 10px;
}

.btn:hover {
    border-color: #fff;
}

.page1 .link1 {
    margin-top: 29px;  
}

.link1 {
    margin-top: 30px;
    position: relative;
    color: #323232;
    display: inline-block;
    padding-right: 24px;
}

.link1:after {
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    font-size: 24px;
    line-height: 20px;
    font-family: 'FontAwesome';
}

.link1:hover {
    color: #941e1e;
}


.list2 li .text1{
    margin-bottom: 5px;
}

.list2 li +li {
    margin-top: 20px;
}

/****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: 27px;
    margin-top: 8px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.page1 .fleft {
    margin-top: 8px;
}


.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*/

header {
    padding: 11px 0 0;
    display: block;
    position: relative;
    /* background-color: #f1f0f0; */
	background-color: #8e9ea4;
    border-bottom: 0px solid #dbdada;
}


header h1 {
    position: relative;
    text-align: center;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 89px;
    height: 107px;
    margin-bottom: 25px;
    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;
}

.main {
    background-color: #8e9ea4;
}
/**Content**/

.content {
    padding-bottom: 91px;
}

.page1 .content {
    padding-bottom: 94px;
}

.block1 .title {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font: 24px/30px 'Kreon', serif;
    color: #941e1e;
    margin-bottom: 19px;
}

.block1:hover .title {
    color: #941e1e;
}

.block1 img {
    margin-bottom: 20px;
}

.text1 {
    font: 20px/24px 'Kreon', serif;
    font-style: italic;
    margin-bottom: 10px;
}

.text1.tx__1 {
    margin-bottom: 29px;
}

.page1 .text1 {
    margin-bottom: 29px;
}

.cl1 {
    height: 34px;
}

.various {
    position: relative;
    top: 8px;
    display: block;
    color: #252525;
    border: 1px solid #7f7f7f;
}

.various:hover {
    color: #fff;
}

.various span {
    padding: 3px 100px 3px 38px;
    background-color: #647c86;
    display: block;
    position: relative;
}

.various span:after {
    color: #000;
    right: 15px;
    bottom: 6px;
    position: absolute;
    content: '';
    font-size: 24px;
    line-height: 20px;
    font-family: 'FontAwesome';
}

.various+.various {
    margin-top: 41px;
}

.various img {
    width: 100%;
}

.icon {
    padding-top: 8px;
    display: block;
    position: relative;
    padding-left: 54px;
}

.icon:after {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
    background: url(../images/icon1.png) 0 bottom no-repeat #464646;
}

.icon:hover:after {
    background-position: 0 0;
    background-color: #941e1e;
}

.icon:hover {
    color: #464646;
}

.icon+.icon {
    margin-top: 22px;
}

.icon+.icon +.icon {
    margin-top: 19px;
}

.icon+.icon:after {
    background-image: url(../images/icon2.png);
}

.icon+.icon+.icon:after {
    background-image: url(../images/icon3.png);
}

.bottom_block {
    color: #999;
    padding-bottom: 74px;
    background-color: #151515;
}

.pad1 {
    padding-left: 40px;
    padding-right: 25px;
}


.pad1.pl1 {
    padding-left: 34px;
}

.bottom_block .bot_ul li+li {
    margin-top: 10px;
}

.bottom_block .bot_ul {
    margin-left: -14px;
}

.bottom_block .bot_ul li {
    background: url(../images/marker.png) 0 8px no-repeat;
    padding-left: 14px;
}

.add1 {
    padding-top: 20px;
}

.ver {
    position: relative;
}

.ver:after {
    width: 1px;
    top: 74px;
    background-color: #5c5c5c;
    content: '';
    bottom: 0;
    position: absolute;
}

.socials {
    overflow: hidden;
    padding-top: 17px;
}

.socials a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #941e1e;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
}

.socials a +a {
    margin-left: 9px;
}

.socials a:hover {
    background-color: #f1f0f0;
    color: #323232;
}

.block2  {
    padding-top: 20px;
}

.block2 .fa {
    margin-bottom: 18px;
    display: block;
    width: 96px;
    height: 91px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    line-height: 91px;
    background-color: #464646;
}

.block2 .fa.fa-film {
    font-size: 42px;
}

.gallery {
    overflow: hidden;
    padding-top: 40px;
}

.gallery .clear {
    height: 37px;
}

a.gal {
    background: url(../images/magnify.png) center center no-repeat #941e1e;
    display: block;
    margin-bottom: 25px;
}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

.alleft {
    text-align: left;
}

.box {
    font-weight: 600px;
    color: #fff;
    text-align: right;
    background-color: #647c86;
    margin-top: 77px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.box img {
    width: 100%;
}

.box ul {
    top: -26px;
    left: 14px;
    position: absolute;
}

.box ul li {
    cursor: pointer;
    border: 3px solid #fff;
    float: left;
    background-color: #fff;
}

.box img {
    
     transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.box ul li:hover img {
    opacity: 0.5;
}

.thumb img {
    display: block;
    
}


.box ul li+li {
    margin-left: 12px;
}

.box_bot {
    padding: 14px 32px 13px;
    position: relative;
}

.box .fa {
    position: relative;
    top: 1px;
    font-size: 24px;
    color: #000;
    margin-left: 6px;
    line-height: 20px;
}

.cl2 {
    height: 26px;
}

.gallery1 {
    padding-top: 40px;
    overflow: hidden;
}

.gallery1 a.gal {
    margin-bottom: 21px;
}

/**Map**/

.color1 {
    color: #000;
}

.color1 a:hover, a.color1:hover {
    color: #000;
}

.color2 {
    color: #000;
}

.color3 {
    color: #3b3a3a;
}

.td_und {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
}


.map figure {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 28px;
    -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: 525px;
    max-width: 100%;
}
.map address {
    padding-top: 30px;
    display: block;
}

.map address dt {
    color: #3b3a3a;
    font-weight: bold;
    margin-bottom: 20px;
}

.map address+address {
    margin-top: 23px;
}

 address dd span {
    min-width: 84px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}


/* Sortable tables */
table.sortable thead {
    background-color:#dcdcdc;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

table.sortable tbody tr:nth-child(2n) td {
  background: #b2cbd5;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #ccfffff;
}


/**Footer**/

footer {
    text-align: center;
    display: block;
    color: #151515;
    padding: 15px 0 15px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    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: 1199px) {
   
    .extra_wrapper {
        overflow: visible;
    } 

    .caption {
        padding-top: 36px;
    }

    #newsletter {
        padding-right: 0;
    }

    .box ul {
        padding-top: 20px;
        overflow: hidden;
        position: static;
    }

     .box_bot {
        text-align: center !important;
     }
}

@media only screen and (max-width: 979px) {

    .box_bot {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bottom_block .bot_ul {
        margin-left: 0;
    }


  .caption p {
    display: none;
  }

  .caption br {
    display: none;
  }

  .various span {
    padding: 3px 45px 3px 19px;
  }

.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;
}

.pad1 {
    padding: 0 0 0 15px !important;
}
}

@media only screen and (max-width: 767px) {

 #newsletter {
        margin: 0;
    }

.gallery .clear {
    height: 0;
}

.gallery a.gal {
    margin-top: 35px;
}

.caption {
    display: none;
}

.list {
    margin-bottom: 30px;
}

.car_div {
    padding-right: 20px;
    padding-left: 20px;
}

.ver:after {
    display: none;
}

.pad1 {
    padding: 0 !important;
}

.block1 {
    margin-bottom: 30px;
}



.block1 img {
    width: 100%;
}

.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;
}

}


@media only screen and (max-width: 479px) {

}


	
/* --------- COLLAPSIBLE PANELS ----------*/
 
.expandable-panel {
    width:100%;
    position:relative;
    min-height:40px;
    overflow:auto;
    margin-bottom: 10px;
    border:1px solid #999;
}
.expandable-panel-heading {
    width:100%;
    cursor:pointer;
    min-height:40px;
    clear:both;
    background-color:#acbfc6;
    position:relative;
}
.expandable-panel-heading:hover {
    color:#666;
}
.expandable-panel-heading h2 {
    padding:14px 10px 9px 15px;
    font-size:18px;
    line-height:20px;
	text-align:left;
}
.expandable-panel-content {
    padding:0 15px 0 15px;
    margin-top:-999px;
}
.expandable-panel-content p {
    padding:4px 0 6px 0;
}
.expandable-panel-content p:first-child  {
    padding-top:10px;
}
.expandable-panel-content p:last-child {
    padding-bottom:15px;
}
.icon-close-open {
    width:20px;
    height:20px;
    position:absolute;
    background-image:url(images/icon-close-open.png);
    right:15px;
}
.expandable-panel-content img {
    float:right;
    padding-left:12px;
}
.header-active {
    background-color:#D0D7F3;
}

.redtext {
	font-size: 14px;
	font-weight: bold;
	color: #941e1e;
	}