/*
Theme Name: SportsNola
Author: PressHive
Author URI: http://presshive.com
Description: A custom WordPress theme for SportsNola.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    min-width: 320px;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Regular.eot');
    src: url('fonts/Klavika-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Klavika-Regular.woff') format('woff'), url('fonts/Klavika-Regular.ttf') format('truetype'), url('fonts/Klavika-Regular.svg#Klavika') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Medium.eot');
    src: url('fonts/Klavika-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Klavika-Medium.woff') format('woff'), url('fonts/Klavika-Medium.ttf') format('truetype'), url('fonts/Klavika-Medium.svg#Klavika') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0;
    font: 12px "Klavika", Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    min-width: 320px;
}

::-moz-selection {
    background: #2d8bd8;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2d8bd8;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {}

input:invalid,	textarea:invalid {
    background-color: #f0dddd;
}

select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* wrapper */

.wrapper-holder {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wrapper {
    max-width: 1260px;
    padding: 0 7px;
    margin: 0 auto;
}

/* header */

#banner_wrapper_block{
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#banner_wrapper_block #banner_collaps, #banner_wrapper_block #banner_expand{
	width: 100%!important;
	height: auto!important;
}

#banner_wrapper_block #close_banner_add{
	right: 0;
	bottom: 0;
	left: inherit!important;
	position: absolute;
	z-index: 10;
	display: none;
}

#header {
    position: relative;
    padding: 20px 0 0;
    z-index: 2;
}

.h-area {
    overflow: hidden;
    padding: 0 0 10px;
}

.logo-block{
    float: left;
    margin: 0 11px 0 0;
}

.logo {
    background: url(images/bg-logo.png) no-repeat;
    height: 82px;
    overflow: hidden;
    text-indent: -9999px;
    width: 388px;
    display: block;
}

.logo-block p{
	color: #676767;
	font-style: italic;
	font-weight: bolder;
	padding: 6px 0 0 25px;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
}

.logo a {
    display: block;
    height: 100%;
}

.h-area .img {
    float: left;
    padding: 0 1% 0 0;
}

.h-box {
    float: right;
    padding: 38px 0 0;
}

.search-area {
    float: left;
    padding: 0 18px 0 0;
    background: #ececec;
}

.search-area input[type="text"] {
    float: left;
    padding: 9px 11px 8px;
    width: 240px;
    border: 0;
    background: none;
    font: 15px "Klavika", Arial, Helvetica, sans-serif;
    height: 18px;
    color: #707070;
    text-transform: uppercase;
}

.search-area input[type="submit"] {
    float: left;
    background: url(images/bg-btn-search.png) no-repeat;
    width: 19px;
    height: 19px;
    padding: 0;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    margin: 8px 0 0;
}

.top-social-lst-hold {
    float: left;
    padding: 0 5px 0 17px;
}

.top-social-lst-hold .img {
    display: none;
}

.top-social-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.top-social-lst li {
    float: left;
    padding: 0 0 0 5px;
}

#header .btn-sign-up {
    float: left;
    background: #f19020;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding: 0 17px;
    text-decoration: none;
}

#header .btn-sign-up:hover {
    background: #f09f41;
}

.nav-area {
    background: #363636 url(images/bg-nav-area.gif) repeat-x;
    padding: 0 9999px;
    margin: 0 -9999px;
    position: relative;
    height: 47px;
}

.m-nav-link {
    display: none;
    text-decoration: none;
    background: url(images/bg-nav-m.png) no-repeat 0 15px;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0 11px 37px;
    margin: 0 7px;
    color: #fff;
    text-transform: uppercase;
}

#nav {
    display: none;
    font-size: 16px;
    line-height: 19px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav > li {
    float: left;
    height: 21px;
    padding: 16px 21px 10px 0;
}

#nav > li:hover .drop-box {
    display: block;
}

#nav > li > a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    padding: 0 21px 0 0;
    background: url(images/bg-nav.png) no-repeat 100% 4px;
}

#nav > li:hover > a, #nav > li > a:hover {
    color: #f19020;
    background: url(images/bg-nav-hover.png) no-repeat 100% 4px;
}

#nav .drop-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
}

#nav .drop-box .holder {
    max-width: 1260px;
    margin: 0 auto;
    padding: 15px 7px 17px;
    overflow: hidden;
}

#nav .drop-box .frame {
    overflow: hidden;
    position: relative;
}

#nav .drop-box .add-box {
    float: left;
    max-width: 240px;
    width: 20%;
    padding: 15px 0 999px;
    margin: 0 2.5% -999px 0;
    border-right: 1px solid #555;
}

#nav .add-info-block ul, #nav .add-box ul {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    list-style: none;
}

#nav .add-info-block ul {
    font-size: 16px;
}

#nav .add-info-block li, #nav .add-box li {
    overflow: hidden;
    padding: 0 0 14px;
    vertical-align: top;
}

#nav .add-info-block li {
    padding: 0 0 4px;
}

#nav .add-info-block ul a, #nav .add-box a {
    float: left;
    background: url(images/bullet-arrow.png) no-repeat 0 5px;
    color: #555;
    text-decoration: none;
    padding: 0 0 0 15px;
}

#nav .add-info-block ul a:hover, #nav .add-box a:hover {
    color: #783888;
    background: url(images/bullet-arrow-hover.png) no-repeat 0 5px;
}

#nav .add-info-block {
    overflow: hidden;
}

#nav .add-info-block .txt-box {
    float: left;
    max-width: 480px;
    width: 49%;
    padding: 13px 10px 0 0;
}

#nav .add-info-block .txt-box h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 22px;
    color: #555;
    font-weight: 500;
}

#nav .add-info-block .add-img {
    overflow: hidden;
}

#nav .add-info-block img {
    max-width: 100%;
    height: auto;
}
#hot-strip{
    margin: 0 -9999px;
    padding:0 9999px;
    font-size:16px;
    overflow:hidden;
}
#hot-strip.yellow {
    background: #f6b436;
}
#hot-strip.red {
    background: #cb1002;
}
#hot-strip .marker{
    display:inline-block;
    margin-left: -9999px;
    padding: 0 12px 0 9999px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    vertical-align:top;
}
#hot-strip.yellow .marker{
    background: #f19020;
}
#hot-strip.red .marker{
    background: #971107;
}
#hot-strip.yellow .marker::after {
    content: ''; 
    position: absolute;
    right: -32px; top: 0;
    border: 20px solid transparent;
    border-left: 12px solid #f19020;
}
#hot-strip.red .marker::after {
    content: ''; 
    position: absolute;
    right: -32px; top: 0;
    border: 20px solid transparent;
    border-left: 12px solid #971107;
}
#hot-strip .link{
    display:inline-block;
    width:80%;
    padding: 8px 0 8px 24px;
    line-height: 24px;
    vertical-align:top;
}
#hot-strip .link a{
    text-decoration:none;
}
#hot-strip.red .link a{
    color:#fff;
}
#hot-strip .link a:hover{
    text-decoration:underline;
}

/* main */

.main-section {
    position: relative;
}

.mobile-nav {
    position: absolute;
    top: 0;
    left: -251px;
    background: #363636;
    width: 200px;
    padding: 0 22px;
    height: 100%;
    z-index: 100;
}

.mobile-nav ul {
    margin: 0;
    padding: 9px 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

.mobile-nav > ul > li > a {
    border-bottom: 1px solid #636363;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: url(images/bg-nav.png) no-repeat 12px 15px;
    padding: 10px 0 8px 36px;
}

.mobile-nav > ul > li:last-child a {
    border: 0;
}

.mobile-nav ul ul a:hover, .mobile-nav > ul > li > a:hover {
    color: #4aa34a;
}

/*.mobile-nav > ul > li.menu-item-has-children > a {
        background: url(images/bg-nav.png) no-repeat 12px 15px;
}*/

.mobile-nav ul ul {
    font-size: 16px;
    padding: 11px 0 0 37px;
    line-height: 20px;
}

.mobile-nav ul ul ul {
    padding-left: 10px;
    padding-bottom: 0;
}

.mobile-nav ul ul li {
    padding: 0 0 7px;
}

.mobile-nav ul ul a {
    color: #fff;
    text-decoration: none;
}

#main {
    padding: 20px 9999px 71px;
    margin: 0 -9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #d6d6d3;
}

.banner-area {
    padding: 0 0 21px;
    text-align: center;
}

.banner-area img {
    max-width: 100%;
    height: auto;
}

/* main-holder */

.main-holder {
    overflow: hidden;
    padding: 0 0 15px;
}

/* content */

#content {
    overflow: hidden;
}

.ttl-area {
    background: #783888;
    overflow: hidden;
    margin: 0 0 1px;
    padding: 13px 22px 11px;
}

.ttl-area .rss {
    float: right;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    background: url(images/bg-rss.png) no-repeat;
    padding: 0 0 0 31px;
    margin: -2px 0 0;
}

.color-scheme01 .ttl-area {
    background: #f19020;
}

.color-scheme02 .ttl-area {
    background: #0767aa;
}

.ttl-area.decor {
    background: #4aa34a !important;
}

.content-area .side-box .ttl-area {
    padding-right: 16px;
}

.ttl-area h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    float: left;
    width: 70%;
    text-transform: uppercase;
}

.ttl-area h2 a {
    color: #fff;
    text-decoration: none;
}

.ttl-area h2 a:hover {
    text-decoration: underline;
}

.ttl-area .link {
    float: right;
    margin: 5px 0 0;
    background: url(images/bg-btn-down.png) no-repeat;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
}

.news-area {
    overflow: hidden;
    margin: 0 0 20px;
}

.news-area img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.main-news-area {
    float: left;
    background: #363636;
    max-width: 578px;
    width: 62%;
    margin: 0 1px 0 0;
}

.main-news-area .img {
    position: relative;
    overflow: hidden;
}

.main-news-area .add-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f19020;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    padding: 6px 21px;
}

.main-news-area .txt-box {
    padding: 15px 22px 19px;
}

.main-news-area .txt-box h3 {
    margin: 0 0 8px;
    font-size: 24px;
    min-height: 60px;
    line-height: 27px;
    font-weight: normal;
}

.main-news-area h3 a {
    color: #fff;
    text-decoration: none;
}

.main-news-area h3 a:hover {
    text-decoration: underline;
}

.main-news-area .add-info-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.main-news-area .add-info-lst li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 0 0;
}

.main-news-area .add-info-lst a {
    color: #4aa34a;
    text-decoration: none;
}

.main-news-area .add-info-lst a:hover {
    text-decoration: underline;
}

.side-news-add {
    overflow: hidden;
}

.side-news-add ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-news-add li {
    background: #363636;
    margin: 1px 0 0;
    overflow: hidden;
    vertical-align: top;
}

.side-news-add li.decor {
    background: #464646;
}

.side-news-add li:first-child {
    margin: 0;
}

.side-news-add .img {
    float: left;
    position: relative;
}

.side-news-add .img a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: block;
}

.side-news-add .img .add-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f19020;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px 1px;
    color: #fff;
}

.side-news-add .txt-box {
    overflow: hidden;
    padding: 8px 2% 6px 4%;
}

.side-news-add .txt-box h3 {
    margin: 0 0 6px;
    min-height: 53px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}

.side-news-add .txt-box h3 a {
    color: #fff;
    text-decoration: none;
}

.side-news-add .txt-box h3 a:hover {
    text-decoration: underline;
}

.side-news-add .txt-box h4 {
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}

.side-news-add .txt-box h4 a {
    color: #4aa34a;
    text-decoration: none;
}

.side-news-add .txt-box h4 a:hover {
    text-decoration: underline;
}

.adv-area {
    padding: 0 0 19px;
}

.adv-area img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.tab-section {
    margin: 0 0 19px;
    background: #fff;
    overflow: hidden;
    padding: 1px 0 0;
}

.tab-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    overflow: hidden;
    line-height: 35px;
}

.tab-nav li {
    float: left;
    margin: 0 1px 0 0;
}

.tab-nav a {
    background: #363636;
    color: #fff;
    text-decoration: none;
    float: left;
    width: 123px;
    text-align: center;
}

.tab-nav .active a, .tab-nav a:hover {
    background: #fff;
    color: #783888;
}

.tab-area {
    padding: 23px 2.2% 17px;
    overflow: hidden;
}

.tab-area > .tab {
    display: none;
}

.tab-area > .tab:first-child {
    display: block;
}

.news-lst {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-lst li {
    float: left;
    width: 32%;
    max-width: 286px;
    padding: 0 0 0 2%;
}

.news-lst li:first-child {
    padding-left: 0;
}

.news-lst img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news-lst .img {
    padding: 0 0 10px;
}

.news-lst h3 {
    margin: 0 0 19px;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}

.news-lst h3 a {
    color: #000;
    text-decoration: none;
}

.news-lst h3 a:hover {
    text-decoration: underline;
}

.news-lst .hold {
    min-height: 80px;
    padding: 0 0 5px;
}

.news-lst .txt {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.news-lst h3 span {
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 17px;
}

.news-lst .date {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

/* content-area */

.content-area {
    overflow: hidden;
}

.content-area .text-block-info {
    overflow: hidden;
    background: #fff;
}

.topics-area {
    overflow: hidden;
    padding: 2px 3.3% 20px;
}

.topics-lst {
    margin: 0;
    padding: 0 0 0px;
    list-style: none;
}

.topics-lst li {
    padding: 20px 0 17px;
    overflow: hidden;
    vertical-align: top;
    border-top: 1px solid #cfcece;
}

.topics-lst li:first-child {
    border: 0;
}

.topics-lst .img {
    float: left;
    max-width: 286px;
    width: 50%;
    padding: 0 4% 0 0;
}

.topics-lst .img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.topics-lst .txt-box {
    overflow: hidden;
}

.topics-lst .txt-box h3 {
    margin: 0 0 17px;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

.topics-lst .txt-box h3 a {
    text-decoration: none;
}

.topics-lst .txt-box h3 a:hover {
    text-decoration: underline;
}

.topics-lst .txt-box .hold {
    min-height: 85px;
    overflow: hidden;
}

.topics-lst .txt-box .date, .topics-lst .txt-box .txt {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}

.topics-lst .txt-box .hold h3 {
    color: #464646;
}

.btn {
    display: block;
    background: #4aa34a;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
}

.btn.decor {
    background: #783888;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity: 80);
}

.content-area .side-box {
    float: right;
    margin: 0 0 0 20px;
    max-width: 300px;
    width: 32%;
}

.content-area .side-box .ttl-area h2 {
    width: auto;
}

.content-area .side-box .box-img {
    padding: 0 0 21px;
}

.content-area .side-box .box-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.articles-area {
    background: #fff;
    padding: 9px 5.2% 20px;
}

.articles-lst {
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
    background: #fff;
    overflow: hidden;
}

.articles-lst li {
    border-top: 1px solid #cfcece;
    padding: 15px 0 13px;
    overflow: hidden;
    vertical-align: top;
}

.articles-lst li:first-child {
    border: 0;
}

.articles-lst h4 {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.articles-lst h4 a {
    text-decoration: none;
}

.articles-lst h4 a:hover {
    text-decoration: underline;
}

.articles-lst h5 {
    margin: 0 0 2px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

/* box-title */

.box-title {
    padding: 0 0 1px;
    overflow: hidden;
}

.box-title h1.ttl-contributor, .box-title h1.ttl-bio, .box-title h1.ttl-qclub, .box-title h1.ttl-contact-us, .box-title h1.ttl-photo-gall {
    margin: 0;
    background: url(images/bg-ttl-photo-gall.jpg) no-repeat;
    max-width: 940px;
    height: 104px;
    overflow: hidden;
    text-indent: -9999px;
}

.box-title h1.ttl-qclub, .box-title h1.ttl-bio, .box-title h1.ttl-contact-us {
    margin: 0 0 19px;
    background: url(images/bg-ttl-contacts.jpg) no-repeat;
}

.box-title h1.ttl-qclub {
    background: url(images/bg-ttl-q-club.jpg) no-repeat;
}

.box-title h1.ttl-bio {
    background: url(images/bg-ttl-bio.jpg) no-repeat;
}

.box-title h1.ttl-contributor {
    background: url(images/tit_contributer_lineup.png) no-repeat;
}

.button-list {
    margin: 0;
    padding: 0 0 33px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}

.post-block .button-list {
    font-size: 13px;
    width: 90%;
}

.button-list li {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
}

.button-list li:first-child {
    margin-left: 0;
}

.button-list a {
    background: #783888;
    color: #fff;
    text-decoration: none;
    display: block;
}

.button-list a.decor {
    background: #4aa34a;
}

.button-list a:hover {
    opacity: 0.8;
    filter: alpha(opacity: 80);
}

/* info-area */

.info-area {
    background: #fff;
    padding: 21px 2.3% 46px;
    overflow: hidden;
}

.gallery-lst {
    margin: 0 -32px 0 0;
    overflow: hidden;
    padding: 0 0 34px;
    list-style: none;
}

.gallery-lst li {
    display: inline-block;
    vertical-align: top;
    max-width: 286px;
    width: 32%;
    padding: 0 2% 15px 0;
}

.photo-area .gallery-lst {
    margin-right: -20px;
}

.photo-area .gallery-lst li {
    padding-right: 2%;
    font-size: 0;
    width: 31%;
}

.gallery-lst a {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.gallery-lst a:hover .txt {
    text-decoration: underline;
}

.gallery-lst img {
    display: block;
    margin: 0 0 4px;
    max-width: 100%;
    height: auto;
}

.gallery-lst .txt {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
}

/* gallery-slide */

.gallery-slide {
    overflow: hidden;
    position: relative;
    padding: 42px 52px 15px;
}

.gallery-slide .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-slide .slides li {
    float: left;
    width: 100%;
}

.gallery-slide .slides img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px;
}

.gallery-slide .slides h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.gallery-slide .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-slide .flex-direction-nav .flex-next, .gallery-slide .flex-direction-nav .flex-prev {
    position: absolute;
    top: 50%;
    margin: -17px 0 0;
    left: 0;
    background: url(images/bg-btn-prev-gall.png) no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 55px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
}

.gallery-slide .flex-direction-nav .flex-next {
    left: auto;
    right: 0;
    background: url(images/bg-btn-next-gall.png) no-repeat;
    background-size: 100% auto;
}

/* section-content */

.section-content {
    background: #fff;
    padding: 38px 2% 40px;
    overflow: hidden;
}

.section-content.inner {
    padding: 20px 2.4% 40px;
}

.section-content.inner02 {
    margin: 0 0 15px;
    padding: 0 2% 20px;
}

.section-content .hold-txt {
    border-bottom: 1px solid #cfcece;
    margin: 0 0 46px;
    padding: 0 0 19px;
    overflow: hidden;
}

.section-content h2 {
    margin: 0 0 30px;
    color: #000;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
}

.section-content p {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
}

.contact-area h3 {
    text-transform: uppercase;
    color: #555;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 10px;
}

.contact-area .box-ttl .hold {
    float: left;
    width: 80%;
}

.contact-area .box-ttl {
    overflow: hidden;
    padding: 0 0 10px;
}

.contact-area .box-ttl .text {
    padding: 8px 10% 0 0;
    float: right;
    font-size: 14px;
    line-height: 17px;
}

.contact-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.contact-area .selector {
    max-width: 315px;
}

.contact-area .row {
    overflow: hidden;
    padding: 0 0 23px;
}

.contact-area .row input {
    width: 283px;
    float: left;
}

.contact-area .txt-area-row {
    overflow: hidden;
    padding: 0 0 18px;
}

.contact-area .txt-area-row label {
    display: block;
    color: #555;
    padding: 0 0 7px;
    font-size: 18px;
    line-height: 21px;
}

.contact-area textarea {
    max-width: 554px;
    width: 100%;
    float: left;
}

textarea {
    margin: 0;
    overflow: auto;
    height: 186px;
    border: 1px solid #949393;
    color: #555;
    padding: 7px 15px;
    font: 18px "Klavika", Arial, Helvetica, sans-serif;
    resize: none;
}

.contact-area form {
    max-width: 586px;
}

.contact-area .box-btn {
    overflow: hidden;
}

.contact-area .box-btn input {
    float: right;
    width: 236px;
}

/* select */

div.selector {
    width: 100% !important;
    line-height: 36px;
    height: 36px;
    margin: 0 0 23px;
    overflow: hidden;
    background: #555 url(images/bg-select.png) no-repeat 100% 50%;
    position: relative;
    font-size: 18px;
}

div.selector select {
    color: #2c2c2c;
    font: 16px/36px "Klavika", Arial, Helvetica, sans-serif;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity: 0);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

div.selector span {
    width: auto !important;
    line-height: 36px;
    max-width: 80%;
    height: 36px;
    color: #fff;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-indent: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.pagination-lst li {
    display: inline-block;
    vertical-align: top;
    padding: 0 1px 5px;
}

.pagination-lst a {
    float: left;
    text-decoration: none;
    background: #783888;
    color: #fff;
    padding: 0 13px;
}

.pagination-lst a.decor {
    background: none;
    color: #779b3b;
    padding: 0 7px;
}

.pagination-lst a.decor:hover {
    background: none;
}

.pagination-lst .active a, .pagination-lst a:hover {
    background: #b66cc8;
}

/* frame-ttl */

.frame-ttl {
    overflow: hidden;
    padding: 0 0 1px;
}

.frame-ttl .box {
    float: left;
    max-width: 579px;
    width: 62%;
}

.frame-ttl .add-box {
    overflow: hidden;
}

.frame-ttl .add-box img, .frame-ttl .box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.video-area {
    overflow: hidden;
    padding: 0 0 3px;
}

.video-area iframe {
    display: block;
}

.video-area img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.video-area-bar {
    position: relative;
    overflow: hidden;
    background: #702b80;
    min-height: 48px;
    padding: 16px 23px 22px;
}

.video-area-bar.inner {
    background: #000 !important;
}

.color-scheme02 .video-area-bar {
    background: #0767aa;
}

.video-area-bar .btn-next, .video-area-bar .btn-prev {
    position: absolute;
    top: 26px;
    left: 23px;
    font-size: 20px;
    line-height: 35px;
    background: url(images/bg-btn-prev.png) no-repeat;
    padding: 0 0 0 31px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.video-area-bar .btn-next {
    left: auto;
    right: 23px;
    background: url(images/bg-btn-next.png) no-repeat 100% 0;
    padding: 0 31px 0 0;
}

.video-area-bar .btn a:hover {
    text-decoration: underline;
}

.video-area-bar h2 {
    margin: 0 auto;
    max-width: 70%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

/* social-lst */

.social-lst {
    margin: -18px 0 50px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.social-lst li {
    display: inline-block;
    vertical-align: top;
    padding: 0 1px;
}

.ttl-frame-hold {
    overflow: hidden;
    padding: 0 0 41px;
    border-bottom: 1px solid #cfcece;
    margin: 0 0 33px;
}

.ttl-frame-hold .hold {
    float: left;
    padding: 33px 2% 0;
    max-width: 480px;
    width: 49%;
    text-align: center;
}

.ttl-frame-hold .hold h3 {
    color: #555;
    font-size: 41px;
    line-height: 41px;
    margin: 0 0 23px;
}

.ttl-frame-hold .hold h4 {
    color: #555;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

.ttl-frame-hold .img {
    overflow: hidden;
}

.ttl-frame-hold .img img {
    max-width: 100%;
    height: auto;
}

.txt-area {
    border-bottom: 1px solid #cfcece;
    padding: 0 2.3% 22px;
    margin: 0 0 35px;
}

.text-holder {
    text-align: center;
}

.text-holder h3 {
    margin: 0 0 23px;
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
    color: #555;
}

.txt-list {
    margin: 0 0 52px;
    padding: 0 2% 15px;
    list-style: none;
}

.txt-list li {
    padding: 0 0 27px;
}

.txt-list h4 {
    margin: 0 0 5px;
    color: #4aa34a;
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
}

.txt-list.inner h4 {
    color: #f19020;
}

.txt-list h5 {
    margin: 0;
    font-size: 19px;
    line-height: 22px;
    color: #555;
    font-weight: 500;
}

.txt-list p {
    margin: 0;
    font-weight: normal;
    color: #555;
    font-size: 16px;
    line-height: 20px;
}

.txt-frame {
    padding: 0 0 50px;
}

/* add-txt-block */

.add-txt-block h3 {
    margin: 0 0 9px;
    color: #6f2a7f;
    font-size: 33px;
    line-height: 37px;
    font-weight: 500;
}

.add-txt-block .links {
    margin: 0;
    padding: 0 0 60px;
    list-style: none;
    font-size: 25px;
    line-height: 34px;
}

.add-txt-block .links a {
    color: #555;
}

.add-txt-block .latest-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

.add-txt-block .latest-links li {
    padding: 0 0 14px;
}

.add-txt-block .latest-links a {
    color: #58595b;
}

/* inform-area */

.inform-area {
    overflow: hidden;
}

.inform-area .txt-box {
    float: left;
    max-width: 520px;
    padding: 0 20px 0 0;
    width: 58%;
}

.inform-area .txt-box h2 {
    margin: 0 0 24px;
    color: #555;
    font-size: 34px;
    line-height: 37px;
}

.inform-area .txt-box ul.lst {
    margin: 0;
    padding: 0 0 26px;
    list-style: none;
    font-size: 20px;
    line-height: 25px;
    color: #555;
}

.inform-area .txt-box ul.lst a {
    color: #555;
    text-decoration: none;
}

.inform-area .txt-box ul.lst a:hover {
    text-decoration: underline;
}

.inform-area .social-lst {
    text-align: left;
    margin: 0 0 35px;
}

.inform-area .img {
    overflow: hidden;
    padding: 14px 0 0;
}

.inform-area .img img {
    max-width: 100%;
    height: auto;
}

.add-lst {
    margin: 0 0 34px;
    padding: 0 0 10px;
    list-style: none;
    border-bottom: 1px solid #cfcece;
    color: #7d7d7d;
    font-size: 18px;
    line-height: 22px;
}

.add-lst li {
    display: inline-block;
    vertical-align: top;
    background: url(images/sep-lst.gif) no-repeat 0 2px;
    padding: 0 1px 0 8px;
}

.add-lst li:first-child {
    background: none;
    padding-left: 0;
}

.info-txt-box > h3 {
    text-align: center;
    margin: 0 0 39px;
    font-weight: 500;
    color: #555;
    font-size: 26px;
    line-height: 29px;
}

.info-txt-box > .holder {
    overflow: hidden;
    padding: 0 0 46px;
}

.info-txt-box > .holder ul {
    margin: 0;
    padding: 0 0 0 1%;
    list-style: none;
    float: left;
    width: 32.5%;
    max-width: 290px;
}

.info-txt-box > .holder ul:first-child {
    padding-left: 0;
}

.info-txt-box > .holder li {
    padding: 0 0 15px;
}

.info-txt-box > .holder h3 {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.info-txt-box > .holder p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    font-weight: normal;
}

.team-info {
    margin: 0 0 36px;
    padding: 0 0 38px;
    list-style: none;
    border-bottom: 1px solid #cfcece;
}

.team-info li {
    padding: 0 0 14px;
}

.team-info h3 {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.team-info p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    font-weight: normal;
}

.news-frame > h2 {
    text-align: center;
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    color: #555;
    font-weight: 500;
}

.lst-news {
    margin: 0 0 -20px;
    padding: 0;
    list-style: none;
}

.lst-news-section .lst-news {
    margin: 0 0 34px;
}

.lst-news-hold .lst-news {
    margin: 0 0 20px;
}

.lst-news > li {
    border-bottom: 1px solid #cfcece;
    overflow: hidden;
    padding: 0 2.3% 23px;
    margin: 0 0 40px;
    vertical-align: top;
}

.lst-news-hold .lst-news > li {
    padding: 0 0 22px;
    margin: 0 0 26px;
}

.lst-news-section .lst-news > li {
    padding: 22px 0 0;
    border: solid #cfcece;
    border-width: 1px 0 0;
    margin: 0 0 21px;
}

.lst-news-section .lst-news > li:first-child {
    border: 0;
}

.lst-news-section .lst-news .img {
    float: left;
    max-width: 286px;
    width: 32%;
    margin: 0 2% 0 0;
}

.lst-news h3 {
    margin: 0 0 13px;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
}

.lst-news .featured {
    overflow: visible;
}

.lst-news .featured h2, .lst-news .featured h3, .lst-news .featured ul, .lst-news .featured .image {
    margin-left: -10px;
    margin-right: -10px;
}

.lst-news .featured h2{
    color: #46a64d;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}

.lst-news h3 a {
    text-decoration: none;
    color: #414042;
}

.lst-news ul {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.lst-news ul li {
    background: url(images/sep-lst02.gif) no-repeat 0 2px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.lst-news ul li:first-child {
    padding-left: 0;
    background: none;
}

.lst-news p {
    font-weight: normal;
    margin: 0 0 17px;
    line-height: 20px;
    color: #414042;
    font-size: 13px;
}

.lst-news-hold .lst-news p {
    margin: 0 0 19px;
}

.lst-news .more {
    color: #f19020;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.lst-news .more:hover {
    text-decoration: underline;
}

.box-button {
    border-bottom: 1px solid #cfcece;
    padding: 0 0 24px;
    margin: 0 0 36px;
}

.photo-area .holder {
    background: #fff;
    padding: 20px 2.2%;
}

/* post-area */

.post-area h2 {
    margin: 0 0 5px;
    color: #000;
    font-size: 28px;
    line-height: 31px;
    font-weight: 500;
}

.post-info {
    margin: 0;
    padding: 0 0 25px;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.post-info a {
    color: #555;
    text-decoration: none;
}

.post-info a:hover {
    text-decoration: underline;
}

.video-block {
    padding: 0 0 2px;
}

.video-block img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.add-social-lst {
    margin: 0;
    padding: 0 0 22px;
    list-style: none;
}

.add-social-lst li {
    display: inline-block;
    margin: 0 0 2px;
    vertical-align: top;
}

.post-area {
    margin: -20px 0 0;
}

.post-area .entry {
    padding: 0 0 66px;
}

.post-area .entry p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.post-area .entry .button-link {
    background-color: #783888;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Klavika", Arial, Helvetica, sans-serif;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.post-nav {
    margin: 0 0 28px;
    padding: 0 0 25px;
    list-style: none;
    border-bottom: 1px solid #cfcece;
    overflow: hidden;
}

.post-nav li {
    float: right;
    width: 45%;
    max-width: 270px;
    text-align: right;
}

.post-nav li:first-child {
    float: left;
    text-align: left;
}

.post-nav a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 9px;
    font-weight: 500;
    color: #783888;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.post-nav a:hover {
    text-decoration: underline;
}

.post-nav h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
}

.post-block {
    overflow: hidden;
}

.post-block .img {
    float: left;
    max-width: 143px;
    width: 16%;
    padding: 3px 2.7% 0 0;
}

.post-block .img img {
    max-width: 100%;
    height: auto;
}

.post-block .text-box {
    overflow: hidden;
}

.post-block h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
}

.post-block h4 {
    margin: 0 0 19px;
    color: #555;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.post-block p {
    margin: 0 0 17px;
    line-height: 17px;
    font-size: 13px;
    font-weight: normal;
}

.post-block p a {
    text-decoration: none;
    color: #783888;
}

.post-block p a:hover {
    text-decoration: underline;
}

.inform-lst {
    margin: 0;
    padding: 17px 0 20px;
    list-style: none;
    overflow: hidden;
}

.inform-lst li {
    float: left;
    max-width: 300px;
    width: 32%;
    margin: 0 0 0 2%;
    background: #363636;
}

.inform-lst li:first-child {
    margin-left: 0;
}

.inform-lst img {
    max-width: 1005;
    height: auto;
}

.inform-lst .hold {
    padding: 20px 7%;
    min-height: 193px;
    color: #fff;
}

.inform-lst h2 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 24px;
    line-height: 22px;
    padding: 0 0 7px;
    min-height: 78px;
}

.inform-lst h2 a {
    color: #fff;
    text-decoration: none;
}

.inform-lst h2 a:hover {
    text-decoration: underline;
}

.inform-lst h3 {
    margin: 0 0 8px;
    min-height: 75px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.inform-lst h3 span {
    display: block;
    font-size: 20px;
    line-height: 23px;
}

.inform-lst h3 span a {
    color: #ffffff;
    text-decoration: none;
}

.inform-lst h3 em {
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
}

.inform-lst h4 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.section-inform {
    overflow: hidden;
    padding: 0 0 20px;
}

.section-inform .box-news {
    float: left;
    max-width: 620px;
    width: 66%;
    background: #fff;
}

.twitter-box {
    float: right;
    max-width: 300px;
    width: 32%;
}

.lst-news-hold {
    padding: 24px 3.3%;
    background: #fff;
}
.wrap_blocks{
	display:table;
	width:100%;
}
.wrap_row{
	display:table-row;
}
.banner_holder{
	display:table-cell;
	width:57.7%;
	padding: 0 20px 0 0;
	vertical-align:middle;
}
.banner-area img{
	width:100%;
}
.home #main .banner-area .gofollow {
	display:block;
	width:100%;
}
.social_block{
	display:table-cell;
	width:39%;
	vertical-align:middle;
	font-size:20px;
	line-height:auto;
	color:#fff;
	background-color:#783586;
}
.social_block ul{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	margin: 0;
	padding: 0 0 0 10px;
}
.social_block li{
	float:left;
	width:53px; height:53px;
	margin: 0 0 0 8px;
}
.social_block a{
	display:block;
	height:53px;
	text-indent:-9999px;
	background:url(images/ico_social.png) no-repeat;
}
.social_block .twitter{
	background-position:-53px 0;
}
.social_block .youtube{
	background-position:-106px 0;
}


/* sidebar */

#sidebar {
    float: right;
    width: 300px;
    margin: 0 0 0 20px;
}

.widget {
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto 21px;
}

.widget .textwidget {
    background-color: #ffffff;
}

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

.widget.widget-bio {
    background: #fff;
}

.widget.widget-photos {
    background: #898989;
    color: #fff;
    padding: 19px 17px 102px;
}

.widget.widget-links {
    background: #fff;
    overflow: hidden;
}

.widget.widget-links .selector {
    margin: 0 0 17px;
}

.widget.widget-links .widget-holder {
    padding: 19px 6% 10px;
}

.widget.widget-photos .widgettitle {
    margin: 0 0 87px;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: normal;
}

.widget.widget-links .widgettitle, .widget.widget-bio .widgettitle {
    margin: 0;
    padding: 14px 18px 8px;
    background: #783888;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.widget.widget-links .widgettitle {
    text-transform: uppercase;
    background: #f19020;
    font-size: 17px;
}

.widget.widget-links.widget-saints .widgettitle {
    background: #783888;
}

.widget.widget-links ul {
    margin: 0;
    padding: 0 4% 0 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    float: left;
    width: 46%;
}

.widget.widget-links.widget-saints ul {
    width: auto;
    font-size: 17px;
    float: none;
}

.widget.widget-links li {
    overflow: hidden;
    vertical-align: top;
    padding: 0 0 10px;
}

.widget.widget-links li a {
    float: left;
    background: url(images/bullet-lst.gif) no-repeat 0 3px;
    padding: 0 0 0 13px;
    color: #464646;
    text-decoration: none;
}

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

.widget .btn-click {
    background: #f19020;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    text-decoration: none;
    text-align: center;
}

.widget .btn-click:Hover {
    opacity: 0.8;
    filter: alpha(opacity: 80);
}

.widget.widget-links li a:hover {
    text-decoration: underline;
}

.widget-holder {
    padding: 13px 6% 0;
    overflow: hidden;
}

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

.widget-holder > ul {
    padding: 0 0 20px;
}

.widget-holder > ul > li {
    overflow: hidden;
    padding: 0 0 11px;
    vertical-align: top;
}

.widget-holder .img {
    float: left;
    max-width: 61px;
    width: 23%;
    padding: 5px 8px 0 2px;
}

.widget-holder .img img {
    max-width: 100%;
    height: auto;
}

.widget-holder .txt-box {
    overflow: hidden;
}

.widget-holder .txt-box h5 {
    margin: 0 0 2px;
    color: #555;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.widget-holder .txt-box p {
    font-size: 12px;
    word-break: break-all;
    line-height: 16px;
    margin: 0 0 8px;
    color: #555;
}

.widget-holder .btns {
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

.widget-holder .btns li {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
}

.widget-holder .btns li:first-child {
    margin-left: 0;
}

.widget-holder .btns a {
    display: block;
    text-decoration: none;
    background: #555;
    color: #fff;
}

.widget-holder .btns a:hover {
    opacity: 0.8;
    filter: alpha(opacity: 80);
}

.widget-holder h4 {
    color: #464646;
    margin: 0 0 13px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #959595;
}

.widget.widget-photos h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.widget.widget-social {
    background: #783888;
    padding: 68px 9% 77px;
}

.color-scheme01 .widget.widget-social {
    background: #f19020;
}

.color-scheme02 .widget.widget-social {
    background: #0767aa;
}

.widget.widget-social.decor-color {
    background: #783888;
}

.widget.widget-social h3.widgettitle {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.widget.widget-social ul {
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
}

.widget.widget-social li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    max-width: 73px;
    padding: 0 0 0 5%;
}

.widget.widget-social li:first-child {
    padding-left: 0;
}

/* footer */

#footer {
    padding: 42px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.f-box {
    float: left;
    max-width: 710px;
    width: 60%;
}

.f-nav {
    margin: 0;
    padding: 0 0 25px;
    list-style: none;
    font-size: 18px;
    line-height: 21px;
}

.f-nav li {
    display: inline-block;
    vertical-align: top;
    background: url(images/sep-f-nav.gif) no-repeat;
    padding: 0 10px 0 16px;
}

.f-nav li:first-child {
    background: none;
    padding-left: 0;
}

.f-nav a {
    color: #773b8a;
    text-decoration: none;
}

.f-nav a:hover {
    text-decoration: underline;
}

.f-box p {
    margin: 0;
    color: #444;
    line-height: 20px;
    font-size: 16px;
}

.add-f-nav {
    margin: 0;
    padding: 0;
    color: #333;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

.add-f-nav li {
    background: url(images/sep-add-nav.gif) no-repeat 0 4px;
    padding: 0 2px 0 7px;
    display: inline-block;
    vertical-align: top;
}

.add-f-nav li:first-child {
    background: none;
    padding-left: 0;
}

.add-f-nav a {
    color: #333;
    text-decoration: none;
}

.add-f-nav a:hover {
    text-decoration: underline;
}

.f-logo {
    float: right;
    background: url(images/bg-logo.png) no-repeat;
    width: 395px;
    height: 82px;
    overflow: hidden;
    text-indent: -9999px;
}

.f-logo a {
    display: block;
    height: 100%;
}

/* popup-box */

.popup-area {
    display: none;
}

.popup-box {
    max-width: 607px;
    padding: 32px 43px 23px;
    overflow: hidden;
}

.popup-box h3 {
    margin: 0 0 10px;
    color: #783888;
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
}

.popup-box p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 20px;
}

.popup-box .add-txt {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 0 0 21px;
}

.popup-box .row {
    overflow: hidden;
    padding: 0 0 26px;
}

input[type="text"], input[type="email"] {
    border: 1px solid #949393;
    color: #555;
    padding: 7px 15px;
    font: 18px "Klavika", Arial, Helvetica, sans-serif;
    height: 21px;
}

.popup-box .row input[type="text"], .popup-box .row input[type="email"] {
    float: left;
    width: 283px;
}

.popup-box .box-btn {
    overflow: hidden;
}

input[type="submit"] {
    background: #783888;
    padding: 0;
    cursor: pointer;
    border: 0;
    font: 20px "Klavika", Arial, Helvetica, sans-serif;
    height: 52px;
    color: #fff;
    text-transform: uppercase;
}

.popup-box .box-btn input[type="submit"] {
    width: 236px;
}

.popup-box .box-btn input:hover {
    background: #884798;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.textwidget p {
    padding: 0 0 10px 0;
}

/* Respond */

#respond {
    margin: 20px 0 20px 0;
    overflow: hidden;
}

.commentlist #respond {
    margin: 0 0 20px 0;
}

#respond .comment-reply-title {
    margin: 0 0 5px 0;
}

#respond .comment-reply-title small {
    font-size: 12px;
    font-weight: normal;
}

#commentform p {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0;
}

#commentform p label {
    display: block;
    padding: 0 0 5px;
}

#commentform p textarea {
    width: 98%;
}

/* Comments*/

#comments {
    margin: 0 0 5px 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
    line-height: 1.6em;
}

.commentlist li.comment {
    margin: 15px 0 10px;
    padding: 15px;
    list-style: none;
    border: 1px solid #ececec;
    background: #f6f6f5;
}

.commentlist li.alt {
    margin: 10px 0 0 0;
    background: #fff;
}

.commentlist li.comment ul li.comment {
    margin-right: 15px;
    margin-left: 10px;
}

.commentlist .entry-comment p {
    margin: 10px 0 10px 0;
}

.commentlist .children {
    padding: 0;
}

/* new-style */
#content-add {
    overflow: hidden;
}
.section-week {
    background: #363636;
    min-height: 125px;
    overflow: hidden;
    color: #fff;
    padding:0 20px 5px 20px;
    margin: 0 0 20px;
}
.section-week h2 {
    font-size: 52px;
    line-height: 54px;
    margin: 0;
}
.section-week p {margin: 0;}
.section-week .date-holder {
    width: 31.1%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 0 5% 0 0;
    display: inline-block;
    vertical-align: middle;
}
.section-week .description {
    vertical-align: middle;
    display: inline-block;
    padding: 16px 0 0;
    width: 62.9%;
}
.select-holder h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 5px;
    font-weight: normal;
}
.select-list {
    margin: 0 0 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.select-list li {
    float: left;
    padding: 0 0 5px 5px;
}
.select-list a {
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    text-decoration: none;
    background: url(images/bg-select-btn.gif) repeat-x;
    border-radius: 5px;
}
.select-list .active a,
.select-list a:hover {
    background: #f19020;
    box-shadow: inset 0 0 3px #000;
}
.select-list .big a,
.select-list .normal a {
    padding: 0 10px;
    width: auto;
}
.select-list .big a {padding: 0 18px;}
.select-holder {padding: 0 0 11px;}
.item-list {
    margin: 0 0 0 -1.6%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.item-list li {
    width: 31.5%;
    display: inline-block;
    padding: 0 0 20px 1.94%;
    margin: 0 0 0 -3px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.item-list .item {
    background: #fff;
    padding: 1px;
    text-align: left;
}
.item-list .item .head {
    height: 37px;
    background: url(images/bg-item-head.gif);
}
.item-list .item .head-holder {
    background: url(images/bg-arrow-head.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 12px 0 0;
}
.item-list .item .head h3 {
    background: #f19020;
    color: #fff;
    height: 37px;
    font-size: 23px;
    line-height: 37px;
    margin: 0;
    padding: 0 17px 0 20px;
    text-transform: uppercase;
}
.item-list .item .item-content {padding: 6px 13px 0;}
.team-list .team {
    border-top:1px solid #cfcece;
    padding: 7px 0;
    overflow: hidden;
}
.team-list .team .image {
    float: left;
    margin: 0 10px 0 0;
}
.team-list .team .team-name {
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0 0;
}
.team-list .team .score {
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 24px;
    float: right;
    font-weight: bold;
}
.team-list .team .score.win {color: #4aa34a;}
.team-list .team .team-name p {margin: 0;}
.team-list .team:first-child {border:none;}
/* Typography */

.entry {
    overflow: hidden;
    line-height: 1.5em;
}

.entry a {
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
}

.entry p {
    margin: 0 0 20px;
    font-weight: normal;
    color: #555;
    font-size: 16px;
    line-height: 20px;
}

.txt-frame .entry p {
    color: #000;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 22px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

.entry h1 {
    margin: 0 0 19px;
    color: #45a4b5;
    font-size: 55px;
    line-height: 58px;
    font-weight: normal;
}

.entry h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin: 17px 0 4px;
}

.entry h3 {
    margin: 0 0 31px;
    font-size: 23px;
    line-height: 27px;
    color: #555;
    font-weight: normal;
}

.entry h4 {}

.entry h5 {}

.entry h6 {}

.entry ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}

.entry ul ul, .entry ul ol {
    margin: 0;
}

.entry ul li {
    list-style-type: disc;
    line-height: 1.5em;
}

.entry ul ul li {
    list-style-type: circle;
}

.entry	ul li ol li {
    list-style-type: decimal;
}

.entry ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}

.entry ol ol, .entry ol ul {
    margin: 0;
}

.entry	ol li {
    list-style-type: decimal;
    line-height: 1.5em;
}

.entry	ol li ol li {
    list-style-type: lower-alpha;
}

.entry	ol li ul li {
    list-style-type: disc;
}

.entry table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

.entry table td, .entry table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.entry table th {
    background: #eee;
}

/* Calendar */

#wp-calendar {
    width: 95%;
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

#wp-calendar caption {
    padding: 10px;
}

#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 3px 0;
}

#wp-calendar td {
    background: transparent;
}

/* Begin Images */

img {
    max-width: 100%;
    height: auto;
}

img.wp-smiley {
    padding: 0;
    border: none;
}

.alignnone {
    margin: 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 10px 25px;
}

.txt-frame .alignright {
    max-width: 286px;
    width: 32%;
}

.alignleft {
    float: left;
    margin: 5px 48px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 0 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al {
    float: left;
}

.ar {
    float: right;
}

/* Various Tags & Classes */

.entry acronym, .entry abbr, .entry span.caps {
    cursor: help;
}

.entry acronym, .entry abbr {
    border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
    margin: 15px 0 20px 0;
    padding: 0 15px 0 40px;
    background: url(images/bgr_blockquote.png) no-repeat;
}

.entry blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.entry pre, .entry code {
    font-family: mono-space, monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height: 20px;
}

.entry code {
    padding: 1px 20px 0 20px;
    background: #f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
    border-top: 0;
    border-bottom: 0;
}

sup {
    position: relative;
    top: -5px;
}

sub {
    position: relative;
    top: 5px;
}

code br {
    display: none;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clear {
    clear: both;
    line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
    padding: 0 0 15px;
}

/* pagination */

.pagination {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {}

/* add new drop-menu */
#nav li:hover>.drop-menu {display: block;}
#nav li .drop-menu li:hover>.drop-menu  {display: block;}
#nav li .drop-menu li{
    position: relative;
}
.drop-menu  {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    top:100%;
    background: #fff;
    display: none;
    width: 200px;
}
.drop-menu .drop-menu {
    width: 200px;
    left: 100%;
    top: -10px;
}
.drop-menu li {
    padding: 0 10px;
}
.drop-menu a {
    background: url(images/bullet-arrow.png) no-repeat 0 10px;
    color: #555;
    text-decoration: none;
    padding: 7px 15px;
    display: block;
}

.drop-menu a:hover {
    color: #783888;
    background: url(images/bullet-arrow-hover.png) no-repeat 0 10px;
}
.drops {
    float: right;
}
.drops .close {display: none;}
.drops.actives .open {display: none;}
.drops.actives .close {display: block;}

/* PAGINATION */

#pagination-central {
    float: left;
}

#pagination-central .wp-pagenavi {
    float: left;
    width: initial;
}

.wp-pagenavi {
    color: #592a65;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    overflow: hidden;
    padding: 10px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.wp-pagenavi a {
    background-color: #783888;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
    min-width: 32px;
    padding: 0 6px 0 6px;
    text-decoration: none;
}

.wp-pagenavi span {
    float: left;
    margin: 0 5px 0 0;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .extend {
    float: left;
    margin: 0 5px 0 0;
    width: 22px;
}

.wp-pagenavi a:hover {
    background-color: #592a65;
}

.wp-pagenavi .current {
    background-color: #592a65;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
    min-width: 32px;
    padding: 0 6px 0 6px;
    text-decoration: none;
}
/*Added classes by Alisher start here*/
.media-info .info{
    overflow: hidden;
}
.left{
    float: left;
}
.staff-list h2{
    /*font-size: 26px !important;*/
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.staff-members{
    margin: 0 0 31px;
    padding: 0;
    color: #555;
    font-size: 0;
    text-align: center;
    list-style-type: none;
}
.staff-members .media-info{
    margin: 0 0 15px;
}
.staff-members .media{
    margin: 6px 8px 0 0;
}
.staff-members li{
    width: 286px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}
.staff-members li.middle{
    margin: 0 18px;
}
.staff-members h3{
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 2px;
}
.staff-members p{
    font-size: 12px;
    margin: 0 0 8px;
    line-height: 16px;
    font-weight: normal;
}
.staff-members p.more-info-links{
    margin: 0;
}
.staff-members .more-info-links a{
    color: #fff;
    width: 62px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    background: #555;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.staff-members .more-info-links a:hover{
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
}




.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* responsive layout */

@media screen and (max-width: 1280px) {
    .nav-area {
        padding: 0 7px;
        margin: 0 -7px;
    }
    .gallery-lst li {
        padding-right: 1%;
    }
    .gallery-lst {
        margin: 0;
    }

    .staff-members li{
        /*width: 100%;*/
        margin: 0;
        /*display: block;*/
    }

    .staff-members li.middle{
        margin: 0;
    }

    .photo-area .gallery-lst li {
        padding-right: 1%;
    }
}

#gallery-widget .widgettitle{
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    background: #783888;
    padding: 14px 18px 8px;
    text-transform: uppercase;
}

#gallery-widget .widget-holder{
    padding: 5px 6px;
    background: #fff;
}

#gallery-widget .gallery-thumbs a{
    float: left;
    width: 88px;
    height: 62px;
    margin: 5px 4px;
    overflow: hidden;
}

#gallery-widget .gallery-more{
    text-align: right;
    margin: 7px 0;
}

#gallery-widget .gallery-more a{
    color: #f19020;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 18px;
    background: url(images/icon-gt.png) 100% 50% no-repeat;
}

.single-school .table > h3 {
    text-align: center;
    margin: 0 0 19px;
    font-weight: 500;
    color: #555;
    font-size: 26px;
    line-height: 29px;
}
.single-school .table table{
	width: 100%;
}
.single-school .table thead{
	background: #ff9933;
	border-bottom: 16px solid #ffffff;
}
.single-school .table tbody tr:first-child{
    background: url(images/bgr_tbody.png) repeat-x;
}
.single-school .table th{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	height: 35px;
	padding: 2px 0 0 18px;
	border: 1px solid #ff9933;
	text-align: left;
}
.single-school .table td{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	padding: 4px 8px 0 18px;
	border: 1px solid #cccccc;
}
.single-school .table tr:nth-child(2n) {
    background: #ececec;
} 

@media screen and (max-width: 1167px) {
    .search-area input[type="text"] {
        width: 170px;
    }
}

@media screen and (max-width: 1100px) {
    #nav > li {
        padding-right: 15px;
    }
    .search-area {
        float: none;
        overflow: hidden;
        margin: 0 0 7px;
    }
    .h-box {
        padding: 2px 0 0;
    }
    .search-area input[type="text"] {
        width: 250px;
    }
    .top-social-lst-hold {
        padding-left: 5px;
    }
}

@media screen and (max-width: 1830px) {
    .widget-holder .btns li {
        float: none;
        width: auto;
        padding: 0 0 1px;
        margin: 0;
    }
}

@media screen and (max-width: 1180px) {
	.banner_holder{
		width:78%;
	}
	.social_block{
		width:280px;
		min-width:280px;
		padding: 10px;
	}
	.social_block ul{
		margin: 10px 0 0;
		padding:0;
	}
	.social_block li:first-child{
		margin:0;
	}
}

@media screen and (max-width: 1090px) {
    .tab-nav {
        font-size: 16px;
    }
    .tab-nav a {
        width: 100px;
    }
    .content-area .side-box, #sidebar {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 1030px) {
    #nav > li {
        padding-right: 12px;
    }
    .topics-lst .img {
        width: 40%;
    }
    .contact-area .box-ttl .text {
        padding-right: 2%;
    }
    .button-list {
        font-size: 15px;
    }
    .post-block .button-list {
        width: auto;
    }

    .photo-area .gallery-lst li {
        width: 31%;
    }
	.single-school .table th{
		padding: 2px 0 0 5px;
	}
	.single-school .table td{
		padding: 4px 5px 0 5px;
	}
}

@media screen and (min-width: 996px) {
    .mobile-nav {
        left: -9999px;
        display: none;
    }
    #main, #footer {
        left: 0 !important;
    }
}

@media screen and (max-width: 995px) {
    .widget.widget-social li {
        padding-left: 3%;
    }
    #nav {
        font-size: 14px;
    }
    .tab-nav {
        font-size: 14px;
    }
    .tab-nav a {
        width: 90px;
    }
    .button-list li {
        float: none;
        width: auto;
        margin: 0 0 3px;
    }
}

@media screen and (max-width: 965px) {
    .contact-area textarea,	.contact-area .row input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        height: 35px;
    }
    .contact-area .box-btn input {
        width: 70%;
        float: left;
    }
    .contact-area .selector {
        max-width: 90%;
    }
    .contact-area textarea {
        height: 200px;
    }
    .side-news-add .img .add-txt {
        position: relative;
        bottom: auto;
        display: block;
        text-decoration: none;
    }
    .item-list li {
        width: 48%;
    }
}

@media screen and (max-width: 920px) {
    #nav {
        font-size: 12px;
    }
    .tab-nav a {
        width: 80px;
    }
}

@media screen and (max-width: 880px) {
    .ttl-frame-hold .hold h3 {
        font-size: 30px;
    }
    .main-news-area {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 0 1px;
    }
    .main-news-area img {
        width: 100%;
    }
    .side-news-add {
        overflow: hidden;
    }
    .widget.widget-social li {
        width: 27%;
    }
    .tab-nav {
        display: table;
        width: 90%;
    }
    .tab-nav li {
        float: none;
        display: table-cell;
    }
    .tab-nav a {
        width: auto;
        margin: 0 1px 0 0;
        float: none;
        display: block;
    }
    .video-area-bar h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 860px) {
    /* new mune */
    .sub-menu{display: none;}
    .drop-menu {
        position: relative;
        background: none;
    }
    .drop-menu li a:hover,
    .drop-menu li a {background: none; padding: 0;}


    #nav li:hover .drop-menu {display: none;}


    .nav-area {
        background: #363636;
    }
    .mobile-nav {
        display: block;
    }
    .m-nav-link {
        display: block;
    }
    #nav {
        display: none!important;
    }
    .ttl-frame-hold .hold {
        float: none;
        width: auto;
        max-width: 100%;
        padding: 15px 2% 20px;
    }
    .ttl-frame-hold .img {
        text-align: center;
        padding: 0 10%;
    }
    .video-area-bar h2 {
        max-width: 90%;
    }
    .video-area-bar {
        padding-top: 80px;
        min-height: 1px;
    }
    .video-area-bar.inner {
        padding-top: 180px;
    }
    #header .btn-sign-up {
        display: none;
    }
    .h-box {
        padding: 0;
    }
    .search-area {
        width: 240px;
        padding: 0;
        display: table-footer-group;
    }
    .search-area form {
        padding: 0 8px 0 0;
    }
    .search-area input[type="text"] {
        width: 199px;
    }
    .top-social-lst-hold {
        display: table-header-group;
        overflow: hidden;
        padding: 0;
        float: none;
    }
    .top-social-lst {
        float: none;
        overflow: hidden;
        text-align: right;
    }
    .top-social-lst li {
        float: none;
        padding-bottom: 8px;
        display: inline-block;
        vertical-align: top;
    }
    .f-logo {
        float: none;
        display: block;
        margin: 0 0 25px;
    }
    .f-box {
        float: none;
        width: auto;
        max-width: 100%;
    }
    .search-area {
        width: 200px;
    }
    .search-area input[type="text"] {
        width: 150px;
    }
}

@media screen and (min-width: 781px) {
    .content-area .text-block-info .area-section,	.content-area .side-box #sidebar {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .wp-caption{
        width: auto!important;
    }
    .lst-news .featured h2, .lst-news .featured h3, .lst-news .featured ul, .lst-news .featured .image {
        margin-left: 0;
        margin-right: 0;
    }
    .btn {
        font-size: 16px;
    }
    .info-txt-box > .holder ul {
        float: none;
        width: auto;
        padding: 0;
    }
    .info-txt-box > .holder {
        padding: 0 0 16px;
    }
    .inform-lst h2 {
        font-size: 18px;
    }
    #content-add,
    #content {
        margin: 0 0 20px;
        /*display: table-header-group;*/
        display: block;
    }
    .home-page #content {
        margin: 0;
    }
    #sidebar {
        /*display: table-footer-group;*/
        display: block;
        width: auto;
        float: none;
    }
    .home-page #sidebar {
        display: none;
    }
    .side-news-add {
        padding: 1px 0 0;
    }
    .side-news-add ul {
        overflow: hidden;
    }
    .side-news-add li {
        float: left;
        width: 20%;
        margin: 0;
        background: none;
    }
    .side-news-add .txt-box {
        background: #363636;
    }
    .side-news-add .txt-box h3 {
        font-size: 14px;
    }
    .side-news-add .holder {
        margin: 0 0 0 2px;
    }
    .side-news-add li:first-child .holder {
        margin: 0;
    }
    .side-news-add li.decor {
        background: none;
    }
    .side-news-add .img {
        float: none;
        overflow: hidden;
        width: auto;
        max-width: 100%;
    }
    .content-area .side-box #sidebar {
        display: block;
        max-width: 100%;
        margin: 0;
        float: none;
        width: 300px;
    }
    .widget {
        max-width: 100%;
    }
    .content-area .side-box {
        width: 300px;
    }
    .content-area .side-box .area-section {
        display: none;
    }
    .topics-lst .txt-box .date {
        display: none;
    }
    .topics-lst .txt-box .hold {
        min-height: 1px;
    }
    .topics-lst .txt-box .hold h3 {
        margin: 0;
    }
    .topics-lst li:first-child, .topics-lst li {
        border-top: 0;
        border-bottom: 1px solid #d6d6d3;
    }
    .topics-area {
        margin: 0 0 22px;
        background: #fff;
    }
    .content-area .text-block-info {
        background: none;
    }
    #main {
        padding-bottom: 15px;
    }
	.social_block{display:none;}
	.banner_holder{width:100%; padding:0;}
}

@media screen and (max-width: 750px) {
    .side-news-add .img .add-txt {
        padding: 4px 5px 1px;
        text-align: center;
    }
    .photo-area .gallery-lst {
        margin-right: -5px;
    }
    .photo-area .gallery-lst li {
        width: 47%;
        padding-right: 2%;
    }
    .section-inform .box-news {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 0 10px;
    }
    .twitter-box {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .widget.widget-links ul {
        float: none;
        width: auto;
        padding: 0;
    }
    .gallery-slide .flex-direction-nav .flex-next, .gallery-slide .flex-direction-nav .flex-prev {
        width: 20px;
        height: 32px;
        margin: -22px 0 0;
    }
    .logo {
        float: none;
        display: block;
        margin: 0 auto;
        clear: both;
    }
    .h-area .img {
        padding-top: 10px;
    }
    .search-area input[type="text"] {
        width: 190px;
    }
    .contact-area .box-ttl .hold {
        float: none;
        width: auto;
    }
    .contact-area .box-ttl .text {
        float: none;
        display: block;
        padding: 0 0 10px;
    }
    .content-area .side-box .box-img, .news-lst .img {
        text-align: center;
    }
    .popup-box {
        padding: 32px 20px 23px;
    }
    .gallery-lst li {
        width: 48%;
    }
}

@media screen and (max-width: 680px) {
    .inform-lst li {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 0 10px;
    }
    .inform-lst .img {
        text-align: center;
    }
    .inform-lst .img img {
        width: 100%;
    }
    #main {
        padding-bottom: 30px;
    }
    .content-area .text-block-info {
        float: none;
        width: auto !important;
        max-width: 100%;
        margin: 0 0 10px;
    }
    .content-area .side-box {
        margin: 0;
    }
    .content-area .side-box #sidebar {
        width: auto !important;
    }
    .content-area .side-box {
        float: none;
        width: auto !important;
        max-width: 100%;
    }
    .widget.widget-photos .widgettitle, .widget.widget-social h3.widgettitle {
        font-size: 16px;
    }
    .widget {
        margin: 0 auto 15px;
    }
    .main-news-area .txt-box {
        padding: 15px 15px 19px;
    }
    .box-title h1.ttl-qclub, .box-title h1.ttl-contact-us, .box-title h1.ttl-photo-gall {
        background-size: 140%;
        height: 100px;
    }
}

@media screen and (max-width: 615px) {
    .side-news-add li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 -1px 10px !important;
    }
    .contact-area .box-btn input {
        float: none;
    }
    .post-nav li {
        float: none;
        width: auto;
        padding: 0 0 15px;
        max-width: 100%;
        text-align: left;
    }
    .tab-nav {
        display: block;
        width: auto;
    }
    .tab-nav li {
        float: none;
        display: block;
        overflow: hidden;
        vertical-align: top;
    }
    .tab-nav a {
        float: none;
        display: block;
        width: auto;
        text-align: left;
        padding: 0 15px;
    }
    .news-lst li {
        float: none;
        padding: 0 0 15px;
        width: auto;
        max-width: 100%;
    }
    .side-news-add .holder {
        margin: 0 0 0 8px !important;
    }
    .side-news-add ul {
        margin: 0 0 0 -8px;
    }
    .side-news-add {
        padding: 10px 0 0;
    }
    .news-lst .hold {
        min-height: 1px;
    }
    .news-lst h3 {
        margin: 0;
    }
    .news-lst .date{
        display: none;
    }
    .tab-area {
        padding-top: 15px;
    }
    .tab-nav {
        padding: 0 2.5%;
    }
    .tab-nav li {
        border-top: 1px solid #d5d6d3;
    }
    .tab-nav li:first-child {
        border: 0;
    }
    .tab-nav a {
        background: none;
        color: #783586;
    }
    .tab-nav a:hover {
        text-decoration: underline;
    }
    #main {
        padding-bottom: 5px;
    }
    .topics-area {
        background: none;
        padding: 0;
    }
    .topics-lst {
        margin: 10px 0 0 0px;
    }
    .topics-lst .txt-box {
        padding: 10px 2.5% 10px;
    }
    .topics-lst .holder {
        margin: 0 0 0 10px;
        background: #fff;
    }
    .topics-lst li {
        display: inline-block;
        background: 0;
        border: 0 !important;
        padding: 0;
        vertical-align: top;
        width: 50%;
        margin: 0 -1px 10px !important;
    }
    .topics-lst .img {
        float: none;
        text-align: center;
        width: auto;
        max-width: 100%;
        padding: 0 0 5px;
    }
    .topics-lst .txt-box h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 560px) {
    .box-title h1.ttl-qclub,	.box-title h1.ttl-contact-us,	.box-title h1.ttl-photo-gall {
        height: 90px;
    }
    .popup-box {
        padding: 32px 15px 23px;
    }
    .gallery-lst .txt {
        font-size: 16px;
    }
    .section-content {
        padding: 20px 2%;
    }
    .post-area {
        margin: 0;
    }
    .social-lst {
        margin: 0 0 5px;
    }
    .video-area-bar.inner {
        padding: 180px 10px 70px;
    }
}

@media only screen and (max-width: 560px) {
	table.responsive { max-width: 320px; }
}

@media screen and (max-width: 460px) {
    .video-area-bar h2 {
        font-size: 16px;
    }
    .popup-box {
        padding: 32px 8px 23px;
    }
    .top-social-lst-hold .img {
        display: block;
        float: right;
        margin: 0 0 10px;
        padding: 0;
    }
    .top-social-lst {
        float: left;
        padding: 15px 0 0;
    }
    .h-box {
        display: table;
        width: 100%;
    }
    .search-area input[type="text"] {
        width: 86%;
    }
    .h-area > .img {
        display: none;
    }
    .h-box {
        float: none;
    }
    .widget.widget-photos, .widget.widget-social {
        max-width: 100%;
    }
    .add-f-nav li, .f-nav li {
        display: block;
        background: none;
        padding: 0 0 5px;
    }
    .f-box p {
        margin: 0 0 10px;
    }
    .box-title h1.ttl-contact-us, .box-title h1.ttl-photo-gall, .box-title h1.ttl-qclub {
        margin: 0;
    }
    .inform-area .txt-box {
        float: none;
        width: auto;
        max-width: 100%;
        padding: 0 0 10px;
    }
    .inform-area .img {
        text-align: center;
        padding: 0 0 15px;
    }
    .logo, .f-logo{
        background-size: 280px auto;
        width: 280px;
        height: 78px;
    }

    .staff-members .more-info-links a{
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .box-title h1.ttl-contributor {
        height: 80px;
        background-size: auto 80px;
    }
    .section-week .description,
    .section-week .date-holder,
    .item-list li {width: 100%;}
}

@media screen and (max-width: 420px) {
    .popup-box .row input[type="text"] {
        width: 220px;
    }
    .box-title h1.ttl-contact-us, .box-title h1.ttl-photo-gall, .box-title h1.ttl-qclub {
        height: 70px;
    }
    .post-block .text-box {
        overflow: visible;
    }
    .item-list .item {width: 100%;}
}

@media screen and (max-width: 350px) {
    .frame-ttl .box {
        float: none;
        width: auto;
        max-width: 100%;
    }
    .popup-box .row input[type="text"] {
        width: 200px;
    }
    .lst-news-section .lst-news .img {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    .g-44{
	    margin: 0!important;
    }
}

.ajax-loader-score {
    display: none;
    margin: 0 auto -7px;
    position: relative;
    top: -13px;
    width: 32px;
}

/*Adster Css Start 28-03-2017*/
.sportnola_img {
    max-height: 190px;
    overflow: hidden;
    margin: 0 0 4px;
}
@media (max-width: 1152px) {
   .sportnola_img {
    max-height: 162px;
}
}
@media (max-width: 1024px) {
   .sportnola_img {
    max-height: 138px;
}
}
@media (max-width: 991px) {
   .sportnola_img {
    max-height: 130px;
}
}
@media (max-width: 768px) {
   .sportnola_img {
    max-height: 150px;
}
}
@media (max-width: 767px) {
   .sportnola_img {
    max-height: 175px;
}
}
@media (max-width: 480px) {
   .sportnola_img {
    max-height: 120px;
}
}
@media (max-width: 380px) {
   .sportnola_img {
    max-height: 110px;
}
}
@media (max-width: 360px) {
   .sportnola_img {
    max-height: 100px;
}
}
@media (max-width: 321px){
.sportnola_img {
    max-height: 90px;
}
}
/*Adster Css End 28-03-2017*/