/*
	Theme Name: Klaipėdos universitetas 2017
	Author: Andrej Šliamin | Informacinių sistemų ir technologijų centras | Klaipėdos universitetas
	Description: Klaipėdos universiteto tinklalapio 2017 metų tema. Įdiegti kelių puslapių šablonai: titulinis, vidinis paprastas, vidinis su juosta kairėje, vidinis su juosta dešinėje, vidinis su juostomis iš šonų.
	Version: 1.0
	Tags: Klaipėda, universitetas, tinklalapis, tinklapis, svetainė, 2017
	Text Domain: klaipedos_universitetas
*/
 @font-face {
  font-family: 'Rando-Regular';
  src: url('../fonts/Rando-Regular.otf');
}

 @font-face {
  font-family: 'Rando';
  src: url('../fonts/RandoDisplay-Regular.otf');
}

 @font-face {
  font-family: 'SpaceGrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf');
} 


h2 a {
	border-bottom: none !important;
}


/* FOOTER:START */

.footer_top {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100px;
	line-height: 145px;
	background-color: #3039C8;
	z-index: 1000;
	text-align: center;
}

.footer_top a {
	margin-right: 5px;
	margin-left: 5px;
}

.footer_top img {
	display: inline;
}

footer {
	position: relative;
	clear: both;
	z-index: 1000;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-left: 5%;
	background: #3039C8;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	font-size: 17px;
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'SpaceGrotesk';
}

footer #footer_blocks {
	width: 80%;
	margin: 0 auto;
}

footer .footer_block {
	width: 33%;
	float: left;
	padding: 0 2%;
	text-align: left;
}

footer .footer_block a {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid transparent;
}

footer .footer_block a:hover {
	border: 1px solid #fff;
}

footer .footer_block h2 {
	margin: 20px 0 10px;
	padding: 0;
	font-size: 15px;
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'SpaceGrotesk';
	text-transform: uppercase;
}

footer .footer_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer_block ul li {
	line-height: 25px;
}

/* FOOTER:END */



/* PLUGINS STYLES */

.ipip_list {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}

.ipip_registration .ipip_list {
	clear: both;
	float: none;
	margin: 0;
}

.ipip_list td.ipip_pt, .ipip_form td.ipip_pt {
	padding-top: 30px;
}

.ipip_list hr, .ipip_form hr {
	font-size: 5px;
}

.ipip_list h3, .ipip_form h3 {
	margin: 0 !important;
	padding: 0 !important;
}






/* Additional page special styles */

.ku_structure .vc_custom_heading {
	color: #58869e !important;
}

.ku_structure a {
	color: #6f7072 !important;
	border-bottom: none !important;
}

.ku_structure a:hover {
	color: #58869e !important;
}


.ku_history, .ku_history * {
	background: #fff !important;
}

.ku_history h2 {
	font-weight: normal !important;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
	color: #58869e !important;
}

.ku_history p {
	margin-top: 0 !important;
}

.ku_history .vc_tta-tab {
	margin-left: 10px !important;
	margin-right: 40px !important;
}

.ku_history .vc_tta-tab a {
	padding: 0 0 10px 0 !important;
}

.ku_history .vc_tta-tab a:hover, .ku_history .vc_tta-tab.vc_active a {
	color: #6f7072 !important;
	border-bottom: 1px solid #6f7072 !important;
}

.ku_history .vc_tta-tab.vc_active a  span::before {
	content: "▾";
}

.ku_studies .vc_custom_heading {
	color: #3039C8  !important;
}

.ku_studies a {
	color: #9198CA  !important;
	border-bottom: none !important;
}

.ku_studies a:hover {
	color: #3039C8  !important;
}

.floating_menu {
	position: absolute;
	display: block;
	top: 40px;
	left: -280px;
}




@media only screen and (max-width: 1500px) {
	footer .footer_block {
		width: 33%;
		padding: 0 1%;
	}
	.ipip_list {
		width: 98%;
	}
}

@media only screen and (max-width: 1200px) {
	footer .footer_block {
		width: 25%;
		padding: 0 1%;
		font-size: 15px;
	}
}

@media only screen and (max-width: 850px) {
	footer .footer_block {
		width: 50%;
		padding: 0 2%;
		font-size: 17px;
	}
	footer .footer_block_3 {
		clear: left;
	}
	footer .footer_block_3, footer .footer_block_4 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 600px) {
	footer .footer_block {
		width: 100%;
		padding: 0 2%;
		font-size: 17px;
	}
	footer .footer_block_2, footer .footer_block_3, footer .footer_block_4 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 550px) {
	footer .footer_block {
		width: 100%;
		padding: 0 2%;
		font-size: 17px;
	}
	footer .footer_block_2, footer .footer_block_3, footer .footer_block_4 {
		padding-top: 50px;
	}
}















/* Deivido stiliai */
@keyframes changeColorTransition {
  0% {
    background-color: #FE6C61;
  }
  45% {
    background-color: darkred;
  }
  55% {
    background-color: darkred;
  }
  100% {
    background-color: #FE6C61;
  }
}
#studyButton a {
  animation-name: changeColorTransition;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  background-color: #FE6C61;
  text-transform: uppercase;
}



/* VC fix for tabs */

.vc_row-flex {
	width: 100% !important;
	left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#content .vc_tta-tab a {
	border-bottom: none;
}

#content .vc_tta-tab a:hover {
	border-bottom: none;
}

#content .vc_tta-tab.vc_active a {
	text-decoration: underline;
}



/* DataTables stiliai */

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
	color: rgba(4, 87, 110, 1);
	font-size: 17px;
	padding: 20px 0 !important;
	display: inline-block;
}

.dataTables_wrapper .dataTables_info {
	color: rgba(4, 87, 110, 1);
	font-size: 17px;
	padding: 30px 0 20px !important;
	display: inline-block;	
}

.dataTables_wrapper .dataTables_length a, .dataTables_wrapper .dataTables_filter a, .dataTables_wrapper .dataTables_info a, .dataTables_wrapper .dataTables_paginate a {
	border-bottom: none !important;
}

.dataTables_wrapper .dataTables_length select {
	background: #fff;
	border: 1px solid rgba(4, 87, 110, 0.3);
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	display: inline-block;
	margin: 0 10px;
	color: rgba(4, 87, 110, 1);
	font-size: 17px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
	background: #fff;
	border: 1px solid rgba(4, 87, 110, 0.3);
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	display: inline-block;
	margin: 0 0 0 10px;
	color: rgba(4, 87, 110, 1);
	font-size: 17px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #fff !important;
	border: 1px solid rgba(4, 87, 110, 0.3) !important;
}




.priemimo_mygtukas button, .priemimo_mygtukas a {
	height: 70px;
}



#content .priemimas h3 {
	font-size: 30px;
	text-transform: none;
	font-weight: 400;
}

.small_text, .small_text p {
	font-size: 17px !important;
	line-height: 17px !important;
}


/* POPUP WINDOW */


.info_table_popup {
	margin-top: 0;
	background: #ff4933 !important;
}
 
.info_table_popup, .info_table_popup * {
	color: #fff; 
}

.info_table_popup th {
	color: #fff;
}

.info_table_popup th:hover, .info_table_popup td:hover {
	cursor: pointer;
}

.ui-widget-header {
	border: none !important;
	background: #ff4933 !important;	
}

.ui-widget-header * {
	outline: none !important;
}

.ui-dialog {
	z-index: 9999999;
	border: 1px solid #000 !important;
	background: #ff4933 !important;	
	top: 14% !important;
	left: 50% !important;
	margin-left: -275px !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

#popup {
	height: auto !important;
}

@media only screen and (max-width: 600px) {
	.ui-dialog {
		width: 400px !important;
		margin-left: -200px !important;
	}
	.ui-dialog img {
		width: 100% !important;
	}
	#popup {
		height: 330px !important;
	}
	
}

@media only screen and (max-width: 400px) {
	.ui-dialog {
		width: 350px !important;
		margin-left: -175px !important;
	}
}

#content a.vc_btn3-color-blue {
	color: #fff;
}

#content a.vc_btn3-color-blue:hover {
	color: #eee;
}