.spacerdivlg{background-color:#ffffff;height:105px !important;}
.spacerdivmd{background-color:#ffffff;height:120px !important;}
.spacerdivsm{background-color:#ffffff;height:120px !important;}
.spacerdivxsm{background-color:#ffffff;height:85px !important;}


/*-------------------
@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') */



.filters input {
  display: none;
		
}

.filters .icon {
  text-align: center;
  display: inline-block;
background-color: #fff;
}

.filters .icon .fa {
  visibility: hidden;
  color: #339933;
}

.filters input:checked + .icon .fa {
  visibility: visible;
}

.filters .icond {
  text-align: center;
  display: inline-block;
	background-color: #fff;
}

.filters .icond .fa {
  visibility: hidden;
	color: #ff0000;
}

.filters input:checked + .icond .fa {
  visibility: visible;
}


/* IE8 and lower disabling hack because it does not support the :checked selector */

.filters input {
  display: inline\9;
	
}

.filters .icon .icond {
  display: none\9;
}




/* Checkbox styling */

.filters input {
    margin: 0 2.1em; /* Use something similar to .icon */
	
}

.filters .icon {
    /*background: #00cc00;*/
    border-radius: .3em;
	border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 1.2em;
    color: #666;
    margin: 0 10px 10px 10px;
    height: 1.3 em;
    width: 1em;
    padding: 0.15em;
    line-height: 1.1em;
    /**
     * Values for height, width and line-height
     * may need to be adjusted depending on your font.
     */
}

.filters .icond {
    /*background: #ff0000;*/
    border-radius: .3em;
	border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 1.2em;
    color: #666;
    margin: 0 10px 10px 10px;
    height: 1.3 em;
    width: 1em;
    padding: 0.15em;
    line-height: 1.1em;
    /**
     * Values for height, width and line-height
     * may need to be adjusted depending on your font.
     */
}

/*-------------------

.mblue{color:#0033ff}
.mred{color:#ff3300}
.mgreen{color:#00ff00}
.mcyan{color:#00ffff}
.mmagenta{color:#ff33ff}
.mgreen{color:#006600}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*image class*/
.picture {
   padding: 3px;
   border:1px solid #021a40;
   background-color:#939393;
}
.vocpicture {
   padding: 4px;
   border:1px solid #021a40;
}


.dropcap { font-size: 48px; line-height: 100%; font-weight: 500; float: left; margin: 0 15px 0px 0; }
.dropcap-bg { 
	font-size: 38px;
	font-weight: 500; 
	float: left; 
	margin: 8px 10px 7px 0; 
	background: #6a91bc;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.dropcap-sec { 
	font-size: 38px;
	font-weight: 500; 
	float: left; 
	margin: 8px 10px 7px 0; 
	background: #6a91bc;
	color: #000;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
/*horizontal divider*/
.horizontalRule
{
clear:both;
width:100%;
background-color:#666699;
height:3px;
margin-top:5px;
margin-bottom:8px;
}

.spacerdiv
{
background-color:#000000;
height:65px;
}

strongre { 
    font-weight: bold;
	color: #cc0033;
}
strongbl { 
    font-weight: bold;
	color: #6a91bc;
}
strongstand { 
    font-weight: bold;
	color: #3498db;
}
.probstate { 
    font-weight: bold;
	color: #6a91bc;
}
strongblno { 
    font-weight: bold;
	color: #6a91bc;
}
.line { width: 50px; height: 1px; background: #6a91bc; margin: 0px auto 20px auto; text-align: center; }

/*list style 3*/
ul.list3 { list-style:none; padding-left: 22px; padding: 0; }
ul.list3 li { padding: 4px 0 4px; }
ul.list3 li i.fa { color: #6a91bc; font-size: 14px; width: 20px; height: 20px; line-height: 20px; text-align: center; margin-right: 4px; }

/*tooltip*/
.tooltip .tooltip-inner { padding: 10px; background-color: #21252b; z-index: 9999; }
.tooltip.top .tooltip-arrow { border-top-color: #21252b; }
.tooltip.right .tooltip-arrow { border-right-color: #21252b; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #21252b; }
.tooltip.left .tooltip-arrow { border-left-color: #21252b; }




.modal-open{overflow:hidden}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}
.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}
.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:none}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857}
.modal-body{position:relative;padding:20px}
.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer:before,.modal-footer:after{content:" ";display:table}
.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width: 768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}
.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}

.videos
{position:relative;display:inline-block;vertical-align:top;margin:20px;width:270px;background:#FFF}.videos:nth-child(3n+1){margin-left:0}.videos:nth-child(3n+3){margin-right:0}.videos:hover .videos-section{display:block}
.videos .title{display:block;margin:5px 0;padding:10px;color:#E12A27;font-size:15px;font-weight:normal}
.videos .video-container{position:relative;float:left;width:100%;height:100%}.videos 
.videos-img{width:100%;height:auto}
.videos .play{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:30px;height:30px;color:#FFF;font-size:30px}
.videos .videos-section{position:absolute;top:0;left:0;width:100%;height:100%;display:none;background:rgba(225,42,39,0.7)}
.videos .videos-section .section-bottom{position:absolute;bottom:40px;left:0;width:100%;text-align:center}
.videos .videos-section .section-bottom span{color:#FFF;font-size:13px}.videos .videos-section .section-bottom .category{padding-right:5px}
.videos .videos-section .section-bottom .videos-title{display:block;width:85%;margin:40px auto;color:#FFF;text-align:center;font-size:18px}#modal{position:fixed;top:0;left:0;z-index:9999;width:100%;min-height:100%;display:none;background:rgba(0,0,0,0.7)}

#modal.modal-active{display:block}#modal .modal-content{position:absolute;top:0;bottom:0;left:0;right:0;padding:10px;margin:auto;width:420px;height:282px}#modal .modal-content iframe{width:100%;height:265px}#modal .modal-content .close-modal{position:absolute;top:-60px;right:0;font-size:35px;cursor:pointer;color:#FFF}#header{position:fixed;top:0;left:0;z-index:9999;width:100%;padding:10px 0;background:#FFF;border-bottom:1px solid #CCC}#header .logo{float:left;margin:0;font-size:1.5em;color:#FFF}#header .subtitle{float:left;margin:4px 20px;font-size:20px;color:#666}

#app{margin:50px auto;padding:20px;width:950px}.center{width:950px;margin:0 auto}.input-group{width:400px;float:right}.input-search{width:100%;padding:5px 10px;border:none;outline:none;color:gray;font-size:1em;border:1px solid #CCC;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}