/*start events.csu.edu.tr page */
.event-section .search-result-form {
position: relative;
margin-bottom: 30px;
padding-right: 100px;
}
.event-section .event-list-item {
padding: 15px;
margin-bottom: 15px;
background-color: #ffffff;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #f0f0f0;
}
.event-section .event-list-item .event-image {
float: left;

width: 354px;
height: 208px;
overflow: hidden;
position: relative;
margin-right: 30px;
}
.event-section .event-list-item .event-image .post-date {
top: 0px;
left: 0px;
z-index: 1;
width: 70px;
height: 70px;
padding: 10px;
text-align: center;
position: absolute;
color: #ffffff;
background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}
.event-section .event-list-item .event-image .post-date .date {
font-weight: 900;
font-size: 24px;
font-family: "Roboto", sans-serif;
}
.event-section .event-list-item .event-image .post-date .month {
font-size: 16px;
text-transform: uppercase;
}
.event-section .event-list-item .event-image img {
width: 100%;
height: 100%;
display: block;
}
.event-section .event-list-item .event-content {
display: table;
padding: 10px 0px;
}
.event-section .event-list-item .event-content .event-title {
position: relative;
}
.event-section .event-list-item .event-content .event-title .title {
margin: 0px;
font-weight: 400;
color: #333333;
font-size: 24px;
}

.mb-30 {
margin-bottom: 30px;
}
.ul-li ul, .ul-li-block ul {
margin: 0px;
padding: 0px;
}
.event-section .event-list-item .event-content .event-info-list ul li {
margin-right: 10px;
}

.event-section .event-list-item .event-content .event-info-list ul li .icon {
float: left;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 10px;
border-radius: 100%;
background-color: #ffbe3000 !important;
color: #000000 !important;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content {
display: table;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content small {
font-weight: 700;
font-size: 14px;
}
.event-section .event-list-item .event-content .event-info-list ul li .info-content h3 {
font-size: 13px;
}
.info-content h3{
margin-top: 4px;
margin-bottom: 5px;
}

.event-section .event-list-item .event-content .tickets-details-btn:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: -1;
content: '';
position: absolute;
border-radius: 30px;
background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.event-section .event-list-item .event-content .tickets-details-btn:hover {
color: #ffffff;
background: #f58324;
}
.event-section .event-list-item .event-content .tickets-details-btn {
z-index: 1;
font-weight: 600;
overflow: hidden;
padding: 15px 45px;
position: relative;
border-radius: 30px;
color: #878787;
font-size: 14px;
text-transform: uppercase;
background: #f7f7f7;
}
a.tickets-details-btn{
text-decoration:none;
}

body {
background-color: #f7f7f7 !important;
}
.event-section .event-list-item:hover {
border-color: #ffbe30;
}
/*end events.csu.edu.tr page */

/*start events.csu.edu.tr.details*/
.mb-80 {
margin-bottom: 80px;
}

.mt-50{
margin-top: 50px;
}
@media (min-width: 992px){
	.mt-140 {
		margin-top: 140px;
	}
}

.event-details-section .event-details .event-title .tag-item {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333333;
}
.event-details-section .event-details .event-title .tag-item i {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffbe30;
}
.event-details-section .event-details .event-title .event-title {
    margin: 0px;
    font-size: 36px;
}
.event-details-section .event-details .event-title .event-title strong {
    font-weight: 900;
}
.event-details-section .event-details .event-details-carousel {
    margin-bottom: 30px;
}
button, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}
.mb-50 {
    margin-bottom: 50px;
}
.event-details-section .event-details .event-info-list ul {
    width: 100%;
    display: table;
}
.event-details-section .event-details .event-info-list ul li {
    width: 31.9%;
    padding: 15px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
}
.event-details-section .event-details .event-info-list ul li .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    background-color: #ffbe30;
}
.event-details-section .event-details .event-info-list ul li .event-content {
    display: table;
    padding-left: 15px;
}
.event-details-section .event-details .event-info-list ul li .event-content .event-title {
    font-weight: 700;
    color: #878787;
    font-size: 14px;
}
.event-details-section .event-details .event-info-list ul li .event-content .event-date {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.event-details-section .event-details .event-info-list ul li .event-content .event-date-small {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    font-size: 10px;
    text-transform: uppercase;
}

.ul-li ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
}
body, p {
    font-family: "Open Sans", sans-serif;
}
#event-details-section {
	background-color: white;
	padding: 20px 4px;
}
.sidebar-section .location-wrapper .title-wrapper {
    padding: 30px;
    position: relative;

}
.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
    top: 50%;
    right: 30px;
    position: absolute;
    color: #878787;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
    top: 50%;
    right: 30px;
    position: absolute;
    color: #878787;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-section .location-wrapper .title-wrapper .icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    font-size: 18px;
    background-color: #ffbe30;
}
.sidebar-section .location-wrapper .title-wrapper .title-content {
    display: table;
}
.sidebar-section .location-wrapper .title-wrapper .title-content small {
    font-weight: 600;
    font-size: 14px;
}
.sidebar-section .location-wrapper .title-wrapper .title-content h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar-section .location-wrapper .location-info-list {
    padding: 30px;
}
.sidebar-section .location-wrapper .location-info-list .area-name {
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
    color: #ffbe30;
    text-transform: capitalize;
    background-color: #f5f5f5;
}
.sidebar-section .location-wrapper .location-info-list ul {
    width: 100%;
    display: table;
    margin-top: 30px;
}
.sidebar-section .location-wrapper .location-info-list ul li {
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
}
.sidebar-section .location-wrapper .location-info-list ul li i {
    color: #ffbe30;
}

.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.section-title {
    position: relative;
}

.event-details-section .section-title .big-title {
    font-size: 28px;
	margin-bottom: 12px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 769px){
	.event-details-section .event-details .event-info-list ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
}
/*end events.csu.edu.tr.details*/

/*start events.csu.edu.tr-1*/
.sec-ptb-100 {
    padding: 100px 0px;
}

.event-section .event-tab-menu {
    padding-top: 45px;
}
.event-section .event-tab-menu .nav {
    float: right;
    display: table;
}
.event-section .event-tab-menu .nav li {
    float: left;
    margin-right: 0px;
    display: inline-block;
}
.event-section .event-tab-menu .nav li .active {
    color: #333333;
}
.event-section .event-tab-menu .nav li a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    color: #878787;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

.event-section .event-tab-menu .nav li .active strong i {
    color: #ffbe30;
}
.event-section .event-tab-menu .nav li a:hover {
    color: #333333;
}

.event-section .event-tab-menu .nav li a strong i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.event-section .event-tab-menu .nav li a:before {
    left: 0;
    right: 0;
    opacity: 0;
    height: 3px;
    bottom: -2px;
    content: '';
    position: absolute;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffbe30;
}

.section-title .line-style {
    z-index: 1;
    top: -30px;
    left: -30px;
    width: 70px;
    height: 3px;
    position: absolute;
    background-color: #ffbe30;
}
.section-title .sub-title {
    margin-bottom: 15px;
    letter-spacing: 5px;
    color: #878787;
    font-size: 18px;
    text-transform: uppercase;
}
.event-section .section-title .big-title {
    font-size: 42px;
}
.section-title .big-title {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
}
.section-title .big-title strong {
    font-weight: 900;
}
.event-section .tab-content .event-item2 {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
}
.event-section .tab-content .event-item2 .event-image {
    overflow: hidden;
    position: relative;
}
.event-section .tab-content .event-item2 .event-image .post-date {
    top: 4px !important;
	left: 4px !important;
    z-index: 1;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
	display: none !important;
		
}
.event-section .tab-content .event-item2 .event-image .post-date .date {
    font-weight: 900;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
}
.event-section .tab-content .event-item2 .event-image .post-date .month {
	font-size: 85% !important;
	display: grid !important;
}
.event-section .tab-content .event-item2 .event-content {
    padding: 20px;
    min-height: 250px !important;
    max-height:400px;
}
.event-section .tab-content .event-item2 .event-content .event-title {
    position: relative;
}
.mb-15 {
    margin-bottom: 15px;
}
.event-section .tab-content .event-item2 .event-content .event-title .title {
    margin: 0px;
    color: #333333;
    font-weight: 500 !important;
	font-size: 24px !important;
	font-family: serif !important;
}
.yellow-color {
    color: #ffbe30;
}
.event-section .tab-content .event-item2 .event-content .event-title:after {
    top: 0;
    width: 4px !important;
    left: -20px !important;
    bottom: 0px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #ffbe30;
}
.event-section .tab-content .event-item2 .event-content .event-post-meta ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
.event-section .tab-content .event-item2 .event-content .event-post-meta ul li .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    color: #000000;
    font-size: 14px;
}
.event-section .tab-content .event-item2 .event-content .tickets-details-btn {
    font-weight: 600;
    overflow: hidden;
    padding: 13px 35px !important;
    position: relative;
    border-radius: 30px;
    color: #878787;
    font-size: 14px;
    text-transform: uppercase;
    background: #f7f7f7;
}
.event-section .tab-content .event-item2 .event-content .tickets-details-btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.event-section .tab-content .event-item2 .event-content .tickets-details-btn:hover {
    color: #ffffff;
    background: #ffbe30;
}

a.tickets-details-btn:hover , a.tickets-details-btn{
	text-decoration: none;
}
.event-section img {
    height: auto;
    max-width: 100%;
}

.event-section .event-tab-menu .nav li .active strong i {
    color: #ffbe30 !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
}

li.active a {
    border-bottom: 4px solid #ffbe30 !important;
    background-color: #f0f8ff00 !important;
}
.largBtn{
	width: 80%;
    text-shadow: 0px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 0px rgba(0,0,0,.075);
    border: 0px;
    border-radius: 0px;
	background-image: linear-gradient(to bottom,#ffbe30 0,#ffbe30 100%);
}
.btn-warning:focus, .btn-warning:hover {
    background-color: #eb9316;
    background-position: -12px -45px;
}
.socialMe ul li {
	display: inline-block;    background-color: #f7f7f7; }
.socialMe .facebook a, .socialMe .twitter a, .socialMe .google-plus a {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
}
@media screen and (max-width: 480px){
	.event-section .event-list-item .event-image {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.event-section img {
		height: auto;
		max-width: 100%;
	}

}
.reg-info .form-title {
    font-weight: 900;
    color: #333333;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}
.form-wrapper .form-item {
    margin-bottom: 5px;
}
.form-wrapper .form-item {
    width: 100%;
    height: 50px;
    display: table;
    position: relative;
}
.form-wrapper .form-item .cradit-card-select {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 700;
    padding: 0px 20px;
    border-radius: 3px;
    color: #333333;
    -webkit-appearance: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
    background: #ffffff url(3.down-arrow.png) no-repeat right 20px center;
}
.form-wrapper .form-item .cradit-card-select {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 700;
    padding: 0px 20px;
    border-radius: 3px;
    color: #333333;
    -webkit-appearance: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f0f0f0;
    background: #ffffff url(3.down-arrow.png) no-repeat right 20px center;
}

.form-wrapper .form-item input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 25px;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 .form-wrapper .form-item input {
    border-radius: 3px;
    background-color: #ffffff;
}
h3.form-title {
    font-size: 18px;
}
@media screen and (max-width: 769px){
.p-5{
	padding:1px;

}
}

.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:pre-line}

.detailsPage .sidebar-section .location-wrapper .title-wrapper .icon {
	color: #ffffff !important;
	background-color: #ffbe30 !important;
}

 .languagepicker {
background-color: #FFF;
display: inline-block;
padding: 0;
height: 40px;
overflow: hidden;
transition: all .3s ease;
margin: 0 50px 10px 0;
vertical-align: top;
float: left;
width: 100% !important;
}


.languagepicker a{
color: #000;
text-decoration: none;
}

.languagepicker li {
display: block;
padding: 0px 20px;
line-height: 40px;
border-top: 1px solid #EEE;
}

.languagepicker li:hover{
background-color: #EEE;
}

.languagepicker a:first-child li {
border: none;
background: #FFF !important;
}

.languagepicker li img {
margin-right: 5px;
}

.roundborders {
border-radius: 5px;
}

.large:hover {
/*
don't forget the 1px border!
The first language is 40px heigh,
the others are 41px
*/
height: 245px;
}
.mb-40{
margin-bottom: 40px !important;
}
/*end events.csu.edu.tr-1*/