html, body {
  background: #FFF;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  font-family: 'Work Sans', sans-Serif;
}

a {
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position:      relative;
  min-height:    1px;
  padding-right: 10px;
  padding-left:  10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.video-container {
  position:       relative;
  padding-bottom: 56.25%;
  padding-top:    30px;
  height:         0;
  overflow:       hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top:      0;
  left:     0;
  width:    100%;
  height:   100%;
}

.socials div {
  margin-top: 200px !important;
}

.socials a {
  color:      #444;
  padding:    20px;
  background: #FFF;
}

.socials a:hover {
  background: #005ABF;
  color:      #FFF;
}

.redform input, .redform select {
  margin-bottom: 15px;
}

.blogbox .col-md-12, .blogbox .col-md-6, .blogbox .col-md-4 {
  padding: 0 !important;
  margin:  0 !important;
  color:   #000;
}

.blogbox a {
  display:     inline-block;
  margin-top:  10px;
  font-size:   24px;
  color:       #3C3C3C;
  font-weight: bold;
}

.blogbox a:hover {
  color:           #2E96DB;
  text-decoration: underline !important;
}

.blogbox .showall {
  margin-top:    10px;
  background:    #959494;
  color:         #FFF;
  display:       inline-block;
  padding:       5px 15px;
  border-radius: 5px;
  font-size:     14px;
}

.blogbox .showall:hover {
  background:      #2D93D7;
  color:           #FFF;
  text-decoration: none !important;
}

.blogbox i {
  margin-right: 10px;
}

.form-control:focus {
  border-color:       inherit;
  -webkit-box-shadow: none;
  box-shadow:         none;
}

.slider {
  margin-top: -100px;
}

.slider .item {
  position: relative;
}

.slider .text {
  position:    absolute;
  text-align:  center;
  width:       1200px;
  background:  #000;
  color:       #E7E7E7;
  font-size:   24px;
  display:     block;
  padding:     10px 0;
  bottom:      10%;
  font-weight: 300;
  left:        calc(50% - 600px);
}

.slider .text span {
  color:   #FFE700;
  display: block;
}

#anaslider {
  position: relative;
}

#anaslider .item .text {
  position:   absolute;
  background: rgba(33, 99, 173, 0.9);
  color: #FFF;
  font-weight: bold;
  font-size: 60px;
  bottom: 20%;
  z-index: 9;
  padding: 15px;
}

.owl-carousel {
  position: relative;
}

.owl-prev, .owl-next {
  font-size:  72px;
  display:    inline-block;
  position:   absolute;
  top:        calc(50% - 72px);
  color:      #FFF;
  background: rgba(151, 151, 151, 0.3);
  padding:    0 10px;
}

.owl-prev {
  left: 2%;
}

.owl-next {
  right: 2%;
}

.owl-prev:hover, .owl-next:hover {
  color: #000;
}

#programlar .item {
  text-align: center;
}

.itemx {
  position:      relative;
  display:       block;
  margin-bottom: 5px;
  text-align:    center;
}

.overlay {
  position:    absolute;
  width:       100%;
  height:      100%;
  background:  rgba(86, 161, 211, 0.7);
  padding-top: calc(44%);
  display:     none;
  z-index:     99 !important;
}

.overlay span {
  border:        3px solid #FFF;
  font-size:     24px;
  color:         #FFF;
  padding:       4px 8px;
  border-radius: 4px;
  font-weight:   700;
}

.itemx:hover .overlay {
  display: block;
}

.ii {
  color:        #FFE700;
  margin-right: 7px;
  display:      inline-block;
  font-weight:  800;
  font-style:   italic;
}

.red {
  color: #FFE700 !important;
}

.fz18 {
  font-size: 18px;
}

.fz24 {
  font-size: 24px;
}

.fz36 {
  font-size: 36px;
}

.side ul {
  padding: 0 !important;
  margin:  0 !important;
}

.side ul li {
  list-style:   none;
  border-top:   1px solid #EEE;
  border-left:  1px solid #EEE;
  border-right: 1px solid #EEE;
  padding:      5px;
}

.side ul li:last-child {
  border-bottom: 1px solid #EEE;
}

.side ul li a {
  color:        #000;
  padding-left: 10px;
  font-size:    16px;
}

.side ul li a.active {
  color:       #2E96DB;
  font-weight: 600;
}

.content {
  font-weight:   300;
  font-size:     18px;
  line-height:   30px;
  color:         #444;
  padding-top:   30px;
  margin-bottom: 150px;
}

.xxs .title {
  color:        #444;
  font-size:    24px;
  font-weight:  400;
  display:      block;
  padding:      15px 10px;
  border-top:   1px solid #EEE;
  border-left:  1px solid #EEE;
  border-right: 1px solid #EEE;
  cursor:       pointer;
}

.xxs > .title:last-child {
  border-bottom: 1px solid #EEE !important;
}

.xxs h1 {
  color: #E10239;
}

.title i {
  color: #E10239;
}

.content h2 {
  color:      #E10239;
  display:    inline-block;
  font-size:  35px;
  text-align: center;
}

.content2 h2 {
  color:      #E10239;
  display:    block;
  font-size:  24px;
  text-align: left;
  margin-top: 40px;
}

.content2 h3 {
  color:      #1841E1;
  display:    block;
  font-size:  24px;
  text-align: left;
  margin-top: 70px;
}

.pbox {
  margin-bottom: 100px;
  padding:       30px 10px;
  background:    #FFF;
  border:        1px solid #CCC;
  text-align:    center;
}

.pbox a span {
  color:       #FFF;
  font-weight: 300;
  font-size:   20px;
  background:  #000;
  display:     block;
  padding:     10px 0;
}

.pbox:hover {
  border: 1px solid #666;
}

.pbox:hover span {
  background: #FF4346;
}

.form h2 {
  font-size:   36px;
  color:       #222;
  font-weight: 100;
}

.form h3 {
  font-size:   18px;
  color:       #666;
  font-weight: 100;
  margin:      -10px 0 20px 0;
}

.form input, .form textarea {
  border-radius: 2px;
  margin-bottom: 10px;
  font-weight:   400;
  outline:       none;
  background:    #EEE;
  border:        1px solid #CCC;
}

.form input:focus, .form textarea:focus {
  border-radius: 2px;
  margin-bottom: 10px;
  font-weight:   400;
  outline:       none;
  background:    #E9F3F5;
  border:        1px solid #CAD4D6;
}

.form button {
  margin-top:    10px;
  background:    #222;
  color:         #FFF;
  border-radius: 0;
}

.form button:hover {
  color:      #EEE;
  background: #BE202B;
}

.form label {
  font-weight: 100;
  color:       #555;
  font-size:   16px;
}

.l {
  background:   #FFE700;
  width:        6px;
  height:       16px;
  display:      inline-block;
  margin-right: 3px;
  transform:    skewX(-10deg);
}

#programlar {
  padding: 20px 0;
}

#programlar .item a {
  color:       #000;
  font-size:   18px;
  font-weight: 600;
}

.owl-dots {
  width:      100%;
  text-align: center;
  position:   absolute;
  z-index:    9;
  margin-top: 20px;
}

.owl-dot {
  display:       inline-block;
  background:    #828282;
  width:         12px;
  height:        12px;
  margin:        0 5px;
  border-radius: 8px;
}

.owl-dots .active {
  background:    rgba(38, 235, 240, 0.9);
  border-radius: 0;
}

header {

}

footer {
  background: #182843;
  padding:    50px 0;
  margin-top: 50px;
}

footer .title {
  color: #FFF;
}

footer ul li {
  list-style: none;
  padding:    3px 0;
}

footer a {
  color: #647B9C;
}

.navbar {
  margin-bottom: 0;
}

.navbar-fixed-top .container {
  background: #000;
}

.navbar-default {
  background-color: transparent !important;
  border-color:     transparent !important;
}

.logo {
  font-size:   40px;
  position:    absolute;
  z-index:     6 !important;
  top: 18px;
}

.logo a {
  color:       #FFF;
  background:  #E20800;
  padding:     25px 60px;
  font-family: 'Ubuntu', sans-serif;
}

.navbar-default .navbar-nav {
  padding: 2px 0;
}

.navbarbot {
  position:    fixed;
  width:       100%;
  margin-top:  -5px;
  margin-left: -2px;
  z-index:     99 !important;
}

.sticky {
  top: 0;
}

.navbarbot .navbar-nav {
  padding: 10px 0;
}

.navbartop {
  padding: 20px 0;
}

.navbar-default .navbar-nav > li > a {
  color: #222;
}

.navbar-default .navbar-nav > li:hover > a {
  color: red !important;
}

.navbartop .navbar-nav > li {
  margin: 0;
}

.navbartop .navbar-nav > li > a:hover {
  color: #005ABF !important;
}

.navbarbot .navbar-nav > li > a {
  color:       #FFF !important;
  font-size:   14px;
  font-weight: 500;
  padding:     15px 8px;
}

.navbarbot .navbar-nav > li > a:hover {
  color: #CCC !important;
}

.navbarbot #navbar {
  background: #005ABF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
}

.nav .active {
  color: #555;
}

.dropdown-menu {
  background: #00448D;
  z-index:    999999 !important;
}

.dropdown-menu > li:hover {
  color:      #222;
  background: #005ABF;
}

.dropdown-menu > li > a {
  color: #FFF;
}

.dropdown-menu > li > a:hover {
  color: #005ABF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color:            #555;
  background-color: #000;
}

input[type="file"] {
  display:   block;
  font-size: 14px;
}

@media (min-width: 1101px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1100px) {

  html, body {
    max-width:  100%;
    overflow-x: hidden;
  }

  body {
    padding-top: 0;
  }


  .logo {
    font-size:   20px;
    position:    absolute;
    z-index:     6 !important;
    left: -40px;
    top: 22px;
  }

  .logo a {
    color:       #222;
    background: inherit;
    font-family: 'Ubuntu', sans-serif;
  }

  .navbar {
    border: 0;
  }

  .navbar-header {
    background: #FFF;
  }

  .nh2 {
    margin-left: 2px !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #888;
  }

  h2 img {
    display: block;
    margin:  10px auto;
  }

  .navbar-toggle {
    margin: 20px;
  }

  .navbar-default .navbar-toggle {
    border-color: #000;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #E20800;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
    background-color: #FFF;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top:          0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float:      none !important;
    margin-top: 7px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top:    10px;
    padding-bottom: 10px;
  }

  .dropdown-menu {
    text-align: right;
  }

  .collapse.in {
    display: block !important;
  }

  .navbartop {
    padding: 0;
  }

  .navbar-default .navbar-nav {
    padding-top: 0;
  }

  .navbar-default .navbar-nav > li {
    text-align: right;
    margin:     0;
    padding:    0;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 5px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
  }

  .owl-prev, .owl-next {
    font-size: 72px;
    display:   inline-block;
    position:  absolute;
    top:       20%;
    color:     #333;
  }

  .owl-prev {
    left: calc(2%);
  }

  .owl-next {
    right: calc(2%);
  }

  .owl-prev:hover, .owl-next:hover {
    color: #999;
  }

  .slider {
    margin-top: -72px;
  }

  .slider .item {
    position: relative;
  }

  .slider .item a div {
    background: rgba(0, 0, 0, 0.31);
  }

  .slider .text {
    background: rgba(0, 0, 0, 0.7);
    position:   absolute;
    display:    block;
    font-size:  14px;
    color:      #E7E7E7;
    bottom:     0;
    width:      100%;
    left:       0;
    padding:    5px 0;
  }

  .slider .text span {
    color:   #FFF;
    display: block;
  }

  footer {
    text-align: center;
  }

  .blogbox {
    text-align: center;
  }

  .navbartop a {
    color: #444;
  }

  .navbar-default .navbar-toggle {
    border-color: #FFF;
  }

  #anaslider .item .text {
    position:   absolute;
    background: rgba(33, 99, 173, 0.9);
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    bottom: 0%;
    z-index: 9;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

}