@font-face {
  font-family: 'Open Sans Regular';
  src: url("/fontsv2/opensans-regular-webfont.woff"),
       url("/fontsv2/opensans-regular-webfont.woff2");
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url("/fontsv2/opensans-semibold-webfont.woff"),
       url("/fontsv2/opensans-semibold-webfont.woff2");
}

@font-face {
  font-family: 'Open Sans Light';
  src: url("/fontsv2/opensans-light-webfont.woff"),
       url("/fontsv2/opensans-light-webfont.woff2");
}

@font-face {
  font-family: 'Open Sans Italic';
  src: url("/fontsv2/opensans-italic-webfont.woff"),
       url("/fontsv2/opensans-italic-webfont.woff2");
}

body {
	font-size: 14px;
	font-family: 'Open Sans Light', sans-serif;
}

/*Helper Classes Justine*/

.flex {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.align-center {
  align-items: center;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.text-end {
  text-align: end;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}

.force-wide {
    width: 100vw;
    height: 100vh;
    padding: 0;
}

.ml15 {
    margin-left: 15px;
}

/*End*/

/*Justine added css*/

#navbar, .header-navbar .navbar, .navbar-black, .navbar-header {
    background: #232323!important;
}
.navbar-black .navbar-brand > div > img {
    margin-top: 12px;
}
.navbar-default .navbar-toggle {
    border: 1px solid rgba(255,255,255,0.1)!important;
}

#top header {
    height: 550px;
}


/*Colors*/

.white {
    color: #fff!important;
}

/*404 page*/

.page-404 {
    background-image: url(/images/page404-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 100px!important;
}
.page-404 h1,
.page-404 p {
    color: #fff;
}

/*Buttons*/

.white-btn-o {
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    font-family: 'Open Sans Light';
    line-height: 22px;
    max-height: 32px;
    background: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.white-btn-o:hover {
    color: #232323;
    background: #fff;
    transition: .2s ease-in-out;
}

.white-link,
.white-link:hover {
    color: #fff;
    font-family: 'Open Sans Semibold';
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
}

/*Select2 Overide*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #555!important;
    margin-right: 5px;
    padding: 3px 8px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}

.header-custom-select2 .select2-container--default .select2-selection--multiple {
    padding-bottom: -3px!important;
}

/*Signup*/

.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*End Justine CSS*/

.abs {
    position: absolute;
}
.header-navbar {
	color: #fff;
	font-size: 12px;
	background-size: cover!important;
	background-attachment: fixed!important;
    background-position: 50% 50%!important;
}

#top {
	background: url('/images/bg-top2.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.header-navbar em {
	display: inline-block;
	margin-right: 15px;
}
#top header {
    background-color: rgba(1, 1, 1, 0.49)!important;
}

.sidebar .related-scholarship .title a {
	color: #000;
}

.sidebar .related-scholarship .title a:hover {
	color: #454545;
	text-decoration: none;
}

.featured-opportunity .title2 a {
	color: #000;
}

.featured-opportunity .title2 a:hover {
	color: #454545;
	text-decoration: none;
}
.socials {
	padding-top: 20px;
}
.socials-b {
	padding-left: 15px;
}
.socials-b .socials {
	height: 35px;
	padding-top: 0px;
}
.header-navbar .socials > div > a {
	float: left;
}
.socials > div > a {
	width: 21px;
	height: 21px;
	margin: 0px 3px;
	text-indent: -9999px;
	background: transparent url("/limg/social-media-white.png") no-repeat 0 0;
}

.socials > div > a.tw {
	background-position: -27px 0;
}
.socials > div > a.yt {
	background-position: -54px 0;
}
.socials > div > a.gp {
	background-position: -81px 0;
}
.socials > div > a:hover {
	background-position-y: -21px;
}

#signup, .bd {
 	border: 1px solid #E9573F;
}
#signup:hover, .bd {
    color: #fff;
    background-color: #E9573F;
    transition: .2s ease-in-out;
}
.navbar,
nav,
.navbar-default {
	/*background-color: transparent!important;*/
	border: none;
}

header {
	padding: 80px 0 40px;
	color: #fff;
}
.header-nav a {
	padding: 4px 15px;
	font-size: 14px;
}
header h1 {
	font-size: 70px;
	margin-bottom: 30px;
}
header h1 span {
	color: #99ce3e;
	text-transform: uppercase;
	font-size: 25px;	
}
header a {
	color: #fff;
}
header a:hover {
	text-decoration: none;
	color: #fff;
}
header a.active {
	border-bottom: 2px solid #d05700;
}
header p {
	font-size: 18px;
}
header select {
	padding: 15px!important;
	border: 2px solid #dadada!important;
	background-color: #9e9e9d;
}
header ul, .continent-thumbs ul {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
header small {
	color: #ccc;
	margin-bottom: 8px;
	display: inline-block;
}
header ul li {
	border-left: 1px solid #6a6d69;
}
header ul li:first-child {
	border: none;
}
header ul li,
header ul li a {
	display: inline-block;
}
header ul li a {
	margin: 2px 8px;
}
.heading {
    font-size: 24px!important;
    font-weight: 600;
}
.black {
	color: #000!important;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
  	background: none;
}
.navbar-default .navbar-nav>li>a {
	color: #9d9d9d;
	font-size: 14px;
	cursor: pointer;
    font-family: 'Open Sans Light'!important;
    text-transform: uppercase;
}
.nav {
	margin-top: 10px;
}


/* start footer */
.clear {
	clear: both;
}
#bottomfooter{
	color:#fff;
	background-color:#232323;
	border-top:1px solid #fff
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#bottomfooter .block-wrapper{
	padding-top:50px;
	padding-bottom:50px
}

ul.socialmed a:hover {
	text-decoration: none;
}

.f-block .block-wrapper {
    /*max-width: 1200px;*/
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}

#bottomfooter .colmn{
	float:right;
	padding-left:10px;
	padding-right:10px;
	display:block;
	width:100%;
	height:auto;
	min-height:50px
}

#bottomfooter .colmn.colmn-e{
	width:25%
}

#bottomfooter .colmn.colmn-d{
	width:17.5%
}

#bottomfooter .colmn.colmn-c{
	width:17.5%
}

#bottomfooter .colmn.colmn-b {
    width: 17.5%
}

#bottomfooter .colmn.colmn-a {
    width: 22.5%
}

#bottomfooter .colmn-title {
    font-family: 'Open Sans Light';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px
}

#bottomfooter .colmn-menu,
#bottomfooter .colmn-menu>li,
#bottomfooter .colmn-menu>li>a,
#bottomfooter .newsletter {
    display: block;
    margin: 0;
    width: 100%;
    height: auto
}

#bottomfooter .colmn-menu {
    padding: 0;
    list-style-type: none
}

#bottomfooter .colmn-menu>li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#bottomfooter .colmn-menu>li:last-child {
    border-bottom: 0
}

#bottomfooter .colmn-menu>li>a {
    padding: 5px 0;
    text-decoration: none;
    outline: 0;
    color: #AAB2BD;
    font-size: 13px
}

#bottomfooter .colmn-menu>li>a:hover {
    color: #fff
}

#bottomfooter .newsletter {
    padding: 0
}

#bottomfooter .newsletter .input-wrapper {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0 0 10px
}

#bottomfooter .newsletter .input-wrapper>input[type=email],
#bottomfooter .newsletter .input-wrapper>input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans Light';
    font-weight: 300;
    background-color: #454545;
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: 10px;
    margin: 0
}

#bottomfooter .newsletter .input-wrapper>input[type=email]:focus,
#bottomfooter .newsletter .input-wrapper>input[type=text]:focus {
    border-color: #CCD1D9;
    outline: 0
}

#bottomfooter .newsletter .newsletter-bttn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
    height: 40px;
    background: #FC6E51;
    color: #fff;
    outline: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 0;
    margin: 0
}

#bottomfooter .newsletter .newsletter-bttn>span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

#bottomfooter .socialmed {
    list-style-type: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px;
    text-align: center
}

#bottomfooter .socialmed>li {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 1px;
    margin: 0
}

#bottomfooter .socialmed>li>a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: table;
    width: 21px;
    height: 21px;
    background: #E6E9ED;
    color: #434A54;
    text-align: center;
    font-size: 12px
}

#bottomfooter .socialmed>li>a.socmedf:hover {
    background: #4A89DC;
    color: #fff
}

#bottomfooter .socialmed>li>a.socmedt:hover {
    background: #3BAFDA;
    color: #fff
}

#bottomfooter .socialmed>li>a.socmedy:hover {
    background: #DA4453;
    color: #fff
}

#bottomfooter .socialmed>li>a.socmedg:hover {
    background: #E9573F;
    color: #fff
}

#bottomfooter .socialmed>li>a i {
    display: table-cell;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

#bottomfooter .copyright {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 0 6px
}

#bottomfooter .terms {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center
}

#bottomfooter .terms>a {
    color: #fff;
    opacity: .5
}

#bottomfooter .terms>a:hover {
    opacity: 1;
    text-decoration: underline
}

#bottomfooter .logo {
    display: block;
    width: 94px;
    height: auto;
    padding: 0;
    margin: 0 auto 10px;
    outline: 0;
    text-decoration: none
}

#bottomfooter .logo img {
    width: 100%;
    height: auto;
    margin: 0
}

.col-dash {
    width: 2.333333%;
    padding-top: 1%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (min-width:480px) and (max-width:599px) {
    #bottomfooter .colmn.colmn-e, #bottomfooter .colmn.colmn-d, #bottomfooter .colmn.colmn-c, #bottomfooter .colmn.colmn-b, #bottomfooter .colmn.colmn-a {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
    
    #bottomfooter .colmn-title {
        margin-bottom: 15px
    }
    
    
}

@media only screen and (min-width:321px) and (max-width:479px) {
    #bottomfooter .colmn.colmn-e,  
	  #bottomfooter .colmn.colmn-d,
    #bottomfooter .colmn.colmn-c,  
    #bottomfooter .colmn.colmn-b,  
    #bottomfooter .colmn.colmn-a {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
    
    #bottomfooter .colmn-title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:320px) {
    #bottomfooter .colmn.colmn-e,
    #bottomfooter .colmn.colmn-d,
    #bottomfooter .colmn.colmn-c,    
    #bottomfooter .colmn.colmn-b,    
    #bottomfooter .colmn.colmn-a {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center
    }
    
    #bottomfooter .colmn-title {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 768px) {
    .navbar-header {
        margin-left: 15px!important;
    }
}
@media only screen and (min-width:768px) and (max-width:959px) {
    #bottomfooter .colmn.colmn-e{
        float:none;
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-bottom:15px;
        text-align:center
    }
    
    #bottomfooter .colmn.colmn-d {
        width:33.33333%;
        height:auto;
        padding-top:20px;
        margin-bottom:20px;
        text-align:center
    }
    
    #bottomfooter .colmn.colmn-c {
        width:33.33333%;
        height:auto;
        padding-top:20px;
        margin-bottom:20px;
        text-align:center
    }

    #bottomfooter .colmn.colmn-b {
        width: 33.33333%;
        height: auto;
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }
    
    #bottomfooter .colmn.colmn-a {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }
    
    #bottomfooter .newsletter {
        display: table
    }
    
    #bottomfooter .newsletter .input-wrapper {
        float: left;
        width: 33.33333%;
        height: auto;
        padding: 0 20px 0 0;
        margin-bottom: 0
    }
    
    #bottomfooter .newsletter .input-wrapper>input[type=email],
    #bottomfooter .newsletter .input-wrapper>input[type=text] {
        height: 48px
    }
    
    #bottomfooter .newsletter .newsletter-bttn {
        float: left;
        height: 48px;
        width: 33.33333%
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    #bottomfooter .colmn.colmn-e{
        float:none;
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-bottom:15px;
        text-align:center
    }

    #bottomfooter .colmn.colmn-d{
        width:33.33333%;
        height:auto;
        padding-top:20px;
        margin-bottom:20px;
        text-align:center
    }

    #bottomfooter .colmn.colmn-c {
        width:33.33333%;
        height:auto;
        padding-top:20px;
        margin-bottom:20px;
        text-align:center
    }
  
    #bottomfooter .colmn.colmn-b {
        width: 33.33333%;
        height: auto;
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }
    
    #bottomfooter .colmn.colmn-a {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }
    
    #bottomfooter .colmn-title {
        margin-bottom: 15px
    }
}
/* end footer */


@media only screen and (max-width: 767px) {
	.sep {
		display: table;
		opacity: 1;
		float: none;
	    width: 100%;
		height: auto;
	    padding: 0;
	    margin: 0;
	    list-style-type: none;
	}
	.sep li {
		width: 50%;
		display: block;
		float: left;
	    height: 77px;
	    padding: 20px 10px 0;
	    margin: 0;
	}
	.sep li a {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		text-align: center;
		text-decoration: none;
		outline: 0;
	    border: 1px solid rgba(255,255,255,.25);
	    color: #fff!important;
	}
	.sep li a:hover {
		border-color: #fff;
	}
	.sep li #signup {
	    background-color: #FC6E51; 
	    border: 2px solid #FC6E51;
	}
	.sep li #signup:hover {
		background-color: #E9573F;
		border-color: #E9573F;
	}

	ul.sep-menu {
		display: table;
		float: none;
/*		background: rgba(0, 0, 0, 0.48);
		border-top: 1px solid rgba(255,255,255,.25);*/
		position: relative;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		list-style-type: none;
	}

	ul.sep-menu > li {
		float: none;
		width: 100%;
		/*border-bottom: 1px solid rgba(255,255,255,.25);*/
		display: block;
		position: relative;
		padding: 5px;
		margin: 0;
	    border-left: 0 solid #5D1A0F;
	    border-left: 1px;
	}

	ul.sep-menu > li > a {
		margin: 0;
	    text-decoration: none;
	    text-align: left;
	    outline: 0;
	    color: #9d9d9d;
	    font-size: 14px!important;
	}
	ul.sep-menu > li a:hover {
        color: #fff;
	}

	.drop-menu-visible {
		height: 14em!important;
	}

	div.drop-menu {
		transition: height 0.1s ease-in;
	    /*height: 160px!important;*/
	    width: 100%!important;
		background: none!important;
	}

	div.drop-menu .cont-box {
		width: 99%;
	    margin: 0px;
	    padding: 0px 18px;
	    background: none;
	}

	div.drop-menu li {
		border-bottom: none;
	}

	ul.drop-menu li a {
		font-size: 12px!important;
        text-decoration: none;
	}
	ul.drop-menu li a:hover {
		border: none;
		margin-left: 0;
        color: #fff;
	}

	ul.drop-menu li a:hover ul.sep-menu li {
		border-left: none!important;
	}

	.drop-menu:before {
		display: none;
	}
}
.navbar-brand {
	display: block;
	padding: 0;
	position: relative;
}
.nav>li>a {
	padding: 5px 10px;
    margin-left: 5px;
	font-family: 'Open Sans Light';
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.start-journey {
    margin-top: 40px;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.start-journey span {
    padding: 17px 35px 17px 35px;
    background-color: #78A72F;
    border-radius: 0.3em .3em;
}

.start-journey:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #78A72F;
    clear: both;
    margin-top: 36px;
    left: 48.9%;
}
  
}

/*--------feat---------*/
.featured .feat {
	text-align: left;
	height: 283px;
	background-size: cover;
}
.featured .feat > div {
	padding: 25px 25px 10px 25px;
	cursor: pointer;
}
.featured .feat > div {
    -webkit-transition: background 0.3s;
   -moz-transition: background 0.3s;
     -o-transition: background 0.3s;
        transition: background 0.3s;
}
.featured .feat > div.bgf {
	background: rgba(0, 0, 0, 0.3);
}
.featured .feat > div:hover {
	background: rgba(135, 135, 135, 0.3);
}
.featured .feat-a {
	background: url('/images/bg-feat1.jpg') no-repeat;
}
.featured .feat-b {
	background: url('/images/bg-feat2.jpg') no-repeat;
}
.featured .feat-c {
	background: url('/images/bg-feat3.jpg') no-repeat;
}
.featured .feat-d {
	background: url('/images/bg-feat4.jpg') no-repeat;
}
.featured .feat h1,
.featured .feat p {
	color: #fff;
	height: 60px;
	text-decoration: none;
}
.featured .feat .title {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
}

.featured .feat .desc {
	text-align: left;
	overflow: hidden;
}

/* necessary plugin styles */
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-top: 2px;
  margin-bottom: -7px;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.ellip-mh-4-9rem {
	max-height: 4.9rem;
	overflow: hidden;
}
/*end*/

.featured .feat .desc a {
	color: #fff;
}
.featured .feat .desc a:hover span, .featured .feat .desc a span:hover {
	text-decoration: underline;
}

#stories-list iframe {
	vertical-align: middle;
}

.featured .feat .title a {
	font-size: 18px;
	color: #fff;
}

.featured .row-fluid .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
.featured .row-fluid .col-md-3 .bg-filter {
	margin-top: -24px;
	padding-top: 24px;
	margin-left: -25px;
	padding-left: 25px;
	margin-right: -25px;
	padding-right: 25px;
	min-height: 282px;
	margin-bottom: -25px;
}
.bg-filter {
	background: rgba(0, 0, 0, 0.3)!important;
}
.bg-filter2 {
	background: rgba(0, 0, 0, 0.55)!important;
}
.bg-filter3 {
	background: rgba(0, 0, 0, 0.5)!important;
}
.featured .feat .infos {
	margin-top: 50px;
	vertical-align: baseline;
}
.featured .feat .infos img.pull-left {
	height: 50px;
}
.featured .feat .infos a {
	padding-top: 16px;
	color: #fff;
	text-transform: uppercase;
}
.featured-box .legend {
	font-size: 11.5px;
	color: #616161;
}
.featured-box .legend.orange {
	margin-bottom: 2px;
	/*padding-left: 20px;*/
}
.featured-box .title {
	margin-bottom: 2px!important;
}
.featured-box.rel .abs {
	right: 0;
	top: 0;
}
.featured-box.rel .abs img {
	margin-right: 0;
}
.featured-box img.pull-left {
	margin-bottom: 20px!important;
	max-width: 25.6%;
}
.featured-box .details {
	min-height: 125px;
}
.exclusive {
	background-color: #f1f1f1;
}
.wraptw {
	padding-top: 80px;
}
.ex-entry.wrap {
	padding: 18px 22px 5px 18px!important;
}
.ex-entry.wrapb {
	padding: 18px 22px;
}
.halves {
	margin: 0 -22px 0px -22px;
}
.ex-entries .more2 {  
	margin: -3px -22px -25px -22px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: none!important;
	background: url('/limg/more-d.jpg') no-repeat;
	padding-bottom: 15px;
	background-size: cover;
}
.ex-entries .more2 a {
	padding-bottom:0px;
	border-top: 1px solid rgba(255,255,255,0.6);
	margin-top: 5px;
}
.halves .ex-b-c {
	/*background: url('/limg/article-3.jpg') no-repeat;*/
	background-size: cover;
	height: 111px;
}
.halves .ex-b-c > div, .halves .ex-b-d > div {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.halves .ex-b-c:hover > div, .halves .ex-b-d:hover > div {
	opacity: 1;
}
.halves .ex-b-c .ex-b-c-c {
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
	padding-right: 15px;
	padding-bottom: 24px;
	margin-bottom: 0;
	height: 8em;
}
.halves .ex-b-d {
	background: url('/limg/article-4.jpg') no-repeat;
	background-size: cover;
	height: 110px;
}
.halves .ex-b-d .ex-b-b-d {
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
	padding-right: 15px;
	padding-bottom: 24px;
	margin-bottom: 0;
	height: 8em;
}
.halves .col-md-6 {
	padding-bottom: 15px;
}
.halves .col-md-6 .title {
	padding-top: 15px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.halves .col-md-6 .title a {
	font-size: 13.5px;
	line-height: 18px;
}
.ex-entry.wrapb p {
	margin-bottom: 0;
	padding-top: 15px;
}
.ex-entry.wrapb p:nth-child(3) {
	/*height: 38px;*/
	 overflow:hidden;
    text-overflow:ellipsis;
	overflow: hidden;
}
.ex-entry.wrapb > .title {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 30px;
	overflow: hidden;
	height: 22px;
}
.exclusive small {
	font-size: 10px;
}
.exclusive small.tag {
	color: #fff;
	background: rgba(0,0,0, .5);
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.exclusive .ex-entries small.tag {
    font-size: 15px!important;
    font-weight: 600;	
}
.ex-entries {
	margin-bottom: 20px;
}
.ex-entries .ex-a {
	/*background: url('/images/bg-ex-1.jpg') no-repeat;*/
	background-size: cover;
}
.ex-entries .ex-a .ex-a-a {
	margin: -18px -22px -4px -18px;
	padding: 19px 22px 4px 18px;
	background: rgba(0, 0, 0, 0.48);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ex-entries .ex-b {
	background: rgba(21, 21, 21, 0.6);
}
.ex-entries .ex-c {
	background: url('/images/bg-ex-3.jpg') no-repeat;
}
.ex-entries .ex-f {
	background: url('/images/bg-ex-8.jpg') no-repeat;
}
.ex-entries .ex-g {
	background: url('/images/bg-ex-9.jpg') no-repeat;
}
.ex-entries .ex-h {
	background: url('/images/bg-ex-10.jpg') no-repeat;
}
.ex-entries .more {
	border-top: 1px solid rgba(255,255,255,0.6);
}
.ex-entries .ex-b-b {  
	background-size: cover;
	margin: -18px -22px 0 -22px;
}
.ex-entries .more a {
	color: #fff;
	display: block;
	padding: 18px 0;
	text-transform: uppercase;
	font-size: 12px;
	background: url('/images/arrow-r.png') 100% 50% no-repeat;
}
.ex-entry.ex-a .title {
	margin-top: 97px;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 55px;
}
.ex-entry .title a {
	color: #fff;
	line-height: 28px;
}
.ex-entry .title a:hover {
	text-decoration: none;
}
.ex-entry p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}
.ex-entry a.read-more {
	font-weight: bold;
	color: #fff;
}
.ex-entry a.read-more:after {
	content: '»';
}
.ex-entry > a:hover{
	text-decoration: none;
}
.exclusive .cta .wrapb {
	padding: 23px 20px;
}
.exclusive .cta a {
	font-size: 22px;
	color: #fff;
}
.tags small {
	display: inline-block;
	margin: 3px 2px;
	cursor: pointer;
}
.ex-b .more a {
	background-position: 100% 102%;
}
.exclusive .cta .ex-g a {
	font-size: 21px;
}
.exclusive .cta .ex-h a {
	font-size: 18px;
}
.opportunities .title {
	font-size: 18px;
}
.opportunities .box {
	border: 1px solid #ccc;
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0px;
}
.opportunities .rounded .title, .opportunities .rounded .title a {
	color: #000;
	font-size: 18px;
	display: inline-block;
	line-height: 22px;
	width: 100%;
	margin: 0;
}

p.ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ex-ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('/xml/ellipsis-xbl.xml#ellipsis');
}

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.opportunities .rounded .title a:hover {
	text-decoration: none;
	color: #cf5700;
}
.opportunities .rounded > small {
	background: url('/images/icon-like.png') left center no-repeat;
	display: inline-block;
	padding-left: 15px;
	color: #616161;
}
.opportunities .rounded {
	padding: 17px 20px 15px 20px;
	text-align: left;
	height: 200px;
}
.opportunities .rounded p {
	font-size: 12px;
	color: #686868;
	height: 70px;
}
.opportunities .rounded .foot small {
	font-size: 11px;
	text-transform: uppercase;
}
.opportunities .more-d {
	padding: 12px 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 20px;
}
.opportunities .more-d a {
	font-size: 11px;
	color: #cf5700;
	text-transform: uppercase;
}

/*--------------------career-------------------*/
.career {
	/*background-color: #333333;*/
	background: url('/images/bg-top-scholarship-specific.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.career h2 {
	color: #fff;
}
.career .subheadling {
	color: #9f9f9f
}
.career .thumbs {
	border: 1px solid #000;
	padding: 14px 18px;
	text-align: left;
	margin-bottom: 25px;
}
.career .thumbs .thumbs-rel-filter {
	margin: -14px -18px -14px -18px;
	padding: 14px 18px 14px 18px;
}
.career .thumbs .set-h {
	height: 170px;
	overflow: hidden;
}
.career .thumbs h2, .career .thumbs h3 {
	font-size: 18px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 25px;
}
.career .thumbs h2 a, .career .thumbs h3 a {
	color: #fff;
}
.career .thumbs h2 a:hover, .career .thumbs h3 a:hover {
	color: #cf5700;
	text-decoration: none;
}
.career .thumbs p {
	color:  #fff;
	font-size: 13px;
	height: 75px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.career .thumbs .view {
	bottom: 0px;
	background: rgba(207,87,0,0.45);
	width: 100%;
	text-align: center;
	left: 0;
	color: #fff;
	font-size: 11px;
	padding: 8px 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    display: block;
    position: absolute;
}
.career .thumbs .view:hover {
	background: rgba(207,87,0,0.75);
	text-decoration: none;
}
.career .thumbs:nth-child(1) {
	background: url('/images/bg-career1.jpg')  no-repeat;
	/*background-size: 263px 197px!important;*/
}
.career .thumbs:nth-child(2) {
	background: url('/images/bg-career2.jpg')  no-repeat;
}
.career .thumbs:nth-child(3) {
	background: url('/images/bg-career3.jpg')  no-repeat;
}
.career .thumbs:nth-child(4) {
	background: url('/images/bg-career4.jpg')  no-repeat;
}
.career .thumbs:nth-child(5) {
	background: url('/images/bg-career5.jpg')  no-repeat;
}
.career .thumbs:nth-child(6) {
	background: url('/images/bg-career6.jpg')  no-repeat;
}
.career .thumbs:nth-child(7) {
	background: url('/images/bg-career7.jpg')  no-repeat;
}
.career .thumbs:nth-child(8) {
	background: url('/images/bg-career8.jpg')  no-repeat;
}

/*--------------------reach-------------------*/
.twitter p {
	background: url('/images/bg-tw.png') 5% 50% no-repeat;
	/*height: 33px;*/
	font-size: 18px;
}
.twitter a {
    position: absolute;
}
.twitter > p {
	margin-bottom: 0;
	padding: 0 10% 0 10%;
}
.twitter a,
.twitter span {
	color: #97bd56;
}
.twitter .arrow-left {
	left: 0;
	top: 10%;
	width: 14px;
}
.twitter .arrow-right {
	right: 0;
	top: 10%;
}
.twitter .arrow-right img {
	width: 14px;
}
.twitter .arrow-left img {
	width: 14px;
}
.gray {
	color: #686868!important;
}
.reach .box a,
.reach .box h3,
.reach .box small {
	color: #fff;
}
.reach .box h3 {
	font-size: 18px;
	margin-top: 0;
}
.reach .options .box {
	display: inline-block;
	padding: 60px 30px 16px 30px;
	width: 100%;
}
.reach .box div.bg-filter3 {
	margin: -60px -30px -15px -30px;
	padding: 60px 30px 15px 30px;
}
ul.options {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.options li:nth-child(1) a {
	background: url('/images/bg-reach1.jpg')  no-repeat;
}
.options li:nth-child(2) a {
	background: url('/images/bg-reach2.jpg')  no-repeat;
}
.options li:nth-child(3) a {
	background: url('/images/bg-reach3.jpg')  no-repeat;
}
.options li:nth-child(4) a {
	background: url('/images/bg-reach4.jpg')  no-repeat;
}
.options li a:hover {
	text-decoration: none;
}
.reach .options small {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 40px;
	display: block;
}

.what .title {
	font-size: 18px;
	margin-bottom: 0;
	color: #1c1c1c;
}
.line {
	display: inline-block;
	border-bottom: 3px solid #cf5700;
	width: 45px;
}
.what .line {
	margin-top: 8px;
	margin-bottom: 20px;
}
.what p {
	color: #686868;
	line-height: 23px;
}
.seen {
	border-top: 1px solid #f0f0f0;
	padding: 35px 0;
}
.seen-img img {
	margin: 8px 30px;
	
}
.seen .row {
	
}
.block a {
	display: block;
	margin-bottom: 8px;
}

/*innerpages*/
#top-events, #top-eventspecific {background: url('/images/bg-top-events.jpg') no-repeat;}
#top-careers {
	background: url('/images/bg-top-careers.jpg') no-repeat;
}
#top-stories {
	background: url('/images/bg-top-stories.jpg') no-repeat;
}
#top-programs {
	background: url('/images/bg-top-programs.jpg') no-repeat; 
}
#top-scholarship {background: url('/images/bg-top-scholarship-specific.jpg') no-repeat;}
#top-airfare {background: url('/images/bg-airfare.jpg') no-repeat;}
#top-guides {background: url('/images/bg-guide-specific.jpg') no-repeat;}
#top-partner-specific {background: url('/images/bg-partner-specific.jpg') no-repeat;}
#top-advertise {background: url('/images/bg-top-programs.jpg') no-repeat;}
#top-continent {background: url('/images/bg-top-continent.jpg') no-repeat;}
#top-world {background: url('/images/bg-top-world.jpg') no-repeat;}
#member {background: url('/images/bg-member.jpg') no-repeat;}
.degrees .full {background: url('/images/bg-sidebar-photography.jpg') no-repeat;}
.degrees .full-b {background: url('/images/bg-sidebar-c.jpg') no-repeat;}
.degrees .halves-a {background: url('/images/bg-sidebar-a.jpg') no-repeat;}
.degrees .halves-b {background: url('/images/bg-sidebar-b.jpg') no-repeat;	}
.big-image {
	text-align: center;
	color: #fff;
	min-height: 290px;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
.big-image > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}
#member .rounded-image-header {
	margin: auto;
}
#member header {
	padding-bottom: 50px;
}
#lets-talk {
	margin-top: 60px;
}
.advertise-cont p {
	font-size: 15px!important;
	line-height: 24px!important;
}
section.advertise > .container{
	padding: 60px 0;
	margin-top: 60px;
	border-top: 1px solid #ccc;
}

#partner-registration .cs input[type="text"],
#partner-registration .cs input[type="email"],
#partner-registration .cs input[type="password"],
#partner-registration .cs button,
#partner-registration .cs textarea {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	height: inherit;
}

#lets-talk input[type="text"],
#lets-talk input[type="email"],
#lets-talk input[type="password"],
#lets-talk button,
#lets-talk textarea {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	height: inherit;
}

#lets-talk button {
	color: #fff;
}
#lets-talk textarea {
	min-height: 159px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px;
}
#advertise .fullw-btn button {
	width: 200px;
}
.big-image .btn-orange {border: none!important; font-size: 14px!important;}
.big-image .title {font-size: 33px;margin-bottom: 25px; margin-top: 25px; min-height: 3em;}
.big-image a {color: #fff; padding: 6px 20px; border: 2px solid #6dcff6; border-radius: 4px; background-color: rgba(0, 0, 0, 0.34);}
.big-image a:hover {text-decoration: none; background-color: #6dcff6;}
#share-something{background: url('/images/bg-something-share.jpg') no-repeat; background-size: cover;}

#advertise .fullw-btn {
	margin: auto;
}

#member .rounded-image-header {
	margin: auto;
}
#member header {
	padding-bottom: 50px;
}
#lets-talk {
	margin-top: 60px;
}
.advertise-cont p {
	font-size: 15px!important;
	line-height: 24px!important;
}
section.advertise > .container{
	padding: 60px 0;
	margin-top: 60px;
	border-top: 1px solid #ccc;
}
#lets-talk input[type="text"],
#lets-talk input[type="email"],
#lets-talk button,
#lets-talk textarea {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	height: inherit;
}
#lets-talk button {
	color: #fff;
}
#lets-talk textarea {
	min-height: 159px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px;
}
#advertise .fullw-btn button {
	width: 200px;
}

#top .navbar {
	background: #232323;
}

.top-nav-dup {
	display: none;
}

/* fixed top nav */
@media only screen and (min-width: 768px) {
	.f-block .block-wrapper {
		max-width: 750px;
	}
	.drop-menu .cont-box {
		padding: 10px;
	}
	.top-fixed .top-nav-dup {
		display: block;
		height: 118px;
	}

	.top-fixed .navbar {
		background: #232323!important;
		position: fixed;
		width: 100%;
		z-index: 999;
		border-radius: 0!important;
		top: 0;
	}

	.top-fixed .navbar .socials {
		display: none;
	}

	.top-fixed .header-navbar .navbar {
		min-height: auto!important;
	}

	.top-fixed .navbar-brand {
		top: 0!important;
	}

	.top-fixed .navbar-brand img {
		width: 70%!important;
	}
}

.header-navbar .navbar {
	min-height: 50px;
    border-radius: 0;
}
/*.header-navbar .navbar #navbar {
	padding-bottom: 20px;
}*/
.header-navbar header {
	padding: 15px 0;
	min-height: 50em;
}
.header-navbar h1 {
	font-size: 36px!important;
	margin-bottom: 10px;
	margin-top: 100px;
}
.header-navbar header > div > div.col-md-12 {
    margin-top: -20px;
}
.breadcrumbs li {
	border: none;
	text-transform: uppercase;
}
.breadcrumbs li a:hover {
	border-bottom: 2px solid #d05700;
}
.breadcrumbs li:before {
	content: '>';
}
.breadcrumbs li:first-child:before {
	content: ''!important;
}
.inner-page h2 {
	font-size: 24px;
	color: #d05700;
    font-family: 'Open Sans Regular';
}
.inner-page h3 {
/*	margin-top: 50px;*/
	font-size: 18px;
	color: #d05700;
	line-height: 27px;
}

h2.page-sub-title {
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans Light'
}

.seen h3 {
	color: #686868;
	font-size: 20px;
	margin-top: 30px;
}

.inner-page .content-title {
	margin-top: 50px;
	font-size: 18px;
	color: #d05700;
	line-height: 27px;
}
ol li {
	font-size: 18px;
	color: #d05700;
}

.guides-nl li {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	line-height: 35px;
}

ol li p {font-family: 'Open Sans', sans-serif!important;}
ol li h3 {margin-top: 30px!important;}
.nav-buttons .btn {
	background-color: #f4f4f4;
	color: #6d6d6d;
}
.p-desc {
	min-height: 60px;
    margin-bottom: 50px;
}
a.contact-us {
	cursor: pointer;
}
a.contact-us:hover {
	background-color: #0785B9;
}
.nav-buttons .btn span {color: #d0d0d0; margin:0 8px;}
.top-header {
	min-height: 25em!important;
}
.top-header .col-md-12 {
	min-height: auto!important;
	padding-bottom: 6%;
}
.nav-buttons .btn:hover {background-color: #6d6d6d; color: #fff;}
.heading h2 {margin-top: 50px; margin-bottom: 25px;}
.box {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
    border-radius: 5px;
}
.dark {
    border: 1px solid #8e8e8e!important;
}
.guides .box {
	border: 0;
	border-bottom: 1px solid #dfdfdf;
}
.box-nav {
	list-style-type: none;
	padding-left: 0;
	border-top: 1px solid #dfdfdf;
}
.box-nav li:hover,
.box-nav li.active {
	background-color: #d05700;
}
.box-nav a {
	color: #252525;
}
.box-nav li:hover,
.box-nav li:hover a,
.box-nav li a:hover,
.box-nav li.active a {
	color: #fff!important;
	text-decoration: none;
}

.box-nav li {
	padding: 10px 25px;
}
.box.notop {border-top: 0px;}
.box-nopadding {padding: 0px!important;}
.box p {color: #252525;}
.box p.s-cont {
	height: 4.5rem;
}
.box.sidebar {
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
}
.box.sidebar .indent {
	padding: 0 15px;
	font-size: 13px;
}
.sidebar-video .details {
	padding: 20px;
}
.sidebar-video .details {background: #f1f1f1 url('/images/bg-sidebar-video.jpg') no-repeat bottom right;}
.sidebar-video .details .title {color: #515151!important; padding-top: 0!important; padding-left: 0!important;}
.sidebar-video .details p {color: #515151!important; font-size: 12px!important; line-height: 22px;}
.sidebar-video .details img {margin-bottom: 0!important; margin-right: 15px;}
.box.month-wrap {
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
    border-radius: 1px solid #ccc;
}
.box>.clearfix>.col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.box-thumbs img {margin-bottom: 0px!important;padding-right: 5px;}
.box-thumbs .title {
	/*font-family: 'TisaOT-Bold'; */
	font-size: 21px; 
	margin-bottom: 20px; 
	margin-left: 20px;
}
.continent .box .title {
	/*font-family: 'TisaOT-Bold';*/
	font-size: 21px; 
	margin-bottom: 20px;
	margin-top: 0px;
}
.box-thumbs p {font-size: 14px;margin-left: 20px;}
.box-thumbs p.caption {height: 100px;}
.box-thumbs .details h3.title {color: #252525;margin-top: 0;}
.box-thumbs .details h3.title a {color: #252525;}
.box-thumbs .details h3.title a:hover {color: #009dac; text-decoration: none;}
.box-thumbs .box-footer {margin-top: 20px;}
.testimonials {
	margin-top: 50px;
	padding: 36px 0 65px;
	background-color: #f9f9f9;
}
.flight-search {
	padding: 5%;
}

.time {color: #808080;}
.title-link {
	color: #252525;
}
.events-title, .jobs-title {
	/*font-family: 'TisaOT-Bold'; */
	font-size: 21px; 
	color: #252525; 
	margin-bottom: 10px; 
	display: block; 
	margin-top: 0!important;
}
.events-title a {color: #000;}
.events-title a:hover, .title-link:hover {text-decoration: none; color:  #009dac;}
.month {font-size: 20px; margin-bottom: 0; font-weight: 700;}
.date {font-size: 60px; margin-bottom: 0; color: #252525;}
.year {font-size: 20px; color: #808080!important; margin-bottom: 0;}
#flight-search-form input[type="radio"]{
	margin-right: 10px;
}
#flight-search-form .trip-radio {
	padding: 8px 0;
}
.rounded-image {
	border-radius: 100px;
	overflow: hidden;
	height: 150px;
	width: 150px;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control {
	color: #444;
	text-shadow: none;
}
.carousel-control span.ext-2 {
	background: rgba(0, 0, 0, 0.48);
}
.carousel-control:focus, .carousel-control:hover {
	color: #111;
}
div#carousel-featured-stories .carousel-control {
    width: 2%;
}
#testimonials em {
	font-size: 18px;
	/*font-family: 'TisaOTRegular';*/
}
header .btn-fullgreen {width: 100%;}
header .form-control {height: 38px;}
.jobs .box-footer img {
	width: 20px; margin-right: 5px;
	float: left;
}
.box-footer {
	padding-top: 15px;
	margin-top: 5px;
	border-top: 1px solid #dfdfdf;
}
.box-footer em {
	font-weight: 600;
	color: #616161;
}
.box-footer a {
	color: #252525;
}
.tag-cloud {
	/*font-family: 'DINProBold'; */
	font-size: 14px;
}
.tag-cloud span {
	display: inline-block;
	padding: 4px 6px;
	border-radius: 4px;
	background: rgba(0,0,0,0.5);
	font-size: 10px;
}
.tag-cloud span a {
	cursor: pointer;
}
#search-scholarship select {
	-webkit-border-radius: 2px!important;
	border-radius: 2px!important;
	border: 2px solid #fff!important;
	background: rgba(255,255,255,0.47);
	color: #fff;
	/*font-family: 'DINProBold';*/
	text-shadow: 0 2px 4px #4A4A4A;
}
#search-scholarship .col-md-3,
.fullw-btn .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
#search-scholarship .form-control,
#search-scholarship .btn {
	height: 40px;
}
.degrees p {
	color: #fff!important;
	font-size: 13px;
}
.degrees .more {
	/*font-family: 'DINProBold';*/
}
.degrees a:hover, .degrees a {color: #fff!important;}
.degrees .title {
	/*font-family: 'TisaOT-Bold'; */
	font-size: 16px;
}
.degrees .full-b {
	padding: 24px 15px;
}
.degrees .full-b a {
	display: block;
	height: 22px;
	width: 100%;
	background: url('/images/arrow-r.png') 100% 50% no-repeat;
}
.degrees .full,
.degrees .halves-a,
.degrees .halves-b {
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
}
.degrees .halves-a a,
.degrees .halves-b a{
	display: table-cell!important;
	vertical-align: bottom;
}
.sidebar-title h3 {
	background: url('/images/bg-sidebar-normal.jpg') top right no-repeat;
	color: #d05700;
	padding: 15px;
	margin: 0;
	font-size: 2rem;
    /*font-family: 'DINProBold';*/
    text-transform: uppercase;
}
.sidebar-title h3 a,
.sidebar-title h3 a:hover {
	color: #727272!important;
	font-size: 12px;
}
.blue {
	color: #228CCE;
}
.sidebar-title h3 a {text-transform: capitalize;}
.career-destination .item-a,
.career-destination .item-c {
	background: url('/images/bg-career-destination-a.jpg') no-repeat;
	padding: 20px 0 10px;
}
.career-destination .item-b {
	background: url('/images/bg-career-destination-b.jpg') no-repeat;
	padding: 20px 0 10px;
}
.career-destination .title {
	font-size: 18px;
	/*font-family: 'TisaOT-Bold';*/
}
.career-destination .title a,
.career-destination p,
.career-destination .more  {
	color: #fff;
}
.career-destination .more {
	font-size: 12px;
	/*font-family: 'DINProBold';*/
	background: url('/images/arrow-r.png') 100% 100% no-repeat;
	width: 100%;
	display: block;
	height: 32px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.career-destination .carousel-control {color: #fff;}
.guide-to-overseas .rel p.title {
	width: 100%;
	bottom: 0;
	padding: 16px 0px;
	z-index: 22;
	background: rgba(208,87,0,0.5);
	text-align: center;
	/*font-family: 'TisaOT-Bold';*/
	color: #fff;
	margin-bottom: 0;
}
.guide-to-overseas p.title {
	font-size: 18px!important;
	/*font-family: 'TisaOT-Bold'!important;*/
	background: url('/images/bg-title.png') bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.guide-to-overseas p {font-size: 13px; color: #252525;}
.guide-to-overseas a.more {color:#77a822; margin-bottom: 20px; }
.guide-to-overseas div.orange {
	padding: 15px;
}
.guide-to-overseas div.orange a {
	color: #fff; font-weight: 600;
}
.specific h2 {margin-top: 50px;}
.specific h2:first-child {margin-top: 0px!important;}
.specific p {font-size: 15px; line-height: 24px; color: #252525;}
.specific ul li {
	margin-bottom: 15px;
	list-style-type: none;
	background: url('/images/bg-li.png') left no-repeat;
	padding-left: 25px;
}

.specific ul li.nobg {
	background: none;
}

.specific ul {padding-left: 15px!important; margin-top:20px;}

.specific .sidebar .title {
	border-top: 1px solid #dfdfdf;
	color: #d05700;
	padding: 15px 15px 0;
	margin-bottom: 5px;
	/*font-family: 'DINProBold'!important;*/
}
.specific .sidebar .title:first-child {
	border: none;
}
.specific .sidebar ul li:before {
    /*content: "- ";*/
    font-size: 19px;
    color: #252525;
    margin-right: 1px;
}
/*.specific .sidebar ul li {
	background: none;
	margin-bottom: 0;
	padding-left: 0px;
}*/
.specific img {
	margin-bottom: 20px;
}
.specific .sidebar ul li a {color: #252525;}
.social-shares img {margin-bottom: 0!important; margin-left: 5px;}
.social-shares em {margin-right: 8px;}
.social-shares.padding {padding: 0 15px;}
.table-bordered > tbody > tr > td {
	padding: 0;
}
.table-inside td {border-bottom: 1px solid #dfdfdf; padding: 5px 10px;}
.table-inside td p {
	margin-bottom: 30px;
}
.table-inside td {padding: 15px;}
.table-inside td.noborder {border-bottom: 0px!important;}
.table a {color: #ff7410;}
.table em {color: #808080;}
.display-table {display: table;}
.display-table img,.display-table p {vertical-align: middle;}
.box-entry {padding:15px 0; border-top:1px solid #dfdfdf;}
.box-entry img {margin: 0 0 20px 0;}
.box-entry .title, .box-entry .title2 {
	margin-bottom: 0;
	/*font-family: 'DINProBold'!important;*/
}
.box-entry a {color: #ff7410;}
.box-infos h3 {margin-top: 0px; margin-bottom: 1px;}
.box-infos p {margin-bottom: 0;}
.box-infos,.box-infos p {font-size: 13px; color: #252525;}
.box-infos.box-entry:first-child {border-top:0px;}
.box-infos img {display: inline-block; margin-right: 12px;}
.feat-article img {
	margin-right: 20px;
	width: 40px;
}
.feat-article .title {
	color: #252525!important;
	padding-top: 0!important;
	padding-left: 0px!important;
	margin-bottom: 0px!important;
}
.feat-article .author {font-size: 12px!important;color: #323232!important;}
.feat-article .title a {
	color: #252525;
	text-decoration: none;
}
.feat-article .title a:hover {
	color: #454545;
	text-decoration: none;
}
img.bordered {border: 3px solid #f1f1f1;border-radius: 3px;}
.author-wrap {margin-top: 40px; padding: 45px 0 25px; background: url('/images/sep.jpg') top center no-repeat;}
.commentbox textarea {
	float: right;
	width: 87%;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	height: 80px;
}
.commentbox .col-md-1,
.commentbox .col-md-11 {
	padding-left: 0px;
	padding-right: 0px;
}
.commentbox .col-md-1 {padding-right: 20px;}
.commentbox img {margin-right: 20px!important;}
.comment-entry img {margin-right: 20px!important; margin-bottom: 0px!important;}
.comment-entry .title {margin-bottom: 0px;}
.comment-entry .date {font-size: 15px; color: #808080; margin-left: 20px;}
.comment-entry p:nth-child(3) {margin-left: 80px!important;}
h3 span.glyphicon {
	font-size: 18px!important;
	margin-right: 10px;
}
.has-captions .box p {
	font-size: 14px!important;
	color: #252525!important;
}
.has-captions img {
	margin-bottom: 0;
}
.has-captions .rel {
	min-height: 107px;
}
.has-captions .orange .title,
.has-captions .orange .sub-title,
.has-captions .orange .title a {
	color: #fff;
}
.has-captions .orange .title a:hover {
	color: #515151;
	text-decoration: none;
}
.has-captions .orange .title {
	/*font-family: 'TisaOTRegular';*/
	font-size: 25px;
}
.has-captions .orange .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.has-captions .orange {
	bottom: 0px;
	width: 100%;
	background-color: rgba(208,87,0,0.5);
}
.box.sidebar .links {
	padding: 0 15px;
	margin-bottom: 30px;
}
.box.sidebar .links a {
	display: block;
	color: #252525;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdf;
}
.box.sidebar .links a:hover {
	font-weight: bold;
	text-decoration: none;
}
.content-nav a {font-size: 15px; line-height: 40px!important;}
.content-nav {border-left: 2px dotted #ccc; margin-top: 25px;}
.content-nav a.active { font-weight: bold; color: #d05700!important;}
.content-nav .dd:before {
	content: " "!important;
   	width: 10px;
   	height: 10px;
    background-image: url('/img/box-plus.png');
    font-size: 19px;
    color: #fff;
    margin-right: 1px;
}
.content-nav {
    padding-left: 0px!important;
}
.content-nav li {
    list-style: none!important;
}
h3 span.glyphicon {
	font-size: 18px!important;
	margin-right: 10px;
}
.datas h1 {
	font-size: 49px;
	margin-bottom: 15px;
	/*font-family: 'DINProBold'!important;*/
	margin-top: 20px;
}
.datas h4 {
	font-size: 16px;
	/*font-family: 'DINProBold'!important;*/
	color: #333;
	margin-top: 0px;
}
.talk-to-us h3 {background: none!important;}
.talk-to-us .title {color: #333!important;}
.green .glyphicon.boxed {
	padding: 2px 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px!important;
	background-color: #77a822;
}
.has-captions .box p {
	font-size: 14px!important;
	color: #252525!important;
}
.has-captions img {
	margin-bottom: 0;
}
.has-captions .orange.caption {
	padding: 8px 25px;
}
.has-captions .orange .title,
.has-captions .orange .sub-title {
	color: #fff;
}
.has-captions .orange .title {
	/*font-family: 'TisaOTRegular';*/
	font-size: 25px;
}
.has-captions .orange .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.has-captions .orange {
	bottom: 0px;
	width: 100%;
	background-color: rgba(208,87,0,0.5);
}
.search-query .btn-orange {
	top: 0;
	right: 15px;
}

/*testing*/
.row-pin {
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}
.item .legend {margin-bottom: 10px!important;}
.select-countries .item {
	padding:  1.25rem;
}
.perror {
	color: #a94442;
}
.box.sidebar .links {
	padding: 0 15px;
	margin-bottom: 30px;
}
.box.sidebar .links a {
	display: block;
	color: #252525;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdf;
}
.box.sidebar .links a:hover {
	font-weight: bold;
	text-decoration: none;
}
.content .container .col-md-8 > p {
	line-height: 26px;
}
#guide-list, #stories-list, #continent-list, #country-list {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#stories-list small{
    text-transform: uppercase;
    color: #d05700;
    font-family: 'Open Sans Regular';
}
.guide-item {
    border: 1px solid #8e8e8e;
    padding: 10px;
    border-radius: 5px;
    width: 225px;
    height: 270px;
}

.guide-item.story {
    height: 290px;
}

.guide-item-img {
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
}

.guide-item .abs {
    color: #232323;
    padding-top: 10px;
    font-size: 14px;
    font-family: 'Open Sans Regular';
}

/*.continent-thumbs .abs {
	bottom: 0;
	padding: 18px 18px;
	width: 100%;
	background-color: rgba(69, 69, 69, 0.22);
}*/

.continent-thumbs li {
	display: inline-block;
	margin: 10px 6px;
}
.continent-thumbs li a {
	display: inline-block;
	color: #fff;
}
/*.continent-thumbs li p {
	font-family: 'TisaOT-Bold';
	margin-bottom: 0;
	font-size: 21px;
}*/
.continent-thumbs small {
	/*font-family: 'DINProBold';*/
}
.sidebar p {
	line-height: 22px;
}
.text-left {
	text-align: left!important;
}
/*end innerpages*/


/*globals*/
h2 {
	font-size: 30px;
	margin-bottom: 20px;
	/*font-family: 'DINProBold';*/
}
h3,.comment-entry .title {
	/*font-family: 'DINProBold';	*/
}
.dinpro {
	/*font-family: 'DINProBold'!important;*/
}
.block {display: block;}
.rel {position: relative;}
/*.abs {position: absolute;}*/
.radius,
.ex-entry,
.rounded,
.career .thumbs,
.options li,
.options li:nth-child(4) a,
.options li:nth-child(1) a,
.options li:nth-child(3) a,
.options li:nth-child(2) a,
#signup {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.featured .wrap,
.exclusive .wrap,
.opportunities .wrap,
.career .wrap,
.reach .wrap,
.what .wrap {
	padding: 55px 0;
}
.subheadline {
	font-size: 18px;
	color: #232323;
	line-height: 26px;
}
.featured .feat-a,
.featured .feat-b,
.featured .feat-c,
.featured .feat-d,
.ex-entries .ex-a,
.ex-entries .ex-b,
.ex-entries .ex-c,
.ex-entries .ex-d,
.ex-entries .ex-e,
.ex-entries .ex-f,
.ex-entries .ex-g,
.ex-entries .ex-h,
.career .thumbs:nth-child(1),
.career .thumbs:nth-child(2),
.career .thumbs:nth-child(3),
.career .thumbs:nth-child(4),
.career .thumbs:nth-child(5),
.career .thumbs:nth-child(6),
.career .thumbs:nth-child(7),
.career .thumbs:nth-child(8),
.options li:nth-child(4) a,
.options li:nth-child(1) a,
.options li:nth-child(3) a,
.options li:nth-child(2) a,
.top,
#top-events,
#top-stories,
#top-careers,
#top-scholarship,
#top-partner-specific,
#top-eventspecific,
#top-partner-specific,
.degrees .full-b,
.degrees .full,
.degrees .halves-a,
.degrees .halves-b,
.degrees .halves-c,
.career-destination .item-a,
.career-destination .item-b,
.career-destination .item-c,
#study-nz,
#top-airfare,
#top-guides,
#top-programs {
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100%;
}
#study-nz {
    background-size: auto 100% !important;
    background-position: center!important;
}
/*.landing-menu-divider2, .landing-menu-divider3 {
	padding-left: 45px!important;
	padding-right: 45px!important;
}*/

.dropdown > ul.s-landing-dropdown-menu {
	border: 2px solid white!important;
	/*background: linear-gradient(rgba(178, 178, 178, 0.64), rgba(0, 0, 0, 0.43))!important;*/
	padding: 15px!important;
}
.dropdown > ul.s-landing-dropdown-menu > li > a {
	/*color: white!important;*/
	/*text-shadow: 0 1.2px 0.2em black!important;*/
	cursor: pointer;
	text-decoration: none;
}
.dropdown > ul.s-landing-dropdown-menu > li > a:hover {
	background-color: rgba(6, 6, 6, 0.35)!important;
}
.dropdown > .landing-menu-lists {
	text-align: left!important;
	width: 100%!important;
	border: 1px solid white!important;
	color: white!important;
	/*background: linear-gradient(rgba(255, 255, 255, 0.44), rgba(116, 116, 116, 0.24))!important;*/
	background-color: rgba(255,255,255,0.3)!important;
	text-shadow: 0 1.2px 0.2em black!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
.pencil-wrapper {
    background: url('/img/broken_pencil.png') no-repeat center 0;
    background-size: 95%;
    height: 45rem;
    color: #252525;
    margin-top: 5%;
    padding-top: 10%;
}

.pencil-wrapper h1 {
	font-size: 100px!important;
}

.pencil-wrapper .lead a {
	color: #337ab7;
}
.pencil-wrapper .lead a:hover {
	color: #cf5700;
}
.dropdown-btn > .landing-menu-lists {
	width: 85%!important;
    border: 2px solid transparent!important;
    color: white!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    background-color: rgb(119, 168, 34);
    margin: 0px;
    margin-left: -15%;
    padding: 0px 0px 4px 0px;
}

.dropdown > .landing-menu-lists > ul, .dropdown-btn > .landing-menu-lists > ul {
	padding: 0px;
	margin: -11px 0px;
}

.dropdown > .landing-menu-lists > ul > li, .dropdown-btn > .landing-menu-lists > ul > li {
	white-space: normal;
	background-color: transparent;
}

.btn-green {color: #77a822; border: 2px solid #77a822;}
.btn-orange {color: #fff; background-color: #cf5700; text-transform: uppercase; font-size:11px;}
.btn-fullgreen {background-color: #77a822; color: #fff;border-radius: 5px;}
.btn-fullgreen:hover {background-color: #86bd26; color: #fff;}
.btn-orange,div.orange {color: #fff; background-color: #cf5700; text-transform: uppercase; font-size:11px;}
.btn-green:hover {color: #fff; background-color: #77a822;}
div.green {padding: 15px;background-color: #8bda01;text-transform: uppercase; font-size:11px;color:#fff!important;}
div.green a {color: #fff;font-weight: 600;}
.btn-orange:hover {color: #fff; background-color: #e15f00;}
.btn-lightorange {color: #fff; background-color: #ff8433; text-transform: uppercase; font-size:11px;}
.btn-lightorange:hover {color: #fff; background-color: #ff8f45;}
.btn-gray {background-color: #808080; color: #fff; padding:8px 25px;}
.btn-gray:hover {background-color: #656565; color: #fff;}
.orange,.sponsored strong {color: #ff7410!important;}
.green {color: #98cd3d!important;}
.green:hover {color: #74a71c;}
.gray {color: #727272;}
.gray:hover {color: #515151!important;}
.navbar-default .navbar-collapse {border: none;}
.navbar-collapse {border-top: 0px!important}
.orange-text {color: #cf5700!important;}
.fullw-btn .btn {
	width: 100%; margin-bottom: 15px;
	height: 42px;
	font-size: 15px;
}
.btn-blue {background-color: #0785b9;}
.btn-blue:hover {background-color: #0994cd;color:#fff;}
.btn-red {background-color: #d23131;}
.btn-red:hover {background-color: #ef4343;color:#fff;}
.btn-orange:hover {background-color: #ea6403!important; color: #fff!important;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #FC6E51;
	color: #fff;
	border-color: #FC6E51;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;	
}
/*.navbar-toggle .icon-bar {
    height: 3px;
}*/
.arrow-down {
	margin-top: 6px;
	margin-bottom: 0;
	text-align: right;
}
li > .arrow-down {
	float: right;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}
/*.inner-page .navbar-toggle {
  	margin-top: 15px;
}*/
.bld {
	font-weight: bolder;
}

.datas h2 {
	font-size: 30px;
}

.header-navbar header .container .col-md-12 {
	min-height: 33em;
}

.header-navbar header .sub-navbar {
	height: 20px;
}

.header-navbar header .sub-navbar a:hover, .header-navbar header .sub-nav a:hover {
	border-bottom: 2px solid #d05700;
}

.sub-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.sub-nav-nbl {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.padded {padding: 0 15px;}
.padded4 {padding: 0 4px;}
.nopd {padding: 0!important;}
.pb30 {padding-bottom: 30px!important;}
.mb0 {margin-bottom: 0!important;}
.nobg {background: none!important;}
.nobb {border-bottom: 0px!important;}
.fs24 {font-size: 24px!important;}
.pt11 {padding-top: 11px!important;}
.pb11 {padding-bottom: 11px!important;}
.pb0 {padding-bottom: 0;}
.pb55 {padding-bottom: 55px;}
.nomg {margin: 0!important;}
.nomt {margin-top: 0!important;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px!important;}
.mb80 {margin-bottom: 80px!important;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mr20 {margin-right: 20px;}
.ml60 {margin-left: 60px;}
.btn {display: inline-block; padding: 8px 12px; font-size: 14px;}
header h2.snippet {
	color: #fff;
	font-size: 18px;
	font-family: inherit;
}
.drop-menu {
	visibility: hidden;
	transition: visibility 0.1s ease-in;
}

.cont-box-visible {
	height: 15em!important;
}

.drop-menu .cont-box {
	background-color: #232323;
	position: absolute;
	z-index: 99;
    padding-top: 15px;
/*	margin-left: -50%;*/
    width: 18rem;
    transition: height 0.1s ease-in;
	margin-top: 5px;
	overflow: hidden;
}

/*.drop-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(21, 21, 21, 0.86);
    clear: both;
    left: 41%;
}*/
.drop-menu .cont-box ul {
	list-style: none;
    padding: 0;
    font-size: 14px;
}

.drop-menu .cont-box ul li {
	padding: 5px;
}
.drop-menu .cont-box ul li a {
	cursor: pointer;
    color: #9d9d9d;
    font-family: 'Open Sans Light';
    font-size: 14px;
}
.thumb {
    position: relative;
}
.thumb .act {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 1;
    text-indent: -9999px;
}
.thumb .act.act-email {
    background: transparent url("../img/action.email.png") no-repeat 0 0;
    bottom: 20px;
    left: 0px;
}
.thumb .act.act-linkedin {
    background: transparent url("../img/action.linkedin.png") no-repeat 0 0;
    bottom: 0px;
    left: 25px;
}
.thumb.fancy {
    display: block;
    max-width: 180px;
    max-height: 180px;
    padding: 9px;
    margin: 20px auto;
    background: #fff;
    border-radius: 160px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
}
.thumb.fancy img {
    line-height: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    max-width: 185px;
}
/*responsive*/
 @media only screen and (max-width : 1200px) {
 		.ex-entry.ex-a .title {
			width: 100%;
		}
		.career .thumbs .set-h {
			height: 170px;
		}
		.opportunities .rounded {
			min-height: 210px;
		}
		.commentbox textarea {
			width: 87%!important;
		}
    }

    @media only screen and (max-width : 992px) {
    	.ex-entry.ex-a.title {
			width: 70%;
		}
		.opportunities .rounded {
			min-height: 215px;
		}
		.navbar-brand {
			margin-left: 20px;	
		}
		.nav>li>a,
        .drop-menu .cont-box ul li a {
			font-size: 12px!important;
		}
		.tags,
		.tags small {
			margin: auto;
			text-align: center;
			margin-bottom: 4px;
		}
		.commentbox textarea {
			width: 87%!important;
		}

		.drop-menu .cont-box {
			width: 18rem;
		}
    }

    @media only screen and (max-width : 767px) {
    	#top .navbar-brand img {
    		width: 80%!important;
    	}
    	.socials {
    		display: none;
    	}
    	/*.inner-page .navbar-header {height: 70px;}*/
    	/*.navbar-header {
    		height: 110px;
    	}*/
    	/*.navbar-brand {
			margin-left: 20px;	
		}*/
		.tags,
		.tags small {
			margin: auto;
			text-align: center;
			margin-bottom: 4px;
		}	
		.month-wrap {
			margin-bottom: 20px!important;
		}
		#testimonials .items p,
		#testimonials .items,
		#testimonials .col-sm-9 p {
			text-align: center!important;
		}
		.rounded-image {
			margin: auto;
			margin-bottom: 20px;
		}
		.halves-a,.halves-b {
			width: 100%;
		}
		#search-scholarship .form-control {
			margin-bottom: 10px;
		}
		.commentbox textarea {
			width: 80%!important;
		}
		.sidebar-title h3 .pull-right {
			float: none!important;
			display: block;
			margin-top: 10px;
		}
		.sidebar-video.mt90 {
			margin-top: 20px!important;
		}
    }

    @media only screen and (max-width : 480px) {
    	.ex-entry.ex-a .title {
			width: 100%;
		}
		.what .mb40 {
			margin-bottom: 20px!important;
		}
		header {
			padding: 0px 0 40px;
		}
		.navbar-brand {
			margin-left: 20px;	
		}
		.twitter > p {
		  width: 80%;
		  margin: auto;
		  background: none;
		}
		.what h2,
		.seen h2 {
			text-align: center;
		}
		.btn-green {
			font-size: 14px;
		}
		.tags,
		.tags small {
			margin: auto;
			text-align: center;
			margin-bottom: 4px;
		}	
		.commentbox textarea {
			width: 72%!important;
		}
		.sidebar-video.mt90 {
			margin-top: 20px!important;
		}
		.specific a.pull-right {float: none!important;}
		.box-thumbs>img {width: 72px;}
		.inner-page h1 {margin-top: 60px!important;font-size: 30px!important;}
		.inner-page header {padding-bottom: 60px!important;}
		.breadcrumbs li:before {font-size: 8px;}
		#navbar ul.nav.sep {
			background: none!important; 
			padding-left: 0!important;
		}
		#navbar ul.nav.sep a {width: 95%;}
		.inner-page .navbar #navbar .nav {
			margin-top: 10px!important;
		}
		.navbar-nav {
			margin: 0 5px!important;
		}
		.row-pin {
 			-webkit-column-count: 1; /* Chrome, Safari, Opera */
    		-moz-column-count: 1; /* Firefox */
    		column-count: 1;
		}
    }

    @media only screen and (max-width : 320px) {
    	.ex-entry.ex-a .title {
			width: 100%;
		}
		.what .mb40 {
			margin-bottom: 20px!important;
		}
		header h1 span {
			line-height: 22px;	
			margin-bottom: 20px;
			display: inline-block;
		}
		header h1 {
			font-size: 45px;
		}
		.navbar-brand {
			margin-left: 20px;	
		}
		header p {
			font-size: 14px;
		}
		.twitter > p {
		  width: 80%;
		  margin: auto;
		  height: 123px;
		  background: none;
		}
		.what h2,
		.seen h2 {
			text-align: center;
		}
		.btn-green {
			font-size: 11px;
		}
		.tags,
		.tags small {
			margin: auto;
			text-align: center;
			margin-bottom: 4px;
		}	
		.commentbox textarea {
			width: 75%!important;
		}
		.sidebar-video.mt90 {
			margin-top: 20px!important;
		}
		.specific a.pull-right {float: none!important;}
		.box-thumbs>img {width: 72px;}
		.inner-page h1 {margin-top: 60px!important;font-size: 30px!important;}
		.inner-page header {padding-bottom: 60px!important;}
		header ul li a {font-size: 9px; margin: 0 6px;}
		.breadcrumbs li:before {font-size: 8px;}

    }

.dd a > img {
	margin: 4px;
}

/*.pl9 {
	margin-left: 23px;
}*/
.err-msg {
	color: #CF5700;
	display: none;
}

.img-responsive-2 {
	width: 100%;
	height: auto;
}

.mw230 {
	max-width: 230px;
}

.w20 {
	max-width: 20px;
	max-height: auto;
}

.w40 {
	max-width: 40px;
	max-height: 40px;
}

.w60 {
	width: 60px;
	height: auto;
}

.w130 {
	width: 130px;
	height: auto;
}

.w143 {
	width: 143px;
	height: auto;
}

.w150 {
	width: 150px;
	height: auto;
}

.w228 {
	width: 228px;
	height: auto;
}
.w-100 {
	width: 100%;
}
.d560-300 {
	width: 560px;
	height: 300px;
}

.overlay {
	position: absolute;
	z-index: 9;
	height: 47.5%;
	width: 30%;
	cursor: pointer;
}

#disqus_thread {
	margin-top: 5%;
}

.item-ext {
    width:100%;
    margin:auto;
    padding-bottom: 2.8%;
}

.video-iframe-container {
    height:0px;
    width:100%;
    /*max-width:560px; /* Así establecemos el ancho máximo (si lo queremos) */
    padding-top:56.25%; /* Relación: 16/9 = 56.25% */
    position:relative;
}

.video-iframe-res {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

.sponsor-event {
	position: absolute;
    bottom: 88px;
    right: 22px;
}

.video-iframe-sidebar {
	width: 100%;
	height: 30vh;	
}

.video-res {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;	
}

a.carousel-control-ext-2 {
	color: white!important;
}

a.carousel-control-ext-2 {
	color: white!important;
	height: 73%;
	margin-top: 6%;
}

.day-contents:hover {
	cursor: pointer!important;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.dropdown-menu li {
	width: 100%;
	border-left: none;
}

.dropdown-menu {
	width: 100%!important;
	/*max-height: 1000%;
	overflow: scroll;*/
}
.dropdown {
	margin-bottom: 1%;
}
.dropdown > .btn-landing-menu {
	text-align: left!important;
	width: 100%!important;
	height: auto!important;
	border: 2px solid white!important;
	color: white!important;
	/*background: linear-gradient(rgba(255, 255, 255, 0.44), rgba(116, 116, 116, 0.24))!important;*/
	background-color: rgba(179, 179, 179, 0.79);
	text-shadow: 0 1.2px 0.2em black!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

.dropdown-btn > .btn-landing-menu {
	width: 100%!important;
	border: 2px solid transparent!important;
	color: white!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	background-color: rgb(119, 168, 34);
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

.dropdown > .btn-landing-menu > ul, .dropdown-btn > .btn-landing-menu > ul {
	padding: 0px;
	margin: -14px 0px;
}

.dropdown > .btn-landing-menu > ul > li, .dropdown-btn > .btn-landing-menu > ul > li {
	white-space: normal;
	background-color: transparent;
}

.dropdown-menu>li>a {
	white-space: pre-wrap;
}

.arrow-down {
	margin-top: 6px;
	margin-bottom: 0;
	text-align: right;
}

li > .arrow-down {
	float: right;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.program-partner-search span.select2.select2-container.select2-container--default {
	padding-bottom: 5px!important;
}

.program-partner-search span.select2-selection__rendered {
	padding-top: 5px!important;
}
.program-partner-search span.select2-container--default .select2-selection--single, .program-partner-search span.select2-selection.select2-selection--multiple {
	border: 1px solid #DBE0E2;
}
.program-partner-search span.select2-selection.select2-selection--single {
	height: 40px!important;
}
.program-partner-search ul li {
	background: none!important;
	margin-bottom: 0px;
	padding-left: 0;
}
.custom-select2 {
	width: 100%!important;
	display: none!important;
}

.header-custom-select2 .select2-container {
	margin-top: 0.2%!important;
	margin-bottom: 1%!important;
}

.header-custom-select2 .select2-selection > span {
	background-color: transparent!important;
}

.header-custom-select2 .select2-selection {
	background-color: rgba(255,255,255,0.3)!important;
}

.header-custom-select2 .select2-container--default .select2-selection--single {
	text-align: left;
	border: 1px solid #fff!important;
	padding-top: 10px!important;
	padding-bottom: 27px!important;
	text-shadow: 0 1.2px 0.2em black!important;
}

.header-custom-select2 .select2-container--default .select2-selection--multiple {
	text-align: left;
	border: 1px solid #fff!important;
	padding-top: 10px!important;
	padding-bottom: 7px!important;
	text-shadow: 0 1.2px 0.2em black!important;
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered, .header-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	color: #fff!important;
	margin-top: -6px!important;
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered, .header-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
	border-left: none;
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
	padding-right: 10px;
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #fff!important;
}

.header-custom-select2 .select2-search__field {
/*	text-shadow: 0 1.2px 0.2em black!important;*/
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow, .header-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__arrow {
	top: 13%!important;
}

.header-custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b, .header-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent!important;
	border-width: 8px 8px 0 8px!important;
	margin-left: -15px!important;
}

.header-custom-select2 .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 0!important;
}

.header-custom-select2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ddd!important;
}

.form-group .select2-container .select2-selection--single, .form-group .select2-container .select2-selection--multiple {
	height: 34px;
}

.form-group .select2-container--default .select2-selection--single, .form-group .select2-container--default .select2-selection--multiple {
	border: 1px solid #CCC;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered, .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
 	line-height: 32px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow, .form-group .select2-container--default .select2-selection--multiple .select2-selection__arrow {
 	height: 30px;
}
.inquiry-modal, .alert-modal {
	padding-right: 0;
}
.inquiry-modal .modal-header, .alert-modal .modal-header {
	margin-bottom: 2%;
}
.inquiry-modal .modal-header h3, .alert-modal .modal-header h3 {
	margin-top: 0;
}
.inquiry-modal form, .alert-modal > div {
	background-color: #fff;
	margin-top: 5%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5%;
}
.alert-modal > div {
	padding-top: 2%;
	padding-bottom: 2%;
}
.pull-left {
	margin-right: 1%;
}

.modal-open .modal {
	overflow: hidden!important;
}
.view-image {
	cursor: pointer;
}

#testimonials em a {
	color: #333;
	text-decoration: none;
}

.word-wrap {
	white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.bg-dynamic {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width : 1200px) {
	.f-block .block-wrapper {
		max-width: 1170px;
	}
	.inquiry-modal, .alert-modal {
		width: 72%;
		padding-left:28%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.f-block .block-wrapper {
		max-width: 970px;
	}
	.inquiry-modal, .alert-modal {
		width: 82%;
		padding-left:18%;
	}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.inquiry-modal, .alert-modal {
		width: 87%;
		padding-left:13%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.inquiry-modal, .alert-modal {
		width: 92%;
		padding-left:8%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.inquiry-modal, .alert-modal {
		width: 94%;
		padding-left:6%;
	}	
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
	.inquiry-modal, .alert-modal {
		width: 66%;
		padding-left:4%;
	}	
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	.inquiry-modal, .alert-modal {
		width: 98%;
		padding-left:2%;
	}
}

.open-sans {
	font-family: 'Open Sans Light'	
}

.box-footer.row img {
	max-width: 19px;
	margin-right: 20px;
}

/*@font-face {
  font-family: 'DINProBold';
  src: 
  	url('/fontsv2/DINProBold.eot?#iefix') format('embedded-opentype'),  
  	url('/fontsv2/DINProBold.woff') format('woff'), 
  	url('/fontsv2/DINProBold.ttf')  format('truetype'), 
  	url('/fontsv2/DINProBold.svg#DINProBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TisaOTRegular';
  src: url('TisaOTRegular.eot?#iefix') format('embedded-opentype'),  
  	url('/fontsv2/TisaOTRegular.woff') format('woff'), 
  	url('/fontsv2/TisaOTRegular.ttf')  format('truetype'), 
  	url('/fontsv2/TisaOTRegular.svg#TisaOTRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TisaOT-Bold';
  src: 
  	url('/fontsv2/TisaOT-Bold.eot?#iefix') format('embedded-opentype'),  
  	url('/fontsv2/TisaOT-Bold.otf')  format('opentype'),
	url('/fontsv2/TisaOT-Bold.woff') format('woff'), 
	url('/fontsv2/TisaOT-Bold.ttf')  format('truetype'), 
	url('/fontsv2/TisaOT-Bold.svg#TisaOT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

*/