@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https:///fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
body{
	font-family : Arial, Helvetica, sans-serif;
	/*color : #4B4C4D;*/
	color : #ffffff;
	background-color: Black;
}
h2, h3, h4, h5 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight : 400;
	clear : both;
	margin-bottom : 20px;
}
h1 {
	font-size : 46px;
	line-height : 56px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight : 300;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 3px;
}
h2 {
  font-size : 22px;
  line-height : 32px;
}
p+h2, div+h2, ul+h2, ol+h2 {
	margin-top : 35px;
}
h3 {
	font-size : 20px;
	line-height : 30px;
	color : #3974b3;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 3px;
}
p+h3, div+h3, ul+h3, ol+h3 {
	margin-top : 30px;
}
h4 {
	font-size : 18px;
	line-height : 24px;
}
p+h4, div+h4, ul+h4, ol+h4 {
	margin-top : 25px;
}
h5 {
	font-size : 16px;
	line-height : 22px;
}
b, strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
p {
	font-size : 1.2em;
	line-height : 1.4em;
	margin-bottom : 20px;
}
/*blockquote {
	padding-left : 2%;
	margin-left : 3%;
	font-style : oblique;
	font-size : 13px;
	overflow : hidden;
	margin-bottom : 20px;
	border-left : thick solid #CFCFCF;
}
blockquote p:last-child {
	margin-bottom : 0px;
}
blockquote:before {
	font-size : 20px;
	content:"\f10d";
	font-family:'FontAwesome';
	float : left;
	margin-right : 10px;
}*/
p.np {
	margin-top : 40px;
}
a {
	color : #4B4C4D;
}
a:hover {
	color : #191A1A;
}
p a {
	text-decoration : none;
	color : #df2d25;
}
p a:hover {
	text-decoration : none;
	color : #3974b3;
}
.button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
	text-decoration : none!important;
}
.button.medium {
	padding:14px 25px;
	margin-right:10px;
	font-size : 16px;
}
.button.small {
	padding:10px 15px;
	margin-right:30px;
	font-size : 14px;
}
.button.normal {
	background:#f1f1f1;
	color:#5a5c5d;
}
.button.color {
	color:#fff;
	background:#df2d25;
}
.button:hover {
	background-color : #272727;
	background:rgba(0, 0, 0, 0.5);
}
img {
	margin-bottom : 20px;
}
p img {
	margin-right : 3%;
	max-width : 33%!important;
	float : left;
	margin-top : 6px;
}
img.fl-right {
	margin-left : 3%;
	max-width : 33%!important;
}
p+ul, p+ol {
	margin-top : 20px;
}	
ul+p, ol+p {
	margin-top : 20px;
}
.articlebody ol ol, .articlebody ul ul {
	margin-top : 15px;
	margin-left : 14px;
}
.articlebody li {
	margin-bottom : 15px;
	margin-left : 20px;
}
.articlebody ul li {
	list-style : disc outside;
}
.articlebody ol li {
	list-style : decimal outside;
}

/*-- header -----------------------------*/

#header{
	
}
#header [class*="col-"] {
	margin-bottom : 0px;
}
#top-social {
	background-color : #4B4C4D;
	padding : 15px 0;
	font-size : 13px;
}
#top-social i {
	font-size : 16px;
}
#top-social span i {
	margin-right:5px;
}
#top-social a {
	color : #d7d7d7;
	margin-left : 5px;
}
#top-social a:hover {
	color : White;
}
#top-social span {
	color : #d7d7d7;
	margin-right : 15px;
}
#top-social a i {
	padding : 3px 2px;
	border-radius: 2px;
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
#top-social a:hover i {
	background-color : White;
}
a:hover .icon-twitter {
	color : #00ACF2;
}
a:hover .icon-facebook {
	color : #3E578D;
}
a:hover .icon-odnoklassniki {
	color : #F58220;
}
a:hover .icon-vk {
	color : #5C82AB;
}
a:hover .icon-instagram {
	color : #305E7D;
}
a:hover .icon-gplus {
	color : #DD4C39;
}
a:hover .icon-linkedin {
	color : #0177B5;
}
a:hover .icon-tumblr {
	color : #344F6C;
}
a:hover .icon-youtube {
	color : #BC1E2C;
}
a:hover .icon-vimeo {
	color : #1BB6EC;
}
a:hover .icon-github {
	color : #2A2A2A;
}
a:hover .icon-pinterest {
	color : #CD1F29;
}
a:hover .icon-delicious {
	color : #0000FE;
}
a:hover .icon-android {
	color : #A6C939;
}
a:hover .icon-picasa {
	color : #A35CB8;
}
a:hover .icon-rss {
	color : #ED7321;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

.rss {
	display : none;
}
}

.logo {
	margin : 10px 0 20px;
}
.logo a {
	font : bold 45px/45px Arial, Helvetica, sans-serif;
	color : #4c4d4e;
	display : block;
	text-transform : lowercase;
}
.logo a:first-letter {
	color : #df2d25;
}
.logo img { margin: 0; }
/*--- navigation --*/
#navigation {
	z-index: 100;
}
nav {
	background-color : Black;
}
#navigation ul {
	text-align : right;
}
#navigation ul li {
	position:relative;
	list-style:none;
	display:inline-block;
	/*height : 96px; */
	width : auto;
}
#navigation ul li a { 
	display: inline-block;
	/*color : #4B4C4D;*/
	color : #ffffff;
	text-transform : uppercase;
	font-size : 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top:8px solid #000000;
	padding : 0px 15px;
	line-height : 96px;
	position : relative;
	/* top : -4px; */
}
#navigation ul li a:hover, #navigation ul li:hover a, #navigation .current a, #navigation .currentpath a {
	border-top:8px solid #df2d25;
}

/* -- page title ----------------------------------------*/

#page-title {
	background-color : #df2d25;
	color : White;
	margin-bottom : 40px;
	padding : 10px 0px;
}
#page-title .col-12{
	margin-bottom : 0px;
}

/*-- content -------------------------------------------*/

#content {
	margin-bottom : 20px;
}
.article {
	padding-right : 20px;
}

/* -- table ------------------------------------------------*/
.article table {
	display : table;
	width : 100%!important;
	margin-bottom : 20px;
	height : auto!important;
	background-color : #000000;
}
.article table caption {
	margin-bottom : 10px;
	font-size : 16px;
}
.article th, .article td {
	border-collapse : collapse;
	padding : 8px 15px;
	text-align : center;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	border : 1px solid #ffffff;
}
.article th {
	font-weight : bold;
	color : #ffffff;
}
.article th:nth-child(1) {
	text-align : left;
}
.article td:nth-child(1) {
	text-align : left;
}
.article td {
	background-color : #D5D5D5;
	background-color: rgba(255, 255, 255, 0.8);
}
.article tr:hover td {
	background-color : #EDEDED;
	background-color: rgba(255, 255, 255, 0.85);
	color : Black;
}

/* --- forms -------------------------------*/

form {
	width : auto!important;
}
textarea {
	width: 400px;
	max-width: 90%!important;
	height: 180px;
	margin: 5px 0 15px 0;
	padding : 8px 10px;
	border : 1px solid #DADADA;
	position : relative;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
input[type="text"] {
	width: 240px!important;
	max-width : 90%!important;
	margin-bottom: 15px;
	padding : 8px 10px!important;
	border : 1px solid #DADADA;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
select {
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	border : 1px solid #DADADA;
}
input[type="text"]:focus, textarea:focus {
	border: 1px solid #A6A6A6;
}
input[type="submit"] {
	padding: 9px 12px!important;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	background-color : #df2d25;
	color : White;
	text-decoration : none;
	font-size : 16px;
}
.captcha {
	position : relative;
}
form a {
	background-color : #CECECE;
	color : White;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
.captcha a {
	padding: 9px 12px!important;
	display : inline;
	position : absolute;
	top : 30px;
	left : 250px;
}
.captcha label {
	cursor : default;
}
input[type="submit"]:hover {
	background-color : #aaa;
	color : White;
}

/*-- sidebar -------------------------------------------*/

#sidebar p {
	margin-bottom : 0px;
}
#sidebar h3 {
  	font-size : 22px;
  	line-height : 32px;
}
#sidebar .widget {
	margin-bottom : 20px;
}

/*-- footer ----------------------------------------------*/

#footer {
	background-color : #404041;
	padding : 30px 0px;
	color : #D7D7D4;
}
#footer p {
	margin-bottom : 0px;
}
#footer p+p {
	margin-bottom : 0px;
	margin-top : 20px;
}
#footer [class*="col-"] {
	margin-bottom:0;
}
#footer [class*="col-"] li {
	float: left;
	width: 30%;
	margin: 0 1.5%;
	list-style: none;
}
#footer [class*="col-"] li:nth-of-type(4n),#footer [class*="col-"] li:nth-of-type(5n),#footer [class*="col-"] li:nth-of-type(6n) {
	margin-top : 10px;
	border-top : 1px dashed #5B5B5B;
	padding-top:10px;
}
/*#footer li+li {
	margin-top : 10px;
	border-top : 1px dashed #5B5B5B;
	padding-top:10px;
}*/
#footer li a {
	display : block;
	padding-left : 12px;
}
#footer li a:before {
	font-family:'FontAwesome';
	content : "•";
	position : relative;
	left : -10px;
}
#footer a {
	color : #D7D7D4;
}
#footer .col-4 a {
	color : #e7402f;
}
#footer a:hover {
	text-decoration : none;
	color : White;
}
#footer .vfi {
	border : 1px solid #5B5B5B;
	padding : 5px;
}
#footer .mapWrapper {
  padding-bottom:34%;
}

/* -- copy --------------------------------------*/

#copy {
	padding : 20px 0px 5px;
	background-color : #383838;
	color : #D7D7D4;
}
#copy [class*="col-"] {
	margin-bottom:0;
}
#copy a {
	color : #D7D7D4;
}
#copy a:hover {
	color : White;
	text-decoration : underline;
}
#copy img {
	opacity:0.5;
	margin :0;
	padding : 0;
	position : relative;
	top : -5px;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:-5px;
	right : 0px;
	background-color : #272727;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	color : #CCCCCC;
}
#cms .gs {
	left : -1px;
	top : -1px;
	background-color : #171717;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
	background-color : #363636;
}
#cms a:hover {
	color : #242424;
	background-color : #EFEFEF;
	text-decoration : none;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align : center;
    line-height : 30px;
    font-size : 28px;
	color : #404040;
	background : #D2D7D7;
}
#gotoTop:hover {
	background : #df2d25;
	color : White;
}

/* -- SOCIAL BUTTONS --------------------------------------*/
.social_buttons {
	/*position: absolute;
	bottom: 0px;
	right: 0px;
	width: 200px;
	margin-right: 1%;*/
}
.social_buttons .fb-like, .social_buttons .twitter-follow {
	float: right;
	clear: none;
}
.social_buttons .twitter-follow {
	width: 60px;
	margin-right: 3px;
}

/* -- BANNER --------------------------------------*/
.banner, .banner img {
	/*width : 100%!important;*/
	/*margin : 0!important;*/
	margin : auto!important;
	padding : 0!important;
	border : 0!important;
	display : block!important;
}

/* -- NEWS ARTICLES --------------------------------------*/
.nm_post {
	overflow: hidden;
	margin: 0 0 20px;
}
.nm_post + .nm_post {
	border-top: 1px dotted #ffffff;
	padding: 20px 0 0;
}
.nm_post .nm_post_title {
	color : #3974b3;
	margin-bottom : 5px;
}
.nm_post .nm_post_title a { color : #3974b3; }
.nm_post .nm_post_title a:hover { color : #6c6c6c; }
.nm_post .nm_post_date {  }
.nm_post .nm_post_content {  }
.nm_post .nm_post_content p img {
	max-width: 50%!important;
	float: left;
	margin: 0 3% 0 0;
}
@media only screen and (min-width: 960px) {
	.nm_post .nm_post_content p img {
		max-width: 30%!important;
	}
}

/* -- TWITTER --------------------------------------*/
#twitter-widget-0 {
	width : 100% !important;
	max-width : 100% !important;
	min-width : 100% !important;
}

/* -- GALLERY --------------------------------------*/
.gallery-fancybox .gallery-thumb {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: 50% !important;
}
.gallery-fancybox .gallery-thumb a {
	display: block !important;
	height: auto !important;
}
.gallery-fancybox .gallery-thumb img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 0 !important;
}
.gallery-fancybox .gallery-thumb img:hover {
	border-radius: 5%;
	-webkit-filter: grayscale(0%);
}
@media only screen and (min-width: 567px) {
	.gallery-fancybox .gallery-thumb {
		width: 33.33333% !important;
	}		
}
@media only screen and (min-width: 768px) {
	.gallery-fancybox .gallery-thumb {
		width: 50% !important;
	}		
}
@media only screen and (min-width: 960px) {
	.gallery-fancybox .gallery-thumb {
		width: 33.33333% !important;
	}		
}

/* -- PROFILE PICS --------------------------------------*/
.profilePic {
	float: left!important;
	width: 33.33333%!important;
}
.profilePic p {
	text-align: center!important;
}
.profilePic p img {
	margin: 0!important;
	padding: 0!important;
	float: none!important;
	max-width: 100%!important;
	width: 100%!important;
	display: inline;
}
@media only screen and (min-width: 0px) {
	.profilePic {
		float: left!important;
		width: 33.33333%!important;
	}
	.profilePic p {
		text-align: center!important;
	}
	.profilePic p img {
		margin: 0!important;
		padding: 0!important;
		float: none!important;
		max-width: 100%!important;
		width: 100%!important;
		display: inline;
	}
}

/* -- SIDEBAR NEWS --------------------------------------*/
.sidebar_news {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #333;
	border-color: #444;
	padding: 12px;
	margin-top: 10px;
}
.sidebar_news h4 {
	color: #cfcfcf;
	font: normal normal normal 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.sidebar_news a { color: #cfcfcf; }
.sidebar_news a:hover { color: #df2d25; }

/* -- SOCIAL LINKS - TOP --------------------------------------*/
.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	float: right;
	margin-bottom: 60px;
	margin-right: 20px;
}

/* -- QUOTES --------------------------------------*/
blockquote {
	background: #000000;
	margin: 1.5em 10px 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	/*text-align: center;*/
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.6em;
}
blockquote p {
	display: inline;
	font-size: 1.4em;
	color: #3974b3;
}

/* -- BUTTON --------------------------------------*/
.button2 {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3b3b3), color-stop(1, #3d3d3d) );
	background:-moz-linear-gradient( center top, #b3b3b3 5%, #3d3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#3d3d3d');
	background-color:#b3b3b3;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
	padding: 5px 15px;
}
.button2 a { color:#ffffff; }
.button2 a:hover { color:#ffffff; }
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3d3d), color-stop(1, #b3b3b3) );
	background:-moz-linear-gradient( center top, #3d3d3d 5%, #b3b3b3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#b3b3b3');
	background-color:#3d3d3d;
}.button2:active {
	position:relative;
	top:1px;
}

/* -- SHOW TABLE ------------------------------------------------*/
#shows .article table {
	display : table;
	width : 100%!important;
	margin-bottom : 20px;
	height : auto!important;
	background-color : #000000;
}
#shows .article table caption {
	margin-bottom : 10px;
	font-size : 16px;
}
#shows .article th, #shows .article td {
	border-collapse : collapse;
	padding : 8px 2px;
	text-align : center;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	border : 1px solid #ffffff;
}
#shows .article th {
	font-weight : bold;
	color : #ffffff;
}
#shows .article th:nth-child(1) {
	text-align : left;
}
#shows .article td:nth-child(1) {
	text-align : left;
}
#shows .article td {
}
#shows .article tr:hover td {
	background-color : #EDEDED;
	background-color: rgba(255, 255, 255, 0.85);
	color : Black;
}
#shows .article tr td:nth-child(1), #shows .article tr th:nth-child(1) {
	display:none;
}

