@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500|Ubuntu:400,500&subset=latin-ext');

/*---------------------------------------
   1. GLOBAL STYLES
-----------------------------------------*/
::-moz-selection {
  background: #e94699;
  color: #FFF;
}

::selection {
  background: #e94699;
  color: #FFF;
}

::-moz-selection {
  background: #e94699;
  color: #FFF;
}

html {
  font-size: 100%;
}

body {
font-family:Calibri;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: normal;
  overflow-x: hidden !important;
  text-align:center;
}


*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



a {
  color: #e94699;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

a,a:hover {
  text-decoration: none;
}

a:hover {
  color: #0477b1;
}

p {
  margin: 0;
}

.over-bg {
  background: rgba(0, 10, 15, 0.8);
  height: 100%;
}

.section-padding {
  padding: 100px 0 60px 0;
}

.section-intro-heading {
  text-transform: uppercase;
  font-weight: 600;
  color:#fff;
}




/*---------------------------------------
   2. TYPOGRAPHY
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #282828;
}

h1 {
  font-size: 36px;
}


.separator{display:inline-block;width:50px; background:#e94599; height:2px; margin-bottom:30px;}
.btn-round{border-radius: 17px;}

/*---------------------------------------
   3. BUTTONS       
-----------------------------------------*/
.btn-default {
  text-transform: uppercase;
  margin:30px;
  font-size: 14px;
  border: none;
  padding:10px 20px;
  background:#e94599;
  color: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(233, 69, 153, 0.50);
	-moz-box-shadow:    0px 5px 10px rgba(233, 69, 153, 0.50);
	box-shadow:         0px 5px 10px rgba(233, 69, 153, 0.50);
}


.btn-default:hover {
color: #ffffff;
background: #8359e5 !important;
text-decoration: none;
-webkit-box-shadow: 0px 5px 10px rgba(131, 89, 229, 0.50);
-moz-box-shadow:    0px 5px 10px rgba(131, 89, 229, 0.50);
box-shadow:         0px 5px 10px rgba(131, 89, 229, 0.50);
-webkit-transition:2s;-moz-transition:2s;-o-transition:2s;transition:2s
}

.btn-default:focus {
color: #ffffff;
background: #8359e5 !important;
text-decoration: none;
-webkit-box-shadow: 0px 5px 10px rgba(131, 89, 229, 0.50);
-moz-box-shadow:    0px 5px 10px rgba(131, 89, 229, 0.50);
box-shadow:         0px 5px 10px rgba(131, 89, 229, 0.50);
}

.btn-default:active {
color: #ffffff;
background: #8359e5 !important;
text-decoration: none;
-webkit-box-shadow: 0px 5px 10px rgba(131, 89, 229, 0.50);
-moz-box-shadow:    0px 5px 10px rgba(131, 89, 229, 0.50);
box-shadow:         0px 5px 10px rgba(131, 89, 229, 0.50);
}




/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/pl.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}




/*---------------------------------------
  5. HOME SECTION
-----------------------------------------*/
.home {
  background: url("../images/bg/eylulmetin.jpg") no-repeat center center;
  background-size: cover;
}

.navbar-header img {
  max-height: 36px; margin-top:-10px;
}


/*---------------------------------------
  5.1 NAVIGATION
-----------------------------------------*/
.navbar-default {
  padding: 30px;
  padding-right: 50px;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #e94699 !important;
  background-color: transparent;
}

.affix {
  background-color: rgba(0, 0, 0, 0.99);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: rgba(148, 148, 148, 0.99);
}

.navbar-nav > li > a {

  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff !important;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #e94699 !important;
}


/*---------------------------------------
  5.2 INTRO
-----------------------------------------*/
#intro {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#intro h1 a{
  font-weight: 500;
  letter-spacing:0px !important;
  color:#fff;
}

#intro h1 {
  letter-spacing:0px !important;
  color:#fff;
}



/*---------------------------------------
  5.3 VIDEO
-----------------------------------------*/
.video-controls {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 1;
    opacity: .5;
    display: none;
    bottom: 40px;
    font-size: 18px;
	color:#FFF !important;
}

.video-controls-visible {    display: inline;}
.video-controls  a{color:#FFF !important;}



.form-control{width:100%;border-bottom:1px solid #ccc!important;border-top:0;  border-left:0; border-right:0; min-width:100%;max-width:100%;border-radius:1px;-webkit-box-shadow:none;box-shadow:none;font-size:12px!important;margin-top:5px;padding:5px}
.form-control:focus{border-color:#e94599!important;outline:0!important;box-shadow:inset 0 0 0 rgba(0,0,0,.0),0 0 0 rgba(102,175,233,.6)!important}.form-group{padding:0 5px!important}


.text-control{width:100%;border-radius:0!important;max-height:150px;border-bottom:1px solid #ccc!important;border-top:0;  border-left:0; border-right:0;min-width:100%;max-width:100%;border-radius:1px;-webkit-box-shadow:none;box-shadow:none;font-size:13px!important;padding:10px}
.text-control:focus{border-color:#e94599!important;outline:0!important;box-shadow:inset 0 0 0 rgba(0,0,0,.0),0 0 0 rgba(102,175,233,.6)!important}

/* footer */
.footer { background:#fff;  font-size:12px;  border-top:1px solid #ccc; clear:both; min-height:50px; line-height:50px;}
.footer a:hover {background:transparent !important;}
/* footer */
/*---------------------------------------
  5.5 MOUSE SCROLL
-----------------------------------------*/
.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}



.parallax {
    height: 400px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.p1 { background-image: url("../images/bg/1.jpg");}
.p2 { background-image: url("../images/bg/2.jpg");}
.p3 { background-image: url("../images/bg/3.jpg");}


.event {background: #e94699; color:#fff !important; 
background: -moz-linear-gradient(left, #e94699 0%, #ee85ba 100%);
background: -webkit-linear-gradient(left, #e94699 0%,#ee85ba 100%);
background: linear-gradient(to right, #e94699 0%,#ee85ba 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94699', endColorstr='#ee85ba',GradientType=1 );
}
.event-title { padding:15px;  border-bottom:1px solid #fff; font-size:16px;}
.event-date {font-size:60px; margin:40px; padding-top:20px;  border-radius: 50%; border:2px solid #ffde00; width:150px; height:150px; 	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:    0px 5px 10px rgba(0, 0, 0, 0.30);
	box-shadow:         0px 5px 10px rgba(0, 0, 0, 0.30);}
.event-date p {font-size:14px; margin-top:-10px;}
.event-location {padding:15px;  border-top:1px solid #fff; font-size:16px;}


.event:hover {-webkit-transition:2s;-moz-transition:2s;-o-transition:2s;transition:2s; background: #845ae5; color:#fff !important;
background: -moz-linear-gradient(left, #845ae5 0%, #a770ea 100%);
background: -webkit-linear-gradient(left, #845ae5 0%,#a770ea 100%);
background: linear-gradient(to right, #845ae5 0%,#a770ea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#845ae5', endColorstr='#a770ea',GradientType=1 );
}


.padding {padding:15px;}
.thumbnail img {height:200px;}
.thumbnail:hover {border:1px solid #e94699 !important; -webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;}


#album img:hover{   opacity: 0.4;    filter: alpha(opacity=50); /* For IE8 and earlier */}

