html {
	height: 100%;
}
.col-wrap{
    overflow: hidden; 
    text-overflow: ellipsis;
      white-space: nowrap;
}
.element-center {
  margin: 0 auto;  
}
body {
	font-family: Roboto, 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.50;
	color: #666666;
	background-color: #ebebeb;
    height: 100%;
    min-height: 100%;
}
body.full-height, body.full-height .page-wrapper {
	min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}
.page-header {
	margin-top: 5px;
	padding-top: 0px;
}
.page-header h1{
	color:#666666;
}
.page-header h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color:#666666;
}

p {
	margin-bottom: 20px;
}
a {
	color: #e84c3d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #cd3c2e;
}
a:focus,
a:active {
	outline: none;
}
.no-trans * {
	-webkit-transition: none !important;
	   -moz-transition: none !important;
		-ms-transition: none !important;
		 -o-transition: none !important;
			transition: none !important;
}
img {
/*
	display: block;
	max-width: 100%;
	height: auto;*/
}
mark,
.mark {
	background-color: #e84c3d;
	color: #ffffff;
}
pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.text-default {
	color: #e84c3d;
}

.icons-page i {
}

.showCursor {
  cursor:pointer;
}


ul {
	list-style: square;
}
.list-icons,
.list {
	list-style: none;
	padding: 0;
}
.list-icons li,
.list li {
	padding: 5px 0;
}
.list-icons li i {
	width: 25px;
	text-align: center;
}
.list-inline {
	margin-top: 9px;
	margin-bottom: 8px;
}
.table:not(.table-bordered):not(.table-listings) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e84c3d;
	background-color: #e84c3d;
	color: #fff;
}
.table-bordered {
	border-color: #e84c3d;
}
tbody {
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 2px;
	white-space: nowrap;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #f3f3f3;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}
.dark .table:not(.table-bordered) {
	border-bottom: 2px solid #515151;
}
.dark .table > thead > tr > th {
	border-bottom: 1px solid #27272a;
	background-color: #27272a;
	color: #cdcdcd;
}
.dark tbody {
	background-color: transparent;
}
.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
	border-top: 1px solid #515151;
}
.dark .table-hover > tbody > tr:hover {
	background-color: #27272a;
}

@media (min-width: 421px) {
    #iconLive, #iconHighlights {
        display: block !important;
    }

    #smallMobileImg {
         display: none !important;
    }
    #movieLeftImage {
        display: block !important;
    }

    #headerLine .xsIcon {
        padding-top:2px;font-size:32px;
    }
    
    .hidden-xxs {
        display: inherit;
    }
    
    #singleInfo h1{
        font-size:21px;
    }
    
    .article.flag .mobile-normal{
        display: block;
    }

    .article.flag .mobile-small{
        display: none;
    } 
    
    .article.flag img:not(.w-75){ 
        -webkit-filter: grayscale(80%);
           -moz-filter: grayscale(80%);
             -o-filter: grayscale(80%);
            -ms-filter: grayscale(80%);
                filter: grayscale(80%);  
        min-height: 36px;  
        min-width: 36px;  
                
        max-height: 40px;  
        max-width: 40px;  
    }

    .article.flag img.w-75{
        -webkit-filter: grayscale(80%);
           -moz-filter: grayscale(80%);
             -o-filter: grayscale(80%);
            -ms-filter: grayscale(80%);
                filter: grayscale(80%);  
        max-height: 26px;  
        max-width: 26px;  
        min-height: 22px;  
        min-width: 22px;   
    }

    .article.flag:hover img{
        -webkit-filter: grayscale(0%);
           -moz-filter: grayscale(0%);
             -o-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
                filter: grayscale(0%);   
         
    }    
}


@media (max-width: 420px) {
    .fadeInDown #iconSetting, .fadeInDown .navbar-toggle{
        display:none!important;
    }

    
    .flag .row{
        border-bottom: 1px solid #ccc;
    }
    
    .article.flag .col-xs-6.mobile-small {
        width: 83.33333333%;   
    }
    .article.flag .mobile-normal{
        display: none;
    }
    
    #iconLive, #iconHighlights {
        display: none;
    }
    
    .hidden-sm .dateInfo, .home .filterInfo .hidden-sm a, .listData .filterInfo .removeFilter .fa {
        font-size:10px;
    }
    
    #headerLine .xsIcon {
        padding-top:8px;font-size:26px;
    }

    .article.flag .mobile-small{
        display: block;
    }
        
    h1{font-size: 26px;}
    h2{font-size: 20px;}
    h3{font-size: 16px; font-weight: bold;}
    h4, .panel-title{font-size: 14px; font-weight: bold}
    h5{font-size: 13px; font-weight: bold}
    
    #smallMobileImg img{
        max-width: 60%;
        display: initial;
        margin-bottom: 5px;
    }

    #smallMobileImg {
       text-align: center;
       display: block !important;
       margin:0px;
    }
    
    .demopadding {
        display: none !important;
    }
    
    .checkbox label {
        padding-left:2px;
    }
    
    .btn {font-size:11px}
    
    .form-control:not(#searchterm_list) {
        font-size: 11px;
        padding: 3px 6px;
        line-height: 1.2;
        height: 32px;
    }
    
    .navbar-toggleL{
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .hidden-xxs {
        display: none;
    }
    
    .article.flag img.w-75{
        -webkit-filter: grayscale(80%);
           -moz-filter: grayscale(80%);
             -o-filter: grayscale(80%);
            -ms-filter: grayscale(80%);
                filter: grayscale(80%);  
        max-height: 22px;  
        max-width: 22px;  
        min-height: 18px;  
        min-width: 18px;   
    }    
    
    .nav-tabs > li > a {
        padding: 3px 1px;
        font-size: 9px;
        margin-right: 0;
    } 
    
    
    .header .searchType {
        width: 70px;
    }   
}

@media (max-width:767px) {
    .footer-content {
        margin: 40px 0;
    }
    
    .modal-title {
        font-size: 70%;
    }
    
    .modal-sm {
        width: 90%; 
    }
    
    .blogpost .blogpost-content {
        margin-left: 70px;
    }
    .blogpost .side {
        width: 50px;
    }
    .blogpost .post-info {
        width: 50px;
        height: 60px;
        padding: 8px 8px;
        margin: 0 20px 5px 0;
    }
    .blogpost .post-info .day {
        font-size: 20px;
    }
    .blogpost .post-info .month {
        font-size: 11px;
        line-height: 1.2;
    }
    
    .nav-tabs > li > a {
        padding: 12px 10px;
        font-size: 11px;
        margin-right: 0;
    }
    .tab-content {
        padding: 4px;
    }
    #lineup .col-xs-3, #lineup .col-xs-4{
        padding-left: 10px;
        padding-right: 10px;
        
    }

    .vertical .nav-tabs, .vertical .tab-content {
        display: block;
    }

    .subfooter .navbar-default .navbar-toggle:hover,
    .subfooter .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #888;
    }
    .light .subfooter .navbar-default .navbar-collapse {
        border-color: #ddd;
    }
    .subfooter .navbar-default .navbar-collapse {
        border-color: #000000;
    }

    .isotope-item {
        max-width: 100%;
    }

    .scrollToTop {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .scrollToTop i {
        line-height: 40px;
        font-size: 20px;
    }

    .caption {
        width: 100%;
        bottom: 30px;
        left: 0;
        position: relative;
        background-color: #fafafa;
        bottom: 0;
        padding-bottom: 35px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e84c3d;
        background-color: transparent;
    }
    
    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #f1f1f1;
    }
    .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #141414;
    }
    .light .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }
    
    .main-navigation .navbar-nav > .open > a,
    .main-navigation .navbar-nav > .open > a:hover,
    .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent!important;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #e84c3d;
        background-color: #fff;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 12px 40px;
        color: #666666;
        border-color: #fafafa;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e84c3d;
    }
    
    .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }
    
    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }
    
    .dropdown>a:before {
        right: 32px;
    }
    .dropdown .dropdown>a:before {
        right: 36px;
    }

    .dark.header .navbar-default .navbar-collapse, 
    .dark.header .navbar-default .navbar-form {
        border-color: #1f1f1f;
    }
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #36373c;
    }
    .dark.header .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #3c3c3e;
    }

    .dark.header .navbar-default .navbar-nav > .active > a, 
    .dark.header .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #36373C;
    }

    .dark.header .navbar-default .navbar-nav > li > a:hover,
    .dark.header .navbar-default .navbar-nav > li > a:focus,
    .dark.header .navbar-default .navbar-nav > .active > a:hover,
    .dark.header .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #36373c;
    }

    .dark.header .main-navigation .navbar-nav > .open > a, 
    .dark.header .main-navigation .navbar-nav > .open > a:hover, 
    .dark.header .main-navigation .navbar-nav > .open > a:focus    {
        color: #ffffff;
        background-color: #36373c;
    }

    .dark.header .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #27272a;
        border: none;
    }
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #cdcdcd;
        border-color: #3c3c3e;
    }
    
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #36373c;
    }
    .dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
        color: #ffffff;
    }
    
    :not(.fadeInDown) #iconCalendar, :not(.fadeInDown) #iconSport, :not(.fadeInDown) #iconHot{
        display:none!important;
    }
    
    
    
    .fadeInDown #iconHighlights, .fadeInDown #iconLive, .fadeInDown #iconLogged, .fadeInDown #iconLogin{
        display:none!important;
    }
    
    .fadeInDown #iconCalendar, .fadeInDown #iconSport, .fadeInDown #iconHot{
        display:block!important;
    }
    
}

@media (max-width:500px) {
    .infoList {
        font-size: 11px;
    }
    
    .infoList .boldFrom{
        font-size: 13px!important;
    }

    .main-game .tab-content{
        padding:0px;
    }
    
    .home .col-md-8,.home .container,
    .main-game    {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    
    .home .page-header{
        padding-left:5px!important;
        padding-right:5px!important;
    }
    
    .home .article .col-xs-2.pl-5{
        padding-left:0px!important;
    }
    
    .testimonial-image {
        max-width: 80px;
    }
    .testimonial-image + .testimonial-body {
        padding: 0 15px;
        margin-left: 100px;
    }
    
    .header-top-dropdown .btn-group {
        position: static;
    }
    .header-top-dropdown .dropdown-menu {
        right: 15px!important;
        width: 100%;
    }
    
    
    .call-to-action .btn {
        display: block;
        width: 60%;
        margin: 10px auto;
    }

    #listCountries label {
        min-width: 60px;
    }
    
    .nav-tabs > li > a {
        padding: 8px 5px;
        font-size: 10px;
        margin-right: 0;
    }

    .tab-content {
        padding: 2px;
    }
    
    #lineup .col-xs-3, #lineup .col-xs-4{
        padding-left: 5px;
        padding-right: 5px;
        
    }     
    
    .modal-title {
        font-size: 14px;
    }
    
    .modal-sm {
        width: 80%; 
    }
}


@media (min-width:768px) {
    
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
    
    .profile-img-container img {
        max-width: 150px;
    }
    
    .boxed .page-wrapper {
        width: 750px;
    }
    
    .fixed-header-on.boxed .header.fixed {
        width: 750px;
    }
    
    .subfooter {
        text-align: center;
    }
    .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
    
    .navbar.navbar-default,
    .dark.header .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .main-navigation .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
    
    .subfooter .navbar-nav {
        float: none;
        margin: 15px 0;
        text-align: center;
    }
    .subfooter .navbar-nav > li {
        float: none;
        padding: 5px 0;
    }
    .subfooter .navbar-default .nav > li > a {
        padding: 0px 10px;
    }
    
    .box-style-3.right .icon-container {
        float: right;
    }
    .box-style-3.right .body {
        margin-right: 80px;
        text-align: right;
        margin-left: 0;
    }
    
    .best-value.plan {
        top: -30px;
        position: relative;
    }
}
@media (min-width:992px) {
    .fixed-header-on  .header .navbar-nav > li > a {
        color:#fff;
        padding: 6px;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .fixed-header-on .header .form-group{
        width:50%;
    }

    
    .boxed .page-wrapper {
        width: 970px;
    }
    .title {
        margin-top: 0;
    }
    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }
    .margin-top-clear {
        margin-top: 0 !important;
    }
    .margin-bottom-clear {
        margin-bottom: 0 !important;
    }
    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -243px;
        width: 940px;
    }
    .profile-img-container img {
        max-width: 165px;
    } 
    .subfooter {
        text-align: left;
    }
    .subfooter .navbar-nav {
        float: right;
        margin: 0;
        text-align: left;
    }
    .subfooter .navbar-nav > li {
        float: left;
        padding: 0;
        margin-top: 4px;
    }
    .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #333333;
    }
    .light .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #999999;
    }
}
@media (min-width:1200px) {
    .main-navigation .navbar-nav > li {
        margin: 0 0 0 5px;
    }
    .main-navigation .navbar-nav > li:first-child {
        margin: 0;
    }
    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -293px;
        width: 1140px;
    }
    
    .modal-lg {
        width: 1140px;
    }
    
    .fixed-header-on.boxed .header.fixed {
        width: 1170px;
    }
    
    .boxed .page-wrapper {
        width: 1170px;
    }
}
@media (min-width:768px) and (max-width:1199px) {
    .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    .main-navigation .navbar-nav {
        float: left !important;
    }
}

/* Medium desktop devices */
@media (min-width:992px) and (max-width:1199px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 19px;
    }
}

.fixed-header-on .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111006;
    opacity: 0;
    /*filter: alpha(opacity=0);*/
    opacity:100;
    border-bottom: 1px solid #94bcd1;
    padding: 0;
}
.fixed-header-on .dark.header.fixed {
    border-bottom: 1px solid #36373C;
    background-color: rgba(54, 55, 60, 0.95);
}
.fixed-header-on.boxed .header.fixed {
    left: auto;
}
.fixed-header-on .topLine {
    display: none;
}

.fixed-header-on .header .form-group{
   margin-top: 4px;
   margin-bottom: 2px;
   float:right;
   width:40%;
}

.fixed-header-on .header .form-control{
  padding: 2px 4px;  
}

.fixed-header-on .input-group-addon{
  font-size: 12px;  
  padding: 2px 4px;
}

.fixed-header-on .header .btn-sm{
  padding: 5px 6px;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.fixed-header-on .header .col-xs-4 {
    width:16.66666667%;
}

.fixed-header-on .header .col-sm-7, .fixed-header-on .header .col-md-7, .fixed-header-on .header .col-lg-7 {
    width:83.33333333%;
}


.fixed-header-on  .header .navbar-nav > li > a {
    color:#fff;
    padding: 4px;
    text-transform: uppercase;
}


.fixed-header-on .navbarMovie a {
    font-size: 12px;
}

.fixed-header-on  .header .navbar-nav > li > a:hover {
    background: transparent;
    color:#084362;
}


.page-wrapper {
	background-color: #fff;
}
.backOpacity {
   opacity: .94;
}
.header-top {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dadada;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}
.header-top.dark {
	background-color: #27272A;
	border-bottom: 1px solid #000000;
	color: #cdcdcd;
}
.header-top.banner {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
.header {
	margin-bottom:5px;
	border-bottom: 1px solid #94bcd1;
	background-color: #1d6b95;
    background: -webkit-linear-gradient(#074b6f, #1d6b95); 
    background: -o-linear-gradient(#074b6f, #1d6b95);
    background: -moz-linear-gradient(#074b6f, #1d6b95); 
    background: linear-gradient(#074b6f, #1d6b95);    
}
.header .titleInfo {
	font-size:70%;
	color:#489bcc;
	padding-top:3px;
	padding-bottom:3px
}
.header .titleInfoLink a {
  color: #fff;
  font-weight: bold;
  font-size: 80%;
}
.header-left {
    padding-top: 15px;
}
.header.dark {
	background-color: #36373C;
	border-top: 1px solid #515151;
	border-bottom-color: transparent!important;
}
.header.header-small {
	padding: 10px 0;
}
.banner {
	background-color: #f1f1f1;
	border-bottom: 1px solid #eaeaea;
}
.banner + .page-intro {
	margin-top: -56px !important;
	position: relative;
	background-color: rgba(250, 250, 250, 0.9);
	z-index: 2;
}
.page-top {
	padding: 40px 0;
}
.full-height .main-container {
	padding-top: 220px;
}
.section {
	padding: 25px 0;
}
.footer {
	padding: 30px 0;
	background-color: #262626;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #333333;
	
}
.subfooter {
	padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
	background-color: #484747;
	color:#b0b0b0;
}
.subfooter .txt1 {
	font-weight:bold;
	padding-top:5px;
}
.subfooter .txt2 {
	font-style:italic;
	font-size:80%;
}
.subfooter2 {
	padding: 12px 6px 6px 6px;
	color:#b0b0b0;
	font-size:75%;

	background: #000;
	background: -moz-linear-gradient(top, #484747 0%, #000 100%);
	background: -webkit-linear-gradient(top, #484747 0%,#000 100%);
	background: linear-gradient(to bottom, #484747 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484747', endColorstr='#000',GradientType=0 );
}
.subfooter .smaller {
	font-size:90%;
}
.block {
	padding-bottom: 40px;
}
.sidebar .block:first-child {
	margin-top: 2px;
}
.boxed .page-wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #cacaca;
	box-shadow: 0px 0px 10px #cacaca;
}
.light .footer {
	background-color: #f7f7f7;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.light .subfooter {
	background-color: #e7e7e7;
}
.white-bg {
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border: none !important;
}
.header-top {
	font-size: 12px;
}
.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}
.gray-bg {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	position: relative;
}
.gray-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 5px;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}
.header.gray-bg {
	border-bottom: 1px solid #dadada;
}
.header.gray-bg,
.header.gray-bg:before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.grid-space-20 {
	margin-right: -10.5px;
	margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-space-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.grid-space-0 {
	margin-right: 0;
	margin-left: 0;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
	padding-left: 0;
	padding-right: 0;
}
.grid-space-0>div {
	margin-bottom: 0;
}


.header .navSub {
    display: none;
}

.fixed-header-on .navSub {
    margin-top:2px;
    display: block;
}
.fixed-header-on .header .navbar-right {
    float:left !important;
    margin-right: 10px;
}


.fixed-header-on .header .header-left {
    padding-top:2px;
}

.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.justify-content-start {
    justify-content: flex-start !important;   
}
.w-15 {
  width:15%;  
}
.w-20 {
  width:20%;  
}
.w-25 {
  width:25%;  
}
.w-40 {
  width:40%;  
}
.h-25 {
  height:25%;  
}
.h-100 {
  height:100%;  
}
.w-75 {
  width:75%;  
}
.p-0{
    padding:0px !important;
}
.p-3{
    padding:3px !important;
}
.p-5{
    padding:5px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-2 {
    padding-top: 2px !important;
}
.pb-2 {
    padding-bottom: 2px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-0   {
    padding-bottom: 0px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-2 {
    padding-right: 2px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-3 {
    padding-left: 3px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.m-0 {
    margin: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-3 {
    margin-bottom:3px !important;
}
.mb-5 {
    margin-bottom:5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.ml-2 {
    margin-left: 2px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mtb-5 {
	margin: 5px 0px !important;
}
.mtb-10 {
	margin: 10px 0px !important;
}

.mlr-10 {
	margin: 0px 10px !important;
} 
.fs-9 {
    font-size:9px !important;
}
.fs-11 {
    font-size:11px !important;
}
.fs-12 {
    font-size:12px !important;
}
.fs-13 {
    font-size:13px !important;
}
.fs-14 {
    font-size:14px !important;
}
.fs-16 {
    font-size:16px !important;
}
.fs-18 {
    font-size:18px !important;
}
.fs-20 {
    font-size:20px !important;
}
.fs-90 {
	font-size:90% !important;
}
.fs-80 {
	font-size:80% !important;
}
.fs-70 {
    font-size:70% !important;
}
.fs-60 {
    font-size:60% !important;
}
.lh-1 {
    line-height:1 !important;
}

.space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.space-top {
	padding-top: 50px;
}
.space-bottom {
	padding-bottom: 50px;
}
.margin-clear {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.padding-top-clear {
	padding-top: 0 !important;
}
.padding-bottom-clear {
	padding-bottom: 0 !important;
}
.border-clear {
	border: none !important;
}
.border-bottom {
    border-bottom: 1px solid #F3F3F3;
}
.separator {
	display: block;
	width: 240px;
	height: 2px;
	margin: 15px auto 15px;
	background-color: #adadad;
	position: relative;
	border: 1px solid #adadad;
}
.separator:after {
	width: 120px;
	height: 2px;
	background: #5d5d5d;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}
.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666;
	border-color: #666;
}
.sidebar .separator:after {
	content: "";
	background-color: transparent;
}
.dark-bg .separator-2 {
	background-color: #999999;
}
.default-bg .separator-2 {
	background-color: #ebebeb;
}

@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.grid span {
	padding: 15px 5px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.footer {
	font-size: 14px;
	color: #999999;
}

.subfooter {
	font-size: 14px;
}
.subfooter p {
	margin: 0;
}

.btnLang {
    text-align: center;
    margin: 2px 3px 0 0; 
    background: transparent;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pickLang{
    margin-left: 5px;
}

.siteLang {
   padding-top: 2px; 
   padding-right: 5px; 
   cursor: pointer;
}

.btnLang img {
    -webkit-filter: drop-shadow(1px 1px 0 white)
                drop-shadow(-1px 1px 0 white)
                drop-shadow(1px -1px 0 white)
                drop-shadow(-1px -1px 0 white);

filter: drop-shadow(1px 1px 0 white)
        drop-shadow(-1px 1px 0 white)
        drop-shadow(1px -1px 0 white)
        drop-shadow(-1px -1px 0 white);
}
.btn {
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 1px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}
.btn.btn-lg {
	padding: 17px 12px;
	font-size: 18px;
	min-width: 210px;
}
.btn.btn-sm {
	padding: 4px;
	font-size: 12px;
	min-width: 36px;
    margin-right: 5px;
}
.btn.radius, .btn-group.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.moving {
	-webkit-animation: moving 1.7s ease-out infinite;
	animation: moving 1.7s ease-out infinite;
	position: relative;
	top: -30px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
.btn-remove {
	font-size: 10px;
	padding: 3px 15px;
	min-width: 0;
}
@-webkit-keyframes moving {
	0% {
		top: -30px;
	}
	60% {
		top: 0px;
	}
}
@keyframes moving {
	0% {
		top: -30px;
	}
	60% {
		top: 0px;
	}
}
.btn-gray {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}
.btn-light-gray {
	color: #333333;
	background-color: #fafafa;
	border-color: #f3f3f3;
    height:200px;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}

/* The color of default buttons is the color of current color scheme */
.btn-default {
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Button with transparent bg */
.btn-white {
	background-color: transparent;
	color: #cd3c2e;
	border: 1px solid #e84c3d;
}

#footer a {
	color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #ddd;
}

#footer img {
    display: inline;
    padding-top:5px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}
.footer-content .btn-white {
	color: #999;
	background-color: transparent;
	border-color: #555;
}

/* Links
---------------------------------- */
.link {
	padding-right: 23px;
	position: relative;
	display: inline-block;
	text-align: right;
}
.link:hover { 
	text-decoration: none;
}
.link:hover span {
	text-decoration: underline;
}
.link:after {
	content: "\f178";
	font-family: "FontAwesome";
    font-display: swap;
	position: absolute;
	right: 0;
	top: 2px;
}

/* Forms
---------------------------------- */
form {
	margin: 20px 0;
}
textarea {
	resize: vertical;
}
.sidebar form {
	margin: 5px 0 5px 0;
}
.form-control {
	border-radius: 0;
	background: #ffffff;
	height: 40px;
	padding-right: 30px;
	border-color: #acacac;
	color: #666666;
	position: relative;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
.form-control:focus {
	border-color: #666666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
select.form-control {
	padding-right: 5px;
    background-color: #1d6b95;
    color:white;
}
select.form-control:first-letter{
    text-transform: capitalize;
}

select.form-control option{
   padding:5px 0; 
}
.form-control::-moz-placeholder {
	color: inherit;
}
.form-control:-ms-input-placeholder {
	color: inherit;
}
.form-control::-webkit-input-placeholder {
	color: inherit;
}
.input-group-addon {
	background-color: #1b90d0;
	border:0;
    color: #fff;
}
.form-list > div {
	padding: 7px 15px;
	border-bottom: 1px solid #dddddd;
	background-color: #f3f3f3;
	margin: 6px 0;
	display: block;
}
fieldset {
	padding: 10px 25px;
	margin: 15px 0px;
	border: 1px solid #dddddd;
}
fieldset legend {
	display: block;
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: inherit;
	color: #333;
	border: 1px solid #ddd;
	background-color: #ffffff;
}
fieldset .form-control,
fieldset .form-control:focus {
	webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f3f3f3;
}
.header-top-dropdown .form-control,
#footer.light .form-control {
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f1f1f1;
	background-color: #ffffff;
}
.gray-bg .form-control:focus,
.header-top-dropdown .form-control:focus,
#footer.light .form-control:focus {
	border-color: #cacaca;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}
.dark .header-top-dropdown .form-control {
	background-color: rgba(255, 255, 255, 0.20);
	border-color: #333;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	color: #cdcdcd;
}
.dark .header-top-dropdown form i {
	color: #cdcdcd;
}
.dark .header-top-dropdown .form-control:focus {
	background-color: rgba(255, 255, 255, 0.25);
}
.gray-bg .input-group-addon {
	background-color: #ececec;
	border: 1px solid #f1f1f1;
}
footer:not(.light) .footer-content .form-control {
	border-color: #292929;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}
footer:not(.light) .footer-content .form-control:focus {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}
footer:not(.light) .footer-content .input-group-addon {
	background-color: rgba(0, 0, 0, 0.5);
	border: transparent;
}
select.form-control {
	-webkit-appearance: menulist;
}
select[multiple].form-control {
	-webkit-appearance: listbox;
}
/* forms with icons */
label ~ .form-control-feedback {
	top: 25px;
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
}

/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
	margin: 20px 0 40px;
	text-align: left;
}
ul.pagination li {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
	line-height: 1;
}
ul.pagination li > a:focus {
	background: none;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 15px;
	padding: 8px 0;
}

/* Tabs
---------------------------------- */
.nav-tabs {
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #f0f0f0;
	margin-top: 15px;
}
.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 25px;
	position: relative;
	color: #666666;
}
.nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	background-color: #fafafa;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #666;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:after {
	width: 0px;
	content: "";
	background-color: #ddd;
	height: 103%;
	position: absolute;
	left: 0;
	top: 0;
}

.nav-tabs > li > a.small, .nav-tabs > li.active > a.small{
	font-size:13px !important;
	padding: 6px 12px !important;
	text-transform: capitalize !important;
}

.tab-content.small {
	padding:0px !important;
}

.tab-content.small .info {
	background-color:#fafafa;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.tab-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: white;
	margin-bottom: 0px;
}
.tab-content h1 {
	font-size: 34px;
}
.tab-content:after {
	width: 0px;
	content: "";
}
.tab-content.clear-style {
	border: none;
	padding: 10px 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tab-content.clear-style:after {
	width: 0;
	background-color: transparent;
	height: 100%;
}

.vertical {
	margin: 20px 0;
}
.vertical.hc-tabs {
	margin: 40px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
	display: table-cell;
	margin: 0;
	vertical-align: top
}
.vertical .nav-tabs {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent;
	background-color: #999999;
}
.vertical .nav-tabs > li {
	float: none;
}
.vertical .nav-tabs > li a {
	margin: 0;
	padding: 15px 40px;
	white-space: nowrap;
	color: #ffffff;
	border-bottom: 1px solid #8f8f8f;
}
.vertical .nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	border-right-color: transparent;
	color: #666666;
	z-index: 2;
}
.vertical .nav-tabs > li > a:hover:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 102%;
	position: absolute;
	left: 0;
	top: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
	-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	border-right-color: transparent;
	border-bottom-color: #f0f0f0;
	color: #666666;
	z-index: 2;
	width: 101%;
}
.vertical .tab-content {
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	left: -1px;
	z-index: 1;
	padding: 20px 30px;
    width:100%;
}
.vertical .tab-content:after {
	background-color: transparent;
}
.arrow {
	display: block;
	position: relative;
}
.arrow i {
	font-size: 96px;
	top: -62px;
	position: absolute;
	line-height: 1;
	z-index: 2;
	left: 50%;
	margin-left: -27px;
}
.arrow i:before {
	color: #fafafa;
	text-shadow: 0px -1px 1px #E9E9E9;
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
	display: none;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

.panel-primary > .panel-heading {
    padding: 4px 6px;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    font-size:14px;
    font-weight:bold;
}

.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	font-size:13px;
	font-weight:bold;
}
.panel-body {
	font-size:13px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #e84c3d;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #999999;
}
/*
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}  
.panel-heading a.collapsed:after {
	content: "\f196";
} */
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: #e84c3d;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
.panel .panel-special {
  border: 1px solid #2c8fcc !important; 
  
}
.panel .panel-special .panel-heading {
   background: #2c8fcc !important;    
}

/* Progress bars
---------------------------------- */
.progress {
	margin-bottom: 5px;
	background-color: #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 20px;
}
.progress-bar {
	padding: 1px 0 1px 0;
}
.progress-bar-default {
	background-color: #e84c3d;
}
.progress-bar-gray {
	background-color: #999999;
}
.progress-bar-dark {
	background-color: #333333;
}
.gray-bg .progress {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
}
.progress-bar span {
	position: relative;
	left: 15px;
}

/* Alerts
---------------------------------- */
.alert {
	margin: 20px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	padding-left: 70px;
	overflow: hidden;
	z-index: 1;
	border: none;
}
.alert:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 50px;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.alert-success {
	color: #2a5f2b;
	background-color: #bcdab0;
}
.alert-info {
	color: #125c83;
	background-color: #eff7fb;
}
.alert-warning {
	color: #72582b;
	background-color: #f7f0ce;
}
.alert:after {
	font-family: "FontAwesome";
    font-display: swap;
	position: absolute;
	top: 10px;
	left: 17px;
	color: #ffffff;
	font-size: 20px;
	z-index: 3;
}
.alert.alert-success:after {
	content: "\f00c";
}
.alert.alert-info:after {
	content: "\f05a";
}
.alert.alert-warning:after {
	content: "\f071";
}
.alert.alert-danger:after {
	content: "\f00d";
}
.close {
	font-weight: normal;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.closeSM {
    font-size: 18px;
    font-weight: normal;
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/* Modals
---------------------------------- */
.modal-open .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-content .modal-header {
	background-color: #e84c3d;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:10px;
}
.modal-content .modal-title {
	font-size: 13px;
	color: #ffffff;
}
.modal-footer .btn {
	margin: 0;
}

/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.mfp-bg {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.mfp-figure:after {
	background-color: #ffffff;
}

/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.no-touch .fixed-image {
	background-attachment: fixed;
}
.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay-container {
	position: relative;
	/*display: block;*/
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 50px;
}
.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay:hover {
	text-decoration: none;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.listing-item a.overlay:hover {
	text-decoration: none;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #e84c3d;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}
.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
	overflow: visible;
}

/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

/* Scroll Spy
---------------------------------- */
.scroll-spy {
	position: relative;
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 6px;
	background-color: transparent;
	border-color: #489bcc;

}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 7px 3px 7px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    color: #e7eff3;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #e7eff3;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #1d6b95;
	background-color: transparent;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-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;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	width:100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
}

.dropdown-menu .eventName{
	font-size:11px;
}

.dropdown-menu .eventTime{
	font-weight:bold;
}

.dropdown-menu .imgType{
	opacity: .6;
	filter: alpha(opacity=60);
}


/* second level menu items */
.dropdown-menu > li > a, .dropdown-menu > li > span {
	display: block;
    padding: 6px 10px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	line-height:1.2em;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
    background-color: transparent;
	color: #e84c3d;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 96%;
	width: 100%;
	padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i, .dropdown-menu > li > span i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mega-menu .menu > li:last-child > a {
	border-bottom: none!important;
}
.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #e84c3d;
	border-color: #f1f1f1;
	text-decoration: none;
}

/* arrows for parent menu items */
.dropdown>a:before {
	font-family: 'FontAwesome';
    font-display: swap;
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 6px;
	line-height: 1;
	color: #d1d1d1;
}
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #e84c3d;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}
.dropdown .dropdown>a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #666;
}
.dropdown .dropdown.open>a:before {
	color: #e84c3d;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #e84c3d;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e84c3d;
}



/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}
.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}
.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #e84c3d;
}

.logo-footer {
	margin: 25px 0 20px;
}


@media (max-width:991px) {
    .bootstrap-select:not([class*=col-]):not(.input-group-btn) {
        width:100%;
    }
    
	.logo img,
	.header-small .logo img {
		margin: 0 auto;
	}
	.site-slogan {
		text-align: center;
	}
}

.call-to-action {
	padding: 10px 25px;
	text-align: center;
}
.call-to-action .btn {
	margin: 10px 5px;
}
.call-to-action .btn.btn-lg {
	margin-top: 15px;
}



/* Boxes
---------------------------------- */
.box {
	text-align: center;
	margin: 0 10px 10px 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
	float: left;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box i {
	font-size: 36px;
	line-height: 60px;
}
.box.small {
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
}
.box.small i {
	font-size: 24px;
	line-height: 45px;
}
.box.gray-bg:hover {
	color: #e84c3d;
}
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #e84c3d;
}
.box.default-bg:hover * {
	color: #e84c3d;
}
.box.dark-bg:hover {
	background-color: #fff;
	border: 1px solid #666;
}
.box.dark-bg:hover * {
	color: #666;
}
.box-style-1 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}
.grid-space-10 .box-style-1 {
	margin: 10px 0;
}
.box-style-1 i {
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}
.box-style-1:not(.team-member):hover i {
	color: #e84c3d;
	-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;
}
.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}
.box-style-2 {
	margin-top: 20px;
}
.box-style-2 i {
	font-size: 36px;
	line-height: 60px;
}
.box-style-2 .icon-container {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-2 .body {
	margin-left: 80px;
}
.box-style-2 h2 {
	font-size: 24px;
	margin-top: 0;
}
.box-style-2:hover .icon-container {
	border: 1px solid #666;
}
.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #e84c3d;
}
.box-style-2:hover .default-bg * {
	color: #e84c3d;
}
.box-style-2:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-2:hover .dark-bg * {
	color: #666;
}
.box-style-2:hover .white-bg * {
	color: #e84c3d;
}
.box-style-3 {
	margin-top: 20px;
}
.box-style-3 i {
	font-size: 22px;
	line-height: 45px;
}
.box-style-3 .icon-container {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-3 .body {
	margin-left: 80px;
}
.box-style-3 h2 {
	font-size: 20px;
	margin-top: 0;
}
.box-style-3:hover .icon-container {
	border: 1px solid #666;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #e84c3d;
}
.box-style-3:hover .default-bg * {
	color: #e84c3d;
}
.box-style-3:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-3:hover .dark-bg * {
	color: #666;
}
.box-style-3:hover .white-bg * {
	color: #e84c3d;
}
.panel-body i {
	width: 35px;
	text-align: center;
}

/* Image Boxes
---------------------------------- */
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
}
.owl-stage a.extraLine {
    min-height: 70px;
    max-height: 90px;
}

.image-box .btn {
	white-space: normal;
	border-color: transparent;
    min-height: 40px;
    max-height: 60px;
    font-size:12px;
    text-transform: capitalize;
    overflow: hidden;
}


.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding: 20px 15px 15px;
}

/* Tags cloud block
---------------------------------- */
.tags-cloud {
	font-size: 0;
}
.tag {
	display: inline-block;
	margin: 0 3px 3px 0;
}
.tag a {
	padding: 5px 10px;
	color: #999;
	display: block;
	font-size: 12px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}
.tag a:hover {
	color: #ffffff;
	background-color: #e84c3d;
	border-color: #e84c3d;
	text-decoration: none;
}
footer:not(.light) .footer-content .tag a,
.dark-bg .tag a {
	background-color: transparent;
	border-color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #e84c3d;
	border: 1px solid #e84c3d;
	color: #fff;
}
.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}
.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}
.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}
.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}
.social-links li a i {
	line-height: 44px;
}
.social-links.large li a i {
	line-height: 60px;
}
.header-top .social-links {
	margin: 0;
}
.header-top .social-links li {
	padding: 3px 5px 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0;
}
.header-top .social-links li:hover {
	background-color: #fafafa;
}
.header-top .social-links li a {
	font-size: 16px;
}
.header-top .social-links li:last-child {
	border-right: none;
}
.header-top .social-links li a {
	border: none;
	width: 25px;
	height: 30px;
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li a:hover {
	color: #cd3c2e;
}
.header-top .social-links li a i {
	line-height: 30px;
}
.dark.header-top .social-links li {
	border-right: 1px solid #3d3d3d;
}
.dark.header-top .social-links li:last-child {
	border-right: none;
}
.dark.header-top .social-links li:hover {
	background-color: transparent;
}
.dark.header-top .social-links li a {
	color: #999999;
}
.footer-content .social-links {
	margin: 20px 0;
}
.footer-content .social-links li {
	margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
	color: #666;
	background-color: transparent;
	border-color: #666;
}
.footer-content .social-links li a:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
	background-color: #55acee;
	border-color: #55acee;
	color: #fff;
}
.social-links li.skype a:hover,
.colored.social-links li.skype a {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff;
}
.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
	background-color: #0976b4;
	border-color: #0976b4;
	color: #fff;
}
.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}
.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
	background-color: #b31217;
	border-color: #b31217;
	color: #fff;
}
.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #fff;
}
.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #fff;
}
.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
	background-color: #517fa4;
	border-color: #517fa4;
	color: #fff;
}
.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
	background-color: #aad450;
	border-color: #aad450;
	color: #fff;
}
.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
	background-color: #32506d;
	border-color: #32506d;
	color: #fff;
}
.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
	background-color: #ff3a00;
	border-color: #ff3a00;
	color: #fff;
}
.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
	background-color: #0072b1;
	border-color: #0072b1;
	color: #fff;
}
.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #fff;
}
.social-links li.behance a:hover,
.colored.social-links li.behance a {
	background-color: #053eff;
	border-color: #053eff;
	color: #fff;
}
.social-links li.vine a:hover,
.colored.social-links li.vine a {
	background-color: #00a478;
	border-color: #00a478;
	color: #fff;
}
.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
	background-color: #f74425;
	border-color: #f74425;
	color: #fff;
}
.header-top .social-links li.twitter a:hover {
	color: #55acee;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.skype a:hover {
	color: #00aff0;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.linkedin a:hover {
	color: #0976b4;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.googleplus a:hover {
	color: #dd4b39;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.youtube a:hover {
	color: #b31217;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.flickr a:hover {
	color: #ff0084;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.facebook a:hover {
	color: #3b5998;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.pinterest a:hover {
	color: #cb2027;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.instagram a:hover {
	color: #517fa4;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.vimeo a:hover {
	color: #aad450;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.tumblr a:hover {
	color: #32506d;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.soundcloud a:hover {
	color: #ff3a00;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.foursquare a:hover {
	color: #0072b1;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.dribbble a:hover {
	color: #ea4c89;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.behance a:hover {
	color: #053eff;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.vine a:hover {
	color: #00a478;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.stumbleupon a:hover {
	color: #f74425;
	background-color: transparent;
	border-color: transparent;
}
.social-links .dropdown>button {
	padding: 6px 15px 5px;
	font-size: 16px;
	color: #999;
	text-align: center;
	min-width: 0;
	margin: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.social-links .dropdown>button i {
	width: 15px;
}
.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #e84c3d;
}
.social-links .dropdown-menu {
	z-index: 103;
	padding: 0px;
	min-width: 290px;
	margin-top: 1px;
	font-size: 0;
	box-shadow: none;
	background-color: #fafafa;
}
.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
	padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
	float: right;
	font-size: 0;
	text-align: right;
}
.header-top-dropdown .dropdown>button {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}
.dark .header-top-dropdown .dropdown>button {
	border-right: 1px solid #515151;
}
.header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}
.dark.header-top .header-top-dropdown .dropdown>button {
	border-right: 1px solid #3d3d3d;
}
.dark.header-top .header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button i {
	padding-right: 5px;
	width: 15px;
}
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {
	color: #e84c3d;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown.open>button,
.dark.header-top .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #3d3d3d;
}
.dark.header .header-top-dropdown .dropdown.open>button,
.dark.header .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #515151;
}
.header-top-dropdown .dropdown:first-child.open>button,
.header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown:first-child.open>button,
.dark.header-top .header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: #3d3d3d;
}
.header .header-top-dropdown .dropdown>button {
	padding: 3px 10px;
}
.header .header-top-dropdown .dropdown.open>button,
.header .header-top-dropdown .dropdown>button:hover {
	background-color: transparent;
}
.header .header-top-dropdown .dropdown:first-child.open>button,
.header .header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: transparent;
}
.header .header-top-dropdown .dropdown:last-child.open>button,
.header .header-top-dropdown .dropdown:last-child>button:hover {
	border-right-color: transparent;
}
.header .header-top-dropdown .dropdown-menu {
	margin-top: 27px;
}
.header-top-dropdown .dropdown-menu {
	z-index: 103;
	padding: 20px;
	min-width: 280px;
	margin-top: 0px;
}
.header-top-dropdown .search-box .form-group {
	margin-bottom: 0;
}
.header-top-dropdown form {
	margin: 0;
}
.header-top-dropdown .login-form span {
	margin: 0 3px;
}
.header-top-dropdown .login-form ul {
	padding-left: 0;
	list-style-position: inside;
	padding: 5px 0;
}
.header-top-dropdown .login-form .social-links {
	display: inline-block;
	margin: 0;
}
.dark .header-top-dropdown .login-form a {
	color: #cdcdcd;
	text-decoration: underline;
}
.dark .header-top-dropdown .login-form a:hover {
	text-decoration: none;
}
.header .header-top-dropdown {
	margin-top: 19px;
}
.dark.header .header-top-dropdown {
	color: #cdcdcd;
}
.fixed-header-on .header .header-top-dropdown {
	margin-top: 13px;
}
.fixed-header-on .header .header-top-dropdown .dropdown-menu {
	margin-top: 19px;
}

.gallery.row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-item {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* Latest tweets block
---------------------------------- */
ul.tweets {
	list-style: none;
	padding: 0;
}
ul.tweets li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
ul.tweets li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #666666;
}
ul.tweets li p {
	margin-bottom: 5px;
}
ul.tweets li span {
	font-size: 12px;
	color: #666666;
}

/* Testimonials
---------------------------------- */
.testimonial {
	margin: 25px 0;
}
.well .testimonial,
.owl-item .testimonial {
	margin: 0;
}
.testimonial h2 {
	margin-bottom: 25px;
}
.testimonial-image {
	max-width: 160px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial-body {
	padding: 15px;
}
.testimonial-image + .testimonial-body {
	margin-left: 180px;
}
.testimonial-info-1 {
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.testimonial-info-2 {
	font-size: 13px;
	color: #000;
	font-weight: 700;
}
.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
	color: inherit;
}

.isotope-container {
	display: none;
	margin-bottom: 40px;
}
.isotope-item {
	margin-bottom: 30px;
}
.grid-space-20 .isotope-item {
	margin-bottom: 20px;
}
.grid-space-10 .isotope-item {
	margin-bottom: 0;
}

/* Stats
---------------------------------- */
.stat-num {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

/* Pricing tables
---------------------------------- */
.pricing-tables {
	margin: 60px 0 0;
}
.plan {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: 40px !important;
}
.plan + .plan {
	border-left: none;
}
.plan .header {
	padding: 10px 0;
	margin: 0 -1px;
}
.plan .header h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}
.plan .header .price {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 400;
	color: inherit;
}
.plan .header .price span {
	text-transform: uppercase;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.plan ul li {
	padding: 12px 0px;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #fff;
}
.plan ul li a.pt-popover {
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
}
.plan ul li a.pt-popover:hover {
	text-decoration: none;
}
.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
    font-display: swap;
	content: "\f059";
	color: #DDDDDD;
	font-size: 12px;
}
.best-value.plan ul li {
	padding: 15px 0;
}
.plan .popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-title {
	background-color: #e84c3d;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-content {
	font-size: 12px;
}
.plan .btn {
	text-shadow: none;
}
.gray .plan {
	border-top: 1px solid #c5c5c5;
	background-color: #f1f1f1;
	-webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}
.gray .plan .header {
	background: #fafafa;
	border: 1px solid #cacaca;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border-radius: 100%;
}
.gray .plan .header h3 {
	color: #e84c3d;
	display: block;
	margin-top: 30px;
}
.gray .plan .header .price {
	font-size: 24px;
	padding-top: 5px;
}
.gray .plan ul {
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
}
.gray .plan ul li {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #f8f8f8;
	color: #333333;
}
.white .plan {
	border-color: #f3f3f3;
}
.white .plan .header {
	color: #fff;
	background: #e84c3d;
}
.white .plan .header h3 {
	color: #fff;
}
.white .plan ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fbfbfb;
}
.white .plan ul li {
	border-bottom: 1px solid #f5f5f5;
}
.stripped .header {
	background: #e84c3d;
	border: none;
	-webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
	-moz-box-shadow: 0px 0px 60px #cd3c2e inset;
	box-shadow: 0px 0px 60px #cd3c2e inset;
	color: #fff;
}
.stripped .header h3 {
	color: #fff;
}
.stripped .plan ul {
	-webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
	-moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
	box-shadow: 0px 0px 32px 0px #cacaca inset;
	background: #fdfdfd;
}
.stripped .plan ul li {
	border: 1px solid #ececec;
	border-top: none;
	color: #666;
}
.stripped .plan ul li:nth-child(even) {
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

/* Google maps
---------------------------------- */
#map-canvas {
	height: 450px;
}
.sidebar #map-canvas {
	height: 350px;
}
#map-canvas img {
	max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	width: 100%;
	position: relative;
}
.slider-banner>ul,
.slider-banner-2>ul,
.slider-banner-3>ul,
.slider-banner-fullscreen>ul {
	display: none;
}
.slideshow-boxed {
	padding: 20px 0 60px;
}
.slideshow-boxed .slider-banner-container {
	padding: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.slideshow-boxed .tp-caption {
	margin-left: 20px !important;
}

.default_bg {
	background-color: #e84c3d;
	color: #fff;
}
.white_bg {
	background-color: #ffffff;
	color: #333333;
}
.dark_gray_bg {
	background-color: #666666;
	color: #fff;
}
.light_gray_bg {
	background-color: #fafafa;
	color: #333;
	border: 1px solid #f3f3f3!important;
	border-left: none!important;
}

.bullets-with-bg + .tp-bullets.preview4 {
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 15px;
	bottom: -6px !important;
	border-radius: 3px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #e84c3d;
}
.tp-bannertimer {
	background-image: none;
	background-color: rgba(232, 76, 61, 0.7);
	z-index: 100;
	display: none;
}
/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
	z-index: 4;
}
.owl-carousel .owl-item>div {
	margin: 10px 0 20px;
}
.owl-carousel.carousel .owl-item>div,
.owl-carousel.carousel-autoplay .owl-item>div {
	margin: 10px 20px 20px 0;
}
.owl-carousel.clients .owl-item>div {
	margin: 0px 30px 0px 0;
}
.well.owl-carousel .owl-item>div {
	margin: 10px 0 0;
}
.tab-content .owl-carousel .owl-item>div {
	margin: 0 0 20px;
}


/* owl controls */
.owl-controls {
	width: 100%;
	margin-top: 10px;
}
.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
	font-size: 12px;
	width: 20px;
	height: 22px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-prev {
	background-color: #e84c3d;
	color: #f1f1f1;
}
.owl-next {
	margin-left:4px;
	background-color: #f1f1f1;
	color: #e84c3d;
}
.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
	background-color: #333333;
	color: #f1f1f1;
}
.gray-bg .owl-next {
	background-color: #ffffff;
}
.owl-controls .owl-buttons div:after {
	font-family: "fontello";
    font-display: swap;
	font-size: 14px;
	line-height: 20px;
}
.owl-prev:after {
	content: "\e87c";
}
.owl-next:after {
	content: "\e87d";
}
.no-touch .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-controls .owl-pagination {
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #e84c3d;
}
/* 10 IE8 Support
----------------------------------------------------------------------------- */
.ie8 .tp-caption{
	line-height: 1.5!important;
}
.ie8 .overlay {
	background-color: rgb(241, 241, 241);
	display: none;
	opacity: 0.8!important;
	filter: alpha(opacity=80)!important;
}
.ie8 a.overlay i { 
	display: none;
}
.ie8 .overlay-container:hover a.overlay i,
.ie8 .overlay-container:hover .overlay { 
	display: block;
}

.btn.search{
    background-color: #1d6b95;
    color:#fff;
}

.btn.search:hover{
    background-color: #489bcc;
    border: 1px solid #1d6b95;
}

.fb-page {
    margin-bottom:10px;
}

.bc-wrapper{
    position: relative;
}

.bc-wrapper .bc-menu{
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
}

.input-group .bc-wrapper .bc-menu {
    top: 38px;
}

.ui-autocomplete {
  position:absolute;
    cursor:default;
    z-index:221001 !important
}

.demopadding {
    margin-top:0px;
    margin-bottom:15px;
}

.icon {
    position:relative;
    text-align:center;
    width:0px;
    height:0px;
    padding:20px;
    border-top-right-radius:     20px;
    border-top-left-radius:     20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:     20px; 
    -moz-border-radius:         20px 20px 20px 20px;
    -webkit-border-radius:         20px 20px 20px 20px;
    -khtml-border-radius:         20px 20px 20px 20px;     
    color:#FFFFFF;
}
.icon i {   
    font-size:20px;
    position:absolute;
    left:9px;
    top:10px; 
    color:#fff;   
}
.icon.social {
    margin:0 5px 10px 0;
    cursor:pointer;
    background:#1d6b95 ;
    color:#fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;     
}
.icon.social:hover {
    background:#7DBADB ;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social.fb i {
    left:13px;
    top:10px;
}
.icon.social.tw i {
    left:11px;
}
.icon.social.in i {
    left:11px;
}

.icon.social.gp i {
    left:11px;
}

.icon.social.pi i {
    left:11px;
}

.top10 {
  margin: 0 20px 10px 0;
  cursor: pointer;
  background: #1d6b95;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  padding-left:14px;
  padding-right:14px;
  padding-top:6px;
  padding-bottom:6px;
  min-width:80px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;  
}

.top10 a {
    display: block;
    color:#fff;
    font-size: 13px;
}

.top10:hover{
   color:#1d6b95; 
   background: #ddd;
   transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.equal{
    display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.btn-round {
    border-radius: 14px;
    text-transform: none;
}


div.label{
    line-height:2;
}

/*
select option {
    padding:10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}*/

.typeahead.dropdown-menu a{
    text-decoration: none;
}

.article.flag:hover{
    color: #17628b;
} 


.floatLeft {
    float:left;
}

.floatRight {
    float:right;
}

.sidebar {
    overflow:hidden;
}

@media (max-width: 991px) {
    .affix {
        position: static;
    }
}

@media (min-width: 992px) {
    .affix {
      position: fixed;
    }
    .affix-top {
      position: static;
    }

    .affix-bottom {
      position: absolute;
    }
}

.btn-info {
    color: #fff;
    background-color: #2481B3;
    border-color: #156996;
}

.table > tbody > tr.info > td {
    background: #fff;
}

.breadcrumb > li + li:before {
    content: "|";
}

.modal-header .close {
    color:white;
    filter: alpha(opacity=100);
    opacity: 1;
}

.label.label-warning {
    background-color: gray;
    color:#fff;
    font-size:12px;
}

h3 span{
    color:#343434;
}

.bootstrap-select.btn-group .dropdown-menu li
a.opt {
        padding-left: 1.50em;
}

.dropdown-menu .divider {
       margin: 4px 0; 
       padding-left: 2px;
       padding-right: 2px;
}

 .dropdown-menu > .active > a {
     font-weight: bold;
 }

ul#viewType{
    margin-left: -15px;
    margin-right: -15px;
}
 
#viewType.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

#viewType.nav-tabs {
    text-align:center;
}

#viewType.nav-tabs>li>a {
    font-size:18px;
    padding: 6px 12px;
}

#viewType.nav-tabs>li:not(.active)>a {
    color: #ccc;
}

#singleInfo .closePanel span{
    font-size: 30px;
    padding: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor:pointer;

}

#singleInfo{
    margin-left:10px;margin-right:10px
}

.singleInfoBorder {
    border:1px solid #666;
    display:block; padding:0px 10px 10px 10px;background:#fafafa;
} 

#removeSearch{
    cursor:pointer;
}

.cursorPointer {
    cursor:pointer;
}

.modal-dialog form{
    margin:0px;
}

.modal-dialog table {
    width:100%
}

.modal-dialog select {
    width:95%;
}

.modal-dialog .btn-warning{
    margin-right:10px;
    float:left;
}

.myteam-el{
  min-width:200px;
  padding-bottom:30px;
}

.myteam-el label {
  float:left;width:80%;white-space: nowrap;overflow: hidden; font-size:smaller; 
}

.myteam-el button {
  float:left;width:20%;
}

.form-check label {
  font-weight: normal;
}

.filterTypes {
    height: 56px;
    /*overflow: hidden;*/
    white-space: normal;

    list-style: none;
    margin:0px 0px 5px 4px;  
    padding:0px;   
    
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     
}

@media (min-width:1200px){
      .dropdown .typeItem0, 
 	  .dropdown .typeItem1, 
      .dropdown .typeItem2,  
      .dropdown .typeItem3, 
      .dropdown .typeItem4,  
      .dropdown .typeItem5, 
      .dropdown .typeItem6, 
      .dropdown .typeItem7, 
      .dropdown .typeItem8, 
      .dropdown .typeItem9, 
      .dropdown .typeItem10, 
      .dropdown .typeItem11, 
      .dropdown .typeItem12 {
         display:none;
      } 
}

@media (min-width:992px) and (max-width:1199px){
      .dropdown .typeItem0, 
 	  .dropdown .typeItem1, 
      .dropdown .typeItem2,  
      .dropdown .typeItem3, 
      .dropdown .typeItem4,  
      .dropdown .typeItem5, 
      .dropdown .typeItem6, 
      .dropdown .typeItem7, 
      .dropdown .typeItem8, 
      .dropdown .typeItem9{
         display:none;
      } 
      .typeItem10, 
      .typeItem11, 
      .typeItem12 {
         display:block;
      } 
}

@media (min-width:768px) and (max-width:991px){
      .dropdown .typeItem0, 
 	  .dropdown .typeItem1, 
      .dropdown .typeItem2,  
      .dropdown .typeItem3, 
      .dropdown .typeItem4,  
      .dropdown .typeItem5, 
      .dropdown .typeItem6{
         display:none;
      } 
      .typeItem7,
      .typeItem8,
      .typeItem9,
      .typeItem10, 
      .typeItem11, 
      .typeItem12 {
         display:block;
      } 
}

@media (max-width:1199px) {
      .typeItem10.mainSport, 
      .typeItem11.mainSport, 
      .typeItem12.mainSport{
         display:none;
      } 
}

@media (max-width:992px) {
      .typeItem7.mainSport, 
      .typeItem8.mainSport, 
      .typeItem9.mainSport {
         display:none;
      } 
      
      .titleInfo {
          display: none;
      }
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.filterTypes li.mainSport a {
  
  font-size: 11px;
  color:white;
  text-align: center;
  line-height: 10px;
  height: 56px;
  display: inline-block;
}

.filterTypes .dropdown-toggle {
  font-size: 11px;
  color:white;
  text-align: center;
  line-height: 20px;
  height: 56px;
  
  display:        table-cell;
  vertical-align: bottom;
  text-transform: none;
}

.filterTypes .dropdown>a:before {
  right: 30px;
  top:0px;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
}

li.mainSport.activeSport {
  background: #489bcc;
}

.dropdown-menu .activeSport a{
  font-weight: bold;
  color:#1d6b95;  
}

.filterTypes li.mainSport a:hover, .filterTypes li.dropdown a:hover {
  text-decoration: none;
}

.filterTypes li.mainSport:hover, .filterTypes li.dropdown:hover {
  background: #489bcc;
}

.filterTypes li.mainSport, .filterTypes li.dropdown {
    width: 72px;
    height: 56px;
    float: left;
    margin: 0;
   /* background: none;*/
    padding: 4px 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.filterTypes li.dropdown {
    width: 72px;
    height: 56px;
    float: left;
    margin: 0;
    background: none;
    padding: 4px 2px;
    border-right: 0px;
}

.filterTypes li.mainSport img {
    margin: 0px auto;
    display:block;
    text-align: center;
    height: 24px;
    width: 24px;
}

.filterTypes li.mainSport div{
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 72px;
  height: 24px;
}

.filterTypes li.mainSport span{
  overflow: hidden;
  display: block;
  vertical-align: middle;
  text-align: center;
  height: 24px;
font-size: 20px;
}


.btn-toolbar.day .btn-group.active {
  color: #fff;
  background-color:#489bcc;
  font-weight:bold;
}

.btn-toolbar.day .pickDate {
  background-color:transparent;
  color: #fff;
  width: 54px;
  border:1px solid rgba(255, 255, 255, 0.1);
}

.pickDateEmpty{
    font-weight: bold;
    cursor:pointer;
    font-size: 12px;
}

.btn-toolbar.day .pickDate:hover {
  background-color:#489bcc;
  color: #ccc;
}

.headLink {
  display: block;
  color:#fff;
  font-size:20px;
  margin-top:2px;
  margin-left: 5px;
}

.header .smallDate .bootstrap-select  {
  width:80px;
  max-width:80px;
}



.header .bootstrap-select  {
  width:120px;
  max-width:120px;
}


.header .bootstrap-select .btn {
  font-size:10px;
  text-decoration: none;
}
  
.navbar-nav {
    margin: 0px -15px;
	 -ms-overflow-style: none;  
    overflow: -moz-scrollbars-none;  
}

#headerLine {
  background: linear-gradient(#062435, #1a567b);
}


#headerLine .xsLogo {
	padding:8px;
}

.boxed #headerLine #logo{
	height:64px;
} 


.fixed-header-on #headerLine #logo{
	height:32px;
} 

.fixed-header-on .titleInfo, .fixed-header-on .titleInfoLink, .fixed-header-on .pickZone2{
	display:none;
}

.fixed-header-on .filterTypes {
	height:36px;
}

.fixed-header-on .filterTypes li.mainSport, .fixed-header-on .filterTypes li.dropdown {
	width:56px;
	height:36px;
}

.fixed-header-on .filterTypes li.mainSport img {
	height:26px;
    width:26px;
}

.fixed-header-on .filterTypes li.mainSport a{
	height:36px;
	width:56px;
}

.fixed-header-on .filterTypes li.mainSport a div, .fixed-header-on .sportPickOther a div {
	display:none;
}

.fixed-header-on  .filterTypes li.mainSport span {
	font-size: 22px;
	height:18px;
}

.fixed-header-on .filterTypes li.mainSport div {
	width:56px;
	height:18px;
}

.fixed-header-on .btn-toolbar.day .btn-group{
	
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
}

.fixed-header-on #headerLineBottom {
  padding:0px;
  margin-bottom:2px;
  line-height:1;
}

.fixed-header-on #headerLineBottom .picker {
	margin-top:0px;
}

.fixed-header-on  #headerLine .input-group {
	padding-top:2px;
}

#headerLineBottom {
  background: linear-gradient(#17628b, #062435);
  padding:2px;
  line-height:1.3;
}

#headerLineBottom .picker {
	margin-top:7px;
}

.sportPickOther a.btn{
   width:72px;display: flex;height:100%;
}

.sportPickOther a div{
   display: inline-block;  align-self: flex-end; width:100%
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.35);
	margin: 20px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin-top: 2px;
}
.hr-sect2::before,
.hr-sect2::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.pickZone .clock, .pickZone2 .clock{
	font-size: 12px;
	text-transform: uppercase;
}

.pickZone .fa, .pickZone2 .fa{
	font-size: 15px;
	top:3px;
}

.pickZone {
	display: table;
	margin-top: 1px;
	position: relative;
	height: 28px;
    background-color: #1d6b95;
    color: #fff !important;
    border: 1px solid #489bcc;
    vertical-align: middle;
    line-height: 1.42857143;
    text-align: center;
    padding: 2px 12px;
    cursor:pointer;
}

.pickZone2 {
    position: absolute;
    display: table;
    right:10px;
    top:33px;
    height: 26px;
    background-color: #1d6b95;
    color: #fff !important;
    border: 1px solid #489bcc;
    vertical-align: middle;
    line-height: 1.42857143;
    text-align: center;
    padding: 1px 12px;
    cursor:pointer;
}

.pickZone .zoneLine, .pickZone2 .zoneLine{
    display: table-cell;
    vertical-align: middle;
}

#pickZoneSelect, #zoneModal .bootstrap-select {
	max-width:270px;
}


.listData a.article {
	padding:0;
	color:#000;
}

.listData .favorite {
	background-color:#fdffdf !important;
}

.listData .hot {
	background-color:bisque !important;
} 

.listData .row {
	/*border-bottom:1px solid #F3F3F3;*/
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding-top:5px;
	padding-bottom:10px;
}

.listData .row:not(.no-border):hover {
	background-color:#fafafa;
}

.listData .filterInfo {
	padding:8px 8px 8px 15px;
	background:#fafafa;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	text-align:right;
}

.listData .filterInfo .removeFilter {
	position:relative;
	padding-right:20px;
}

.listData .filterInfo .removeFilter:hover {
	text-decoration:none;
}

.listData .filterInfo .removeFilter .fa {
	font-size:16px;
	position:absolute;
	top:-1px;
	color:#489bcc;
}

.listData .filterInfo .removeFilter.activeFilter,  
.fa-times.activeFilter,
.fac-cog.activeFilter{
	color: #e40918 !important;
}

.listData .filterInfo .filterTitle {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	color:gray;
	font-size:15px;
	border-bottom:dotted 1px gray;
	margin-bottom:3px;
}
.listData .filterInfo .filterTitle a:not(.goBack):not(.edtMy){
	font-size:18px;
	color:gray;
	float:right
}
.listData .filterInfo .filterTitle a.goBack{
    color:gray;
}
.listData .filterInfo .filterTitle a:hover{
	text-decoration:none;
	color:#489bcc;
}
.listData .panelInfo {
	padding:8px 8px 8px 15px;
	background:#fafafa;
	font-size:13px;
	margin-bottom:5px;
}
.listData .dateSeparator{
	margin-top:15px;
	font-size:14px;
    position: relative;
    overflow: hidden;    
	background: #fafafa;
	background: -moz-linear-gradient(top, #dbd8d8 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #dbd8d8 0%,#fafafa 100%);
	background: linear-gradient(to bottom, #dbd8d8 0%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd8d8', endColorstr='#fafafa',GradientType=0 );
}

.listData .dateSeparator .date{
    padding:5px;
    background-color:#17628b;
    color:white;
    font-weight: bold;
    min-width: 60px;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    /*
    background: #4ea9db;
    background: -moz-linear-gradient(top, #17628b 0%, #4ea9db 100%);
    background: -webkit-linear-gradient(top, #17628b 0%,#4ea9db 100%);
    background: linear-gradient(to bottom, #17628b 0%,#4ea9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17628b', endColorstr='#4ea9db',GradientType=0 );*/
}

.listData .dateSeparator .dateCenter{
   overflow: auto; 
   text-align: center;
   padding: 5px;
   font-weight: bold;
}

.eventData .full{
  text-align:center;
  width:100%;
}

.eventData .topRow {
	background:#f8f8f8;
	height:30px;
	overflow: hidden; width: 100%;
	margin-bottom:5px;
}

.eventData .goback {
	color:#fff;
	background: #1d6b95;
	font-size:20px;
	cursor:pointer;
	width:24px;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	top:5px;
	left:15px;
}
.eventData .sportTitle {
	padding-top:6px
}

.main-game h1 {
    font-size:15px;
    font-weight:bold;
    margin:0px;
        padding-bottom: 6px;
    padding-left: 15px;
    padding-top: 4px;
}

.main-game h2{
    margin-top: 0;
}

.eventData .sportTitle h2, .eventData .sportTitle h1 {
	text-align:center;
	font-size:17px;
	font-weight:bold;
	margin:0px;
    padding:0px;
}

.eventData h2 a{
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px;
}

.home h3 {
  font-size:17px;    
  margin-top:0;
  margin-bottom:10px;
  font-weight: bold;
}


.eventData h3 {
  font-size:16px;	
  text-align:center;
  margin-top:0;
  margin-bottom:10px;
  padding:4px;
}
.eventData .text {
	padding-bottom:10px;
	font-size:12px;
}
.eventData .time, .eventData .time2, .eventData .timexs {
	font-size:28px;
	font-weight:bold;
	color: #337ab7;

    text-align:center;    
    line-height: 40px;
}
.eventData .time i{
	font-size:26px;
	font-weight:bold;
	color: #337ab7;
	cursor: pointer;
  	display: inline-block;
    vertical-align:center;
    line-height: 1em;
    padding-right:5px;
}
.eventData .time span {
	font-size:28px;
	font-weight:bold;
	color: #337ab7;
  display: inline-block;
    padding-left:5px;
    vertical-align:center;
    line-height: 1em;
}
.eventData .date {
	padding-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
.cellHalf {
    display: inline-block;
    width:49.2%;
    margin:0;
}
.cellThird {
    display: inline-block;
    width:32%;
    margin:0;
}
.cell40 {
    display: inline-block;
    width:40%;
    margin:0;
    line-height:1em;
    vertical-align:top;
}
.cell40Rest {
    display: inline-block;
    width:17%;
    margin:0;
}
.eventData .img-circle {
	background: white;
	padding: 3px;
	border: 1px solid #F3F3F3;
}
.fightRow .img-circle {
    background: white;
    padding: 3px;
    border: 1px solid #F3F3F3;
    width:48px;
    height:48px;
}
.fightRow .img-winner {
    border: 3px solid #1a567b;
}
.fightRow .winnerText {
    font-weight: bold;
    color: #1a567b;
}
.fightEventRow .winnerText {
    font-weight: bold;
}
.eventData .cellThird {
	margin-top:3px;
	margin-bottom:3px;
	vertical-align:top;
}
.eventData .pos{
	font-size:18px;
}

.eventData .timeInfo{
	line-height: 1.1;
}

.eventData .counterInfo{
    padding-top:5px;
	line-height: 1.1;
}

.eventData .counterInfo span{
	font-size:12px;
}

.eventData .winInfo {
	font-weight:bold;
	margin-top:16px;
}

.eventData .btn:not(.myLeague):not(.btn-sm) {
	width:100%;
	color:#fff;
	font-weight:bold;
}

.eventData .myLeague {
	margin-left:10px;
	font-size: 22px;
	cursor:pointer;
	margin-bottom: 2px;
}

.eventData .btn.win, .progress-win {
	background-color:green;
}

.eventData .btn.draw, .progress-draw {
	background-color:gray;
}

.eventData .btn.lose, .progress-lose {
	background-color:#337ab7;
}

.win-text {
	color:green;
}

.win-new-text {
  color:#1d6b95;  
}

.lose-new-text {
  color:#cacaca;  
}


.draw-text {
	color:gray;
}

.lose-text {
	color:#337ab7;
}


.circle {
   border-radius: 50%;
   display: inline-block;
   margin-right: 4px;
}

.circle.win {
    width: 12px;
    height: 12px;
}

.circle.draw-win {
    width: 12px;
    height: 12px;
}

.circle.draw {
    width: 12px;
    height: 12px;
}

.circle.lose {
    width: 12px;
    height: 12px;
}

.draw-win, .win {
   background:#1d6b95; 
}

.draw {
   background:#cacaca; 
}

.lose {
   background:#bddff3; 
}


.table-league th {
	font-weight:normal;
	font-size:12px;
	vertical-align:bottom;
}

.table-league .short {
    width:32px;
    text-align:center;
}

.table-league .shorter {
    width:50px;
    text-align:center;
}

.table-league .short.img {
	padding:6px;
}

.table-league .name {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:100px;
}

.table-league tr th:last-child {
    padding-right:5px;
}

.table-league .groupName {
	text-align:left;
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
	vertical-align:middle;
}

.stationsList {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:10px;
    
    display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.stationsList img{
    margin-top:5px;
    opacity: 0.6;
    filter: alpha(opacity=60); 
    -webkit-filter: grayscale(80%);
       -moz-filter: grayscale(80%);
         -o-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
            filter: grayscale(80%);   
}

.roundGame:hover  .stationsList img{
    opacity: 1;
    filter: alpha(opacity=100);  
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);   
     
}

.width18 {
	width:18px;
}

.width20 {
	width:20px;
}

.width24 {
	width:24px;
}

.width26 {
	width:26px;
}

#lineup .stats{ 
  margin: 0px;
  background-size: 14px;
  padding-top:2px;
  background-repeat: no-repeat;
}

#lineup .stats > div{
	padding-left:2px;
	padding-right:2px;
} 

#lineup .right {
  padding-right: 20px;
  background-position: right;
}

#lineup .left {
  padding-left: 20px;
  background-position: left;
}

#lineup .stats.goal {
  background-image: url('../../images/sum_goal.png');
}

#lineup .stats.autogoal {
  background-image: url('../../images/sum_auto_goal.png');
}

#lineup .stats.yellow {
  background-image: url('../../images/sum_yellow_card.png');
}

#lineup .stats.yellow2 {
  background-image: url('../../images/sum_2nd_yellow_card.png');
}

#lineup .stats.red {
  background-image: url('../../images/sum_red_card.png');
}

#lineup .stats.substOn {
  background-image: url('../../images/sum_substitution_on.png');
}

#lineup .stats.substOff {
  background-image: url('../../images/sum_substitution_off.png');
  color:gray;
}

#lineup .btn-round {
	background-color:#f2eeee;
} 

#lineup a.btn-round {
	color:#726f6f;
}

#lineup a.btn-round:hover {
	background-color:#726f6f;
	color:#f2eeee;
}

#lineup .pre-scrollable {
	max-height:500px;
	overflow-x: hidden;
}

#lineup .col-xs-2 h2 {
    font-size:20px
}

.listData .tab-content {
	font-size: 12px;
}

.listData #smallTime {
    font-size: 14px;
}

.font-size-10{
	font-size: 10px;
}

.listData h2{
	font-size: 16px;
	font-weight:bold;
	margin:0;
}


.progress-right .progress-bar {
    float: right;
}

.stats .progress {margin-top:4px;height: 10px !important;}

.progress-bar-lighter{
    background-color:#69abe4;
}

.tableHeadInfo {
	font-weight:bold;
	color:#1d6b95;
	font-size:14px;
}

.h2hHead {
	padding-top:5px;
	padding-bottom:5px;
}

.switchRound {
	vertical-align: middle;
	color:#1d6b95;
	cursor:pointer;
	font-size:18px;
}

.row .typeName {
	font-size:11px;
	text-align:center;
}

.listData .row .time, .listData .row .time2, .listData .row .timexs{
	text-align:center;
	min-height: 50px;
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
}

.listData .row .time2{
    font-size:15px;
    line-height:15px;text-align:center
}

.listData .row .timexs {
    font-size:15px;
    line-height:25px;text-align:center
}


.row .otherStations {
	cursor:pointer;
	width: 46px;
	max-width: 46px;
	display:block;
	padding:2px;
	margin-right:2px;
	font-size:80%;
	text-align:center;
	float:right;
	padding: 2px 4px;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.row .otherStationsList {
	padding:2px;
	margin-right:2px;
	font-size:70%;
	text-align:center;
	padding: 2px 4px;
	
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #1d6b95;
}

.colorPrimary {
	color:#1d6b95;
}

.no-border {
	border:0 !important;
}

.no-padding {
	padding:0 !important;
}

.leagueInfo .progress{
    margin-top:5px;
    margin-bottom:0px;
    height:10px;
}

.leagueInfo .progressDates{
    font-size:12px;
    color:#337ab7;
    font-weight: bold;
    margin-bottom: 5px;
}

.leagueInfo .country {
	margin-top:15px;
	line-height:1.2em;
}

.leagueInfo .country span{
 	font-size:12px;
}

.leagueInfo h1, .leagueInfo h2, .stationInfo h1, .stationInfo h2, .articleList h2{
 	font-size:21px;
 	margin-top:10px;
 	margin-bottom:0px;
}

.leagueInfo h3{
    font-size:18px;
    margin-top:5px;
    margin-bottom:5px;
    color:#666666;
}

.article h1{
     font-size:23px;
     margin-top:5px;
     margin-bottom:0px;
}

.articlePost h2 a{
    color:#337ab7;
}
    
    
.leagueInfo h2 a{
  color:#1d6b95;  
}    

.leagueInfo h2 a:hover{
  color:#337ab7;  
}    


.commonLeagues{
	font-size:11px;
	margin-top:5px;
}

#listCountries label {
    min-width: 100px;
	vertical-align:middle;
  	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom:0px;
}

#listStations .statImg{
    -webkit-filter: grayscale(80%);
       -moz-filter: grayscale(80%);
         -o-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
            filter: grayscale(80%);  
}

.inActiveLang{
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);  
}

.inActiveLang:hover{
    -webkit-filter: grayscale(20%);
       -moz-filter: grayscale(20%);
         -o-filter: grayscale(20%);
        -ms-filter: grayscale(20%);
            filter: grayscale(20%);  
}


#listStations .statImgActive{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);   
         
} 

.lastItems a {
	font-size:12px;
}


.roundedDiv {
	background:#fafafa;padding:20px;
	border-radius: 8px;
}

.roundedDivSmall {
	background:#fafafa;padding:12px;
	border-radius: 5px;
	font-size:80%;
}

.infoLimit {
	margin-top:14px;
	padding: 12px;
	background: aliceblue;
	border-radius: 8px;
}

.presetInfo {
	padding:5px;
	background-color:#fdffdf;
}

.presetInfo .infoText {
	padding-left:25px;
	font-size:12px;
	line-height:2;
}

.redInfoTop {
    padding-top:2px;
    padding-bottom:2px;
    background-color:#ff0000;
}

.redInfoTop a {
   color:white; 
}


#tab-content-block {
	margin:20px;
}

#tab-content-block .row-eq-height {
	/*display: none;*/
	margin-top: 30px;
	margin-bottom: 0px;
	background: #D30000;
	border: 0;
	color: #fff;
	border-radius: 6px 6px 0px 0px;
}

#tab-content-block h3 {
	color:#fff;
	padding-bottom:10px;
}

#tab-content-block .eye{
	display: inline-block;
	font-size: 62px;
	margin: auto;
	padding-top:40px;
	text-align:center;
}

#tab-content-block p.sub {
	font-size:95%;
	font-style: italic;
}

#tab-content-block .foot {
	border-radius: 0px 0px 6px 6px;
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
	background: #d30000;
	background: -moz-linear-gradient(top, #d30000 0%, #840400 100%);
	background: -webkit-linear-gradient(top, #d30000 0%,#840400 100%);
	background: linear-gradient(to bottom, #d30000 0%,#840400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#840400',GradientType=0 );
}

#tab-content-block .foot a{
	color:#fafafa;
	font-size:85%;
}

LI.blocker {
	background: #D30000;
	border: 0;
	color: #fff;
	padding:5px 15px 5px 55px;
	font-size:12px;
}

.listItem img {
    float:left;
    margin-right:10px;
    vertical-align:middle;
}
.listItem span {
    height: 42px;            
    display: table-cell;
    vertical-align: middle;
}




.home .page-header{
    margin:0px;
    padding-bottom:0px;
}

.home .page-header h1{
    font-size:17px!important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.stationDesc {
    border-top:1px solid #efeded;    
    border-bottom:1px solid #efeded;
    padding-top:3px;padding-bottom:3px;
    margin-top:3px;
    margin-bottom:3px;
    font-size:85%;
}

.stationDesc a{
    font-weight:bold;
}

.stationDesc span{
    font-size:75%;
}

.fuboTV{
    margin-top:3px;
    margin-bottom:3px;
    background:#F6891F;
    color:#fff;
    border-radius: 8px;
}
.fuboTV a{
    display:block;
    padding:10px;
    color:#fff
}
.fuboTV a:hover {
    text-decoration: none;
    color:#fff
}

.fuboTV img {
    padding-left: 5px;
}



.liveOtherStations{
    font-size:13px;
}

.liveOtherStations .stationLive {
    cursor:pointer;    
}

.liveOtherStations .stationLive.active{
    font-weight: bold;
    cursor:default;
}

.descriptionarea span.buttonclip{
    display: block;
    text-align: right;
}

.embedWidgetSett{
    padding:10px;
    border:1px solid #ebebeb
}

.sortRemoveBox{
    height:200px;width:200px;border:1px solid #ccc;
}

.sortRemoveBoxXS{
    height:150px;width:100px;border:1px solid #ccc;
}

.sortRemoveBox .info {
    line-height: 200px;text-align:center
}

.sortRemoveBoxXS .info {
    line-height: 100px;text-align:center
}
.colorpicker.dropdown-menu {
    width:160px;
}

.embedElement {
    margin-top:5px;
    font-size: 12px;
    border-radius: 4px;
    padding-top:3px;padding-bottom:3px;
    text-align: center;
    border: 1px solid rgb(44, 143, 204);
    background: #0b2f44;
}

.embedElement a{
    display: block;
    color:white;
}

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

.mainbracket{
  display:flex;
  flex-direction:row;
}
.mainbracket .round{
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:200px;
  list-style:none;
  padding:0;
}
.mainbracket  .round .spacer{ flex-grow:1;  }
.mainbracket  .round .spacer:first-child,
.mainbracket  .round .spacer:last-child{ flex-grow:.5; }

.mainbracket  .round .game-spacer{
    flex-grow:1;
    position:relative
  }


.mainbracket li.game{
  padding-left:2px;
}

.mainbracket  li.game.winner{
    font-weight:bold;
  }
.mainbracket  li.game span{
    float:right;
    margin-right:5px;
  }

.mainbracket  li.game-top{ border-top:1px solid #aaa; padding-top:3px; border-right:1px solid #aaa;}

.mainbracket  li.game-spacer{ 
    border-right:1px solid #aaa;
    min-height:30px;
  }

.mainbracket  li.game-bottom{ 
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding-bottom:3px; 
  }

.mainbracket  a{
    flex-grow:1;
    display: flex;
  flex-direction: column;
}

.mainbracket a:hover{
    text-decoration: none;
    color:#fff;
    background-color: #1d6b95;
}

.mainbracket .vertically-center{
     display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    position: absolute;
    height:100%;
    width:90%   
}

.h2hHead .circle {
    border-radius: 50%;
    display: inline-table;
    width: 40px;
    height: 40px;
    color: #fff;
}

.h2hHead .two .circle {
    width: 32px;
    height: 32px;
}

.h2hHead .three .circle {
    width: 26px;
    height: 26px;
}

.h2hHead .circle span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

.h2hHead .two .circle span {
    font-size: 14px;
}

.h2hHead .three .circle span {
    font-size: 12px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

div.vertical-card-yellow{
  width: 26px;
  height: 32px; 
  margin-right:10px;
  float: left;
  padding-top: 6px;
  display: inline-block;
  background-color: #FFBF00;
  color:#fff;
  text-align: center;
  font-size:14px;
  font-weight: bold;
}

div.vertical-card-red{
  width: 26px;
  height: 32px; 
  float: left;
  padding-top: 6px;
  display: inline-block;
  background-color: #E43B3B;
  color:#fff;
  text-align: center;
  font-size:14px;
  font-weight: bold;
}


div.vertical-line{
      width: 28px;
      height: 100%; 
      float: left;
      margin-right:10px;
      position:relative;
      display: inline-block;
}
div.vertical-line span {
   font-weight:bold;     
   position:absolute;
   top:-20px;  
   padding-left:10px;
}
    
    
.colorHome {
    background:#1d6b95;
}   

.colorHomeText {
    color:#1d6b95;
}    
 
.colorAway {
    background:#57ABD7;
}   

.colorAwayText {
    color:#57ABD7;
}    

.statsSubInfo {
    text-align: center;
    margin-top: 5px;
        color: rgba(0, 0, 0, 0.55);
}

.statsOverInfo {
    text-align: center;
    margin-bottom: 5px;
        color: rgba(0, 0, 0, 0.55);
}
    
.progress-home {
    background-color:#1d6b95; 
}

.progress-away {
   background-color:#57ABD7; 
}
    
.statsProgress {
    font-size: 1.7em;
    font-weight: bold; 
    height: 64px;
}   
    
.ridersList .cyclingTeam {
    height:40px;
}

.ridersList h2 {
    font-size:14px;
}

.ridersList .injuryInfo {
    font-weight: bold;
    color:red;
    text-decoration: none;
}

.ridersList .injured {
    background-color: #e5e4e4;
    vertical-align:top;
}

#brackets {
    white-space:nowrap;
    overflow-x:auto;
}

#brackets .mainbracket{
    width:600px;
}

#brackets::-webkit-scrollbar {
    width: 1em;
}
 
#brackets::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#brackets::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
} 

.cycleClimbType {
   width: 24px;
   height: 24px;
   background: #DC2128; 
   color:#fff;
   padding-top:5px;
   font-size:10px;
   font-weight: bold;
   -moz-border-radius: 12px; 
   -webkit-border-radius: 12px; 
   border-radius: 12px;
}

b.smallerTime {
    font-size:15px;
    line-height: 1.0;
}

.mypanel .nav>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
}

.mypanel.tab-content {
    border:0;
}

.table-listings {
    border-bottom:0px;
}

.table-listings > tbody > tr:first-child > td {
   border: none;
}

.stationLogoContainer{
    position: relative;
}

 .image{
  opacity: 1;
  text-align: center;
  transition: .5s ease;
  width:100px;
  display:block;
    margin:auto;
  backface-visibility: hidden;  
}

.stationLogoContainer .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height:90px;
  width:60px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.stationLogoContainer:hover .image {
  opacity: 0.3;
}

.stationLogoContainer:hover .middle {
  opacity: 1;
}

.stationLogoContainer .text:hover {
 opacity: 0.6;
}

.stationLogoContainer .text {
  background-color: #1d6b95;
  color: white;
  height:40%;
  font-size: 16px;
  padding: 4px 8px;
 display: flex;
justify-content: center;
align-items: center;
 opacity: 0.3;
 margin-top:5px;
 margin-bottom:10px;
 text-decoration: none;
 border-radius: 30px;
}

.table-responsive{
    border:0;
}

.sport-calendar tr:first-child td{
    border-top:0;
}

td.past {
    background-color: #f0f0f0;
}

td.showFinishedStreams, td.showOtherVideos {
   font-size: 12px;
   background-color: #f0f0f0;
}

tr.pastHide {
    display: none;
}

.hot-sections {
 display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  cursor: ew-resize;
  margin: 0;
}
.hot-sections .card {
    flex: 0 0 auto;
}
.main-wrapper::-webkit-scrollbar {
  height: 0px;              /* height of horizontal scrollbar ← You're missing this */
}


.goLeft{
    float: left;
    width: 20px;
    cursor: pointer;
    color:#1d6b95;
    display: none;
    font-size: 18px;
}
.goRight{
    float: right;
    width: 20px;
    cursor: pointer;
    color:#1d6b95;
    display: none;
    font-size: 18px;
}
.redInfo {
    background: red;
    color:white;
    padding:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.liveStream a {
    background: red;
    color:white;
    padding:5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.liveStream a:hover {
    color: red;
    background: white;
    text-decoration: none;
}

.redInfoCalendar {
    color:red;
    font-weight: bold;
}

.skiLive{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    background: #062435;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.skiLive:hover{
    text-decoration: none;
}

.nav-tabs>li>a{
        padding: 8px 10px;
}

.d-none{
    display: none;
}

.goLeftRight {
    cursor: pointer;
    vertical-align: sub;
    color: #1d6b95;
}

#whiteSpaceNormal {
    white-space: normal;
}

.hotTime {
  color:#1d6b95;  
}

.mobileapp .panel-title {
    padding-top:5px;
    padding-bottom:5px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
} 

.articlePost {
    padding: 10px;
}

.articlePost h2 {
    font-size: medium;
    font-weight: bold;
}

.articlePost h3 {
    margin-top: 30px;
    font-size: larg;
    font-weight: bold;
}

.articlePost smaller{
    font-style: italic;
    font-size: smaller;
}

.articlePost table {
    font-size:12px;
}

.articlePost .table>tbody>tr>th, 
.articlePost .table>tfoot>tr>th, 
.articlePost .table>thead>tr>td, 
.articlePost .table>tbody>tr>td, 
.articlePost.table>tfoot>tr>td  {
    padding:2px;
}

.articlePost .table>thead>tr>th {
    padding:4px;
} 

.articlePost .articleEvents .row{
    padding:10px;
}


.smallSport .bootstrap-select.btn-group .dropdown-menu li a {
    background:#ddd;
}

.table-search{
    width: 100%;
}

.table-search2{
    display: none;
    margin-left: 10px;
    width: 90%;
}

.table-search2 {
    margin-top:5px;
    margin-bottom:20px;
}


.table-search .cellPick, .table-search2 .cellPick {
    width: 50px;
}

.header .searchType {
    width: 100px;
}

.header .searchType .btn {
     padding: 9px 6px;
     
}

.fixed-header-on .searchType .btn {
   padding: 5px 6px; 
}


#img-inline{
    display: inline-block;
    vertical-align: top;
}

.col-inline{
    overflow: hidden; 
    display: inline-block;
}

.gameScore{
    background-color: #1d6b95;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.widgetTvOnlyPanel {
    background:#fafafa; 
    padding-top:5px; 
    text-align: center;
    padding-bottom:5px;
}

.openTopUrl {
    font-size:12px;
}


.ajax-load{
    padding: 10px 0px;
    width: 100%;
}

.typeahead {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;  
}
#settSelector {
    background-color: white; color: black; height: 32px; padding: 2px;
}
#settSelector option:active, #settSelector option:checked{
  color: #1d6b95;  
  font-weight: bold;
  background-color: #f2f2f2;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-container .col-md-4, #footAd {
    content-visibility: auto;
    contain-intrinsic-size: 1px 5000px;
}

img.natType {
    filter: invert(35%) sepia(61%) saturate(681%) hue-rotate(158deg) brightness(86%) contrast(88%);
 }
 
.listPlayers img {
    filter: saturate(0%);
} 

#zoneModal .bootstrap-select:not([class*=col-]):not(.input-group-btn) {
    width:auto;
}

.main.time b, .boldFrom, .main.time2 span, .roundGame a b{
    font-weight: bold;
    padding: 4px;
    background: #666666;
    border-radius: 4px;
    color: #fff;                           
}

.main.timexs span{
    font-weight: bold;
    padding: 2px;
    background: #666666;
    border-radius: 3px;
    color: #fff;                           
}


.main .typeName.col-wrap {
   color: #666666; 
   margin-bottom: 2px;
}

.main.col-xs-2 b, .sport-calendar #whiteSpaceNormal b.fs-90{
    font-weight: bold;
    padding: 2px;
    background: #666666;
    border-radius: 3px;
    color: #fff;
}

.filterInfo .btnSpan{
    font-weight: bold;
    padding: 4px;
    background: #1d6b95;
    border-radius: 3px;
    color: #fff;
}

.filterInfo .btnSpanGray {
    font-weight: bold;
    padding: 4px;
    background: #666666;
    border-radius: 3px;
    color: #fff;
}

.hot-sections .btnSpan {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    background: #1d6b95;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    flex: 0 0 auto;
}
 
.filterInfo .btnSpan img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(235deg) brightness(103%) contrast(101%);
 }   
 
.btnSpan a{
   color: #fff; 
} 

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

.openHot{
    display:block!important;
    float: left;
    cursor: pointer;
    background: #0b3146;
    border-radius: 4px;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px;
    line-height: 12px;
}


.type1.btnSpan {
    background-color: #064363;
}

.type4.btnSpan {
    background-color: #0882c4;
}

.type5.btnSpan {
    background-color: #022538;
}

.type6.btnSpan {
    background-color: #036294;
}

.type7.btnSpan {
    background-color: #2a5063;
}

.type8.btnSpan {
    background-color: #559cc2;
}

.type39.btnSpan, .type40.btnSpan {
    background-color: #0f0f0f;
}

.type22.btnSpan {
    background-color: #2c3b42;
}

.type18.btnSpan {
    background-color: #047bba;
}

.type51.btnSpan, .type52.btnSpan, .type53.btnSpan {
    background-color: #54b2de;
}

.main.col-xs-2 .text-center img{
    filter: invert(42%) sepia(27%) saturate(0%) hue-rotate(241deg) brightness(86%) contrast(82%);
}

.list-videos>tbody>tr>td {
    border: 0px;
}

.mobileapp .bi {
    vertical-align:middle;
}

.mobileapp h2 {
     font-size:18px!important;
     margin-top:5px;
     margin-bottom:30px;
}

.mobileapp .mobileItem {
    padding-top:12px;
}