body { background: #f0f0f0; font-family: "Raleway", sans-serif; /*overflow-y: hidden;*/ }

strong { font-weight: 700; }
p { font-weight: normal; }

.header {}
.header .logo {
    float: left;
    margin-top: 23px;
}
.header .logo a {
    display: block;
}
.header .logo img {
    width: 170px;
}
.header-contact {
 display: inline-block;
    float: left;
    margin-top: 8px;
    width: 368px;}
.header-contact span {
     font-weight: 900;
    margin: 0 5px;
    position: relative;
    top: -1px;
}
.header-contact h3 {
       float: left;margin-bottom: 2px;
    font-family: "Arial",sans-serif;
    
font-size: 11px;
    line-height: 1;
    margin-right: 10px;
    padding: 1px 0;
}
.header-right {
    float: right;
    margin-top: 70px;
}
.main-nav {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
/*.main-nav ul {}*/
.main-nav > ul > li {
     float: left;
    padding: 0 15px;
    position: relative;
}
.main-nav > ul > li > a {
    border-bottom: 3px solid transparent;
    color: #231f20;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 7px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
}
.main-nav > ul > li > a:hover, .main-nav > ul > li > a.selected {
	border-bottom:3px solid #D10607;
	color:#D10607;
}
.main-nav > ul > li > ul {
      position: absolute;
    top: 40px;
    width: 250px;
    display: none;
}
.director-page .director-sub {
    display: block;
}
.main-nav > ul > li > ul li {
    float: left;
    margin-right: 13px;
}
.main-nav > ul > li > ul li a {
      color: #231f20;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 13px;
}
.main-nav > ul > li > ul li a:hover, .main-nav > ul > li > ul li a.selected {
    color: #D10607;
}
.social-media {
    float: right;
}
/*.social-media ul {}*/
.social-media ul li {
    float: left;
}
.social-media ul li a {
    color: #231f20;
    display: block;
    font-size: 22px;
    margin: 0 7px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
}
.social-media ul li a:hover {
	color: #D10607;
}

.section-album {
    float: left;
    margin-top: 47px;
    width: 100%;
}
.videos-area {
    width: 100%;
}
.videos-area .item {
    height: 360px;
    margin-bottom: 50px;
}
.videos-area .item .photo {
    overflow: hidden;
}
.videos-area .item .photo img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    transition: all 1.3s ease 0s;
    -webkit-transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
}
.videos-area .item:hover .photo img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.videos-area .item .description {
    margin-top: 13px;
}
.videos-area .item .description h3 {
    color: #231f20;
}
.videos-area .item .description h3.title {
	font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videos-area .item .description h3.text {
	 font-size: 13px;
    font-weight: 500;
    height: 84px;
    line-height: 1.6;
    margin-top: 7px;
    overflow: hidden;
}

.video-area {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.video-area iframe {
    height: 663px;
    width: 100%;
}

.inner-page-heading {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.inner-page-heading h3 {
        color: #231f20;
    font-size: 28px;
    font-weight: 700;
}

.inner-page-content {
     float: left;
    margin-top: 35px;
    min-height: 500px;
    width: 100%;
}
.about-text {
    color: #231f20;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    width: 60%;
}

.about-photo-area {
    float: left;
    margin-left: 25px;
    width: 37.8%;
}
.about-photo-area .photo {
    float: left;
    margin: 5px;
    width: 100%;
}
.about-photo-area .photo:nth-child(1) {}
.about-photo-area .photo:nth-child(1) img {
    height: 293px;
}
.about-photo-area .photo img {
height: 265px;
    object-fit: cover;
    width: 100%;
}

.contact {
    display: inline-block;
    width: 100%;
}
.contact .contactAddress {
    float: left;
    padding-right: 40px;
    width: 50%;
}
.contact .contactAddress .content {
    float:left;
    width: 100%;
}
.contact .contactAddress .content h3 {
    color: #231f20;
    float: left;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    margin-bottom: 11px;
    width: 100%;
}
.contact .contactAddress .content h3:nth-child(1) {
    line-height: 1.6;
}
.contact .contactAddress .content h3 .icon {
     color: #d10607;
    float: left;
    margin-top: 2px;
    text-align: center;
    width: 30px;
}

.contactForm {
    float: left;
    width: 50%
}
.contactForm li {
    float: left;
    text-align: center;
    width: 50%;
}
.contactForm li input, .contactForm textarea {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #231f20;
    display: inline-block;
    font-family: "Raleway",serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 14px;
    width: 97%;
}
.contactForm textarea {
    height: 105px;
    margin-left: 4px;
    padding-top: 9px;
    width: 98.6%;
}
.contactForm .send {
    float: right;
    margin-right: 5px;
}
.contactForm .send input {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 2px solid #d10607;
    color: #d10607;
    cursor: pointer;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px 7px
}
.contactForm .send input:hover {
    background: #d10607;
    color: #fff;
}

.contactMap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 6px;
    width: 100%;
}
.contactMap iframe {
    height: 400px;
}

.footer {
     border-top: 3px solid #231f20;
    float: left;
    height: 55px;
    padding-top: 18px;
    width: 100%;
}
.copyright, .design {
    color: #231f20;
    font-family: "Arial",sans-serif;
    font-size: 14px;
}
.copyright {
    float:left;
}
.design { float:right; }