body{
	background: url('../img/bg.png');
}

h1, h2, h3, h4, h5 {
	background-color:#f5eef8;
	color:#9b59b6;
	text-align:left;
	font-family: "Open Sans Condensed",sans-serif;
	border-bottom: 1px dotted #cdacda;
	padding: 0 5px;
}

h2 {
	text-align: center;
	background-color:transparent;
	border: 0;
}

h5 {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	color: #222222;
	border: 0;
	background-color: transparent;
}

.wrapper {
	max-width: 62.5rem;
	margin: 30px auto 20px auto;
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
	padding: 0;
	background: white;
}

.dropdown {
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
}

.no-padding {
	padding: 0;
}

.top-bar {
}

.top-bar-section .has-dropdown > a:after {
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    margin-top: 20px;
}


.top-bar-section {
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in; 
}


.top-bar-section ul li ul li a:hover {
	box-shadow: none !important;
}


@-webkit-keyframes topbar-dropdown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
     opacity: 1.0;
 }
}

@-moz-keyframes topbar-dropdown {
  0% {
    -moz-transform: translateY(-100%);
     opacity: 0;
 }

  100% {
    -moz-transform: translateY(0);
     opacity: 1.0;
 }
}

@-ms-keyframes topbar-dropdown {
  0% {
    -ms-transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    opacity: 1.0;
  }
}

@keyframes topbar-dropdown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1.0;
  }
}

.top-bar .title-area {
  position: relative;
  z-index: 1;  
}
.top-bar-section > ul {
  z-index: 0;
}

.expanded .top-bar-section > ul {
  -webkit-animation: topbar-dropdown 0.2s ease-in-out;
  -moz-animation: topbar-dropdown 0.2s ease-in-out;
  -ms-animation: topbar-dropdown 0.2s ease-in-out;
  animation: topbar-dropdown 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
    .top-bar-section > ul {
        position: initial;
        z-index: initial;
    }
    
}

.box-left {
	margin-top: 20px;
    padding: 10px;
    width: 100%;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
    font-size: 100%;
    line-height: 1.4em;
    float: left;
}

.box-right {
	margin-top: 20px;
    padding: 10px;
    width: 100%;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
    font-size: 100%;
    line-height: 1.4em;
    float: left;
}

.multiPageLeft {
	padding:0 10px 0 20px;
	
}

.multiPageRight {
	padding:0 20px 0 10px;
	
}

.side-nav li {
	font-size: 1.3rem;
}

.singlePage {
	padding: 0 20px;	
}

.singlePage img {
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);	
}

.spotlight {
	text-align: center;
	font-size: 1.2rem;	
}

.fancyButton {
	display: block;
	border: 1px solid #f8f8f8;
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);	
	margin: 1em 0;
	height: 5em;
	line-height: 5em;
}

.button-group > li > button, .button-group > li .button, .button {
	min-width: 200px;
	margin: 10px;
	background-color: #3F56A6;
  	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.button-group > li > button:hover, .button-group > li .button:hover, .button:hover {
	background-color: #40AFE3;
}

.dropcap_light,
.dropcap_red, 
.dropcap_dark {  
            border-radius: 100px 100px 100px 100px;
            display: block;
			float: left;
			font-size: 18px;
			line-height: 35px;
			margin-right: 8px;
			text-align: center;
			vertical-align:center;
			width: 35px;
			font-weight: bold;
			margin-top: -3px;
}

.dropcap_light {background: #40AFE3; color: #FFF}
.dropcap_dark {background: #3F56A6; color: #FFF}
.dropcap_red {background: #FF3333; color: #FFF}

.bigger {font-size: 1.1rem;}

.footer {
	border-top: 1px dashed #cdacda;
	padding: 1.2rem;
	color: #555;
}

dl.accordion {
	margin: 0 1em;
}

.accordion dd.active {
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
	margin: -5px -3px;	
}

.idexbutton {
	font-size: 1.4rem; 
	border:1px solid #cdacda; 
	padding:0 1em;
	height: 120px;
	line-height: 120px;
	vertical-align: midddle;
}

.idexbutton a{
	display:block;
}

.bHizmetler {
	background-image: url("../img/hizmetler.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.bFaydali {
	background-image: url("../img/faydalii.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
}

.bSSS {
	background-image: url("../img/faq.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.bIletisim {
	background-image: url("../img/contact.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
}

.owl-carousel .owl-item {
	padding: 0 30px;
}

.owl-carousel .owl-item p {
	float:left;
	margin: 3em 0 0 20px;
	font-size: 0.9em;
	max-width: 45%;
}

.owl-carousel .owl-item .sHeader {
	font-size: 2.6em;
	color: #40AFE3;
	font-family: "Open Sans Condensed",sans-serif;	
}

.owl-carousel .owl-item .sSpotlight {
	font-size: 1.5em; 
	margin-left: 0.5em;
}

.owl-carousel .owl-item .sLink {
	font-size: 1.1em; 
	margin-left: 6em;
}


.owl-carousel .owl-item img {
	max-width: 450px !important;
	height: auto;
	float: left;
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.4);
	margin: 3px auto;		
}

#carousel div {
	text-align: center;
	width: 120px;
	height: 40px;
	padding:0 0.5em;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}

.contc  {
	font-size: 1.2em;
}

.contc dt {
	float: left;
	min-width: 100px;
	color:#40AFE3;
	text-align:left;
	font-weight: normal;
}

.contc dd {
	float: left;
}

.contc div {
	float:left;
	clear:both;
	margin-top: 2em;
}

.contc div img {
	box-shadow: none;
}

.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	font-weight: normal;
	font-size: 0.9rem;
	text-decoration: none;
}
.scrollToTop:hover{
	text-decoration:none;
}

@media only screen and (max-width: 920px) {

	.top-bar-section ul li > a {
		font-size: 1.0rem;
	}
	
	.top-bar img {
		width: 90%;
	}
	
	.owl-carousel {
		font-size: 0.8em;
	}
		
	.owl-carousel .owl-item {
		padding: 0 10px;
	}
	
	
	.owl-carousel .owl-item img {
		max-width: 400px !important;
	}
	
	.owl-carousel .owl-item p {
		margin-top: 2em;
	}
	
	.owl-carousel .owl-item .sSpotlight {
		margin-left: 1em;
	}
	
	.owl-carousel .owl-item .sLink {
		margin-left: 4em;
	}

}

@media only screen and (max-width: 820px) {
	
	.top-bar img {
		width: 100px;
	}
	
	.owl-carousel .owl-item p {
		max-width:300px;
		margin-left: 0.8em;
	}

	.owl-carousel .owl-item .sSpotlight {
		margin-left: 0.5em;
	}
	
	.owl-carousel .owl-item img {
		max-width: 390px !important;
	}		
}

@media only screen and (max-width: 720px) {

	.top-bar-section .has-dropdown > a:after {
	    border-color: #40AFE3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	    margin-top: 0;
	}
	
	.top-bar-section ul li {
		border-bottom: 1px solid #d1d1d1;
	}

	.owl-carousel .owl-item img {
		max-width: 320px !important;
	}		
}

@media only screen and (min-width: 721px) {
	
	.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
		line-height: 2.0rem;
		margin: 0px 10px 0 10px;
		font-size: 1.0rem;
		padding: 5px 0 5px 20px;
	}
		
	
	.hizmetlerMenu {
		width:530px !important;
		margin-right: -100px !important;
		background-color: #47a1cb !important;
		padding-bottom: 10px !important;
	}

	ul.hizmetlerMenu li {
		float:left;
		width: 170px !important;
	}
	
	.faydaliMenu {
		width:220px !important;
		background-color: #47a1cb !important;
		padding-bottom: 10px !important;
	}
		
	ul.faydaliMenu li {
		width: 200px !important;
	}
	
	.sssMenu {
		width:360px !important;
		background-color: #47a1cb !important;
		padding-bottom: 10px !important;
	}

	ul.sssMenu li {
		float:left;
		width: 170px !important;
	}
}

@media only screen and (max-width: 640px) {

	.owl-carousel .owl-item p {
		margin-left: 1em;
	}
	
	.owl-carousel .owl-item img {
		max-width: 260px !important;
	}
			
	.owl-carousel .owl-item .sHeader {
		font-size: 2.4em;
	}
		
	.owl-carousel .owl-item .sLink {
		margin-left: 2em;
	}
}

@media only screen and (max-width: 546px) {

	.owl-carousel .owl-item {
		tex-align: center;
	}
	
	.owl-carousel .owl-item img {
		max-width: 100% !important;
		float: none:
	}
	
	.owl-carousel .owl-item .sHeader {
		font-size: 2.3em;
	}
	
	.owl-carousel .owl-item .sLink {
		margin: auto;
	}
	
	.owl-carousel .owl-item p {
		font-size: 1.1em;
		max-width: 100%;
		float:none;
		margin-left:0;
		text-align: center;
	}	
}
