@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('font/SourceSansPro-Regular.eot');
    src: local('☺'), url('font/SourceSansPro-Regular.woff') format('woff'), url('font/SourceSansPro-Regular.ttf') format('truetype'), url('font/SourceSansPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('font/SourceSansPro-Semibold.eot');
    src: local('☺'), url('font/SourceSansPro-Semibold.woff') format('woff'), url('font/SourceSansPro-Semibold.ttf') format('truetype'), url('font/SourceSansPro-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('font/SourceSansPro-Black.eot');
    src: local('☺'), url('font/SourceSansPro-Black.woff') format('woff'), url('font/SourceSansPro-Black.ttf') format('truetype'), url('font/SourceSansPro-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('font/RobotoSlab-Regular.eot');
    src: local('☺'), url('font/RobotoSlab-Regular.woff') format('woff'), url('font/RobotoSlab-Regular.ttf') format('truetype'), url('font/RobotoSlab-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('font/RobotoSlab-Bold.eot');
    src: local('☺'), url('font/RobotoSlab-Bold.woff') format('woff'), url('font/RobotoSlab-Bold.ttf') format('truetype'), url('font/RobotoSlab-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 62.5%;
}
body {
    font-size: 14px;
    background: #dadada;
}

.body {
    background: #fff;
}

*,
p {
    font-family: 'SourceSansPro-Regular', Arial, Helvetica, sans-serif;
    margin: 0;
}

.blue_ontop{
	background: #002a5c;
	margin-top: 10px;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	font-size: 20px;
}
.blue_ontop span{
	display: inline-block;
}
.blue_ontop p{
    margin: 0;
    padding: 0;
}
.chenar{
	border: 1px solid #fff;
	padding: 2px 6px;
	color: #f6a01a
}
.chenar span{
	color: #fff;
}
.main_bg {
    position: relative;
    z-index: 1;
    background-size: cover;
    margin: -200px 0 0 0;
    background-position: center center;
}

.fulllogo {
    height: 100%;
    padding-top: 16px;
}

.fulllogo {
    padding-bottom: 10px;
}

.header_cont {
    padding: 25px 0;
}

#logo {
    text-align: center;
    vertical-align: bottom;
}

#logo img {
    width: 100%;
    max-width: 326px;
}
.phone_container p{
	margin: 0;
}
.menutop{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.menutop li {
	display: inline-block;
	margin: 0 7px;
}
.menutop li a{
	color: #002b5c;
	text-transform: uppercase;
}
.navbar-wrapper {
    width: 100%;
    border-top: 3px solid #bcbdc0;
    padding: 0px 0;
}

.navbar-wrapper .row {
    margin-right: 0;
    margin-left: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #002b5c;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}
#da_menu {
    margin-top: 3px;
}

#da_menu li {
    float: left;
}

#da_menu li a {
    font-family: 'RobotoSlab-Regular', arial, Helvetica, sans-serif;
    color: #002b5c;
    text-transform: uppercase;
    font-size: 14px;
}

#da_menu li a:hover,
#da_menu li a.sel {
    color: #f6a01a;
}

#da_menu li ul li {
    width: 100%;
}
#da_menu li ul li ul{
    list-style: none;
}

.nav>li>a {
    padding: 7px 8px;
}

.dropdown-menu {
    background: #fff;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;    
    border-right: 1px solid #cdcdcd;

}
.tertiary.dropdown-menu>li>a{
    white-space: normal;
    width: 300px;
    padding: 3px 7px;
}
.dropdown-submenu.edge .dropdown-menu {
    position: absolute;
    right: 100%;
    left: auto;
}
.dropdown.edge>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
.navbar-collapse {
    position: relative;
}

.quote_box {
    background: url(../images/form_bg.jpg) repeat-y top center;
    padding: 10px;
}

/*******/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;   
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/******/

@media(max-width: 991px) {
    .navbar-wrapper {
        padding: 0px 0;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        border-left: 1px solid #002b5c;
        border-bottom: 1px solid #002b5c;;
        border-right: 1px solid #002b5c;
    }
    #da_menu li a {
        padding: 7px 15px;
    }
    .tertiary.dropdown-menu>li>a{
        width: auto;
    }
    .fulllogo {
        min-width: 187px;
    }
    .dropdown-submenu>.dropdown-menu{
        margin-top: 0;
        margin-bottom: 6px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .dropdown-menu {
        position: initial;
        float: none;
        display: none;
	    background: #e2e2e2;
	    margin: 0 2%;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
    #da_menu li {
        float: none;
    }
    .tertiary{
        width: 95%;
        margin-left: 2% !important;
   } 
}   

@media (max-width: 640px) {
    .fulllogo {
        width: 100%;
    }
    #logo img {
        max-width: 280px;
    }
    .col-xs-7.top_right{
        width: 100%;
    }
}

.carousel {
    position: relative;
    background: #fff;
    margin-top: 0px;
    z-index: 2;
}

.carousel-control.right {
    background: url(../images/right_arrow.png) no-repeat;
    right: 2%;
}

.carousel-control.left {
    background: url(../images/left_arrow.png) no-repeat;
    left: 2%;
}

.carousel-control {
    width: 44px;
    top: 88%;
    opacity: 1;
}
.carousel-control:focus, 
.carousel-control:hover{
    opacity: 1;
}
.carousel-control.right:focus, 
.carousel-control.right:hover{
    background: url(../images/right_arrow_h.png) no-repeat;
    
}
.carousel-control.left:focus, 
.carousel-control.left:hover{
    background: url(../images/left_arrow_h.png) no-repeat;
    
}

img.carousel_single_image {
    width: 100%;
}

.carousel-captionIndex {
    left: auto;
    bottom: auto;
    right: 20px;
    top: 0;
}
.red_bar{
	background-color: #820024;
	border-top: 4px solid #f7a11a;
	display: flex;
	flex-wrap: wrap;
	min-height: 34px;
	text-align: center;
	line-height: 34px;
}
.orange_text{
	font-family: 'RobotoSlab-Bold';
	font-size: 26px;
	color: #f7a11a;
	flex: 1;
	text-align: left;
	padding: 0 10px;
}
.white_text{
	font-family: 'SourceSansPro-Regular';
	font-size: 16px;
	color: #fff;
	flex: 2;
	text-align: left;
	padding: 0 10px;
}
.col-xs-4.col_right{
    width: 390px;
}
.col-xs-8.left_col{
    width: calc(100% - 390px);
}
.carousel-control.right {
        height: 30px;
    }
    .carousel-control.left {
        height: 30px;
    }
@media(min-width:992px) and (max-width: 1199px) {
    .carousel-control {
        top: 85%;
    }
}

@media(min-widh:768px) and (max-width: 991px) {
    .carousel-control {
        top: 83%;
    }
}

@media(max-width: 767px) {
    .carousel-control {
        top: 0;
        margin-top: 30%;
    }
    .carousel-control.right {
        right: 3%;
        margin-right: -13px;
        background-size: 30px;
    }
    .carousel-control.left {
        background-size: 30px;
        left: 3%
    }
    .col-xs-4.col_right{
        width: 100%
    }
    .col-xs-8.left_col{
        width: 100%;
    }
    .quote_box {
        max-width: 324px;
        margin: 0 auto;
    }
}

@media(max-width: 640px) {
    .carousel-control {
        top: 0;
        margin-top: 27%;
    }
}

@media(max-width: 480px) {
    .carousel-control {
        top: 0;
        margin-top: 24%;
    }
}

h1 {
    font-family: 'RobotoSlab-Regular';
    color: #993300;
    font-size: 36px;
    margin: 0;
}

h2 {
    font-family: 'RobotoSlab-Regular';
    color: #F6A01A;
    font-size: 16px;
    margin: 0;
}

h1 a:hover {
    color: #F6A01A;
    text-decoration: none;
}
h2 a, h2 a:hover, h2 a:visited{
    color: #F6A01A;
    font-size: 18px;
    text-decoration: none;

}
h2 a:hover {
    text-decoration: none;
    color: #F6A01A;
}

h3 {
    font-size: 15px;
}

.container_index {
    padding: 0;
}
.box_container{
	margin-top: 15px;
}
.right_col_image img{
	width: 100%;
}
.right_col_title,
.right_col_title a{
	font-family: 'SourceSansPro-Regular';
	font-weight: bold;
	color: #000;
	font-size: 25px;
	text-decoration: none;
}
.right_col_content{
	font-family: 'SourceSansPro-Regular';
	font-size: 18px;
}
.threeBoxes{
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    text-align: center;
}
.threeBoxes>div{
    margin: 6px 3%;
    min-width: 90px;

}
.blueBox{
    flex: 1;
    text-align: center;  
    padding: 5px 0px;
    border: 1px solid #002b5c;
     margin: 0 2%;
}
.blueBox a{
    text-decoration: none;
    font-size: 18px;
    color: #002b5c;
    display: block;
}
.redBox{
    flex: 1;
    text-align: center;
  padding: 5px 0px;
    border: 1px solid #820024;
  margin: 0 2%;
}
.redBox a{
    text-decoration: none;
    font-size: 18px;
    color: #820024;
    display: block;
}
.greenBox{
    flex: 1;
    text-align: center;
  padding: 5px 0px;
    border: 1px solid #006838;
  margin: 0 2%;
}
.greenBox a{
    font-size: 18px;
    color: #006838;
    display: block;
  text-decoration: none;
}

.first_steps{
	text-align: center;
	background: #002b5c;
	font-size: 24px;
	color: #993300;
	font-family: 'RobotoSlab-Regular';
}

.programs{
	background: url(../images/metalic_bg.jpg) repeat-y top center;
	margin-top: 20px;
	padding-bottom: 20px;
}
.col-xs-12.programs{
    padding: 10px 0;
}
.midd_box_container{
	padding: 15px 1% 0 1%;
    display: flex;
    flex-wrap: wrap;
}
.degree_programs{
	background: #002b5c;
	font-size: 24px;
	color: #fff;
	font-family: 'RobotoSlab-Regular';
	text-align: center;
	padding: 5px 0;
}
.midd_box_title{
	font-weight: bold;
	padding: 15px 0;
	font-size: 18px;
	color: #002b5c
}
.col-xs-3.midd_boxes{
	width: 23%;
    min-width: 23%;
	margin: 0 1%;
    min-width: 1%;
    flex: 1;
}
.midd_boxes{
	text-align: center;
	background: #fff;
	padding-top: 15px;
}
.midd_box_image img{
	width: 75%;
	margin: 0 auto;
}
.midd_box_cont{
	font-size: 16px;
	color: #002b5c;
}
.associate_degree{
    font-size: 18px;
    color: #820024;
    padding: 15px 0;
    border-bottom: 2px solid #d3d3d0;
    margin-bottom: 15px;
}
.associate_degree a{
    font-size: 18px;
    color: #820024;
    text-decoration: none;
}
.diploma{
	font-size: 18px;
	color: #002b5c;
	padding-bottom: 20px;
}



.middle_boxes_container{
	margin-top: 20px;
    padding-bottom: 20px;
}
.middle_boxes .box_title{
	font-size: 33px;
	color: #002b5c;
	text-align: center;
	font-family: 'RobotoSlab-Bold';
}
.middle_boxes .box_title span.orange{
	color: #f6a01a;
	font-size: 38px;
	font-family: 'RobotoSlab-Bold';
}
.middle_boxes .box_content{
	width: 90%;
	margin: 0 auto;
}
.centered_border{
	background: #002b5c;
	width: 3px;
	height: 95%;
	position: absolute;
	left: 50%;
	margin-top: 15px;
}

#footer{
	background: url(../images/footer_bg.jpg) no-repeat top center #040405;
}
.footer_container{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px solid #f6a01a;
	padding-bottom: 20px;
	margin: 0 15px 15px 15px;
}
.footer_menu_container{
	flex: 3;
    padding-right: 10px;
}
.footer_socials{
	flex: 1;
	margin-top: 15px;
}
.footer_socials span{
	display: block;
    color: #f6a01a;
    font-family: 'RobotoSlab-Regular';
    font-size: 22px;
}
.footer_locations{
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.footer_locations span.grande{
	font-size: 22px;
	color: #fff;
    font-family: 'RobotoSlab-Regular';
}
.footer_locations span.pettite{
	font-size: 15px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
}
.footer_menu {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.footer_menu li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 33%;
}

.footer_menu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.footer_menu li ul li {
    display: block;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
}

.footer_menu li a {
    padding: 0 8px;
    font-size: 22px;
    color: #f6a01a;
    font-family: 'RobotoSlab-Regular';
}

.footer_menu li ul li a {
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
}

.footer_menu li a:hover {
    color: #F6A01A;
    text-decoration: none;
}

.footer_menu li.sep:last-child {
    display: none;
}

.footer_menu .sep {
    font-size: 26px;
    color: #bcbec0;
}
#footer_menu_low{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}

#footer_menu_low li{
	display: inline-block;	
}
#footer_menu_low li a{
    font-size: 15px;
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    padding: 0 7px;
    color: #fff;
}
#footer_menu_low li.sep{
	color: #F6A01A
}


.phone_number_top{
	text-align: right;
}
.sociale{
	text-align: right;
	margin-top: 10px;
	padding-right: 15px;
	display: inline-block;
}
.sociale span{
    font-size: 18px;
    color: #002b5c;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
.social_networks {
    text-align: right;
    display: inline-block;
}

.social_networks a {
    padding: 0 0px;
    margin-top: 0px;
    display: inline-block;
}

.social_icons {
    display: inline-block;
}

.socials {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}
.login{
	display: inline-block;
	vertical-align: middle;
	font-style: 20px;
	color: #820024;
}
.login a{
	color: #820024;
	text-decoration: none;
	font-size: 20px;
}
.copy,
.design {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.design a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: initial;
        float: none;
        display: none;
    }
    #da_menu li {
        float: none;
    }
    .footer_container{
        flex-direction: column;
    }
    .footer_socials{
        border-top: 3px solid #f6a01a;
        margin-top: 20px;
        padding-top: 15px;
    }
}
@media(max-width: 640px){
    .col-xs-6.middle_boxes{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .centered_border{
        display: none;
    }
    .footer_container{
        flex-direction: column;
    }
    
    .footer_menu li{
        width: 50%;
    }
}
@media(max-width: 480px){
    .footer_menu li{
        width: 100%;
    }
}
.left_arrow {
    background: url(../images/arrow_left.png) no-repeat;
    width: 36px;
    height: 59px;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.right_arrow {
    background: url(../images/arrow_right.png) no-repeat;
    width: 36px;
    height: 59px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.arrows {
    position: relative;
    top: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb,
.cl,
.clear {
    clear: both;
}

.bp p{
    padding: 0;
    margin: 0;
}
.container_bp{
    padding-bottom: 20px;
}
.testimonial_container{
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f7a11a;
}
.testimonial_container a{
    color: #820024;
    display: block;
    float: right;
}
.testimonial_name{
    float: right;
    font-style: italic;
    padding-top: 10px;
    color: #820024;
}
.testimonial_name:before{
    content: '-';
    padding-right: 5px;
}
.red{
    color: #820024;
}
/************** forma generala rkrepro15 ******************/

.forma_generala label {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.forma_generala input[type=text],
.forma_generala input[type=email],
.forma_generala input[type=password],
.forma_generala select {
    width: 304px;
    font-size: 13px;
    display: block;
}

.forma_generala textarea {
    height: 80px;
    width: 304px;
    font-size: 13px;
    display: block;
}

.forma_generala select#size,
.forma_generala input[type=text]#quantity_nr {
    width: 65px;
    margin-left: 9px;
    text-align: left;
    height: 20px;
    margin-top: 2px;
}

#search_form_faq input[type=text]#search_field {
    width: 237px !important;
    height: 26px;
}

#search_form_faq input[type=submit]#go_search {
    margin-top: 0;
    margin-left: 5px;
}

.forma_generala select#metal {
    width: 203px;
    margin-left: 9px;
    text-align: left;
    height: 20px;
    margin-top: 2px;
}

.forma_generala input[type=submit],
.forma_generala input[type=reset],
.forma_generala input[type=button],
.view_cart_opt,
.view_list, .view_calendar {
    background: rgb(249, 163, 46);
    color: #fff !important;
    font-size: 14px !important;
    padding: 3px 5px !important;
    border: none;
    display: block;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.view_list{
    margin-bottom: 5px;
}
.forma_generala input[type=checkbox],
.forma_generala input[type=radio] {
    margin: 8px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.labelimportant,
#agree {
    display: inline-block !important;
    vertical-align: top;
}

.g-recaptcha {
    margin-top: 10px;
}

@media(max-width:664px) {
    .forma_generala > div > h2 {
        margin-top: 20px;
        padding-top: 0;
    }
    h2.shopcart {
        margin-top: 21px !important;
        margin-bottom: 0;
    }
}

@media(max-width:380px) {
    .bp_right {
        width: 264px;
    }
    .forma_generala,
    .faq_form {
        float: none !important;
    }
    .forma_generala input[type=text],
    .forma_generala input[type=email],
    .forma_generala textarea,
    .forma_generala input[type=password],
    .forma_generala select {
        width: 100%;
        font-size: 13px;
    }
    .formError {
        left: 138px !important;
    }
    #search_form_faq input[type=text]#search_field {
        width: 237px !important;
    }
    .labelimportant_ssl {
        width: 220px;
        display: inline-block !important;
    }
}

.pointer {
    cursor: pointer
}

.field_rowsl {
    float: left;
    margin: 0 10px 0 0;
}

.product_shortdescription {
    margin-top: 10px;
}

.textfield_button {
    float: left;
}


/*********forma generala************/

.pad_rem_right {
    padding-right: 0;
}

.pad_rem_left {
    padding-left: 0;
}

.bp_left {
    width: calc(100% - 304px);
    float: left;
}

.bp_right {
    width: 304px;
    padding-left: 0;
    float: left;
}

.close_all {
    background: #f5f5f5;
    padding: 7px;
}

.close_all p {
    margin: 0;
    padding: 0;
}

.faq_item_content {
    margin: 0;
}


/************** FAQs form ************/

.open_close_buttons {
    background: rgb(249, 163, 46);
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
    margin: 10px 0
}

.open_close_buttons:hover {
    background: #000;
    color: fff;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #525252;
    display: block;
}

.open_close_buttons.pointer {
    margin: 10px 0 0 0;
}

#form_faq_send,
#search_form_faq {
    margin-top: 10px;
}

@media(max-width:664px) {
    .bp_left,
    .bp_right {
        float: none;
    }
    .bp_left {
        width: 100%;
    }
    .bp_right {
        margin: 15px auto;
        padding-left: 0;
    }
    #search_form_faq > div > h2 {
        margin-top: 20px;
        padding-top: 0;
    }
}

ul.sitemap li a {
    color: #F6A01A;
    font-weight: normal;
    text-decoration: none;
}

ul.sitemap li a:hover,
ul.sitemap li a:active,
ul.sitemap li a:visited {
    text-decoration: none;
    color: #F6A01A;
}


/************** forma generala rkrepro15 ******************/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


/**************** the end of GENERAL CLASSES usefull for sites
************************************************************************************/

.small_carousel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.index_quote {
    background: #e6e7e8;
    float: right;
    width: 83%;
}

.form_title {
    text-align: center;
}

.form_title h1 {
    text-transform: capitalize;
    font-size: 24px;
    padding-bottom: 7px;
    font-weight: normal;
}

#index_quote label {
    font-size: 15px;
    margin: 0;
    padding-left: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    display: block;
}

#index_quote p {
    font-style: italic;
    margin-bottom: 0;
    color: #000;
}

.form_services {
    margin-bottom: 15px;
}

#index_quote input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#index_quote input[type=text],
#index_quote input[type=email] {
    width: 100%;
    max-width: 304px;
    margin-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #e8f1ee;
}

#index_quote textarea {
    width: 100%;
    max-width: 304px;
    height: 80px;
    margin-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #e8f1ee;
}

#index_quote input[type=submit],
#index_quote input[type=button] {
    text-align: center;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: rgb(249, 163, 46);
}

.g-recaptcha {
    width: 100%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.col-xs-3.main_index_right {
    margin-top: -22px;
}
#marketing{
    display: block;
    margin-bottom: 10px;
}
#preffered_campus,
#interest,
#graduate_year{
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    h2 {
        font-size: 22px;
    }
}

@media(max-width: 640px) {
    #index_quote {
        width: 100%;
        max-width: 250px;
        float: none;
        display: block;
        margin: 15px auto;
    }
}


.share_cont {
    float: left;
}

.print_mail_pdf {
    float: right;
}

ar: both;

}

/************** pagination ***************/
.pag_numbers {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 127px);
    text-align: center;
}
.pag_butt_disabled {
    padding: 2px 10px;
    border: 1px solid #969696;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.pag_butt {
    border: 1px solid #969696;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.pag_butt a:hover {
    color: #fff;
    background: #F6A01A;
}
.pag_butt a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    color: #3c3c3c;
}
.numbers {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 5px;
    float: none !important;
}
.numbers li {
    display: inline-block;
    margin-right: 4px;
    list-style: none;
}
.numbers li a {
    padding: 0 5px;
    text-decoration: none;
    color: #3c3c3c;
    border: 1px solid #000;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.numbers li a:hover,
.numbers li a.sel {
    text-decoration: underline;
    color: #fff;
    background: #F6A01A;
}
.pag_buttons {
    margin: 10px 0;
}

/****************** end pagination ******************/
.carousel-inner>.item {
    margin: 0 auto;
    text-align: center;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    text-align: center;
    margin: 0 auto;
}
.carousel_sec_titel {
    font-size: 21px;
    text-transform: uppercase;
    color: #0072bc;
    font-weight: bold;
}
.every_picture,
.every_s_picture {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 35px;
}
.every_picture img,
.every_s_picture img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.gallery_pic_title {
    font-size: 14px;
    line-height: 120%;
    position: absolute;
    width: 100%;
   
}
.gallery_pic_title a,
.gallery_pic_title a:hover {
    color: #000;
    text-decoration: none;
}
.bp_image_carousel{
    position: relative;
}
.bp_caption_cont{
    position: absolute;
    top: 3%;
    left: 3%;
    width: 40%;
}
.caption_title{
    font-size: 4.6rem;
    font-family: 'RobotoSlab-Bold';
    color: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #002a5c;
}
.caption_subtitle{
    font-size: 1.7rem;
    font-family: 'RobotoSlab-Bold';
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.caption_content{
    font-size: 1.8rem;
    font-family: 'SourceSansPro-Regular';
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

.carousel_image{
    width: 100%;
}
.carousel_image img{
    width: 100%;
}
.apply_now_button{
    margin-top: 15px;
    text-align: left;
}
.apply_now_button a{
    font-family: 'SourceSansPro-Regular';
    font-size: 22px;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}
.apply_now_button a:hover,
.apply_now_button a:focus,
.apply_now_button a:visited{
    color: #fff;
    text-decoration: none;    
}
.bp_boxes{
    display: flex;
    flex-wrap: wrap;
}
.bp_box_container{
    margin: 0 1%;
    flex: 1;
    min-width: 145px;
    flex-wrap: wrap;
}
.bp_box_title {
    font-size: 18px;
    text-align: left;
    padding: 5px;
}
@media(min-width: 1200px) {
    #carousel img.white_img {
        width: 75%;
        position: absolute;
        z-index: -1;
        left: 44px;
        top: 27px;
    }
}
@media(max-width: 1199px) {
    #carousel img.white_img {
        width: 80%;
        position: absolute;
        z-index: -1;
        left: 44px;
        top: 27px;
    }
}
@media(max-width: 991px){
    .caption_content {
        font-size: 1.4rem;
    }
    .apply_now_button a{
        font-size: 1.6rem;
    }   
    table img{
        max-width: 100%;
        width: 100%;
    }

    
}
@media(max-width: 767px){
   .bp_caption_cont{
        position: relative;
        top:auto;
        left:auto;
        padding: 0 3% 15px 3%;
        width: 100%;
        background: #002A5C;
    }
    .caption_title{
        font-size: 2.2rem;
        font-family: 'RobotoSlab-Regular';
        border-bottom: 4px solid #fff;

    }
    .caption_subtitle{
        font-size: 1.4rem;
        font-family: 'RobotoSlab-Regular';
        color: #fff;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 7px;
    }
    .caption_content{
        font-size: 1.4rem;
    }
    .apply_now_button a{
        font-size: 1.4rem;
    }
    .col-xs-3.midd_boxes{
        min-width: 47%;
        margin: 10px 1%;
        max-width: 47%;
        flex: 1;
    }
}
@media (max-width: 675px) {
    .partial_form.col-xs-6 {
        float: none;
        padding: 0;
    }
}
@media (min-width: 641px) {
    .c24 {
        width: 20% !important;
    }
}
@media (max-width: 640px) {
    .every_picture,
    .every_s_picture {
        width: 30.8%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 10px 1%;
    }
}
@media(max-width: 480px){
    .threeBoxes{
        flex-direction: column;
    }
    .every_picture,
    .every_s_picture {
        width: 100%;
    }
}
.dib {
    display: inline-block !important;
}
.dblk {
    display: block !important;
}

@media (max-width: 380px) {
    .partial_form.col-xs-6 {
        float: none;
        padding: 0;
        width: 100%;
    }
    
    .bp_left,
    .bp_right {
        width: 100% !important;
    }
}
.overlay {
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 99;
}
#lade {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.back_to_categ {
    float: right;
    margin-bottom: 10px;
    background: #525252;
    border: 1px solid #000;
    display: block;
    text-align: center;
    padding: 2px 10px;
}
.back_to_categ a,
.back_to_categ a:hover {
    text-decoration: none;
    color: #fff;
}
.back_to_categ:hover {
    background: #000;
    border: 1px solid #525252
}
.read_more {
    color: #F6A01A;
}
.title_images {
    float: left;
    padding-right: 10px;
}
.zipp {
    margin-top: 5px;
}

.white_bg {
    background: #fff;
    width: 180px;
    height: 264px;
    position: absolute;
    z-index: 1;
    margin: 46px 0 28px 80px !important;
}

.irelevant {
    background-size: cover !important;
}

@media (max-width: 640px){
    .editor img.pitigoii{
        width: 100%;
        max-width: 400px;
        height: auto !important;
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }   

}