/*
	Theme Name: IMCEERES
	Version: 1.0.0
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body {
	font-family: 'Roboto', sans-serif;
	color:#005282;
	line-height:1.32em;
	font-size:16px
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	margin-top:0;
	line-height:1.3em;
	font-weight:400 !important
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 100 !important;
}

h1 {

    font-size: 38px;
    

}


h1, h2, h3, h4, h5 {
	font-weight: 600 !important;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {

    color: #F05A28;
    text-decoration: none;

}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.size26px {
	font-size:26px
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1450px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.wrapper-small {
	width:70%;
	max-width:960px;
}

.wrapper-medium {
	width:80%;
	max-width:1250px;
}

/* header */
.header {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* logo */
.logo {
    float: left;
    width: auto;
    margin-right: 30px;
    height: 110px;
	padding-top:6px
}
.logo-img {
    height: auto;
    max-height: 90px;
}

.wrapper-small ul li {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 100;
}

/* nav */
.header .nav {
	float:right

}
/* sidebar */
.sidebar {

}

#menu-top-menu {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    padding-left: 0;
}

#menu-top-menu li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 25px;
    max-width: 140px;
    text-align: center;
    vertical-align: top;
    border-top: 3px solid #fff;
    margin-top: 41px;
    line-height: 16px;
    padding-top: 10px;
}

#menu-top-menu li a {
    padding-bottom: 60px;
    color: #005282;
}

#menu-top-menu li:hover, #menu-top-menu li.current-menu-item, #menu-top-menu li.current_page_parentxx, #menu-top-menu li.current-menu-ancestor {
    border-top: 3px solid #F05A28;
}

#menu-top-menu .menu-item-type-taxonomy.current-menu-item {
	border-top: none !important
}

#menu-top-menu .menu-item-type-taxonomy.current-menu-item.current-menu-item-special {
	border-top: 3px solid #F05A28 !important;
}

#menu-top-menu li a:hover,
#menu-top-menu li a:focus {
	text-decoration: none
}

#menu-top-menu .sub-menu {
    padding-left: 0;
    position: absolute;
    display: none;
    background: white;
    top: 150px;
    z-index: 10000;
    margin-left: -20px;
}


#menu-top-menu .sub-menu li {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 270px;
	max-width:9000px;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    display: block;
    margin: 0;
}

#menu-top-menu li:hover .sub-menu { display:block; position:absolute}

#menu-top-menu li:last-child {
		margin-right:0
	}
	
.grayLink a {
    color: #929292 !important;
}

/* margins and paddings */
.no-margin-left { margin-left: 0 !important}

.no-margin-right { margin-right: 0 !important}

/* footer */
.footer {
    background: #F05A28;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    font-size: 14px;
}

.footer a {
	color: white
}

.footer a:hover {
	text-decoration: underline
}

.footer-separator {
	width: 2px;
	height: 15px;
	background: white;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
}

.footer-gray {
    background: #EAEDEC;
    padding: 50px 0;
}

.footer-white {
	background: #ffffff;
    padding: 50px 0;
	border-top:1px solid #EAEDEC
}

.footer-gray .wrappeer {
	text-align:center;
	vertical-align:middle
}

.footer-white .wrapper {
	text-align:left
}

.footer-white .wrapper img {
    max-width: 32%;
    max-height: 87px;
    vertical-align: middle;
    margin-left: 4%;
    margin-right: 4%;
	display: inline-block
}

.copyright {
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

/* homepage carousel */

#carousel-12 .slick-slide {
    margin: 0 !important;
}

#carousel-12 .rpc-title {
    text-transform: uppercase;
    margin-bottom: 0;
	margin-top:0
}

#carousel-12 .rpc-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-btn { font-size: 20px; font-weight: bold; color: #1d1d1b}

.blue-top {
    background: #F48864;
}

.fixed-height-image {
    width: 50% !important;
    float: left;
}

.car-caption {
    float: right;
    width: 50%;
    padding-left: 80px;
    vertical-align: middle;
    height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 80px;
}

.top-news {
    background-image: url(img/news-bg.png);
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    color: white;
    background-size: cover;
}

.top-news h3 {
    color: white;
    max-width: 660px;
    margin-left: auto !important;
    margin-right: auto;
    display: block;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 41px;
}

.top-news h3 a {
    color: white !important;
    font-weight: normal;
}

.top-news .btn {
	display:inline-block;
	margin-top:30px
}

.wcp-post-meta.wcp-disable-post-meta {
    display: none;
}


.slick-prev::before, .slick-next::before {
    font-size: 120px !important;
	opacity: 0.55;
}

.slick-prev, .slick-next {
    width: 120px !important;
    height: 120px !important;
}

.slick-dots li button::before {
    font-size: 14px !important;
	color: white !important;
}

slick-dots li.slick-active button::before {
    color: white !important;
}



/*  blog homepage section */

.blog-yellow {
    background: #2B2A80;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content ul,
.content li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content ul {
  margin-top:0;
  margin-bottom:20px
}

.content ul li {
	margin: 15px;
	margin-left: 16px;
	font-size: 20px;
}

.content ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -15px;
    color: #F05A28;
    font-size: 7px;
}

.content hr {
    height: 1px;
    background: #FCE3DB;
    border: none;
    margin-top: 40px;
    margin-bottom: 35px;
}

.blog-entry {
    width: 100%;
    background: #FFFFFF;
    margin-top: 20px;
    position: relative;
    float: left;
    min-height: 620px;
    color: #0F2E4F;
}

.blog-entry img { width:100%}

.blog-entry-content {
    padding: 30px;
    min-height: 350px;
	position:relative
}

.blog-entry-content h2 {
    color: #005282;
    font-weight: 400 !important;
    line-height: 29px;
    margin-bottom: 20px;
    font-size: 21px;
}

.blog-entry-content p.meta {
    font-size: 18px;
    color: #008141;
    line-height: 27px;
}

.blog-entry-content .tags {}

.blog-entry-content .tags a {}

.cattss {
    font-style: italic;
    position: absolute;
    bottom: 30px;
	color: white;
} 

.cattss a {
	color: white;
}

.learnmore {
    color: #008141;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    bottom: 10px;
	transition: all 0.3s ease
}

.learnmore:hover,
.learnmore:active,
.learnmore:focus {
	color:#005282;
	text-decoration: none
}


.wcp-carousel-main-wrap .slick-track a.btn {
    background: white;
    color: #F05A28;
}


/*form*/

.wpcf7-form label {
    display: block;
    max-width: 100%;
    font-weight: normal;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width:100%;
	border: 1px solid #bcc3c1;
	padding:10px
}



/* grid */

.grid  {
     -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	
}

.visit-box {
	margin: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
	background: #F05A28;
	color: white;
	padding: 30px;
	padding-bottom:10px;
	margin-bottom:30px	
}

.visit-box p {
    font-size: 15px;
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/

.yellow-banner {
    background: url('img/banner.png');
    width: 100%;
    height: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.yellow-banner h1 {
    margin-bottom: 0;
    color: white;
    font-weight: bold !important;
}


/* author page */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.author-left {
 float:left;
 width:380px;
 margin-right:80px
}

.author-left h2 {
	text-align: center;
	text-transform: uppercase;
	font-size:26px;
	margin-top:30px
}

.author-left img {
	width:100%;
	height: auto
}

.author-left .title {
    text-align: center;
    margin-top: 5px;
    font-style: italic;
    display: block;
    font-size: 20px;
    font-weight: 100;
}

.author-section {
	padding-top:50px;
	padding-bottom:50px
}

.author-single {
    width: calc(25% - 25px);
    margin-right: 25px;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.author-single:nth-child(4n) {
	margin-right:0
}

.author-single img { 
	width:100%;
	height:auto;
	margin-bottom: 20px
}

.author-single h2 {
    text-transform: uppercase;
    font-size: 23px;
}

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 0;
}

.pagination a,
.pagination span {
	margin-left:10px;
	margin-right:10px
}


/* twiiter and events */

.eventssec {
	background: #BCC3C1;
	padding-top:70px;
	padding-bottom:70px
}

#evcal_head {
    background: white;
    padding: 6px 0px 8px 10px;
    border-radius: 5px 5px 0px 0;
    margin-bottom: -6px;
    border-bottom: 1px solid lightgray;
}

.ajde_evcal_calendar {
    background: white;
    border-radius: 4px 4px 0 0;
}

.pading70 {
	padding-top:70px;
	padding-bottom:70px
}


/* filter */

#uwpqsf_id {
    border: none;
    background: #EAEDEC;
    padding: 20px;
    margin-bottom: 30px;
}

.uwpqsf_class {
    width: 22%;
    margin-bottom: 0;
    clear: none;
    float: left;
}

#uwpqsf_btn {
    width: 12%;
    padding-top: 20px;
	padding-left:20px
}

#uwpqsf_id_btn {
    width: 100%;
    margin-top: 5px;
    padding: 9px;
    background: #383C3D;
    border: none;
    color: white;
	transition: all 0.3s ease
}

#uwpqsf_id_btn:hover {
	color: #383C3D;
	background:#FFC634
}

#uwpqsf_id_key {
    padding: 9px;
    margin-top: 5px;
}

.uwpqsf_class > span[class*="taxolabel-"], .uwpqsf_class > span[class*="cmflabel-"] {
    float: left;
    padding: 0;
    font-weight: bold !important;
    clear: both;
    width: 100%;
    margin-bottom: 6px;
}

.uwpqsf_class select {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
}


/* download */

.download {
    display: inline-block;
    background: #8b9795;
    padding: 30px;
    max-width: 400px;
    color: white;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.download a {
	color:white
}



/* button */ 

.btn, .wpcf7-submit {
    padding: 9px 40px;
    background: #008141;
    border: none !important;
    color: white;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

.wpcf7-submit {
    width: 200px !important;
}

.btn:focus, .btn:active, .btn:hover,
.wpcf7-submit:focus, .wpcf7-submit:active, .wpcf7-submit:hover {
	background:#03af59;
	color: white;
}


/* tabs */

#accordion {
    background: white;
    padding: 30px;
    border-radius: 10px;
	padding-top:10px
}

#accordion .card {
	border: none
}

#accordion .card .card-header {
    background: none;
    border-bottom: 1px solid #fde5dd;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0px;
}

#accordion .card .card-header a {
	padding-top:20px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 29px;
    color: #F05A28;
    font-weight: bold;
    padding-bottom: 20px;
	transition: all 0.3s ease;
	line-height:30px
}

#accordion .card .card-header a::before {
    content: '\f068';
    font-family: 'FontAwesome';
    float: left;
    color: #F58B69;
	padding-right: 15px;
    padding-bottom: 10px;

}

#accordion .card .card-header a.collapsed::before {
 	content: '\f067';   
    font-family: 'FontAwesome';
    float: left;
    color: #F58B69;
	padding-right: 15px;
    padding-bottom: 10px;
}

#accordion .card .card-header a:hover {
	color:#1F3B61
}

#accordion .card .card-header a .fa-plus {
    color: #4CCEF5;
    font-size: 23px;
    margin-right: 7px;
    margin-bottom: 3px;
}

#accordion .card .card-body {
	padding: 0;
	padding-top:20px
}


/* footer menu */

#menu-footer-menu {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
}

#menu-footer-menu li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}



/* map */

#wpgmza_map { float:none !important}


/* twitter */

.twitter-section {
    background: #F69C7E;
}

.twit-bg {
	padding-left:30px;
	padding-right:30px
}


.bluebox {
    background: #005282;
    padding: 30px 100px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 100;
    line-height: 31px;
}

.bluebox a {
	color: white;
	font-weight:bold
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #F69C7E;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 35px;
}
#back-to-top:hover {
    background: #f9bfac;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


/* tables */

th, td {
    font-size: 20px;
    padding: 18px;
    border: 1px solid #CBE6F8;
}

th { background: #CBE6F8 }

table {
	margin-bottom: 30px
}



/* FAQ */

div.ufaq-faq-title h4 {
    
    font-weight: bold;
}

div.ufaq-faq-title h4:hover {
	text-decoration: underline;
	color: #005282 !important
}

.ufaq-faq-body {
    padding-left: 33px;
}

.ewd-ufaq-post-margin-symbol span, .ufaq-faq-body a {  }

.teacherimg {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}



/* study in europe */

.study-content {
    background: #8DD7F7;
    padding: 20px;
    min-height: 330px;
}

.study-content h3 {
    font-size: 24px;
}

.study-content ul {
    margin-bottom: 0;
}

.study-content ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: white;
    font-size: 23px;
    line-height: 25px;
}

p.colorgreen, p.colorgreen a {
	color: #008141
}

.amazingcarousel-image div a {
    display: none !important;
}

.circlenumber {
    display: inline-block;
    float: left;
    color: white;
    background: #F69C7E;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
	transition: all 0.3s ease;
	margin-left:10px
}

.circlenumber:hover {
	text-decoration:none;
	color: white;
	background:#F05A28
}


/* author */


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
	#menu-top-menu li {
		margin-left: 10px;
		margin-right: 10px;
	}		
}


@media only screen and (max-width:1024px) {
	
	#carousel-12 .rpc-title {
		font-size: 27px !important;
	}
	
	#carousel-12 .rpc-content {
		font-size: 25px !important;
	}
	
}

@media only screen and (max-width:990px) {
	
	#carousel-12 { display:none }
	
	.blog-entry {
		min-height: 630px;
	}
	
	.blog-entry-content {
		min-height: 445px;
	}
	
	.margin-top-50-960 {
		margin-top:50px
	}
	
	.grid  {
     -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count:2;
	 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	
}

}


@media only screen and (max-width:880px) {
	.footer-white .wrapper img {
		width: auto;
		max-height: 120px;
		vertical-align: middle;
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.wrapper-small {
		width: 80%;
		max-width: 960px;
	}
	
	
}


@media only screen and (max-width:768px) {
	
	#menu-footer-menu {
    position: relative;
    margin-top: 30px;
}

#menu-footer-menu li {
    display: inline;
    list-style: none;
    margin-left: 0;
    margin-right: 10px;
}

@media only screen and (max-width:600px) {

	.grid  {
		 -webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		 -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		
	}
}




@media only screen and (max-width:480px) {
.hidden-xs { display:none !important}

.wrapper-small { width:85% !important}

.circlenumber { display: none}


}

@media only screen and (max-width:320px) {
	#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar::before {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
	padding-top: 10px !important;
	}
	

	
	


}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	

	
