/* ==========================================================================
   font-family: 'open_sansbold';
   font-family: 'open_sanslight';
   font-family: 'open_sansregular';
   font-family: 'open_sansextrabold';
   ========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 26, 2013 */
:root {
   
    
    --primary: #003399 !important ;
    

}
.accordionButton {
    width:400px;
    float:left;
    background:#80C347;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding:3px 0px;}
.accordionButton span {
    color:#FFFFFF;
    padding-left:5px;
    font-weight:bold;}
.accordionContent {
    width:400px;
    
    background:#FFFFFF;}
.accordionContent p {
    color:#333333;
    font-size:14px;
    padding-left:8px;}
.on {
    width:400px;
    float:left;
    background:#555555;
    cursor:pointer;}
    .on span {color:#FFFFFF;}
.over {
    width:400px;
    float:left;
    background:#555555;
    cursor:pointer;}
    .over span {color:#FFFFFF;}
.plusMinus {
    font-weight:bold;
    
    padding-right:4px;
    content:"+";}

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

}




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

}




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

}

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

}

/* ==========================================================================
   Global styles starts here
   ========================================================================== */
 /*body{background: url(../images/body.png) repeat; margin-top: 95px; margin-bottom: 40px;}*/
 body::-webkit-scrollbar {
        width: 15px;
    }
 
    
			/* Let's get this party started */
		::-webkit-scrollbar {
				width: 10px;
			}
			.class_sa{    padding: 1px 101px}
.cursorleft{
    padding: 0px 49px;;
}
		.padding_right_left{
		    text-align:center;
		}
		.padding{
		    padding:0px 20px;
		}
			/* Track */
		::-webkit-scrollbar-track {
			   background:white; 
		/*        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
				-webkit-border-radius: 10px;
				border-radius: 10px;*/
			}

			/* Handle */
		::-webkit-scrollbar-thumb {
		    
		/*        -webkit-border-radius: 10px;
				border-radius: 10px;*/
				background:#ccc; 
			}
		::-webkit-scrollbar-thumb:window-inactive {
				background: #ddd; 
			}
 h1, h2, h3, h4, h5, h6{
    font-family: 'open_sansbold'; margin: 0;
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{color: #869093; font-size: 14px; line-height: 26px;  padding-bottom: 25px; margin-bottom: 0;}

.ruler{ border-bottom: 2px solid var(--primary); margin: 35px 0;}

.container{  background: transparent; font-family: 'open_sansregular';}
.site-header{}
.top-bar{font-family: 'open_sansregular'; background: var(--primary); overflow: hidden; padding: 15px; margin-top: -25px;}
.top-content{float: left;}
.top-content, .social ul{margin: 0;}
.top-content ul li{list-style: none; display: inline-block; padding-right: 15px;}
.top-content ul li a{color: #fff;}
.top-content ul li a:hover{color: #a94442; text-decoration: none;}
.social{float: right; padding-right: 15px;}
.social ul{}
.social ul li{list-style: none;  display: inline-block;}
.social ul li a:hover{text-decoration: none;}
.social .icon{margin-right: 5px;}
.socials{float: none;}
.socials ul{    padding-left: 0px;}
.socials ul li{list-style: none;  display: inline-block;}
.socials ul li a:hover{text-decoration: none;}
.socials .icon{margin-right: 5px;}
.site-name{text-align: center; padding: 0px 0;}
.site-name h1{font-size: 34px; color: #a94442; line-height: 40px; text-transform: uppercase; font-family: 'open_sansextrabold';}
.site-name h5{color: #bebebe; font-size: 14px; line-height: 20px; font-family: 'open_sanslight';}
.icon{
	color: var(--primary);
font-size: 10px;
display: inline-block !important;
cursor: pointer;
width: 25px ;
transition:0.5s;
height: 25px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
border: none;
padding: 5px;
background: #fff;
font-size: 14px;
margin-right: 10px;}
.icon:hover{color: #fff; background: var(--primary);}
.last{padding-bottom: 0;}
.spacing-t{padding-top: 30px;}
.spacing-b{padding-bottom: 30px;}
.spacing-l{padding-left: 30px;}
.spacing-r{padding-right: 30px;}
.last{padding-bottom: 0; margin-bottom: 0;}
ul{margin: 0 !important;}
.b-radius{border-radius: 5px;}
.b-radius-top{border-radius: 5px 5px 0 0;}
.b-radius-bottom{border-radius: 0 0 5px 5px;}
.bg-none{background: none;}

/* ==========================================================================
   Menu styles starts here
   ========================================================================== */
/*.menu{border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; border-top: 1px solid #e9e9e9; overflow: hidden;}*/
/*.navbar{}*/
/*.navbar .nav > .active > a{font-size: 14px; color: #337ab7; font-family: 'open_sansbold'; background-image: none; */
/*				background:#f7f7f7; border: none; text-shadow: none; box-shadow: none;}*/
/* .navbar .nav > .active > a:hover{box-shadow: none; background: #fff; color: #a94442;}*/
/*.navbar .nav > li{border-left: 1px solid #e9e9e9;}*/
.navbar .nav > li > a {    color: var(--primary);  text-shadow: none; font-family: 'open_sansbold';}
/*.navbar .nav > li > a:hover,.navbar .nav > li > a.active{background: #f7f7f7; color: #a94442;}*/

.menu .search-form{float:right;}
.search-form{padding: 15px; margin-bottom: 0; padding-top:18px;}
.search-form input{border-radius: 0; border-right: 0; background: #f7f7f7; color: #b5bcbe; 
			font-family: 'open_sansregular'; padding: 7px; line-height: 15px; padding-left: 10px;}
.search-form .input-append{margin-bottom:0;}
.search-form .input-append .btn{border-radius: 0;  background-image: none !important; padding: 7px;
								border-right: 1px solid #ccc;border-top: 1px solid #ccc; background: #f7f7f7;}
.search-form .input-append [class^="icon-"]{color: #337ab7 !important;}

.video_top{
	
	padding:2%;
}
.gallery-top{
	margin-bottom:2%;
}
.copy p{
	    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.copy p a{
	color: #45a3d6;
    text-decoration: none;
}
.copy p a:focus, p a:hover{color: #a94442;border-bottom: 1px dotted #fff;}
.banner{text-align: center; padding-bottom: 100px;}
.banner .carousel{}
.banner .carousel-inner > .item > img{width: 100%;}
.banner .carousel-caption{background: none; top:25%;}
.banner .carousel-caption h1{color: #fff; font-size: 42px; padding-bottom: 25px; font-family: 'open_sansextrabold'; text-transform: uppercase;}
.banner .carousel-caption h2{color: #fff; font-size: 32px; font-family: 'open_sansregular'; font-weight: normal;}
.banner .carousel-caption [class^="fw-icon-"]{padding-bottom: 25px; font-size: 80px; color: #fff;}
.banner .carousel-caption .btn{border-radius: 3px; background: #337ab7; color: #fff; font-size: 20px;
							font-family: 'open_sansextrabold'; border: none !important; background-image: none; box-shadow: none; 
                            text-shadow: none; padding: 12px 15px;  line-height: 16px; }
.banner .carousel-caption .btn:hover{background: #fff; color:#337ab7; border: none !important;}
.banner .carousel-control {top:%; font-size: 20px; color: #337ab7; background: none; line-height: 40px; opacity: 1.0; border: none;}
.banner .carousel-control.left{left:0;}
.banner .carousel-control:hover{background: none; color: #fff;}

/* ==========================================================================
   Generic styles starts here
   ========================================================================== */
.featured-heading{ margin-top: -50px; background: #f7f7f7; border-top: 3px solid var(--primary); display: inline-block; text-align: center; padding: 25px; padding-bottom: 50px;}
.featured-heading h1{color: #a94442; font-size: 34px; line-height: 40px; font-family: 'open_sansextrabold';text-transform: uppercase;}
.featured-heading h5{color: #a94442; font-size: 14px; line-height: 20px; font-family: 'open_sansregular'; font-weight: normal;}

.featured-blocks{background: #f7f7f7; text-align: center; border-top: 3px solid var(--primary); border-bottom: 3px solid var(--primary); padding: 0px 40px; }
.featured-blocks .block{text-align: left;}
.featured-blocks .block .block-title{border-top: 1px solid #d7dee0; border-bottom: 1px solid #d7dee0; padding: 15px 0;}
.featured-blocks .block .block-title h1{font-size: 24px; line-height: 30px; color: var(--primary);font-family: 'open_sansextrabold'; text-transform: uppercase;}
.featured-blocks .block .block-title h2{font-size: 24px; line-height: 30px; color: var(--primary);font-family: 'open_sanslight'; font-weight: normal;}
.featured-blocks .block .block-content{padding: 25px 0;}
.featured-blocks .block .block-content .btn{font-family: 'open_sansextrabold'; color: #fff; font-size: 14px; background: var(--primary); padding: 8px 28px; 
								border-radius: 3px; text-transform: uppercase; text-shadow: none; box-shadow: none; border: none; display: inline-block;}
.featured-blocks .block .block-content .btn:hover{color: #fff; background: #a94442; border: none;}

.featured-slider{background: url(../images/dot.jpg) repeat-x 0 75px; padding: 40px 150px;  text-align: center; }

.featured-slider .col-sm-3 {
    padding: 25px;
}

.featured-slider h1{display: inline-block;background: #fff; padding: 0 20px; color: #a94442; font-size: 34px; font-family: 'open_sansextrabold'; text-transform: uppercase;}
.featured-slider h5{color: #337ab7; font-size: 14px; font-family: 'open_sansregular';}

.hiding{display: none;}

/*.teachercarousel-control {top: 230px !important;}*/
.featured-slider .carousel-control i.fa {
    padding-top: 4px;
}
.featured-slider .carousel-control i.fa.fa-angle-left {
    margin-left: -2px;
}
.featured-slider .carousel-control i.fa.fa-angle-right {
    margin-right: -2px;
}
.featured-slider .gallery{border-radius: 5px;}
.featured-slider .gallery img{width: 100%;transition:0.3s ease-in-out;transform:scale(1.2);}
.featured-slider .slider-content{background: #f7f7f7; padding: 5px 15px; text-align: center; border-bottom: 3px solid var(--primary); max-height:60px;line-height:3;overflow: hidden;}
.featured-slider .slider-content span{color: var(--primary); font-family: 'open_sansregular'; } 
.featured-slider .carousel{margin-top: 35px; margin-bottom: 0;}
.featured-slider .carousel-control {
position: absolute;
    top: 40% !important;
    /*right: 0px;*/
    width: 30px;
    height: 30px;
    /* margin-top: -20px; */
    /* font-size: 15px; */
    font-weight: 100;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: var(--primary);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    opacity: 1.0;
    z-index: 9999999;
}

.carousel-control {left:0;
    top:230px !important;
}

.featured-content{padding-top: 0px; ;}
.featured-content .block{margin: 0 auto; overflow: hidden; }
.featured-content .block .block-title{float: left;}
.featured-content .block .block-title h1{font-size: 24px; line-height: 30px; background: var(--primary);font-family: 'open_sansextrabold'; text-transform: uppercase;}
.featured-content .block .block-title h2{font-size: 24px; line-height: 30px; background: var(--primary);font-family: 'open_sanslight'; font-weight: normal;}
.featured-content .block .block-content{}
.featured-content .block .block-content .btn{font-family: 'open_sansextrabold'; color: #fff; font-size: 14px; background: var(--primary); padding:16px 56px; 
								border-radius: 3px; text-transform: uppercase; text-shadow: none; box-shadow: none; border: none;}
.featured-content .block .block-content .btn:hover{color: #fff; background: #a94442; border: none;}

.featured-accordion{}
.featured-accordion .accordion-group{ margin-bottom: 10px;}
.featured-accordion .accordion-group a{color: #a94442; font-family: 'open_sansbold'; font-size: 16px;}
.featured-accordion .accordion-group a:hover{text-decoration: none;}
.featured-accordion .accordion-inner{}
.featured-accordion .accordion-inner img{float: left; margin-right: 25px;}
.featured-accordion .accordion-inner h1{font-size:14px; color: #337ab7; line-height: 26px;font-family: 'open_sansregular'; }

.accordion-heading{border-radius: 4px 4px 0 0; color: #000 !important;border: 1px solid #eee;}
.featured-accordion .accordion-inner{padding:20px;}
.about-bottom{
	margin-bottom:5%;
}
.accordion-heading .accordion-toggle {
	    right: 30px;
display: block;
padding: :0;
}

   .accordion-caret .accordion-toggle:hover {
        text-decoration: none;
    
    }
    
    .accordion-caret .accordion-toggle:before {
        
        vertical-align: -18px;
        margin-right: 15px;
        border-bottom: 0;
        line-height: 0;
    }
    .accordion-caret .accordion-toggle:not(.collapsed):before {
        
        margin-right: 15px;
        color:#000;
        display:inline-block;
        content: url(../images/minus-sign.png);

        
    }
    .accordion-caret .accordion-toggle.collapsed:before {
           
        color:#fff;
          content: url(../images/plus-sign.png);
        
    }

    .accordion {
margin-bottom: 0px;
}
.featured-accordion .accordion-inner{border-top: none;}

.featured-accordion .accordion .accordion-toggle:not(.collapsed){background: #f7f7f7;}
.featured-accordion .accordion-heading .collapse.in{border-radius: 0;}

.featured-accordion .collapse.in {
height: auto;
border: 1px solid #eee;
border-radius: 0 0 4px 4px;
border-top: 0;
}

.featured-accordion .accordion-group{border:none;}

/* ==========================================================================
   Sidebar styles starts here
   ========================================================================== */




/* ==========================================================================
   Footer styles starts here
   ========================================================================== */
.site-footer{background: var(--primary); padding-top: 55px; padding-bottom: 35px; border-bottom: 1px solid #a94442;}
.site-footer .user-info{font-family: 'open_sansregular'; }
.site-footer .user-info h1{font-size: 14px; line-height: 26px;}
.site-footer .user-info h1 a{font-size: 14px; color: #fff;font-family: 'open_sansextrabold'; }
.site-footer .user-info h1 a:hover{text-decoration: none; color: #000;}
.site-footer .user-info span{color: #fff; font-size: 12px; }

.site-footer .user-info p{color: #fff;}
.site-footer .user-info [class^="fw-icon-"]{color: #fff; font-size: 20px;}
.copy-rights{padding: 35px 0; text-align: center; color: #fff;}
.copy-rights a{color: #fff;}
.copy-rights a:hover{color: #000; text-decoration: none;}
.bg-blue{background: #337ab7;}





.block-content p {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
}

.logoholder {
    /*display: inline-flex;*/
}

.col-sm-4.add_padding_col4 {
    border: none !important;
    /*padding: 15px;*/
}

.col-sm.simpleCart_shelfItem.aos-init.aos-animate {
    padding: 20px;
}


/**    my style  **/
.featured-accordion .accordion-group [class^="fw-icon-"] {
background: #337ab7;
color: #fff;
padding: 18px;
font-size: 15px;
font-weight: normal;
line-height: 10px;
border-radius: 3px 0 0px 3px;
}
.featured-accordion .accordion-group .accordion-toggle a [class^="fw-icon-"]{}
/**    my style  **/



/* ==========================================================================
   Responsive Tweaks starts here
   ========================================================================== */

.navbar .btn-navbar{background: #337ab7; border: none; margin-bottom: 5px; text-shadow: none; float: left;}
.navbar .btn-navbar:hover{color: #a94442;}

.featured-blocks{position:relative;}


/* ==========================================================================
   Modal styles starts here
   ========================================================================== */
.featured-blocks .modals.fade.in {top:30%;}
.featured-blocks .modals:hover{background: #2d6e84; transition: all 1s;}
.featured-blocks .modals h2{padding:25px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
.featured-blocks .modals h2{color: #fff; text-align: left;}
.featured-blocks .modals p{color: #fff; text-align: left; padding-top: 10px;}
.featured-blocks .modals{background: #f9b701; width: 500px; padding: 30px;}


.featured-blocks .modals:hover:before{border-bottom: 120px solid #2d6e84; transition: all 1s;}
.featured-blocks .modals:hover:after{border-top: 120px solid #2d6e84; transition: all 1s;}


.featured-blocks .modals:before{content: "";
 position: absolute;
 top: -120px;
 left: 0;
 width: 0;
 height: 0;
 border-left: 280px solid transparent;
 border-right: 280px solid transparent;
 border-bottom: 120px solid #f9b701;}
 .featured-blocks .modals:after{content: "";
 position: absolute;
 bottom: -120px; left: 0;
 width: 0;
 height: 0;
 border-left: 280px solid transparent;
 border-right: 280px solid transparent;
 border-top: 120px solid #f9b701;}
 .footer-grid ul li a{
	 	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
 }
 
.footer-grid p{
	color:#D6D6D6;
	font-size:14px;
	margin:0;
	line-height:1.8em;
}
.footer-grid p a{
	color:#D6D6D6;
	display:block;
	margin:1em 0;
}
.footer-grid p a:hover{
	color:#fff;
}

.footer-grid-left{
	float:left;
	width:25%;
}
.footer-grid-left img {
    width: 100%;
	height:80;
	padding:2px;
}
.footer-grid ul {
    padding: 0 0 0 1em;
} 
.gallery-bottom{
	    margin-top: 20px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	left: 1%;
	overflow: hidden;
	z-index: 999; 
	width: 60px;
	height: 60px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow__2.png) no-repeat 0px 0px;
	background-size:cover;
background-position: center;
	
	
}
#toTopHover {
	width: 60px;
    height: 60px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading {
    display: block;
}
.logo{
	margin:0 85px!important;
	/*margin-left:0px;*/
	float:right;
}
.top-search{
	    margin-top: 50px;
}
.search_divs{
	background-color: #fff;
    
    width:80%;
    position: absolute;
    display: none;
    border: 1px solid #E0E0DA;
   
    
	z-index:1;
	overflow-y: scroll;
	overflow-x: none;
    max-height: 264px;
}



.searchz::placeholder{
	font-size:0.5em;
	
}
.search_div .datagrid ul{
	padding: 10px;
}
.search_div .datagrid a{
	color:#696763;
	cursor: pointer;
}
.search_div .datagrid a:hover{
	color:rgb(0,93,142);
}

.row-fluid {
	margin-bottom:60px;
}
.img-resize, #img-resize {
    width: auto;
    height: auto;
    min-height: 160px;
    max-height: 160px;
    display: flex;
align-items: center;}

.iframes{
	border:none;overflow:hidden;width:500px;height:500px;
}
.head{
	
		height:auto;
	}
.lista{
	margin-bottom:-30px;
}
.wm{
	position:absolute;
}
.video-fix{
	margin-bottom:30%;
}
.contact-top{
	text-align:center;
}
.lefts {
    margin-right: 2%;
}

.half {
    float: left;
    width: 48%;
    margin-bottom: 1em;
}
.rights {
    width: 50%;
}

#form #input-submit {
    color: white;
    background: #e74c3c;
    cursor: pointer;
}
#form{
	
    max-width: 600px;
    text-align: center;
    margin: 20px auto;


}
#form textarea {
    height: 195px;
}
#form input, form textarea {
    border: 0;
    outline: 0;
    padding: 1em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    /* border-radius: 8px; */
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    resize: none;
}
.contact-block-left{
	margin-top:5%;
}
.contact-map{
	margin-top:2%;
}
.btn-col{
	    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: var(--primary);
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.btn-col:hover { opacity: 0.6; color: #fff; }

.btn-col:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn-col:focus { outline: 0; opacity: 0.6; background: var(--primary); color: #fff; }

.btn-col:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: var(--primary); color: #fff; }
.contact-icons{color:#337ab7;font-size: 16px;}
.hovers a{color:#a94442;}
.hovers a:active:focus{outline: 0; opacity: 0.6; background: #337ab7; color: #fff; }
.cursorleft{
	margin-top:25px;
}
.margin{
	margin:4%;
}

@media (max-width: 480px){

.half {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.lefts {
    margin-right: 2%;
}


.rights {
    width: 100%;
}


}
@media (max-width: 630px) and (max-height: 500px){
    .block-content p{
        display:none!important;
    }
    .pdate {
        display:none!important;
    }
    .vaca_content{
        min-height:285px!important;
    }
}
@media (max-width: 767px) { 
.iframes{
	width:100%;
}
	.logo {
  
    margin-left: 10px;
}
	.head{
		margin-top:25px;
		height:auto
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#337ab7;padding:25px}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	    /*background: #f7f7f7; */
	    color: #a94442;
	}
	.half {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.lefts {
    margin-right: 2%;
}


.rights {
    width: 100%;
}
.block-content{
    text-align:center !important;
}

.banner{padding-bottom: 60px !important;}
  .banner .carousel-control{font-size: 16px !important; line-height: 29px !important; width: 26px !important; height: 26px !important;}
  .banner .carousel-caption [class^="fw-icon-"]{font-size: 50px !important;}
  .banner .carousel-caption h2{font-size: 28px !important; line-height: 32px !important;}
  .banner .carousel-caption h1{font-size: 36px !important; line-height: 40px !important; padding-bottom: 15px !important;}
  .banner .carousel-caption{top: 10% !important;}

} 
 
 
 #myFooter .second-bar {

     background-color:#002368 !important;
 }
 
 
 button.btn{
     background-color:var(--primary) !important;
 }
 
 .glyphicon{
     padding:0px 10px;
 }
 .mission_vission {
    background-color: #0c3a95;
    padding: 90px 20px;
    height: 500px;
    transition: 0.5s;
}
.mission_vission img {
    width: 30%;
    transition: 0.5s;
}
.mission_vission h3 {
    color: white;
}
.mission_vission p {
    color: white;
}
.margin_mis{
    padding:60px;
}
.mission_vission:hover {
    transform: scale(1.1);
    background-color: #3863b5;
}
.vaca_content{
    width:400px;
}

#myFooter .col-lg-3 {
    float: right !important;
}

.dskp {
    display: block;
}

.mble {
    display: none;
}

   @media only screen and (min-width: 0px) and (max-width: 800px)
{
    .dskp {
        display: none;
    }
    
    .mble {
        display: block;
    }
    
    .featured-slider {
        padding: 55px 0;
    }
    
    .container.b-radius-top.containers .row {
        margin: 0;
    }
    
    .container.b-radius-top.containers, .breadcrumbs {
        padding:0 0 0 0;
    }
    
    .carousel-control.left {
        left: 5px;
    }
    
    .imgholdergallery {
        height: auto !important;
    }
    
    .strt-up-box ul li {
        margin-bottom: 5px !important;
    }
    
    #myFooter .col-lg-3 {
        float: center !important;
    }
    
    .strt-up-box ul li a:hover span.outer span.data {
        width: 55% !important;
    }
    
    .strt-up-box ul li a span.outer {
        padding: 0 !important;
    }
    
    .strt-up-box ul {
        padding: 0;
    }
    
    .strt-up-box {
        margin: 0 !important;
        margin-top: -30px !important;
        padding: 0 0px !important;
    }
    
    .carousel-control.right {
        right: 5px;
    }
    
    .featured-slider .col-sm-3 {
        padding: 25px 45px;
    }
    
    .row-fluid.aos-init.aos-animate {
        margin-bottom: 30px;
    }
    
    .featured-slider.visible-xs.aos-init.aos-animate .block-content a {
        font-family: 'open_sansextrabold';
        color: #fff;
        font-size: 14px;
        background: var(--primary);
        padding: 16px 56px;
        border-radius: 3px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        border: none;
    }
    
    
    
  .img_cours_back{
          width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
        background-position: center  
        ;
      
  } 
  .add_margin{
      margin-top:30px;
  }
  .add_padding_col4{
          padding-bottom: 15px;

  }
  
 .margin_mis{
     padding:20px 20px;
 }
 .vaca_content{
    width:auto;
}
.vaca_content{
    margin:20px #px;
}
}