/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 320px; background: #fff; font-family: Arial, sans-serif; font-size: 17px; line-height: 1.65; color: #000; -webkit-font-smoothing:antialiased; }

a { color: #fff; cursor: pointer; text-decoration: none; }
a:hover { text-decoration: underline; }

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

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

ul,
ol { list-style-position: inside; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/* ================================================================ *\
	#Containers
\* ================================================================ */
.wrapper { position: relative; min-height: 100%; background: url(images/background.jpg) no-repeat center center; }
.wrapper {
	-webkit-background-size: cover;
	        background-size: cover;
}

.shell { overflow: hidden; width: 1101px; margin: 0 auto; }

/* ==========================================================================
	#Header
========================================================================== */
.header { padding-top: 26px; }

.logo { overflow: hidden; float: left; width: 440px; height: 100px; margin-top: 109px; background: url(images/sprite.png) no-repeat 0 0; text-indent: 100%; white-space: nowrap; }

.header-inner { float: right; margin-right: 36px; }

.nav-utilities { margin-bottom: 19px; }
.nav-utilities ul { font-size: 0; text-align: right; list-style: none outside none; }
.nav-utilities li { display: inline-block; line-height: 1; }
.nav-utilities li ~ li { padding-left: 15px; border-left: 1px solid #fff; margin-left: 15px; }
.nav-utilities a { font-size: 17px; line-height: 1; }

/* ==========================================================================
	#Search
========================================================================== */
.search { position: relative; float: right; width: 217px; }

.search-field { width: 100%; padding: 10px 65px 11px 22px; border: none; border-bottom: 1px solid #636366; border-radius: 10px; background: rgba(225, 225, 225, 0.73); -webkit-appearance: textfield; }
.search-field {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.search-btn { position: absolute; top: 0; right: 0; width: 54px; height: 44px; border: none; background: url(images/search-btn.png) no-repeat left center; }

.search ::-webkit-input-placeholder { font-size: 19px; color: #000; opacity: 1; }
.search :-moz-placeholder { font-size: 19px; color: #000; opacity: 1; }
.search ::-moz-placeholder { font-size: 19px; color: #000; opacity: 1; }
.search ::input-placeholder { font-size: 19px; color: #000; opacity: 1; }
.search input::-moz-placeholder { font-size: 19px; color: #000; opacity: 1; }
.search input[placeholder] { font-size: 19px; color: #000; opacity: 1; }
.search textarea[placeholder] { font-size: 19px; color: #000; opacity: 1; }
.search :-ms-input-placeholder { font-size: 19px; color: #000; opacity: 1; }

/* ==========================================================================
	#Nav
========================================================================== */
.nav { border-top: 3px solid #f7941d; border-bottom: 3px solid #f7941d; }
.nav {
	background: #f0c38d;
	background: -moz-linear-gradient(top,  #f0c38d 0%, #f0c694 11%, #efcba0 20%, #ece6de 58%, #ebebeb 80%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c38d), color-stop(11%,#f0c694), color-stop(20%,#efcba0), color-stop(58%,#ece6de), color-stop(80%,#ebebeb), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #f0c38d 0%,#f0c694 11%,#efcba0 20%,#ece6de 58%,#ebebeb 80%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #f0c38d 0%,#f0c694 11%,#efcba0 20%,#ece6de 58%,#ebebeb 80%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #f0c38d 0%,#f0c694 11%,#efcba0 20%,#ece6de 58%,#ebebeb 80%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #f0c38d 0%,#f0c694 11%,#efcba0 20%,#ece6de 58%,#ebebeb 80%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c38d', endColorstr='#ebebeb',GradientType=0 );
}

.nav > .shell { overflow: visible; }
.nav > .shell > ul { height: 84px; list-style: none outside none; }
.nav > .shell > ul > li { position: relative; float: left; }
.nav > .shell > ul > .current > a,
.nav > .shell > ul > li > a:hover,
.nav > .shell > ul > li:hover > a { background: #f7941d; text-decoration: none; }
.nav > .shell > ul > li:first-child > a { padding: 22px 13px 20px 12px; border-left: 1px solid #f7941d; }
.nav > .shell > ul > li > a { display: block; height: 84px; padding: 23px 15px 20px; border-right: 1px solid #f7941d; font-size: 20.4px; color: #000; }
.nav > .shell > ul > li > a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.nav > .shell > ul > li:hover > ul { display: block; }
.nav > .shell > ul > li:last-child > ul { right: 0; left: auto; }
.nav > .shell > ul > li:last-child > ul > li  ul { right: 100%; left: auto; }

.nav > .shell > ul > li > ul { position: absolute; top: 100%; left: 0; z-index: 10; display: none; min-width: 200px; background: #f7941d; list-style: none outside none; }
.nav ul ul a  { display: block; padding: 10px; font-size: 19px; color: #000; }
.nav ul ul a:hover,
.nav > .shell > ul > li > ul > li:hover > a,
.nav > .shell > ul > li > ul > li > ul > li:hover > a,
.nav > .shell > ul > li > ul > li > ul > li > ul > li:hover > a  { background: #fca644; text-decoration: none; }
.nav ul ul li ~ li { border-top: 1px solid #000; }

.nav > .shell > ul > li ul li  { position: relative; }

.nav > .shell > ul > li > ul > li > ul > li > ul > li:hover ul,
.nav > .shell > ul > li > ul > li > ul > li:hover > ul, 
.nav > .shell > ul > li > ul > li:hover > ul { display: block; }
.nav ul ul ul { position: absolute; left: 100%; top: 0; display: none; min-width: 200px; background: #f7941d; list-style: none outside none; }

.nav-mobile,
.nav p { display: none; }

/* ==========================================================================
	#Slider Primary
========================================================================== */
.slider-primary { position: relative; }
.slider-primary .slide-content { position: absolute; bottom: 0; left: 0; width: 671px; padding: 18px 0 30px 38px; background: rgba(13, 13, 13, 0.73); }

.slider-primary h3 { font-size: 20px; line-height: 1.2; color: #f7941d; }
.slider-primary p { font-size: 14px; line-height: 1.43; color: #fff; }
.slider-primary .ico-raquo { margin: 3px 0 0 6px; }

.slider-primary .bx-controls-auto { display: none; }
.slider-primary .bx-controls { position: absolute; bottom: 18px; right: 0; }

.slider-primary .bx-pager { overflow: hidden; margin-right: 68px; }
.slider-primary .bx-pager-item { float: left; }
.slider-primary .bx-pager-item ~ .bx-pager-item { margin-left: 22px; }
.slider-primary .bx-pager-item .bx-pager-link { overflow: hidden; display: block; width: 12px; height: 12px; background: url(images/sprite.png) no-repeat -156px -146px; text-indent: 100%; white-space: nowrap; }
.slider-primary .bx-pager-item .bx-pager-link.active { width: 14px; height: 14px; background-position: -140px -146px; }

.slider-primary .bx-prev,
.slider-primary .bx-next { position: absolute; top: -10px; overflow: hidden; width: 19px; height: 31px; background: url(images/sprite.png) no-repeat; text-indent: 100%; white-space: nowrap; }
.slider-primary .bx-prev { left: -31px; background-position: -110px -102px; }
.slider-primary .bx-prev:hover { width: 21px; height: 33px; background-position: -43px -102px; }
.slider-primary .bx-next { right: 36px; background-position: -89px -102px; }
.slider-primary .bx-next:hover { width: 21px; height: 33px; background-position: -66px -102px; }

/* ==========================================================================
	#Main
========================================================================== */
.main { padding: 0 9px 31px; border-top: 12px solid #f7941d; border-left: 1px solid #77777f; border-right: 1px solid #77777f; background: #fff; box-shadow: inset 0 7px 17px -7px rgba(0,0,0,0.75); }

.main-head { position: relative; padding: 27px 0 52px; }
.main-head:after { position: absolute; left: 0; right: 0; bottom: 29px; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }

.main a { color: #f7941d; }

.main-foot { overflow: hidden; margin-top: 30px; }
.main-foot .socials { float: left; margin-left: 30px; }

.main-foot-actions { float: right; margin-top: 11px; }
.main-foot-actions .btn-top { margin-right: 36px; color: #fff; }

/* ==========================================================================
	#Content
========================================================================== */
.content { overflow: hidden; padding: 0 28px 0 32px; }
.content {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.content-head { margin-bottom: 29px; }
.content-head-alt { padding-top: 52px; }

.content-head-alt > p { position: relative; padding-bottom: 49px; margin: 36px 0 0; }
.content-head-alt > p:after { position: absolute; left: 0; right: 0;	bottom: 1px; height: 19px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }

/* ==========================================================================
	#Article
========================================================================== */
.article { position: relative; }
.article:after { position: absolute; left: 0; right: 0;	bottom: 0; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }

/* .article h3 { font-size: 25px; } */
.article h2 { font-size: 25px; }

.article-actions,
.update-actions { text-align: right; }
.article-actions .link-more,
.update-actions .link-more { display: inline-block; color: #000; font-weight: bold; }
.article-actions .ico-raquo,
.update-actions .ico-raquo { margin-top: 6px; }

.article-body p ~ p { margin-top: 26px; }

.article-image { float: left; width: 163px; height: auto; padding: 7px; margin: 7px 47px 10px 3px; box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.article-image-large { width: 276px; padding: 8px; margin: 3px 57px 10px 3px; }
.article-image-xlarge { width: 440px; padding: 8px; margin: 10px 33px 10px 3px; }
.article-image {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.article-image img { width: 100%; height: auto; }

/* ==========================================================================
	#Article Welcome
========================================================================== */
.article-welcome { padding: 63px 0 48px; margin-bottom: 43px; }
.article-welcome .article-head { margin-bottom: 18px; }

/* ==========================================================================
	#Article Introducion
========================================================================== */
.article-introducion { padding-bottom: 40px; }
.article-introducion .article-head { margin-bottom: 10px; }
.article-introducion-alt { padding-bottom: 33px; }
.article-introducion-alt:after { display: none; }

/* ==========================================================================
	#Article Policy
========================================================================== */
.article-policy .article-title,
.article-terms .article-title { font-size: 20px; }

.article-policy { padding: 50px 0 55px; }
.article-policy .article-head,
.article-terms .article-head { margin-bottom: 17px; }

/* ==========================================================================
	#Article Terms
========================================================================== */
.article-terms { padding: 43px 0 19px; }

/* ==========================================================================
	#Article Focus
========================================================================== */
.article-focus { margin-bottom: 50px; }
.article-focus .article-head { margin-bottom: 8px; }
.article-focus:after { display: none; }

/* ==========================================================================
	#Article Activities
========================================================================== */
.article-activities { margin-bottom: 30px; }
.article-activities .article-head { margin-bottom: 10px; }
.article-activities:after { display: none; }

/* ==========================================================================
	#Article About
========================================================================== */
.article-about { padding: 0 92px 0 26px; }
.article-about:after { display: none; }
.article-about h2 { margin-bottom: 6px; }

/* ==========================================================================
	#Article Gallery
========================================================================== */
.article-gallery { padding: 17px 0 73px; }
.article-gallery ~ .article-gallery { margin-top: 64px; }
.article-gallery h2 { margin-bottom: 7px; }

.article-gallery .article-foot { padding: 28px 0 0 5px; }
.gallery-items { list-style: none outside none; font-size: 0; }
.gallery-item { position: relative; display: inline-block; width: 292px; }
.gallery-item ~ .gallery-item { margin-left: 43px; }
.gallery-image { width: 100%; height: auto; padding: 8px; box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.gallery-image {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.gallery-image img { width: 276px; height: auto; }

.gallery-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; }

.gallery-content .btn-gallery { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.gallery-images { display: none; }

/* ==========================================================================
	#Section
========================================================================== */
.section { position: relative; }
.section:after { position: absolute; left: 0; right: 0;	bottom: 0; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }

.section h2 { font-size: 25px; }

/* ==========================================================================
	#Section News
========================================================================== */
.section-news .section-head { margin-bottom: 22px; }
.section-news:after { display: none; }

.updates { list-style: none outside none; }
.update ~ .update { margin-top: 35px; }
.update-body { margin-bottom: 6px; }
.update-image { float: left; width: 172px; height: 156px; margin: 13px 24px 0 0; background: #fff; box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.update-content { overflow: hidden; }
.update-image img { width: 156px; height: 140px; margin: 8px; }

.update h3 { margin-bottom: 24px; font-size: 25px; }

/* ==========================================================================
	#Section Events
========================================================================== */
.section-events { margin-top: 30px; }
.section-events:after { display: none; }
.section-events h4 { margin-bottom: 21px; font-size: 25px; font-style: italic; }
.section-events h2 { margin-bottom: 40px; }

.list-events { position: relative; padding-bottom: 46px; margin-bottom: 58px; list-style: none outside none; }
.list-events:after { position: absolute; left: 0; right: 0;	bottom: 3px; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }
.list-events a { display: block; font-size: 25px; line-height: 1.12; color: #f7941d; }

.list-events ul { display: none; padding: 20px; list-style: none outside none; }
.list-events ul li { font-size: 18px; color: #f7941d; }
.list-events ul li ~ li { margin-top: 20px; }

.list-events-dots { margin-bottom: 35px; list-style-position: inside; list-style-type: disc; color: #f7941d; }
.list-events-dots a { display: inline-block; }

/* ==========================================================================
	#Section Video
========================================================================== */
.section-video { padding-top: 33px; margin-right: 41px; }
.section-video-large { margin-right: 84px; }
.section-video .section-head { margin-bottom: 32px; }
.section-video .section-body { padding-left: 17px; }

.slider-thumbs { position: relative; width: 100%; height: auto; }

.slider-thumbs .slider-clip { box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.slider-thumbs .slides { list-style: none outside none; }

.slider-thumbs .slider-clip { padding: 7px;  }
.slider-thumbs .slide-body,
.slider-thumbs .slider-clip {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slider-thumbs .video-holder { position: relative; overflow: hidden;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */ padding-top: 30px; height: 0; }
    /* .slider-thumbs iframe { width: 100%; } */
.slider-thumbs iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.slider-thumbs .slide-image img { width: 100%; height: auto; }

.slider-thumbs .slide-content { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; text-align: center; }
.slider-thumbs-large .slide-content { height: 100%; }

.slider-thumbs .btn-slider-play { position: absolute; top: 50%; left: 50%; width: 92px; height: 92px; margin: -46px 0 0 -46px; background: url(images/sprite.png) no-repeat 0 -173px; }
.slider-thumbs-large .btn-slider-play { width: 148px; height: 148px; margin: -74px 0 0 -74px; background-position: -292px -145px; }
.slider-thumbs .btn-slider-play:hover { opacity: 0.85; -moz-opacity: 0.85; filter:alpha(opacity=100);  }
.slider-thumbs h3 { position: absolute; bottom: 36px; left: 0; width: 100%; color: #ebebeb; text-align: center; }
.slider-thumbs .slide-content p { position: absolute; bottom: 15px; left: 0; width: 100%; font-size: 17px; color: #fff; }

.slider-thumbs .btn-zoom { position: absolute; bottom: 20px; right: 19px; width: 36px; height: 36px; margin: -20px 0 0 0; background: url(images/sprite.png) no-repeat -151px -173px; }
.slider-thumbs-large .btn-zoom { width: 64px; height: 64px; margin: -32px 0 0 -32px; background-position: -376px -298px; }

.slider-thumbs .bx-prev,
.slider-thumbs .bx-next { position: absolute; bottom: 22px; overflow: hidden; width: 22px; height: 37px; background: url(images/sprite.png) no-repeat; text-indent: 100%; list-style: none outside none; }
.slider-thumbs .bx-prev { left: 49px; background-position: -98px -173px; }
.slider-thumbs .bx-next { right: 43px; background-position: -125px -173px; }
.slider-thumbs .bx-prev:hover,
.slider-thumbs .bx-next:hover { opacity: 0.85; -moz-opacity: 0.85; filter:alpha(opacity=100);  }
.slider-thumbs-large .bx-prev { left: 0; }
.slider-thumbs-large .bx-next { right: 0; }

.slider-thumbs #bx-pager { margin-top: 33px; font-size: 0; text-align: center; }
.slider-thumbs #bx-pager a { display: block; }
.slider-thumbs #bx-pager a ~ a { margin-left: 26px; }
.slider-thumbs-large #bx-pager a ~ a { margin-left: 20px; }

.slider-thumbs { text-align: center; font-size: 0; }
.slider-thumbs .slider-paging { padding: 0 25px; }
.slider-thumbs .slider-paging ul { overflow: hidden; }
.slider-thumbs .slider-paging li { position: relative; float: left; width: 81px; height: 82px; }

.slider-thumbs .bx-wrapper { margin: 0 auto; }

.slider-thumbs-large .slider-paging .bx-viewport a { position: relative; }
.slider-thumbs-large .slider-paging .bx-viewport a:hover .slider-overlay { opacity: 1; }

.slider-thumbs-large .slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; }

.slider-thumbs-large .slider-overlay {
	-webkit-transition: opacity 0.4s;
	     -o-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}

.slider-thumbs-large .slider-overlay span { position: absolute; top: 50%; display: block; width: 100%; height: auto; padding: 5px; font-size: 10px; line-height: 1.1; color: #fff; font-weight: bold; letter-spacing: 0.05em; text-align: center; }
.slider-thumbs-large .slider-overlay span {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
  	-webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	     -o-transform: translateY(-50%);
  	        transform: translateY(-50%);
}

/* ==========================================================================
	#Section Books
========================================================================== */
.section-books { padding-top: 41px; }
.section-books-large { padding-top: 9px; margin-right: 102px; }
.section-books:after { display: none; }
.section-books h2 { margin-bottom: 26px; }
.section-books-large h2 { margin-bottom: 17px; }
.books { position: relative; padding-bottom: 21px; margin-bottom: 62px; list-style: none outside none; }
.books:after { position: absolute; left: 0; right: 0; bottom: 1px; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }

.book + .book { margin-top: 52px; }

.book-image { float: left; width: 175px; height: 261px; padding: 8px; margin: 9px 38px 0 0; box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.book-image {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.section-books-large .book-image { width: 247px; height: auto; margin: 5px 34px 0 0; }
.book-image img { width: 100%; height: auto; }

.book-content { overflow: hidden; }
.book-content h4 { margin-bottom: 16px; font-size: 20px; line-height: 1.4; }
.book-content h4 span { text-transform: uppercase; }
.book-content .book-underline { text-decoration: underline; text-transform: none; }

.tabs-book .tabs-nav { background: #f7941d; }
.tabs-book .tabs-nav ul { overflow: hidden; list-style: none outside none; }
.tabs-book .tabs-nav li { float: left; }
.tabs-book .tabs-nav a { display: block; height: 34px; padding: 2px 14px 4px; background: url(images/tab-border.png) no-repeat 0 8px; color: #fff; }
.tabs-book .tabs-nav a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tabs-book .tabs-nav .current a,
.tabs-book .tabs-nav a:hover { background: #959595; text-decoration: none; }
.tabs-book .tabs-nav .current + li a,
.tabs-book .tabs-nav li:hover + li a,
.tabs-book .tabs-nav li:first-child a { background-image: none; }

.tabs-book .tabs-body { min-height: 249px; padding: 11px 10px; border: 1px solid #ebebeb; }

.tabs-book .tab { display: none; }
.tabs-book .tab.current { display: block; }

.tabs-book .tab h5 { font-size: 17px; font-weight: bold; }
.tabs-book .tab p ~ p { margin-top: 27px; }

.section-books-large .tabs-book .tabs-nav a { height: auto; padding-bottom: 7px; font-size: 25px; background-position: 0 14px; }
.section-books-large .tabs-head { margin-bottom: 7px; }
.section-books-large .tabs-body { padding-bottom: 31px; }

/* ==========================================================================
	#Section Gallery
========================================================================== */
.section-gallery { margin-right: 25px; }
.section-gallery .section-head { margin-bottom: 33px; }
.section-gallery .section-body { padding-left: 13px; }

/* ==========================================================================
	#Accordion Primary
========================================================================== */
.accordion-primary { position: relative; padding-bottom: 53px; margin-bottom: 25px; }
.accordion-primary:after { position: absolute; left: 0; right: 0; bottom: 1px; height: 15px; border-radius: 50%; background-color: rgba(177,177,0, 0.25); box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px; clip: rect(20px, auto, 50px, 0); content: ''; }
.accordion-primary { padding-bottom: 20px; margin-bottom: 20px; }
.accordion-primary-alt:after { display: none; }
.accordion-primary .accordion-section ~ .accordion-section { margin-top: 40px; }

.accordion-primary .accordion-head { padding-bottom: 5px; cursor: pointer; }
.accordion-primary .accordion-body { display: none; padding-left: 44px; }
.accordion-primary .accordion-expanded .accordion-body { display: block; }

.accordion-primary h2 { overflow: hidden; font-size: 25px; }

.accordion-primary .btn-expand { float: left; margin: 3px 13px 0 0; vertical-align: top; }
.accordion-primary .accordion-expanded .btn-expand { background-position: -225px -174px; }

/* ==========================================================================
	#Section-contacts
========================================================================== */
.section-contacts { padding: 59px 0 68px; margin-right: 40px; }
.section-contacts h2 { margin-bottom: 16px; }

.section-contacts .section-head { margin-bottom: 84px; }

.section-contacts p ~ p { margin-top: 27px; }
.section-contacts span { color: #ed1c24; }

.form-contacts { width: 674px; text-align: right; }
.form-contacts .form-row { font-size: 0; }
.form-contacts .form-row ~ .form-row { margin-top: 19px; }
.form-contacts .form-label { display: inline-block; margin-top: 6px; font-size: 20px; line-height: 1; vertical-align: top; }

.form-contacts .form-controls { display: inline-block; width: 506px; margin-left: 18px; text-align: left; vertical-align: top; }
.form-contacts .field,
.form-contacts .textarea { width: 100%; padding: 14px 10px 15px; border: 3px solid #ebebeb; font-size: 20px; }
.form-contacts .field,
.form-contacts .textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-contacts .field { height: 58px; }
.form-contacts .textarea { height: 346px; resize: none; }

.form-contacts .form-actions { margin-top: 10px; }

/* ==========================================================================
	#Contacts
========================================================================== */
.contacts { padding: 39px 0 0 5px; }
.contacts span { font-size: 20px; font-weight: bold; }
.contacts p ~ p { margin-top: 27px; }

/* ==========================================================================
	#Nav Secondary
========================================================================== */
.nav-secondary ul { font-size: 0; list-style: none outside none; text-align: center; }
.nav-secondary li { display: inline-block; line-height: 1; vertical-align: top; }
.nav-secondary li ~ li { padding-left: 20px; margin-left: 16px; background: url(images/breadcrumbs-separator.png) repeat-y; }
.nav-secondary .current a,
.nav-secondary a:hover { color: #959595; text-decoration: none; }
.nav-secondary a { font-size: 25px; line-height: 1; color: #f7941d; }

.nav-mobile { display: none; }

/* ==========================================================================
	#Socials
========================================================================== */
.socials ul { overflow: hidden; list-style: none outside none; }
.socials li { float: left; }
.socials li ~ li { margin-left: 14px; }
.socials a { display: block; padding: 4px 14px 6px 5px; border: 1px solid #979797; font-size: 11px; line-height: 1.5; color: #686868; text-transform: uppercase; }
.socials .ico { margin-right: 2px; }

/* ==========================================================================
	#Sidebar
========================================================================== */
.sidebar { float: right; width: 338px; }
.sidebar-large { width: 358px; }
.sidebar-xlarge { padding-right: 37px; }
.sidebar-xxlarge { width: 348px; padding-right: 30px; }
/* ==========================================================================
	#Widgets
========================================================================== */
.widgets { list-style: none outside none; }

.widget-title { font-size: 25px; }

/* ==========================================================================
	#Widget Buzz
========================================================================== */
.widget-buzz { padding: 71px 0 0 0; text-align: center; }
.widget-buzz-alt { padding-top: 13px; }
.widget-buzz .widget-head { padding-bottom: 13px; margin-bottom: 4px; background: url(images/buzz-border.png) repeat-x 0 bottom; }
.widget-buzz .widget-body { padding-bottom: 7px; background: url(images/buzz-border.png) repeat-x 0 bottom; }

.widget-buzz .widget-title { margin-bottom: 3px; }
.widget-buzz .widget-title,
.widget-buzz .widget-head h4 { line-height: 1; }
.widget-buzz h4 { font-size: 20px; }

/* ==========================================================================
	#Slider Buzz
========================================================================== */
.slider-buzz { position: relative; padding: 27px 0 4px; border-top: 29px solid #ebebeb; border-bottom: 29px solid #ebebeb; }

.slider-buzz .slides { list-style: none outside none; }
.slider-buzz .slide { padding-bottom: 39px; }

.slider-buzz .slide-content { margin-bottom: 6px; }
.slider-buzz h4 { color: #f7941d; }
.slider-buzz .slide-video img,
.slider-buzz .slide-video iframe { width: 206px; height: 98px; }

.slider-buzz .bx-controls-auto,
.slider-buzz .bx-pager { display: none; }

.slider-buzz .bx-prev,
.slider-buzz .bx-next { overflow: hidden; position: absolute; left: 50%; width: 33px; height: 16px; margin-left: -16px; background: url(images/sprite.png) no-repeat; text-indent: 100%; white-space: nowrap; }
.slider-buzz .bx-prev { top: -22px; background-position: 0px -146px; }
.slider-buzz .bx-prev:hover { background-position: -105px -146px; }
.slider-buzz .bx-next { bottom: -22px; background-position: -35px -146px; }
.slider-buzz .bx-next:hover { background-position: -70px -146px; }


/* ==========================================================================
	#Widget Subscribe
========================================================================== */
.widget-subscribe { /* padding: 0 30px 0 15px; */  margin-top: 153px; padding: 0 0 0 15px; }
.widget-subscribe-small { margin-top: 67px; padding: 0 20px 0 15px; }
.widget-subscribe-xsmall { padding-right: 10px; }
.widget-subscribe .widget-head { margin-bottom: 10px; }
.widget-subscribe .widget-body { padding-right: 37px; }
.form-subscribe .form-label { display: block; margin-bottom: 5px; font-size: 14px; }
.form-subscribe .form-label span { color: #ed1c24; }

.form-subscribe .form-row ~ .form-row { margin-top: 14px; }

.form-subscribe .field,
.form-subscribe .textarea { width: 100%; padding: 14px; border: none; background: #ebebeb; font-size: 16px; }
.form-subscribe .field,
.form-subscribe .textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-subscribe .textarea { height: 202px; resize: none; }

.form-subscribe .form-body { margin-bottom: 17px; }
.form-subscribe .form-actions { text-align: right; }
.form-subscribe .form-btn,
.form-contacts .form-btn { display: inline-block; padding: 9px 13px; border: none; border-radius: 7px; background: #f7941d; font-size: 14px; color: #fff; text-transform: uppercase; -webkit-appearance: none; }
.form-subscribe .form-btn-large,
.form-contacts .form-btn-large { padding: 9px 36px; }
.form-subscribe .form-btn:hover,
.form-contacts .form-btn:hover { background: #f8a43e; }

/* ==========================================================================
	#Widget Contact
========================================================================== */
.widget-contact { padding: 15px 22px 46px; margin: 94px 52px 0 0; background: #959595; color: #fff; }
.widget-contact .widget-head { margin-bottom: 12px; }
.widget-contact .widget-title { font-weight: bold; }
.widget-contact p { line-height: 1.12; }

/* ==========================================================================
	#Widget Vision
========================================================================== */
.widget-vision { padding: 17px 31px 32px 34px; border: 3px solid #ebebeb; border-radius: 3px; margin-top: 95px; }
.widget-vision .widget-head { margin-bottom: 20px; }

.widget-vision .widget-image { width: 277px; height: 165px; padding: 8px; margin-bottom: 24px; box-shadow: 1px 2px 8px rgba(0,0,0,0.72); }
.widget-vision .widget-image {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.widget-vision .widget-image img { width: 100%; height: auto; }

.widget-vision p ~ p { margin-top: 27px; }

/* ==========================================================================
	#Icons
========================================================================== */
.ico { display: inline-block; background: url(images/sprite.png) no-repeat 0 0; vertical-align: top; }

.ico-home {
	width: 41px;
	height: 42px;
	background-position: 0px -102px;
}

.ico-raquo {  width: 14px; height: 14px; background-position: -417px -102px; }

.ico-facebook { width: 16px; height: 16px; background-position: -213px -146px; }
.ico-tweeter { width: 18px; height: 16px; background-position: -231px -146px; }
.ico-mail { width: 16px; height: 16px; background-position: -251px -146px; }

/* ==========================================================================
	#Btns
========================================================================== */
.btn { display: inline-block; }

.btn-top { display: inline-block; padding: 7px 17px 4px 19px; border: none; border-radius: 7px; background: #f7941d; font-size: 14px; color: #fff; text-transform: uppercase; }
.btn-top:hover { background: #f8a43e; text-decoration: none; }

.btn-expand { display: inline-block; width: 30px; height: 30px; background: url(images/sprite.png) no-repeat -191px -174px; }

/* ==========================================================================
	#Footer
========================================================================== */
.footer { padding: 27px 0 80px; border-top: 3px solid #f7941d; background: #0d0d0d; }

.footer .shell { overflow: visible; }

.footer-logo { overflow: hidden; display: inline-block; width: 253px; height: 28px; margin-bottom: 10px; background: url(images/sprite.png) no-repeat -131px -102px; text-indent: 100%; white-space: nowrap; }

.footer-inner { position: relative; float: left; margin-left: 20px; font-size: 0; }

.copyright { color: #fff; line-height: 1; }

.footer-nav { float: right; margin: 9px 18px 0 0; }
.footer-nav ul { font-size: 0; }
.footer-nav li { display: inline-block; vertical-align: top; }
.footer-nav li ~ li { margin-left: 5px; }
.copyright,
.footer-nav span,
.footer-nav a { font-size: 17px; }
.footer-nav span { display: block; color: #fff; }
.footer-nav a { display: block; }

/* ==========================================================================
	#Audio Player
========================================================================== */
.audio-player { position: absolute; top: -108px; left: -224px; width: 156px; padding-top: 8px; height: 25px; background: #fff; }

.audio-actions { width: 141px; height: 17px; margin: 0 auto; }
.audio-actions {
	background: #414141;
	background: -moz-linear-gradient(top,  #414141 0%, #414141 6%, #363636 25%, #161616 75%, #111111 88%, #0a0a0a 94%, #060606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(6%,#414141), color-stop(25%,#363636), color-stop(75%,#161616), color-stop(88%,#111111), color-stop(94%,#0a0a0a), color-stop(100%,#060606));
	background: -webkit-linear-gradient(top,  #414141 0%,#414141 6%,#363636 25%,#161616 75%,#111111 88%,#0a0a0a 94%,#060606 100%);
	background: -o-linear-gradient(top,  #414141 0%,#414141 6%,#363636 25%,#161616 75%,#111111 88%,#0a0a0a 94%,#060606 100%);
	background: -ms-linear-gradient(top,  #414141 0%,#414141 6%,#363636 25%,#161616 75%,#111111 88%,#0a0a0a 94%,#060606 100%);
	background: linear-gradient(to bottom,  #414141 0%,#414141 6%,#363636 25%,#161616 75%,#111111 88%,#0a0a0a 94%,#060606 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#060606',GradientType=0 );
}

.audio-actions ul { overflow: hidden; }
.audio-actions li { float: left; border-left: 1px solid #696969; text-align: center; }
.audio-actions .btn { width: 19px; height: 17px; background-position: center center; background-repeat: no-repeat; }
.audio-actions .btn-play { background-image: url(images/btn-play.png); }
.audio-actions .btn-pause { background-image: url(images/btn-pause.png); }
.audio-actions .btn-stop { background-image: url(images/btn-stop.png); }
.audio-actions .btn:hover { opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=100);  }

.audio-actions span { display: block; height: 17px; padding-left: 9px; font-size: 11px; color: #fff; }

/* ==========================================================================
	#Media Queries
========================================================================== */

/* max-width: 1100px */
@media (max-width: 1100px) {
	.shell { width: 100%; }
	.shell {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.slider-primary .slide-content { width: 100%; padding-right: 29%; }
	.slider-primary .slide-content {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.nav { text-align: center; }
	.nav > .shell { font-size: 0; }
	.nav > .shell > ul { display: inline-block; }
	.nav > .shell > ul > li > a { padding: 23px 8px 21px; font-size: 24px; }
	.nav ul ul { text-align: left; }

	.header-inner { margin-right: 10px; }

	.intro img { width: 100%; height: auto; }

	.slider-primary .slide-image img { width: 100%; height: auto; }

	.content { padding: 0 20px 0 10px; }

	.widget-subscribe-small { padding-right: 0; }
	.widget-contact { margin-right: 0; }

	.update h3 { font-size: 22px; }

	.section-video .section-body { padding-left: 0; }
	.section-gallery .section-body { padding-left: 0px; }

	.sidebar-large { width: 324px; }
	.sidebar-xlarge { padding-right: 0; }
	.sidebar-xxlarge { width: 324px; padding-right: 10px; }

	.audio-player { display: none; }

	.tabs-book .tabs-nav a { font-size: 16px; }

	.widget-vision .widget-image { width: 100%; height: auto; }

	.gallery-items { text-align: center; }
	.gallery-item { width: 17%; }
	.gallery-item ~ .gallery-item { margin-left: 3%; }
}

/* max-width: 979px */
@media (max-width: 979px) {
	.nav > .shell > ul { height: 74px; }
	.nav > .shell > ul > li > a { height: 74px; font-size: 18px; padding: 23px 7px 21px; }
	.nav > .shell > ul > li:first-child > a { padding: 17px 8px 15px; }
	.nav ul ul a { font-size: 15px; }

	.slider-primary h3 { font-size: 17px; }
	.slider-primary p { font-size: 13px; }
	
	.content { padding: 0 10px; }
	.content p { font-size: 16px; }
	.content-head-alt > p { padding-bottom: 20px; margin-top: 20px; }

	.sidebar { width: 274px; }
	.sidebar-xxlarge { padding-right: 0; }

	.widget-title { font-size: 22px; }
	.widget-buzz h4 { font-size: 18px; }
	.widget-subscribe { margin-top: 50px; }
	.widget-subscribe .widget-body { padding-right: 0; }
	.widget-subscribe-xsmall { padding-right: 0; }

	.section-events h2 { margin-bottom: 20px; }
	.list-events > ul > li ~ li { margin-top: 10px; }
	.list-events { padding-bottom: 20px; margin-bottom: 20px; }
	.list-events a { font-size: 20px; }
	.list-events ul li { font-size: 15px; }

	.slider-thumbs .slide-content { height: 100%; }
	.slider-thumbs .slide-content h3 { display: none; }
	.slider-thumbs .bx-prev { left: 0; }
	.slider-thumbs .bx-next { right: 0; }
	.slider-thumbs #bx-pager a ~ a { margin-left: 10px; }

	.section-video,
	.section-gallery { margin-right: 0 !important; }

	.section-video { padding-top: 0; }
	.section-video .section-head { margin-bottom: 15px; }

	.section-contacts { padding: 20px 0; margin-right: 0; }
	.section-contacts .section-head { margin-bottom: 30px; }

	.nav-secondary a { font-size: 20px; }

	.section-books-large { margin-right: 0; }
	.section-books-large .book-image { width: 175px; }
	.books { margin-bottom: 15px; }
	.book-image { margin-right: 15px; }

	.tabs-book .tabs-nav a { height: 28px; padding: 2px 3px 4px; background-image: none !important; font-size: 14px; }
	.tabs-book .tab h5 { font-size: 15px; }
	.tabs-book .tab p { font-size: 14px; }

	.article-about { padding: 0; }
	.article-gallery { padding-bottom: 15px; }
	.article-gallery ~ .article-gallery { margin-top: 20px; }
}

/* max-width: 767px */
@media (max-width: 767px) {
	.header { margin-bottom: 20px; text-align: center; }
	.logo { float: none; display: inline-block; width: 220px; height: 50px; margin: 0 0 20px; }
	.logo {
		-webkit-background-size: 100%;
		        background-size: 100%;
	}

	.header-inner { float: none; display: block; margin: 0; }

	.nav-utilities ul { text-align: center; }
	.nav-utilities a { font-size: 15px; }

	.search { float: none; display: inline-block; width: 100%; padding: 0 10px; }
	.search {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.nav-mobile,
	.btn-burger { height: 15px; width: 30px; border: 1px solid #f7941d; display:block; position: absolute; top: 15px; right: 10px; z-index: 3; padding: 8px 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; cursor: pointer; }
    .nav-mobile span,
    .btn-burger span { height: 3px; display: block; background: #f7941d; margin-bottom: 3px; }
    .nav-mobile.active,
    .btn-burger.active { background: #f7941d; }
    .nav-mobile.active span { background: #F0C59F; }

    .btn-burger { top: 12px; right: 0; }
    .btn-burger.active span { background: #fff; }

	.nav { position: relative; min-height: 64px; }
	.nav > .shell > ul { position: relative; z-index: 2; display: none; height: auto; }
	.nav > .shell > ul > li { float: none; border-top: 1px solid #f7941d; }
	.nav > .shell > ul > li:first-child > a,
	.nav > .shell > ul > li > a { height: auto; padding: 10px 0; }
	.nav p { display: block; height: 64px; padding: 10px 0 0 20px; font-size: 26px; text-align: left; }
	.nav p {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.nav > .shell > ul > li.expanded > a { background: #f7941d; }
	

	.nav > .shell > ul > li.expanded > ul { max-height: 1000px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
	.nav > .shell > ul > li > ul { position: static; display: block; overflow: hidden; max-height: 0; background: #fca644; text-align: center; }
	.nav ul ul a { font-size: 14px; }

	.nav ul ul {
		-webkit-transition: max-height 0.4s;
		     -o-transition: max-height 0.4s;
		        transition: max-height 0.4s;
	}

	
	.nav ul ul ul { position: static; display: block; overflow: hidden; max-height: 0; text-align: center; }
	.nav > .shell > ul > li > ul > li.expanded > ul,
	.nav > .shell > ul > li > ul > li > ul > li.expanded > ul,
	.nav > .shell > ul > li > ul > li > ul > li > ul > li.expanded > ul { max-height: 1000px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
	.nav ul ul ul a { font-size: 12px; }
	.nav ul ul ul ul a { font-size: 10px; }
	.nav ul ul ul ul ul a { font-size: 9px; }

	.nav-secondary { display: none; padding-top: 20px; }
	.nav-secondary li { display: block; }
	.nav-secondary li ~ li { padding: 0; margin: 0; background-image: none; }
	.nav-secondary a { display: block; padding: 10px 0; }

	.slider-primary .slide-content { display: none; }

	.main { padding-bottom: 15px; }
	.main-foot { margin-top: 15px; }

	.content { width: 100%; }
	.content p { font-size: 14px; }
	.sidebar { width: 100%; }

	.content-head { margin-bottom: 10px; }

	.update h3 { font-size: 20px; }

	.list-events a { font-size: 17px; }
	.list-events ul li { font-size: 12px; }

	.article-body { margin-bottom: 6px; }
	.article-policy { padding: 30px 0 10px; }
	.article-terms { padding-top: 20px; }
	.article-image-large { width: 100%; margin: 0 0 15px; }
	.article-image-xlarge { width: 100%; height: auto; margin: 10px 0 10px 0; }
	.article-gallery .article-foot { padding-left: 0; }
	.article-focus { margin-bottom: 20px; }
	.article-welcome { padding: 20px 0; margin-bottom: 20px; }
	.article-introducion { padding-bottom: 15px; }

	.widget-subscribe { padding-left: 0; margin-top: 20px; }
	.widget-buzz { padding-top: 20px; }
	.widget-contact { padding-bottom: 20px; margin-top: 25px; }
	.widget-vision { margin-top: 20px; }

	.footer { padding-bottom: 40px; }
	.footer-inner,
	.footer-nav { float: none; margin: 0; text-align: center; }
	.footer-nav { margin-top: 20px; }

	.section-gallery { padding-top: 15px; }
	.section-gallery .section-head { margin-bottom: 15px; }

	.slider-thumbs { padding-bottom: 20px; }
	.slider-thumbs-large .btn-slider-play { width: 92px; height: 92px; margin: -46px 0 0 -46px; background-position: 0 -173px; }
	.slider-thumbs-large .btn-zoom { width: 36px; height: 36px; background-position: -151px -173px; }
	.slider-thumbs-xsmall .slider-paging,
	.slider-thumbs-xsmall .bx-controls { display: none; }
	.slider-thumbs .bx-prev, 
	.slider-thumbs .bx-next { bottom: 9%; }

	.content-head .socials { text-align: center; font-size: 0; }
	.content-head .socials ul { display: inline-block; }

	.main-foot-actions { margin-top: 0; }

	.section-books { padding-top: 10px; }
	.section-books h2 { font-size: 24px; }
	.book-image,
	.section-books-large .book-image { margin-right: 10px; }
	
	.tabs-book .tabs-body { min-height: 0; }
	.section-books-large .tabs-book .tabs-nav a { height: 28px; padding: 2px 3px 4px; font-size: 14px; }

	.section-events h2 { margin-bottom: 20px; }

	.accordion-primary { margin-bottom: 0; }
	.accordion-primary h2 { font-size: 20px; }
	.accordion-primary .btn-expand { margin-right: 5px; }
	.accordion-primary .accordion-body { padding-left: 36px; }
	.accordion-primary .accordion-section ~ .accordion-section { margin-top: 20px; }

	.form-contacts { width: 100%; }
	.form-contacts .form-label { width: 34%; }
	.form-contacts .form-controls { width: 64%; margin-left: 2%; }

	.contacts { padding: 20px 0 0; }

	.gallery-image { padding: 4px; }
}

/* max-width: 480px */
@media (max-width: 480px) {
	.update-image { float: none; margin: 0; width: 100%; height: auto; padding: 8px; margin-bottom: 20px; }
	.update-image {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.update-image img { width: 100%; height: auto; margin: 0; }

	.slider-primary .bx-controls { display: none; }

	.main-foot .socials { float: none; margin-left: 0; text-align: center; }
	.main-foot .socials ul { display: inline-block; }

	.main-foot-actions { float: none; margin-top: 10px; text-align: center; }
	.main-foot-actions .btn-top { margin: 0; }

	.section-books-large .book-image,
	.book-image { float: none; width: 100%; height: auto; margin: 0 0 15px; }

	.article-image { float: none; width: 100%; margin: 0 0 20px 0; }

	.slider-thumbs .slider-paging { padding: 0; }
	.slider-thumbs .bx-prev, 
	.slider-thumbs .bx-next { display: none !important; }
	
	.form-contacts .form-label { display: block; width: 100%; margin-bottom: 15px; text-align: left; }
	.form-contacts .form-controls { width: 100%; display: block; margin: 0; }
	.form-contacts .textarea { height: 200px; }

	.form-contacts .form-btn { display: block; width: 100%; }

	.gallery-item { width: 100%; margin-bottom: 15px; }
	.gallery-item ~ .gallery-item { margin-left: 0; }
}

/* =========================================================================
	#Form Contacts
========================================================================= */
.form-contacts form { position: relative; }
.form-contacts .field-error { font-size: 13px; line-height: 1.2; color: #f00; }
.form-contacts .form-loader-image { position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -8px; }
.form-contacts .form-controls + .field-error { padding-top: 14px; }
