/*** helpers ***/
.mt-10{margin-top:10px;}
.pd-20{padding:20px !important;}
.color-theme-red{color:#ee1c25 !important;}
.news-articles article{min-height:90px;}
.main-header{background:#fff;}
.main-header.scroll-to-fixed-fixed{background:#fff;box-shadow:1px 1px 1px #ddd !important;z-index:1 !important;}
.content{font-family: 'PT Sans', sans-serif;font-size:16px;}
.content td,.content th{padding:2px;}
.content a{color:#f86e38;}
.content a:hover{text-decoration:underline;}
.content p strong {
            font-family: 'PT Sans', sans-serif;
}
/*** slick slider ***/
#news-slider .slider a{color:#000;}
/*** slick slider ***/
.blue-btn{
    border-radius: 0px;
    padding: 11px;
    background: #608098;
    border: 1px solid #608098;
    color: #fff;
}
.blue-btn:hover,.blue-btn:focus,.blue-btn:active{
    color: #fff;
}
.print-btn:hover{
	color:#000 !important;
	text-decoration:none !important;
	}
.print-btn{
    padding: 5px 10px;
    color: #000 !important;
    font-size: 16px;
    display: inline-block;
	background:#ddd;
    
}
.print-btn .ion-printer {
    color: #000;
    font-size: 18px;
    display: inline-block;
    margin-right: 1px !important;
}
.content p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
.content font[size="2"] {
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
}
.content font[size="3"] {
    font-family: 'PT Sans', sans-serif;
    font-size:18px;
}
.content font[size="1"]{
    font-family: 'PT Sans', sans-serif;
    font-size:12px;
}
.content a{
    font-family: 'PT Sans', sans-serif;
}
.main-header .header .left-side .dropdown{
	float: left;
    margin-right: 10px;
}
.main-header .header .left-side .dropdown.open>a{
    color: #f86e38;
}
.main-header .header .dropdown .dropdown-menu{
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px #ddd;
    -moz-box-shadow: 1px 1px 1px #ddd;
    -o-box-shadow: 1px 1px 1px #ddd;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-top: 17px;
    border-top: 0px;
}


.rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
}
.rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url('https://tioltube.com/royalslider/skins/default/rs-default.png') no-repeat 0 -32px;
    background-color: #000;
    background-color: #EE4A2A;
    border-radius: 50%;
    opacity: 0.8;
}
/**youtube embed***/
.various img {
    margin: -10% 0;
    width: 100%;
}
.various {
    overflow: hidden;
    display: block;
    position: relative;
}
/**section images***/
.sec-img-cont img {
    margin: -10% 0;
    margin-top: 0px;
    margin-bottom: -20%;
    width: 100%;
}
.sec-img-cont {
    overflow: hidden;
    display: block;
    position: relative;
}

.hiddenmode{
	height: 0px;
    overflow: hidden;
    padding: 0px !important;
}
#allSectionsModal .modal-dialog{
    width:100%;
    margin-top:0px;
    margin-bottom:0px;
}
.modal .logo-small{
    width: 45px;
    left: 35px;
    position: absolute;
}
#allSectionsMod .all-section-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 40px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: rgba(183, 183, 183, 0);
    z-index:9999;
}
#all-news-update .updates a{
    color:#f86e38;
}
#all-news-update div.updates a{
    color:#f86e38;
}
#all-news-update div.updates span{
    display:block;
    margin-bottom:20px;
}
.flash{
    display: inline !important;
    margin-right:5px;
    vertical-align: inherit;
}
/*** animated close button ***/
.close-button {
  
    width: 25px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
}
.close-button:before, .close-button:after {
  transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -8px;
    margin-left: -28px;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #fff;
    transition: all 0.25s ease-out;
}
.close-button.active:after {
  transform: rotate(-90deg);
}
.close-button:before, .close-button:after {
  transform: rotate(0deg);
}
/*** animated close button ***/
/*** all sections modal ***/
#allSectionsMod{
    position: fixed;
    z-index: 100021;
    top: 0px;
    background: #f86e38;
    color: #fff;
    width: 100%;
    padding: 20px;
    padding-right:0px;
    font-family:'Futura-CondensedMedium';
}
#allSectionsMod .mCustomScrollbar.mCS_no_scrollbar.mCS_no_scrollbar{
    padding-right:20px;
}
#allSectionsMod .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
#allSectionsMod .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0px;
}
.backdrop{
    position: fixed;
    z-index:9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    top: 0px;
    left: 0px;
}
.paidzone,.tiollibrary{
    margin: 20px 0px;
}
#tiol-paidzones,#tiol-library{
    margin:20px 0px;
}
.paidzone .column{
    width: 10%;
    float: left;
}
#allSectionsMod .title,#allSectionsMod .column-title{
    font-size:18px;
    cursor: pointer;
}
#allSectionsMod .column-title .max-min{
    float:right;
}
#allSectionsMod a{
    color:#fff;
    font-size: 17px;
}
#allSectionsMod .note{
    font-size:15px;
}
#allSectionsMod .column-title{
    color:#000;
}
#allSectionsMod .right-bar{
    font-size:18px;
    text-align: right;
}#allSectionsMod .right-bar a {
    margin: 5px;
    font-size: 20px;
}
.tiollibrary .column{
    width: 16.668%;
    float: left;
}
/*** footer ***/
.main-footer,.main-footer h4,.main-footer h2{
    font-family: 'Futura-CondensedMedium' !important;
    color:#fff;
}
.main-footer h2{
    font-size: 20px;
}
.main-footer ul{
    padding-left:18px;
    font-size:18px;
}
.main-footer ul li a{
    color:#fff;
}
.mast-foot{
    padding: 15px 0px;
    background: #f36d25;
}
.sub-foot h4{
    color:#000;
}
.sub-foot{
    background: #f3f3f3;
    color:#000;
    font-size: 14px;
    padding: 10px;
}
.main-footer .right-side{
    font-size:20px;
    text-align:left;
}
.tiol-apps{
	font-size: 20px;
    vertical-align: middle;
}
.main-footer .right-side .follow-text{
    margin-right: 10px;
}
.main-footer .right-side a{
    margin: 0px 5px;
    color:#fff;
}
.sub-foot .footer-note{
    text-align:center;margin-top:10px;
}

/*** all sections modal ***/
/*** main-header change **/
.main-header .header .tiol-logo:before {
    content: ' ';
    position: absolute;
    width: 100%;
    background: #f86e38;
    height: 5px;
    top: 77px;
    right: 91px;
    margin-right: 50%;
}
.main-header .header .tiol-logo:after {
    content: ' ';
    position: absolute;
    width: 100%;
    background: #f86e38;
    height: 5px;
    top: 77px;
    left: 97px;
    margin-left: 50%;
}
/*** menu change ***/
.menu-container .menu .highlight{
    color:#f86e38;
}
/*** main-header change **/
.login-message{
    margin-top: 20px;
}
/*** sign in modal ***/
#signInModal{z-index: 200;}
#signInModal .modal-dialog,#forgot-pass .modal-dialog {
    max-width: 400px;
}
.modal-title{
    font-weight:300;
    font-family:sans-serif;
}
 .modal-header{
    border-bottom: 0px;
}
.modal-header .close{
    top: 16px;
    color: #000;
    right: 20px;
    border: 1px solid #000;
    height: 22px;
}
 .modal-body{
    padding: 0px 20px;
}
 .modal-body .form-control{
    border-radius:0px !important;
}
 .modal-footer{
    padding: 20px;
    padding-top: 0px;
    border-top: 0px;
}
.btn-tiol-submit{
    border-radius: 0px;
    padding: 11px;
    background: #f86e38;
    border: 1px solid #f86e38;;
    color:#fff;
}
 .btn-tiol-register{
    border-radius: 0px;
    padding: 11px;
    background: #608098;
    border: 1px solid #608098;
    color:#fff;
}
/*** divider ***/
.divider {
    text-align: center;
    overflow: hidden;
}
.divider>span {
    display: inline-block;
    position: relative;
}
.divider>span:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: 50%;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    width: 9999px;
}
.divider>span:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    width: 9999px;
}
/*** responsive queries***/
@media (min-width: 992px){
     .paidzone .column .list-unstyled,.tiollibrary .column .list-unstyled{
        display: block !important;
     }
     .main-footer .right-side{
        text-align:right;
     }
	 #allSectionsMod .column-title .max-min{
    display:none;
	}
}
@media (max-width: 1200px) AND (min-width: 992){
    #allSectionsMod>.container{width:100%;padding:0px;}
}
@media (max-width: 992px){
    .paidzone .column{
        width:100%;
    }
    .tiollibrary .column{
        width: 100%;
    }
    .paidzone .column .list-unstyled,.tiollibrary .column .list-unstyled{
        display:none;
        padding: 5px;
    }
    #allSectionsMod .column-title{
        color: #000;
        display: block;
        /*background: #fff;*/
        padding: 5px;
        /*border-bottom: 1px solid #f7f7f7;*/
    }
}
@media (max-width: 768px){
    #allSectionsMod .right-bar{
        text-align:left;
    }
	.main-header .header .tiol-logo{
		top: 0px;
		width: 100px;
	}
    .main-header .header .tiol-logo img{
	/*top: 20px;*/top:0px;
    width: 100px;
	}
	.main-header .header .tiol-logo:after{
	/*left: 67px;*/
	left:0px;
	}
	.main-header .header .tiol-logo:before{
	/*right: 61px;*/
	right:0px;	
	}

}
@media (max-width: 600px){
	

}
@media (min-width: 768px) AND (max-width: 1200px){

}



