body {
    font-size: 14px !important;
}
p {
	color: #13151c !important;
	font-size: 14px !important;
}
#footer-bottom {
    padding: 20px 0 !important;
}
#footer-top h3.wg-title {
    font-size: 18px !important;
}
.cshero-menu-dropdown > ul > li > a, .menu-pages .menu > ul > li > a, .cshero-mobile-menu > li > a, .meny-right .hidden-sidebar-text span i {
    text-transform: initial !important;
}
h1, h2, h3, h4, h5, h6, body {
font-family: "Open Sans" !important;
}
#cs-page-title-wrapper .title_bar .page-title {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5) !important;
}

.single-permalink {
    display: none !important;
}
.cs-blogClass-info .unliststyle li:nth-child(5), .cs-blogClass-info .unliststyle li:nth-child(3) {
    display: none !important;
}
.cs-blog-info .unliststyle li:nth-child(5), .cs-blog-info .unliststyle li:nth-child(3) {
    display: none !important;
}
.tagcloud a {
  font-family: Open Sans !important;
  font-size: 7pt !important;
  padding: 10px 5px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
}
.primary-sidebar > [class*="widget_"], .primary-sidebar > [class^="widget_"], .primary-sidebar > .widget {
    margin-bottom: 50px !important;
}

.blogLightBg {
    background-color: rgba(255,255,255,1) !important;
}
.blogLightMenu ul.cshero-dropdown > li > a, .blogLightMenu .menu-pages .menu > ul > li > a, 
.cshero-hidden-sidebar .cshero-hidden-sidebar-btn a {
    color: #000000 !important;
}
.footerLight {
    color: #13151c !important;
    background-color: rgba(245,245,245,1) !important;
}
.footerLight h3.wg-title, .footerLight a {
   color: #13151c !important;
}
.sub_header_text {
   display: none !important;
}
.blogDetayBanner {
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
   background-image: url(/wp-content/uploads/2017/03/uzaktan-egitim-yazilimi.jpg) !important;
   margin: 100px 0 80px 0 !important;
}
#cs-page-title-wrapper {
    padding: 140px 0 !important;
    margin: 100px 0 80px 0 !important;
}
.cs-portfolio-testimonial, .cs-portfolio-similar-rojects, .cs-portfolio-conclusion {
    display: none !important;
}
.cs-portfolio-header {
    margin-top:100px !important;
}
.wpb_accordion_content p a {
    color: #4dc4dd;
}


/* FAQ Page - Start (Author: Recep ÇİFTER) */
.wpb_accordion_section h3 {
    background-color: white !important;
}
.wpb_accordion_section {
    border-width: 1px;
    border-style: solid;
}

.wpb_accordion_section:nth-child(2) {
    border-color: #fedc54;
}
.wpb_accordion_section:nth-child(4) {
    border-color: #00accb;
}
.wpb_accordion_section:nth-child(6) {
    border-color: #9edd7f;
}
.wpb_accordion_section:nth-child(8) {
    border-color: #ec6451;
}
.wpb_accordion_section:nth-child(10) {
    border-color: #fedc54;
}
.wpb_accordion_section:nth-child(12) {
    border-color: #00accb;
}
.wpb_accordion_section:nth-child(14) {
    border-color: #9edd7f;
}
.wpb_accordion_section:nth-child(16) {
    border-color: #ec6451;
}
.wpb_accordion_section:nth-child(18) {
    border-color: #fedc54;
}
.wpb_accordion_section:nth-child(20) {
    border-color: #00accb;
}
.wpb_accordion_section:nth-child(22) {
    border-color: #9edd7f;
}
.wpb_accordion_section:nth-child(24) {
    border-color: #ec6451;
}


div#nav_menu-5 {
    margin-top: 80px !important;
}

/* FAQ Page - End (Author: Recep ÇİFTER) */

/* Login Modal - Start (Author: Recep ÇİFTER Ref.: http://codepen.io/mrtuanphong/pen/NqvePZ) */

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinges {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.snail {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

.login2 .modal-dialog {
  width: 350px;
}

.login2 .modal-footer {
  border-top: 0;
  margin-top: 0px;
  padding: 10px 20px 20px;
}

.login2 .modal-header {
  border: 0 none;
  padding: 15px 15px 15px;
  /*     padding: 11px 15px; */
}

.login2 .modal-body {
  /*     background-color: #eeeeee; */
}

.login2 .division {
  float: none;
  margin: 0 auto 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.login2 .division .line {
  border-top: 1px solid #DFDFDF;
  position: absolute;
  top: 10px;
  width: 34%;
}

.login2 .division .line.l {
  left: 0;
}

.login2 .division .line.r {
  right: 0;
}

.login2 .division span {
  color: #424242;
  font-size: 17px;
}

.login2 .box .social {
  float: none;
  margin: 0 auto 30px;
  text-align: center;
}

.login2 .social .circle {
  background-color: #EEEEEE;
  color: #FFFFFF;
  border-radius: 100px;
  display: inline-block;
  margin: 0 17px;
  padding: 15px;
}

.login2 .social .circle .fa {
  font-size: 16px;
}

.login2 .social .facebook {
  background-color: #455CA8;
  color: #FFFFFF;
}

.login2 .social .google {
  background-color: #F74933;
}

.login2 .social .github {
  background-color: #403A3A;
}

.login2 .facebook:hover {
  background-color: #6E83CD;
}

.login2 .google:hover {
  background-color: #FF7566;
}

.login2 .github:hover {
  background-color: #4D4D4d;
}

.login2 .forgot {
  color: #797979;
  margin-left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.login2 .btn-login2, .registerBox .btn-register {
  background-color: #00BBFF;
  border-color: #00BBFF;
  border-width: 0;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  padding: 15px 50px;
  text-transform: uppercase;
  width: 100%;
}

.login2 .btn-login2:hover, .registerBox .btn-register:hover {
  background-color: #00A4E4;
  color: #FFFFFF;
}

.login2 .form-control {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
  color: #FFFFFF;
}

.login2 .form-control:hover {
  background-color: rgba(0, 0, 0, 0.16);
}

.login2 .form-control:focus {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
  background-color: rgba(0, 0, 0, 0.23);
  color: #FFFFFF;
}

.login2 .box .form input[type="text"], .login2 .box .form input[type="password"] {
  border-radius: 3px;
  border: none;
  color: #333333;
  font-size: 16px;
  height: 46px;
  margin-bottom: 5px;
  padding: 13px 12px;
  width: 100%;
}

@media (max-width: 400px) {
  .login2 .modal-dialog {
    width: 100%;
  }
}
.big-login2, .big-register {
  background-color: #00bbff;
  color: #FFFFFF;
  border-radius: 7px;
  border-width: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  padding: 16px 60px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.big-login2:hover {
  background-color: #00A4E4;
  color: #FFFFFF;
}

.big-register {
  background-color: transparent;
  color: #00bbff;
  border-color: #00bbff;
}

.big-register:hover {
  border-color: #00A4E4;
  color: #00A4E4;
}

.login2 .social img {
    width: 50% !important;
    padding-left: 30px;
}

input.btn.btn-default.btn-login {
    width: 100% !important;
    background-color: #f3bd0f;
    color: #f7f7f7;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0px;
    border-radius: 4px;
}input.btn.btn-default.btn-login {}

input.btn.btn-default.btn-login:hover {
    background-color: #dfad0f;
    color: white;
}


/* Login Modal - End (Author: Recep ÇİFTER) */


.team-overlay {
	background-color: initial !important;
}

.cshero-team-image img {
    width: 60% !important;
	border-radius: 3px;
}
.team-layout2 .cshero-team-image-wrap:hover .cshero-team-social {
	opacity: 1;
	-webkit-transform: initial !important;
       -moz-transform: initial !important;
        -ms-transform: initial !important;
         -o-transform: initial !important;
            transform: initial !important;
}
.team-layout2 .cshero-team-image-wrap:hover .team-overlay {
	opacity: 1;
}
.team-layout2 .cshero-team-image-wrap:hover img {
    -webkit-transform: initial !important;
       -moz-transform: initial !important;
        -ms-transform: initial !important;
         -o-transform: initial !important;
            transform: initial !important;
}
.csbody .btn.btn-default-alt {
    border-color: #f3ba04 !important;
    background-color: #f3ba04 !important;
}
.csbody .btn.btn-primary-alt {
    border-color: #f3ba04 !important;
    background-color: #f3ba04 !important;
}
.csbody .btn.btn-primary-alt:hover {
    color: #f3ba04 !important;
}
.btn-info {
    border-color: #f3ba04 !important;
    background: #f3ba04 !important;
}
.btn-info:hover, .btn-info:active {
    border-color: #f3ba04 !important;
}
.btn-info:hover, .btn-info:focus {
    border-color: #f3ba04 !important;
}
.csbody .btn.btn-primary-border:hover:before {
    background-color: #f3ba04 !important;
}
.csbody .btn.btn-primary-border:hover:before {
    border: 1px solid #f3ba04 !important;
}
footer h3 span {
    font-size: 16px !important;
}
footer {
    font-size: 13px !important;
}
.copyright_text {
    width:100% !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
.cs_mega_menu ul li a {
    font-family: "Open Sans" !important;
    font-weight: 600 !important;
}
#cshero-header ul.cshero-dropdown > li > a, #cshero-header ul.cshero-dropdown > li > a span {
   font-family: "Open Sans" !important;
   font-weight: 600 !important;
}
input.btn.btn-default.btn-login {
    background-color: #f3bd0f !important;
}

a[rel='author'] {
  text-transform: lowercase !important;
}

.csbody .btn, .csbody .btn-default, .csbody button, .csbody .button, .csbody input[type="submit"], .csbody input[type="button"], .csbody input#submit, .widget_shopping_cart_content a.button {
    font-size: 14px;
}


/* Almanca Bayrak Kapat */
.menu-item-wpml-ls-99-de {
   /* display: none !important; */
}
/* Almanca Bayrak Kapat */

.menu-item-18692 a span {
   text-transform: none !important;
}

.cs-social li:nth-child(1) {
   width: 30px;
   background-color: #3b5998;
}
.cs-social li:nth-child(2) {
   width: 30px;
   background-color: #55acee;
}
.cs-social li:hover {
   opacity: 0.8 !important;
}
.cs-social i.icon {
   color: #fff !important;
   margin-left:0 !important;
}
.cs-social li:hover i.icon {
   color: #fff !important;
}
.widget_cs_social_widget ul li {
    margin-right: 5px !important;
}
.copyright_text, .copyright_text a {
	color:#fff !important;
}

.csbody .btn, .csbody .btn-default{
	background-color: #f3ba04 !important;  
}

.dtlBilgiBut2 {
    padding: 20px !important;
}

.primary-sidebar .wg-title, .cs-carousel-product .cs-title {
    text-transform: capitalize !important;
}
.widget_recent_comments ul li a, .widget_recent_entries ul li a, .cs-recent-post-v1 ul li a {
    text-transform: capitalize !important;
}
.cs-blogClass-style2 .cs-blogClass-date span, .cs-blog-item-style1 .cs-blog-info .cs-date span {
    text-transform: capitalize !important;
}

.cs-blogClass-style1 .cs-blogClass-info a, .cs-blogClass-style2 .cs-blogClass-info a {
    text-transform: capitalize !important;
}

.cs-blog .cs-blog-info li a {
    text-transform: capitalize !important;
}

#cs-breadcrumb-wrapper .cs-breadcrumbs a:nth-child(2), #cs-breadcrumb-wrapper .cs-breadcrumbs span {
    text-transform: capitalize !important;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs {
    text-transform: lowercase;
}
#cs-breadcrumb-wrapper .cs-breadcrumbs::first-letter {
    text-transform: uppercase;
}
.csbody .btn-primary {
 text-transform: capitalize !important;
}
.csbody .btn.btn-primary-alt {
text-transform: capitalize !important;
}
.cs-blog-item-style1 .cs-blog-info ul {
    text-transform: capitalize !important;
}
.cs-blog-item-style1 .cs-blogClass-info, .cs-blogClass-style2 .cs-blogClass-info {
    text-transform: capitalize !important;
}
.normal-logo.logo-v1 {
    max-height: 60px !important;
}
.border-sticky-image {
    display:none !important;
}
.footer-border-top-image {
    display:none !important;
}
.cshero_58f72aa5a892a {
display:none !important;
}
.single-portfolio .cs-portfolio-header .cs-portfolio-title {
    font-weight: 400 !important;
}
#cshero-header ul.cshero-dropdown > li > a:hover {
 color: #f3ba04 !important;
}
#cshero-header ul.cshero-dropdown > li.current-menu-item > a, #cshero-header ul.cshero-dropdown > li.current-menu-ancestor > a, #cshero-header ul.cshero-dropdown > li > a.active, #cshero-header ul.cshero-dropdown > li > a:active {
    color: #f3ba04 !important;
}
ul.menu li a:hover {
	color: #f3ba04 !important;
}
#footer-top [class*="widget-"], #footer-top [class*="widget_"] {
    margin-top: 10px !important;
}

body #footer-top {
    padding-bottom: 30px !important;
}
.csbody .btn, .csbody .btn-default, .csbody button, .csbody .button, .csbody input[type="submit"], .csbody input[type="button"], .csbody input#submit, .widget_shopping_cart_content a.button {
    text-transform: capitalize !important;
}

body a:hover {
    color: #f3ba04 !important;
}
body #footer-top a:hover {
    color: #f3ba04 !important;
}

/* Mobil CSS + */

@media (max-width: 480px) {

.cms-custom-headding.vc_custom_heading span, .cms-custom-headding-title {
    font-size: 18px !important;
    line-height: 20px !important;
}
.csbody .btn.btn-medium, .csbody .btn.btn-md {
    padding: 12.5px 40px !important;
}

.vc_separator h1, .vc_separator h2, .vc_separator h3, .vc_separator h4, .vc_separator h5, .vc_separator h6 {
    white-space: inherit !important;
}
.cms-button-wrapper {
    text-align: center !important;  
}
.copyright_text {
    font-size: 11px !important; 
}
}

/* Mobil CSS - */

.tp-caption .tp-videoposter:after {
 
    background-image: url(/wp-content/uploads/2017/08/video-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -37px;
 
    content: "";
    width: 75px;
    height: 53px;
 
}

.eg-monroe-container {
    background: rgba(0,0,0,0.5) !important;
}
 .eg-monroe-element-1 {
    background: transparent !important;
}
.csbody .tp-bullets.hesperiden .tp-bullet:hover:before, .csbody .bullets-active .tp-bullets.hesperiden .tp-bullet:hover:before, .csbody .tp-bullets.hesperiden .tp-bullet.selected:before, .csbody .bullets-active .tp-bullets.hesperiden .tp-bullet.selected:before {
    border: none !important;
}