@font-face {
  font-family: 'Roboto4';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto4.ttf);
}
@font-face {
  font-family: 'Roboto7';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto7.ttf);
}

@font-face
{
font-family: Tahoma;
src: url(../fonts/tahoma.ttf);
}
body { overflow-x:hidden !important; }
body, h1, h2, h3, h4, h5, h6, a, p, div, article,
aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary{
	font-family: 'Roboto4', sans-serif;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
}
a a { cursor:pointer;}
a{
	color: #5f5f5f;
	-webkit-transition: all .25s ease-in;
		-moz-transition: all .25s ease-in;
		 -ms-transition: all .25s ease-in;
		  -o-transition: all .25s ease-in;
		     transition: all .25s ease-in;
}
a:hover{
	text-decoration: none;
	color: #051e46;
}
.container {
	max-width: 1205px;
	padding:0px;
}
ul{
	list-style: none;
	padding-left: 0px;
}
img {
	width: 100%;
}
.center {
  	text-align: center;
}
.bottom-border{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e3e2e2;
}
.ccr-gallery-ttile{
	width:100%;
	height:40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
	line-height:40px;
	background: none repeat scroll 0% 0% #051E46;
	border-bottom: 5px solid #3768B3;
	border-left:8px solid #051e46;
	color:#FFF;
}
.duyuru .ccr-gallery-ttile {
	background: none repeat scroll 0% 0% #FF8A00;
border-bottom: 5px solid #DE7800;
border-left: 8px solid #FF8A00;
	
	}
	
.etkinlik .ccr-gallery-ttile {
	background: none repeat scroll 0% 0% #a7ca53;
border-bottom: 5px solid #91b048;
border-left: 8px solid #a7ca53;
	
	}

.facebook .ccr-gallery-ttile {
	background: none repeat scroll 0% 0% #1aaad9;
border-bottom: 5px solid #189dc8;
border-left: 8px solid #1aaad9;
	position:relative;
	z-index:99999999999999;
	}
	.kariyer .ccr-gallery-ttile {
	background: none repeat scroll 0% 0% #f14d4d;
border-bottom: 5px solid #c33c3c;
border-left: 8px solid #f14d4d;
	
	}
		.mailbox .ccr-gallery-ttile {
	background: none repeat scroll 0% 0% #333333;
border-bottom: 5px solid #191818;
border-left: 8px solid #333333;
	
	}
.ccr-gallery-ttile span{
	margin: 13px 0;
	float: left;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	/*border-left:5px solid #051e46;*/
	margin-right:10px;
}
.ccr-gallery-ttile p{
	font-size: 1.28571428em;
	color:#FFF;
}
.ccr-gallery-ttile p a{ color:#FFF;}
.ccr-gallery-ttile p i{ color:#FFF;}
.date-like-comment{
	width: 100%;
}
.date-like-comment .date,
.date-like-comment .like, 
.date-like-comment .comments{
	float: right;
	padding: 0px 15px 0 5px;
	line-height: 40px;
	display: inline-block;
}
.date-like-comment .like i, 
.date-like-comment .comments i{
	padding-right: 3px;
}
.date-like-comment .date{
	float: left;
}
.like-comment-readmore{
	/*position: absolute;*/
	bottom: 0;
	margin:20px 0px 10px 0px;
	width: 100%;
	clear:both; 
}
.like-comment-readmore a{
	padding-right: 10px;
	display: inline-block;
	line-height: 40px
}
.like-comment-readmore .read-more,
.read-more a{
	color: #fff;
	background-color: #051e46;
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
}
.like-comment-readmore .read-more:hover,
.read-more a:hover{
	background-color: #5F5F5F;
	color: #fff;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
}
.like-comment-readmore .read-more{
	float: right;
}
div.ccr-thumbnail{
	margin-bottom: 5px;
}
.ccr-thumbnail{
	position: relative;
	overflow: hidden;
	min-height: 80px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.49);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}
.ccr-thumbnail p, 
.ccr-thumbnail a,
.nav-paging i,
input[type="submit"],
button[type="submit"],
.footer-social-icons li a,
#social-buttons a,
#ccr-contact-sidebar li a
{
	-webkit-transition: all .25s ease-in;
	   -moz-transition: all .25s ease-in;
	    -ms-transition: all .25s ease-in;
	     -o-transition: all .25s ease-in;
	        transition: all .25s ease-in;
}
.ccr-thumbnail p{
	text-align: center;
	background-color: rgba(44, 62, 80,.7);
	padding-top: 25%;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;	
	opacity: 0;
}
li:hover .ccr-thumbnail p{
	opacity: 1;
	top: 0;
}
.ccr-thumbnail a{
	color:#fff;
	border:1px solid #FFF;
	padding:5px 10px;
}
.ccr-thumbnail a:hover{
	color: #FFF;
	background-color: #051e46;
	border:1px solid #051e46;
}

.current-page{
color: #5f5f5f;
height: 40px;
line-height: 40px;
}
.current-page a{
	color: #afafaf;
}
.ccr-category-post h5{
	font-size: 1.2em;
	line-height: 30px;
}
.nav-paging i{
	color: #FFF;
	background-color: #051e46;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.nav-paging i:hover{
	background-color: #014b96;
}
.nav-paging a{
	float: left;
	height: 40px;
	width: 40px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.nav-paging li:first-child a:hover,
 .nav-paging li:last-child a:hover{
	font-size: 1em;
}
.nav-paging a:hover{
	color: #051e46;
	font-size: 1.35em;
	}
.nav-paging span{
	color: #051e46;
	font-size: 1.35em;
}
.nav-paging{
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	overflow: hidden;
}
 .nav-paging ul{
	margin: 0 auto;
}
.nav-paging li{
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	float: left;
}
#text li .google-plus:hover,
#social-buttons .google-plus:hover,
.google-plus:hover{
	color: #FFF;
	background-color: #db514f;
}
#text li .linkedin:hover,
#social-buttons .linkedin:hover,
.linkedin:hover{
	color: #FFF;
	background-color: #0077b5;
}
#text li .twitter:hover,
#social-buttons .twitter:hover,
.twitter:hover{
	color: #FFF;
	background-color: #2e9edd;
}
#text li .facebook:hover,
#social-buttons .facebook:hover,
.facebook:hover{
	color: #FFF;
	background-color: #3b5998;
}
#text li .youtube:hover,
#social-buttons .youtube:hover,
.youtube:hover{
	color: #FFF;
	background-color: #dd2826;
}
.google-plus,.youtube , .linkedin, .twitter, .facebook

{
	display: inline-block;
}
/* 1.0 - Common Styles End
---------------------------------------------------------------------- */

/* 2.0 - Header
---------------------------------------------------------------------- */
#ccr-header .fullwidth{
	background-color: #343333;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#ccr-nav-top{
	height: 41px;
}
/* 2.1 - ccr-nav-top 
---------------------------------------------------------------------- */
#ccr-nav-top ul{
	margin: 0px;
	padding:0px;
}
#ccr-nav-top ul li{
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#ccr-nav-top ul li a{
	color: #a5a3a5;
	display: inline-block;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
}
#ccr-nav-top ul li a:hover{
	color: #051e46;
	text-decoration: none;
	font-size: 1em;
}
#ccr-nav-top ul li:hover{
	border-bottom: 2px solid #051e46;
}
#ccr-nav-top ul:last-child li:last-child{
	margin-top: 5px;
}
#ccr-nav-top ul:last-child li:last-child:hover{
	border-bottom: none;
}
#ccr-nav-top ul input{
	color: #5f5f5f;
	background-color:#dadada;
	outline-style: none;
	border: none;
	border-left: 5px solid #051e46;
	padding: 0 10px;
	margin-right: 0px;
	width: 225px;
	height: 30px;
	
}
#ccr-nav-top ul button{
	color: #fff;
	margin: 0px;
	margin-left: -5px;
	background-color:#051e46;
	outline-style: none;
	width: 30px;
	height: 30px;
	border: none;
}
#ccr-nav-top ul button:hover {
	background-color: #014b96;
}
#ccr-nav-main .nav li a i{
	font-size: .75em;
	padding-left:10px;
	line-height: 40px;
}
#ccr-nav-main .nav li ul a i{
	float: right;
}


/* 2.2 - ccr-site-title 
---------------------------------------------------------------------- */
#ccr-site-title {background:url(../stories/site/top.png); background-repeat:no-repeat;background-color:#051e46;}

#ccr-site-title .container{
	padding:0px; 
	height:100px;
}
#ccr-site-title .site-logo {  margin:0px; position:absolute;}
#ccr-site-title .site-logo a{
	padding-left: 0px;
	padding-right: 0px;
	min-width: 700px;
	width:auto;
height: 90px;
}
#ccr-site-title .site-logo h1{
	font-size: 200%;
	font-weight: normal;
	width:100% !important;
	color:#f0cb0f !important;
	text-shadow: 1px 2px 3px #000;
}
#ccr-site-title .site-logo h1 span{
	color: #ae2d1b;
	font-weight: 700;
}
#ccr-site-title .site-logo h3{
	font-size: .925em;
	font-weight: 400;
	width:100% !important; 	
	color:#CCC !important;
	text-shadow: 1px 2px 3px #000;
}
#ccr-site-title .site-logo img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	float: left;
}
#ccr-site-title  .add-space{
	text-align: center;
	font-size: 3em;
	color: #FFF;
	background: #d5d5d5;
	line-height: 80px;
	width: 728px;
	height: 90px;
	float: right;	
}

/* 2.3 - ccr-nav-main 
---------------------------------------------------------------------- */
#ccr-nav-main,#ccr-nav-main .nav li a.main {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#020e21', endColorstr = '#051e46');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#020e21', endColorstr = '#051e46')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #020e21, #051e46);
background-image: -ms-linear-gradient(top, #020e21, #051e46);
background-image: -o-linear-gradient(top, #020e21, #051e46);
background-image: -webkit-gradient(linear, center top, center bottom, from(#020e21), to(#051e46));
background-image: -webkit-linear-gradient(top, #020e21, #051e46);
background-image: linear-gradient(top, #020e21, #051e46);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/



}

#ccr-nav-main{
	background-color: #051e46;
	width: 100%;
	height: 40px;
}
#ccr-nav-main .navbar-collapse{
	padding-left: 0px;
	float: left;
}
#ccr-nav-main .nav li{
	border-left:1px solid rgba(255,255,255,.3);
	border-right:1px solid rgba(0,0,0,.1); 
}
#ccr-nav-main .nav li a{
	
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	background-color: #051e46;
	padding: 0px 20px;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
}
#ccr-nav-main .nav li:first-child{
	border-left: none;
}
#ccr-nav-main .nav li:last-child{
	border-right: none;
}
#ccr-nav-main .nav li a:hover{
	background-color: #014b96;
}

#ccr-nav-main .current-time {
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	padding: 0px 20px;
	line-height: 40px;
	padding-right: 0px;
	height: 40px;
	text-shadow: 1px 0px 2px #000200;
}


.nav ul.sub-menu{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}

#ccr-nav-main .nav ul.sub-menu li{
	position: relative;
	border-left: none;
	border-right: none;
}
.nav ul.sub-menu li a{
	display: inline-block;
	width: 180px;
	min-height: 40px;
	border-top:1px solid rgba(255,255,255,.3);
}

.nav ul.sub-menu ul.sub-menu-2,
.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
	position: absolute;
	display: none;
	margin-left: 180px;
	top: 0;
	border-left:1px solid #014b96;
	z-index: 200;
}
.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
	z-index: 300;
}

.dropdown-menu{
	background-color:#051e46;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus{
	background-image: none;
	background-color: #014b96;
}

/* 2.4 - ccr-nav-below-main
---------------------------------------------------------------------- */
#ccr-nav-below-main{
	background-color: #f2f2f4;
	width: 100%;
	border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
#ccr-nav-below-main .navbar-collapse{
	padding-left: 0px;
	float: left;
}
#ccr-nav-below-main .nav li a{
	height: 40px;
	color: #5f5f5f;
	font-weight: 400;
	font-size: 1.07142857em;
	padding: 0px 20px;
	line-height: 40px;
}
#ccr-nav-below-main .nav li a:hover{
	color:#051e46;
}
#ccr-nav-below-main .ccr-language{
	float: right;
}
#ccr-nav-below-main .ccr-language li{
	float: left;
	line-height: 40px;
	padding: 0 10px;
}
#ccr-nav-below-main .ccr-language li:last-child{
	padding-right: 0px;
}
#ccr-nav-below-main .ccr-language img{
	height: 14px;
	width: 24px;
	display: inline-block;
	margin-right: 10px;
}
/* 2.0 Header  End
---------------------------------------------------------------------- */

/* 3.0 - ccr-main-section
---------------------------------------------------------------------- */

#ccr-main-section { background:#eee;}
#ccr-main-section .container {
	 background: none repeat scroll 0% 0% rgb(255, 255, 255);
	 border-left: 1px solid rgba(51, 51, 51, 0.12); 
	 border-right: 1px solid rgba(51, 51, 51, 0.12);
      padding: 0px 15px;}
#ccr-left-section.col-md-8,
#ccr-right-section.col-md-4{
	min-height: 400px;
	padding: 0px;
	padding-bottom: 40px;
}

/* 3.1 - ccr-left-section    
---------------------------------------------------------------------- */
#ccr-left-section.col-md-8{
	border-right: 1px solid #e3e2e2;
	padding-right: 15px;
}

#ccr-left-section .ccr-last-update{
	background-color: #f2f2f4;
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
#ccr-left-section .update-ribon{
	color:#FFF;
	font-size: 1.142857142857143em;
	line-height: 40px;
	background-color: #051e46;
	width: 115px;
	height: 100%;
	padding:0 5px 0 10px;
	float: left;
}
#ccr-left-section .update-ribon-right{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-left:15px solid #051e46;
	float: left;
}
#ccr-left-section .update-news-text{ 
	float: left;
	padding-left: 10px;
}
#ccr-left-section .update-news-text ul{
	line-height: 40px;
}
#ccr-left-section .update-right-border{
	width: 0;
	height: 40px;
	border-right:5px solid #051e46;
	float: right;
}

#latestUpdate > li > a{
	font-size: 1.2em;
}
/* 3.2 - ccr-right-section
---------------------------------------------------------------------- */
#ccr-main-section #ccr-right-section.col-md-4{
	padding-left: 15px;
	margin-top: 40px;
}
#ccr-main-section #ccr-right-section.col-md-4.ccr-home{
	margin-top: 15px;
}
#social-buttons {
	overflow: hidden;
	border:1px solid #e3e2e2;
	padding: 15px 15px 0;
	margin-bottom: 40px;
}
#social-buttons li{
	float: left;
	width: 70px;
	margin-right: 20px;
}
#social-buttons li:last-child{
	margin-right:0;
}
#social-buttons li p{
	line-height: 22px;
	text-align: center;
	background-color: #f2f2f4;	
	border:1px solid #e3e2e2;
	margin: 15px 0;
	float: left;
	width: 70px;
	height: 50px;
}
#social-buttons p .bubble{
	background-image: url(../img/bubble.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -10px;
	width: 70px;
	height: 10px;
	float: left;
	z-index: 99999;
}
#social-buttons p  .count{
	font-size: 1.2em;
	padding: 0 15px;
}
#social-buttons a{
	text-align:center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0 15px;
	background-color: #f2f2f4;
	float:left;
	width:40px;
	height:40px;
}
#social-buttons a:hover{
	color: #FFF;
}
/* 3.0 ccr-main-section End
---------------------------------------------------------------------- */

/* 4.0 Right Sidebar
---------------------------------------------------------------------- */

/* 4.1 - sidebar-popular-post and sidebar-older-post
---------------------------------------------------------------------- */
#sidebar-popular-post, 
#sidebar-older-post{
	overflow: hidden;
}
#sidebar-popular-post li, 
#sidebar-older-post li{
	padding: 8px;
	width: 100%;
	float:left;
	border-left: 1px solid  #e3e2e2;
	border-right: 1px solid  #e3e2e2;
}
#sidebar-popular-post li img, 
#sidebar-older-post li img{
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 8px;
}
#sidebar-popular-post li:last-child, 
#sidebar-older-post li:last-child {
	border-bottom: 1px solid  #e3e2e2;
	margin-bottom: 40px;

}
#sidebar-popular-post li:nth-child(even), 
#sidebar-older-post li:nth-child(even){
	background-color: #f2f2f4;
}
/* 4.2 - sidebar-video-post and sidebar-entertainment-post
---------------------------------------------------------------------- */
.sidebar-video, 
.sidebar-entertainment{
	padding: 5px;
	border-left: 1px solid  #e3e2e2;
	border-right: 1px solid  #e3e2e2;
}
.sidebar-video + .date-like-comment,
.sidebar-entertainment + .date-like-comment{
	background-color: #f2f2f4;
	line-height: 40px;
	border: 1px solid  #e3e2e2;
	width: 100%;
	height: 40px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.sidebar-entertainment-text { padding:15px;}
.sidebar-entertainment img{
	
}
/* 4.3 - calendar
---------------------------------------------------------------------- */
#calendar{
	width: 100%;
	text-align:center;
	margin-bottom: 40px;
}
#calendar caption{
	text-align: center;;
	font-weight: bold;
	line-height:40px;
	font-size:1.25em;
	background: #f2f2f4;
	height:40px;
	border: 1px solid  #e3e2e2;
	border-bottom: none;
}
#calendar th{
	height:40px;
	text-align:center;
	border: 1px solid #014b96;
}
#calendar td{
	height:40px;
	line-height:40px;
	border: 1px solid #d7d7d7;
}
#calendar th,
#calendar #today{
	color: #FFF;
	background-color:#051e46;
}
#calendar a{
	color: #051e46;
	display: inline-block;
	line-height: 40px;
	width: 100%;
}
#calendar a:hover{
	color: #FFF;
	background-color:#051e46;
}
/* 4.4 - ccr-sidebar-add-place
---------------------------------------------------------------------- */
.sidebar-add-place
{
	font-size: 3em;
	text-align: center;
	color: #FFF;
	background-color: #d5d5d5;
	max-width: 370px;
	max-height: 250px;
	line-height: 250px;
	margin-bottom: 40px;
}

/* 4.5 - ccr-sidebar-newslater
---------------------------------------------------------------------- */
.sidebar-newslater-form {
	max-height: 50px;
	margin-bottom: 40px;
}
.sidebar-newslater-form .ccr-gallery-ttile{
	border-right: 0;
}
.sidebar-newslater-form form{
	margin-top: 10px;
}
#ccr-sidebar-newslater input[type="email"]{
	min-width: 50px;
	margin:6px 2%;
	outline-style: none;
	border:none;
	padding: 0 2%;
	border: 1px solid #d7d7d7;
	line-height:20px;
	width: 71%;
	height: 28px;
	float: left;
}
#ccr-sidebar-newslater button{
	color: #FFF;
	font-weight: 500;
	background-color: #333333;
	outline-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 20%;
	min-width: 35px;
	margin-right: -2%;
	float: left;
	height:30px;
	position:relative; top:+5px;
	line-height:19px;
}
#ccr-sidebar-newslater button:hover{
	background-color: #5F5F5F;
}

/* 4.6 - ccr-find-on-fb
---------------------------------------------------------------------- */
#ccr-find-on-fb .find-fb-title{
	font-size: 1em;
	font-weight: 700;
	background-color: #f2f2f4;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d7d7d7;

}
#ccr-find-on-fb .find-fb-title span{
	font-size: 1.3em;
	color: #FFF;
	background: #43609c;
	padding: 2px 10px;
	margin: 5px;
	line-height: 24px;
}
#ccr-find-on-fb  .find-on-fb-body{
	border: 1px solid #d7d7d7;
	padding:15px;
	border-top:none;
}
/*= 4.0 - Right Sidebar End
---------------------------------------------------------------------- */

/* 5.0 - ccr-footer-sidebar
---------------------------------------------------------------------- */
#ccr-footer-sidebar{
	background-color: #282c2d;
	background-image: url(../img/footer-sidebar-bg.png);
	padding: 0 0 40px 0;
	width: 100%;
	min-height:400px;
}
#ccr-footer-sidebar h5{
	font-size: 1.15em;
	color: #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 100%;
}
#ccr-footer-sidebar .about-us{
	color: #c2c2c2; 
	margin-bottom:10px;
}
#ccr-footer-sidebar  .site-logo{
	background-color: #e3e2e2;
	height: 60px;
	padding:10px;
	width:185px;
}
#ccr-footer-sidebar .site-logo a{
	padding-left: 0px;
	padding-right: 0px;
	width: 300px;
}
#ccr-footer-sidebar .site-logo h1{
	font-size: 1.5em;
	font-weight: normal;
	color: #818285;
}
#ccr-footer-sidebar .site-logo h1 span{
	font-weight: 700;
	color: #515252;
}
#ccr-footer-sidebar .site-logo h3{
	font-size: .8em;
	font-weight: 400;
	color: #333333;
}
#ccr-footer-sidebar .site-logo img{
	width: 55px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	float: left;
}
#ccr-footer-sidebar .col-md-3{
	margin: 40px 0 0 0;
	overflow: hidden;
}
#ccr-footer-sidebar .col-md-3 li{
	padding: 8px;
	width: 100%;
	float:left;
	padding-left: 0;
}
#ccr-footer-sidebar .col-md-3 li a{
	color: #c2c2c2;
	padding: 0;
	margin: 0;
}
#ccr-footer-sidebar .col-md-3 li img{
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
#ccr-footer-sidebar .col-md-3 li a:hover{
	color: #FFF;
}
#ccr-footer-sidebar .tagcloud a{
	color: #fff;
	line-height: 40px;
	background-color: #051e46;
	padding: 5px 10px;
	margin-right: 7px;
}
#ccr-footer-sidebar .tagcloud a:hover{
	background-color: #5f5f5f;
}
/* 5.0 - ccr-footer-sidebar End
---------------------------------------------------------------------- */

/* 6.0 - ccr-footer
---------------------------------------------------------------------- */
#ccr-footer{
	background-color: #051e46;
	min-height: 40px;
}
 .container{
	position: relative;
}
.copyright, .copyright a{
	color: #fff;
	line-height: 40px;
	text-align: left;
    padding-left:10px;
}
.footer-social-icons{
	position: absolute;
	right: 0;
	top:0;
	height: 40px;
	width: 160px;
}
.footer-social-icons li a{
	font-size: 1.35em;
	color: #fff;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

/* 6.0 - ccr-footer End
---------------------------------------------------------------------- */

/* 7.0 - Home Page   
---------------------------------------------------------------------- */

/* 7.1 - ccr-slide-main    
---------------------------------------------------------------------- */
#ccr-slide-main{
	position: relative;
	margin: 15px 0px 50px 0px;
}
#ccr-slide-main p{
	position: absolute;
	bottom: 0;
	background-color: rgba(7, 8, 7, 0.63);
	width: 94%;
	/*min-height: 60px;
	line-height: 60px;*/
	text-align:center;
	margin-bottom: 10px;
	margin-left: 1%;
	padding: 0px 5px;
}
#ccr-slide-main p a{
	color: #fff;
	font-size: 1.71428571em;
	/*padding-left: 30px;*/
	width:90%;
	text-align:center !important;
}
#ccr-slide-main .carousel-indicators{
	bottom:-40px;
}
#ccr-slide-main .carousel-indicators li{
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
}
#ccr-slide-main .carousel-indicators .active{
	background-color: rgba(210, 172, 41, 1);
}
#ccr-slide-main .carousel-control{
	text-shadow:none;
	display: inline-block;
	background: none repeat scroll 0% 0% rgba(210, 172, 41, 1);
	line-height:36px!important;
	-moz-line-height:36px!important;
	height:40px;
	width:40px;
	top:45%;
	opacity: 1;
}
#ccr-slide-main .carousel-control:hover{
	background-color: #5f5f5f;
}

/* 7.2 - ccr-latest-post-gallery    
---------------------------------------------------------------------- */
#ccr-latest-post-gallery{
	overflow: hidden;;
}
#ccr-latest-post-gallery .ccr-latest-post{
	margin-top: 5px;
}
#ccr-latest-post-gallery li{
	width: 31.33%;
	float: left;
	padding: 10px 3px;
}
#ccr-latest-post-gallery li:nth-child(3n+3),
#ccr-latest-post-gallery li:nth-child(3n+2){
	margin-left:3%;
}
#ccr-latest-post-gallery li h4{
	font-size: 1.2em;
}
#ccr-latest-post-gallery li h4 a, #ccr-world-news li h5 a{
 	 display: inline-block;
 	 line-height: 1.2em;
 	 width: 100%;	
	 color:#fff;
}
 #ccr-latest-post-gallery .ccr-thumbnail p{
	
}


/* 7.3 - ccr-world-news    
---------------------------------------------------------------------- */
#ccr-world-news{
	overflow: hidden;
}
#ccr-world-news .featured-world-news{
	width: 99.4%;
overflow: hidden;
margin: 10px 3px 20px 3px;
/*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);*/
padding: 10px;
}
.duyuru .featured-world-news {background-color: rgb(243, 230, 145);}
.etkinlik .featured-world-news {background-color: rgba(182, 243, 145, 0.76);}

#ccr-world-news .featured-world-news img{
/*width: auto;  Burası Resimler */

}
#ccr-world-news .featured-world-news-img {
	width: 48.5%;
	float: left;
/*	height:258px; Burası Resimler */
}

#ccr-world-news .featured-world-news-post{
	position: relative;
	
/*	height:258px; Burası Resimler */
	width: 48.5%;
	float: right;
}
#ccr-world-news .featured-world-news-post a div{  color: rgba(15, 2, 2, 1);}
#ccr-world-news .featured-world-news-post h3{
/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.56);
color: #03081B;*/
margin:10px 0px;
}
.featured-world-news-post a div { text-indent:20px; text-align:justify;}
.duyuru .featured-world-news-post h3 {color:#de7800;}
.duyuru .New-social a {background: none repeat scroll 0% 0% rgba(255, 138, 0, 0.8);}
.duyuru .read-more {background: none repeat scroll 0% 0% rgba(255, 138, 0, 0.8);}

.etkinlik .featured-world-news-post h3 {color:rgba(79, 111, 5, 1);}
.etkinlik .New-social a {background: none repeat scroll 0% 0% rgba(34, 141, 12, 0.8);}
.etkinlik .read-more {background: none repeat scroll 0% 0% rgba(34, 141, 12, 0.8);}

#ccr-world-news .featured-world-news-post h5{
	margin-bottom: 10px;
	font-weight: 700;
}
#ccr-world-news h5{
	margin-bottom: 10px;
	font-size: 13px;
	color:#FFF;
}
#ccr-world-news li{
	width: 240;
	float: left;
	margin-bottom: 10px;
}

#ccr-world-news li:nth-child(3n+1), 
#ccr-world-news li:nth-child(3n+2){
	margin-right: 18px;
	padding-left: 3px;
}

/* 7.4 - ccr-sports-gallery 
---------------------------------------------------------------------- */
#ccr-sports-gallery{
	overflow: hidden;
}
#ccr-sports-gallery .featured-sports-news{
	margin-top:20px;
	height:504px;
	width: 48.5%;
	float: left;
}
#ccr-sports-gallery .featured-sports-news img{
	width: 100%;
}
#ccr-sports-gallery .featured-sports-news-img {
	height:252px;
}
#ccr-sports-gallery .featured-sports-news-post{
	border-bottom: 1px solid #ccc;
	margin-top:20px;
	position: relative;
	height:252px;
}
#ccr-sports-gallery h5{
	line-height: 15px;
	font-size: 13px;
	
}
 .duyuru-back{
	z-index:99999999;
	position:relative;
	margin-top:-20px;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	padding:5px;
	height:50px;
	}
#ccr-sports-gallery .featured-sports-news-post h5{
	margin-bottom: 10px;
	font-weight: 700;
}
#ccr-sports-gallery  .like-comment-readmore{
	position: absolute;
	bottom: 0;
	margin-bottom:10px;
	width: 100%;
	
}
#ccr-sports-gallery ul{
	width: 100%;
	margin-top: 10px;
}
#ccr-sports-gallery li{
	width: 22.75%;
	float: left;
	margin: 20px 0;
}
#ccr-sports-gallery li h5 a{
	font-weight: 400;
	display: inline-block;
	width: 100%;
}
#ccr-sports-gallery li:nth-child(-n+2){
	margin-top: 10px;
}
#ccr-sports-gallery li:nth-child(-n+5):nth-child(odd),
#ccr-sports-gallery li:nth-child(-n+6):nth-child(even),
#ccr-sports-gallery li:nth-child(n+8){
	margin-left: 3%;
}
#ccr-sports-gallery li img{
	width: 100%;
}
/* 7.0 Hope Page End
---------------------------------------------------------------------- */

/* 8.0 - Blog Page
---------------------------------------------------------------------- */

/* 8.1 - ccr-blog
---------------------------------------------------------------------- */
#ccr-blog article{
	border-top: 1px solid #e3e2e2;
	padding: 20px 0 15px 0;
	overflow: hidden;
}
#ccr-blog .blog-thumbnails{
	padding-left: 0;
	height: 168px;
	width: 33.33%;
	float: left;
}
#ccr-blog figure img{
	min-height: 100px;
	max-height: 200px;
	width: 100%;
}
#ccr-blog .blog-text{
	margin-left: 2%;
	padding-right: 0;
	min-height: 185px;
	position: relative;
	width: 64.66%;
	float: right;
}
#ccr-blog .blog-text .meta-data {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	line-height: 40px;
}
#ccr-blog article h1{
	font-size: 1.25em;
	padding: 0 0 10px 0;
	line-height: 30px;
}
#ccr-blog .like{
	margin-right:20px
}
#ccr-blog .like i, 
#ccr-blog .comments i{
	margin-right:3px;
}
#ccr-blog .read-more{
	float:right;
}

/* 8.0 - Blog Page End 
---------------------------------------------------------------------- */

/* 9.0 - Blog Page style 2
---------------------------------------------------------------------- */

/* 9.1 - ccr-blog-s2
---------------------------------------------------------------------- */
#ccr-blog-s2 li{
	
	float:left;
}
#ccr-blog-s2 li{
	margin-right:15.5px;
}
#ccr-blog-s2 li:nth-child(3n+3){
	margin:0px;
}
#ccr-blog-s2 li article{
	max-height: 252px;
	padding-bottom:20px;
	position:relative;
	margin-bottom:40px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.49);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}
#ccr-blog-s2 figure img{
	height:100%;
	width: 100%;
}
#ccr-blog-s2 article h4{
 width:100%;
	font-size: 13px;
	background-color: rgba(0,0,0,.7);
 padding:5px;
 color:#fff;
	position: absolute;
	margin:0;
	bottom: 0;
	height:50px;
	overflow:hidden;
	
}
#ccr-blog-s2 article h4 a:hover{
	background-color: rgba(0,0,0,.5);
}
#ccr-blog-s2 article h4 a{
	color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 5px;
	}
#ccr-blog-s2 .blog-text .meta-data {
	position: absolute;
	width: 60px;
	top:0;
	right: 0;
}
#ccr-blog-s2 .like, 
#ccr-blog-s2 .comments{
	text-align: center;
	color: #FFF;
	font-size: 1em;
	background-color: rgba(5, 30, 70, 0.8);
	line-height: 40px;
	display: inline-block;
	width: 60px;
}
#ccr-blog-s2 .like:hover, 
#ccr-blog-s2 .comments:hover{
	background-color: rgba(5, 30, 70, 0.8);
}
#ccr-blog-s2 .like{
	border-bottom:1px solid #fff;
}
#ccr-blog-s2 .nav-paging li{
	float: left;
	height: 40px;
	width: 40px;
}
/* 9.0 - Blog Page Style 2 End 
---------------------------------------------------------------------- */

/* 10.0 - Blog Page style 3
---------------------------------------------------------------------- */

/*10.1 - ccr-blog-s3
---------------------------------------------------------------------- */
#ccr-blog-s3 li article{
	padding:15px 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
#ccr-blog-s3 article h4{
	margin:0;
	padding: 15px 0;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 30px;
}
#ccr-blog-s3 .blog-text .meta-data {
	margin-top: 10px;
 	width: 100%;
}
#ccr-blog-s3 .read-more{
	float: right;
}
#ccr-blog-s3 .like, 
#ccr-blog-s3 .comments{
	text-align: center;
	font-size: 1em;
	display: inline-block;
	width: 60px;
	line-height: 30px;
}
#ccr-blog-s3 .blog-s3{
	margin-bottom: 0;
}
#ccr-blog-s3 .nav-paging li{
	float: left;
	height: 40px;
	width: 40px;
}
/* 10.0 - Blog Page Style 3 End 
---------------------------------------------------------------------- */

/* 11.0 - Category 1
---------------------------------------------------------------------- */

/* 11.1 - ccr-category-1
---------------------------------------------------------------------- */
.ccr-category-featured{
	overflow:hidden;
	padding-top:15px;
	border-top:1px solid #e3e2e2;
	position:relative;
}
.ccr-category-featured h4{
	margin-bottom: 15px;
}
.ccr-category-featured .ccr-thumbnail{
	margin-bottom:15px;
	width:48.5%;
	float:left;
}
.ccr-category-featured article{
	position: relative;
	min-height: 267px;
	width:48.5%;
	float:right;
}
#ccr-category-1 li .ccr-thumbnail p{
	padding-top: 35%;
}
#ccr-category-1 img{
	max-height: 250px;
}
#ccr-category-1 li{
	width: 48.5%;
	margin: 15px 0;
	overflow: hidden;
}
#ccr-category-1 li:nth-child(2n+1){
	float: left;
}
#ccr-category-1 li:nth-child(2n+2){
	float: right;
}
#ccr-category-1 .nav-paging li{
	width: 40px;
}
#ccr-category-1 .nav-paging li:nth-child(2n+2){
	float: left;
}
/* 11.0 - Category 1 End
---------------------------------------------------------------------- */

/* 12.0 - Category 2
---------------------------------------------------------------------- */

/* 12.1 - ccr-category-2
---------------------------------------------------------------------- */
#ccr-category-2 .like-comment-readmore{
	margin-bottom: 6px;
}
#ccr-category-2 .like,
#ccr-category-2 .comments{
	line-height: 30px;
}
#ccr-categpry-latest-post li{
	width: 31.33%;
	float: left;
	padding: 10px 0;
}
#ccr-categpry-latest-post li h5 a{
	display: inline-block;
	width: 100%;
}
#ccr-categpry-latest-post li:nth-child(3n+2),
#ccr-categpry-latest-post li:nth-child(3n+3){
	margin-left: 3%;
}

#ccr-categpry-latest-post li p{
	padding-top: 38%;
}

/* 12.0 - Category 2 End
---------------------------------------------------------------------- */

/* 13.0 - Single Page
---------------------------------------------------------------------- */

/* 13.1 - ccr-article
---------------------------------------------------------------------- */
#ccr-article {
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 40px;
}
#ccr-article h1{
	padding:10px 0;
	font-size: 1.8em;
	line-height: 40px;
}
#ccr-article img{
	width:auto;
	float:left;
	max-width: 100%;
	margin:10px 10px 0 0;
}
.article-like-comment-date + img{
	padding-bottom: 5px;
}
#ccr-article p{
	padding-bottom: 10px;
	padding-top: 5px;
}
.article-like-comment-date{
	border-bottom: 1px solid #e3e2e2;
}
.article-like-comment-date .like, 
.article-like-comment-date .comments
{
	float: right;
	padding-left: 15px;
}
.article-like-comment-date .like i, 
.article-like-comment-date .comments i{
	padding-left: 3px;
}
.article-tags{
	margin: 5px 0 0 0;
}
/* 13.2 - ccr-article-related-post
---------------------------------------------------------------------- */
#ccr-article-related-post{
	overflow: hidden;
}
#ccr-article-related-post .ccr-gallery-ttile{
	margin-bottom: 5px;
}
#ccr-article-related-post li{
	width: 23.5%;
	float: left;
	padding: 10px 0;
}
#ccr-article-related-post li:nth-child(odd),
#ccr-article-related-post li:nth-child(4n+2){
	margin-right:2%;
}
#ccr-article-related-post h5 a{
	display: inline-block;
	width: 100%;
	line-height: 25px;
}
/* 13.3 - ccr-commnet
---------------------------------------------------------------------- */
#ccr-commnet .ccr-gallery-ttile{
	margin-bottom: 5px;
}
#ccr-commnet .commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment article{
	border:1px solid #e3e2e2;
	padding: 10px;
	margin: 15px 0;
	overflow:hidden;
}
.reply, .comment-meta{
	padding-top: 10px;
	float: right;
	width: auto;
}
.reply a{
	padding: 0 5px 0 10px;
	margin-left: 10px;
	border-left: 1px solid #e3e2e2;
}
.comment-authore{
	width:100px;
	float:left;
}
.comment-authore img{
	width:90px;
	height:90px;
	margin-bottom:10px;
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.comment .children{
	margin-left:15%;
}
/* 13.4 - ccr-respond 
---------------------------------------------------------------------- */
#ccr-respond .ccr-gallery-ttile{
	margin-bottom: 20px;
}
#author, 
#email,#tel,#url{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 48%;
	height: 40px;
	float: left;
}
#author,#url{
	margin-right: 4%;
}

#konu{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 100%;
	height: 40px;
}
#comment{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 100%;
	height: 120px;
}
#commentform input[type="submit"],
#commentform button[type="submit"]
{
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.77);
	color: #FFF;
	background-color: #051e46;
	height: 40px;
	line-height:20px;
	padding: 10px 20px;
	margin: 20px 0 40px 0;
	outline-style: none;
	border:none;
}
#commentform input[type="submit"]:hover,
#commentform button[type="submit"]:hover{
	background-color: #014b96;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.77);
}
/* 13.0 - Single Page End
---------------------------------------------------------------------- */

/* 14.0 - Contact Page
---------------------------------------------------------------------- */

/* 14.1 - ccr-contact-form
---------------------------------------------------------------------- */
#ccr-contact-form{
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.43);
}
#ccr-contact-form p{
	padding: 40px 0 20px 0;
}
#ccr-contact-sidebar p span{
	font-weight: 700;
}
#ccr-contact-sidebar address{
	padding-top: 10px;
}
#ccr-contact-sidebar address p{
	width: 100%;
	line-height: 30px;
}
#text ul{
	margin-top: 20px;
}
#text li{
margin: 0px 7px;	
}
#text li a{
	line-height: 40px;
	text-align: center;
	font-size: 1.35em;
	background-color: #f2f2f4;
	
	width: 40px;
	
}
/* 14.0 - Contact Page End
---------------------------------------------------------------------- */

/* 15.0 - 404 Error Page
---------------------------------------------------------------------- */

/* 15.1 ccr-404-error
---------------------------------------------------------------------- */
#ccr-404-error{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.error-404{
	color: #5f5f5f;
	width:350px;
	text-align:center;
	margin:20px auto;
}
.error-404 .error-msg{
	font-size: 5.8em;
}
.error-404 h2{
	font-size:3.125em;
	margin-bottom: 20px;
}
.error-404 p{
	padding-bottom: 10px;
}
.error-404 input[type="text"]{
	outline-style: none;
	border:none;
	padding: 0 10px;
	border: 1px solid #d7d7d7;
	line-height:20px;
	min-width: 50px;
	margin:5px;
	width: 71%;
	height: 28px;
}
.error-404 button{
	font-weight: 700;
	color: #FFF;
	background-color: #051e46;
	outline-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 27%;
	min-width: 35px;
	margin-right: -3%;
}
.error-404  button:hover{
	background-color: #014b96;
}
/* 15.0 - 404 Error Page End
---------------------------------------------------------------------- */

/* 16.0 - Media Queries
---------------------------------------------------------------------- */

/* 16.1 - media screen and (max-width: 1170px)
---------------------------------------------------------------------- */

@media screen and (max-width: 1170px)
{
	#ccr-header form,
	#ccr-nav-main .current-time,
	#ccr-nav-below-main .ccr-language{
		padding-right: 15px;
	}
	
	.navbar-brand{
		margin-left: 15px;
	}
	#ccr-left-section.col-md-8{
		padding-left: 15px;
	}
	#ccr-right-section.col-md-4{
		padding-right: 15px;
	}
	.add-space{
		margin-right: 15px;
	}
}
/* 16.2 - media screen and (max-width: 992px)
---------------------------------------------------------------------- */
@media screen and (max-width: 992px)
{
	#ccr-left-section.col-md-8,
	#ccr-right-section.col-md-4{
		padding: 15px;
		overflow: hidden;
	}
	#ccr-left-section.col-md-8{
		border-right: 0px solid transparent;
		padding-bottom: 0;
	}
	#ccr-main-section #ccr-right-section.col-md-4,
	#ccr-left-section .ccr-last-update{
	margin-top: 0;
	}
}
/* 16.3 - media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width: 800px)
{
	#author, 
	#email{
		width: 100%;
	}
	#author{
		margin-right: 0;
	}
	#ccr-nav-top ul{
		display: none;
	}
	#ccr-nav-top ul.pull-right{
		display: block;
	}
	.nav ul.sub-menu ul.sub-menu-2,
	.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
		margin-left: 90px;
	}
}
/* 16.4 - media screen and (max-width: 768px)
---------------------------------------------------------------------- */

@media screen and (max-width: 768px)
{	
	#ccr-nav-main{
		height: auto;
	}
	.navbar-brand{
		margin-left: 15px;
	}
	.container>.navbar-header, 
	.container>.navbar-collapse {
	margin-right:0;
	margin-left:0;
	}
	.add-space,
	#ccr-nav-main .nav li a i,
	#ccr-nav-main .current-time,
	#ccr-nav-below-main .ccr-language{
		display: none;
	}
	#ccr-nav-below-main .navbar-collapse, 
	#ccr-nav-main .navbar-collapse{
		width: 100%;
	}
	.nav>li {
		padding-left: 10px;
	}
	.nav ul.subMneu1, 
	.nav ul.subMneu1 ul.subMneu2, 
	.nav ul.subMneu1 ul.subMneu2 ul.subMneu3{
		display: block;
		width: 95%;
		margin-left: 5%;
		border-left: none;
	}
	.nav li:hover ul.subMneu1{
		display: block;
		width: 95%;
		margin-left: 5%;
		position: inherit;
		top:0;
		left:0;
	}
	#ccr-nav-main .nav li{
	border-left:none;
	}
	.nav ul.subMneu1 li a{
		display: inline-block;
		width: 100%;
		min-height: 40px;
		border-top:none;
		border-bottom:1px solid rgba(255,255,255,.3);
		width: 100%;
		border-left: none;
	}
	.nav ul.subMneu1 ul.subMneu2{
		position: inherit;
		display: block;
		margin-left: 0;
		margin-top: 0;
		border-left:none;
		width: 95%;
		margin-left: 5%;
	}
	#ccr-nav-main .nav li a.dropdown-toggle i{
		display: inline-block;
	}
}

/* 16.5 - media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width: 728px){
	
	
}
/* 16.6 - media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width: 640px){
	#ccr-nav-top form,
	.ccr-thumbnail, 
	.footer-social-icons,
	#ccr-article-related-post img{
		/*display: none;*/
	}
	#ccr-world-news li:nth-child(3n+1), #ccr-world-news li:nth-child(3n+2) { margin:0px; padding:0px;}
	#ccr-world-news .featured-world-news-img,
	#ccr-world-news .featured-world-news-post{
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#ccr-world-news .featured-world-news-post h5{
		margin-top: 15px;
	} 
	#ccr-sports-gallery .featured-sports-news{
		width: 100%;
		float: none;
		height:auto;
	}
	#ccr-blog-s2 article h4{
		font-size: 1em;
		line-height: 25px;
		
	}
	#ccr-category-1 .ccr-thumbnail{
		display: block;
	}
	#ccr-article-related-post li,
	#ccr-world-news li,
	#ccr-sports-gallery li,
	#ccr-latest-post-gallery li,
	#ccr-categpry-latest-post li{
		float: left;
	
		text-align: center;
		display: inline;
		margin: 10px 1% !important;
		max-width: 50%;
		width: 48%;
	}
	#ccr-world-news li,
	#ccr-sports-gallery li{
		margin: 0;
	}
	#ccr-sports-gallery li:nth-child(-n+2){
	margin-top: 0;
	}
	#ccr-sports-gallery li:nth-child(-n+2),
	#ccr-sports-gallery li:nth-child(-n+5):nth-child(odd),
	#ccr-sports-gallery li:nth-child(-n+6):nth-child(even),
	#ccr-sports-gallery li:nth-child(n+8),
	#ccr-latest-post-gallery li:nth-child(3n+3), 
	#ccr-latest-post-gallery li:nth-child(3n+2),
	#ccr-categpry-latest-post li:nth-child(3n+2),
	#ccr-categpry-latest-post li:nth-child(3n+3)
	{
		margin-left: 0;
	}
	.ccr-category-featured article{
		width: 100%;
		min-height:0;
		padding-bottom: 50px;
	}
	#ccr-world-news h5{
		margin: 0;
	}
	#ccr-article-related-post li h5 a,
	#ccr-world-news li h5 a,
	#ccr-sports-gallery li h5 a,
	#ccr-latest-post-gallery  li h4 a,
	#ccr-categpry-latest-post a{
		padding: 0 10px;
		line-height: 40px;
		background-color: #f2f2f4;
	}
	#ccr-article-related-post li h5 a:hover,
	#ccr-world-news li h5 a:hover,
	#ccr-sports-gallery li h5 a:hover,
	#ccr-latest-post-gallery  li h4 a:hover,
	#ccr-categpry-latest-post a:hover{
		color: #FFF;
		background-color: #051e46;
	}
}
/* 16.7 - media screen and (max-width: 500px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px)
{
	
	#ccr-blog .blog-thumbnails{
	display: none;
	}
	#ccr-blog .blog-text,
	#ccr-blog-s2 li{
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#ccr-blog-s2 li:nth-child(2n+1),
	#ccr-blog-s2 li:nth-child(2n+2){
		margin:0;
	}
	#ccr-category-1 li,
	.ccr-category-featured .ccr-thumbnail,
	.ccr-category-featured article{
		width: 100%;
	}
	
	.copyright { display:none;}
	.right-top-menu li:nth-child(3n+1),.right-top-menu li:nth-child(3n+2) { display:none; }
}

@media screen and (min-width: 450px) and (max-width: 1200px)
{
#ccr-world-news li{
	margin: 5px 1% !important;
	width:48%;
	padding-left: 0px !important;
}
	
}

@media screen and (max-width: 450px)
{
#ccr-world-news li{
	margin: 5px 5% !important;
	width:90%;
	padding-left: 0px !important;
	max-width:90%;
}
	
}




/* 16.8 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media screen and (max-width: 320px)
{

	
	#ccr-site-title .site-logo a{
		
		width: 260px;
	}
	#ccr-site-title .site-logo h1{
		font-size: 1.75em;
	}
	#ccr-site-title .site-logo h3{
		font-size: .875em;
	}
	#ccr-site-title .site-logo img{
		padding-right: 15px;
	}
	#ccr-nav-top{
		display: none;
	}		
}


/*    Yeni Yaptıklarım alitayfur@msn.com 
-------------------------------------------------------------------------*/
.toggle a { cursor:pointer;}
.login-active.toggle a { 
						background:#FFF; 
						position:relative; 
						z-index:5; 
						color:#000 !important;
						border-top:1px #0000FF solid;}
.login-active li.toggle a:hover{ border-bottom:#fff; color:#000;}
.login-active ul.toggle {
						z-index:4;
						display:none;
						position:absolute; 
						background-color:#fff;
						-webkit-border-radius: 5px;
						-webkit-border-top-left-radius: 0;
						-moz-border-radius: 5px;
						-moz-border-radius-topleft: 0;
						border-radius: 5px;
						border-top-left-radius: 0;
						-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
						-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
						box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
						padding:10px;
						}
.login-active ul.toggle li {padding:30px !important; width:auto;}
nav.top-menu li a:hover{ background-color:#fff;}



#form-news input[type="text"],
#form-news input[type="password"]{ background:#FFF; border:1px #ccc solid; height:30px; width:180px; padding:2px 10px !important;}
#form-news select { height:30px;  border:1px #ccc solid;}
#form-news input[type="text"]:focus,#form-news input[type="password"]:focus,#form-news select:focus {border:1px #43D6B8 solid;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#form-news table tr { height:45px;}

#form-news .blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px !important;
	font-weight:bold;
	padding:6px 12px !important;
	text-decoration:none;
	height:auto !important;
	line-height:normal !important;
	margin:5px;
}
#form-news .blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}
#form-news .blue:active {
	position:relative;
	top:1px;
}

#form-news .green {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px !important;
	font-weight:bold;
	padding:6px 12px !important;
	text-decoration:none;
	height:auto !important;
	line-height:normal !important;
	margin:5px;
}
#form-news .green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
#form-news .green:active {
	position:relative;
	top:1px;
}


#uye-form { margin-left:-534px !important;
			-webkit-border-radius: 5px;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius: 5px;
			-moz-border-radius-topright: 0;
			border-radius: 5px;
			border-top-right-radius: 0;
}
#uye-form table{ width:600px; color:#333;}
.blok-img {    width:30px !important; 
			   height:30px !important;
			   margin-top:-5px;}
.blok-img-b {  width:100px !important; 
			   height:100px !important;
			   float:left;
			  }
			  
  
.menu-alt-ccc {
	border:0px !important;
	padding:0px !important;
	margin:0px 5px !important;
	font-size:11px;
	color:#00F !important;
	}	
.menu-alt-ccc:hover {
	color:#CCC;
    border:0px !important;
	padding:0px !important;
	font-size:11px !important;

	}	
#sifremi-unuttum { border:0px !important; padding:0px; color:#666 !important;}	  
.alert-sari { 
				background:rgba(255, 255, 175, 1);
				color:rgba(186, 28, 28, 1);
				margin-bottom:10px; 
				border:1px solid rgba(233, 186, 187, 0.26);
				padding:10px;
				font-size:11px;
				display:none;				-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
				}
.alert-yesil { 
				background: none repeat scroll 0% 0% #89D584;
				color: rgba(45, 66, 46, 1);
				margin-bottom:10px; 
				border: 1px solid rgba(123, 201, 138, 1);
				padding:10px;
				font-size:11px;
				display:none;
				-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
				}
a.styleClear {line-height:normal; color:#333 !important; border:0px !important; padding:0px !important;}
a.styleClear:hover { text-decoration:underline;}

.alert-input-kirmizi { border:1px #F9A4A6 solid !important; background-color:#ffffcc !important;}
.alert-input-yesil  { border:1px #C6FFC6 solid !important; background-color:#D5FFD5 !important;}
.loading-area { position:absolute; z-index:999; text-align:center; line-height:200px; height:200px; width:600px; display:none; }
.loading-area img { width:50px !important; height:50px !important;}
						  .Floatleft{  float:left;}
						  .Floatright{ float:right;}
						  .Width250 {width:250px; padding-left:15px; margin:10px;}
						  .Clear { clear:both;}
						  .Alert-tooltip{ position:relative; top:18px; left:-13px; font-size:11px; cursor:pointer;}
						 
.dropdown .sub-menu li {  font-size:12px; padding-left:3px; min-width:180px;  white-space: nowrap;  width:auto !important;  }
.dropdown .sub-menu li a {white-space: nowrap;  width:100% !important; padding-left:10px !important; font-size:12px !important;}
.dropdown .sub-menu { margin-left:-3px; min-width:102% !important;}
.nav li a { font-size:12px !important;}
.iFa { font-size:14px !important; margin-right:1px;}
.iFaLeft { float:none !important; margin-right:5px; font-size:13px !important;}

.video-embed {text-align:center; padding:15px 1% 10px 1%;	}
.video-text .imgs {-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.47); -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.47); box-shadow:0px 0px 11px 0px rgba(50, 50, 50, 0.47); margin-bottom:20px;}
.video-social {margin-bottom:15px; border-bottom:1px #CCCCCC solid; padding:10px 0px;}
.video-social .left {float:left;}
.video-social .right {float:right;}
.video-header,.video-icerik { text-align:left; margin-bottom:10px;}
.video-social .social { font-size:18px !important;}
.video-tag { margin-top:45px;}


	.ccr-latest-post h4 a {overflow: hidden; width:242px;
    white-space: nowrap; 
    text-overflow: ellipsis;}
	     .ccr-latest-post .social {margin-right:20px;}
		 .ccr-latest-post .right {float:right;}
		 .ccr-latest-post .right .socialShare{cursor:pointer; position:absolute; margin-left:-30px; border:0px;}
 #etkinlik-table { margin:20px 0px; width:100%; border-left:1px #CCCCCC solid; border-right:1px #CCCCCC solid;}
 #etkinlik-table tr td {
	 color:#333;
	 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.62);
	 padding:5px 0px 5px 5px;
	  text-align:left;  
	  border-width:1px 0px;
	  border-color:#ccc;
	  border-style:solid;
	  
	  }
.FouthertextShow {text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.77);}
			.addresss { padding-top:6px; border-top:1px #ccc solid; margin-top:10px; }
			.addresss .item {margin:5px 0px; color:#ccc;}
			.addresss .item i {margin-right:10px;color:#999;}
#altsoKariyer table { margin:10px 0px;}
#altsoKariyer table td img { margin:0px 5px;}
#harita { background-image:url(../stories/site/map.jpg); background-size:cover; height:300px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin:5px 0px;}
#harita #oval {width:300px; height:300px; border:10px #eee solid; overflow:hidden;-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;-webkit-box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.59);
-moz-box-shadow:    0px 0px 18px 0px rgba(255, 255, 255, 0.59);
box-shadow:         0px 0px 18px 0px rgba(255, 255, 255, 0.59);
margin-left:100px;
position:relative;
z-index:1;
float:left;
}
#harita #oval #map_canvas { margin-top:-60px; margin-left:-60px; height:400px; width:400px;-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;}
#harita #text { float:right;  padding-top:25px;  background-size:cover; width:700px; height:300px; text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25); background-image:url(../stories/site/contact.png); background-size:auto 100%; background-position:right top; background-repeat:no-repeat;}
#harita #text h5 { color:#999;  }
#harita #text h4 { color:#333;   }
#harita #text .addresss { width:350px;}
#harita #text .addresss .item,#harita #text .addresss .item i{ color:#666 !important; width:auto !important;}

#logolar img { opacity:0.4; width:100px !important; height:auto !important; margin-top:10px;}
#logolar img:hover {opacity:1;}
#logolar { }
#logolar #altsoWeb {
position: relative;
z-index: 999;}
#ccr-contact-sidebar #altsoWeb {width:auto !important; height:auto !important;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
#ccr-contact-sidebar { text-align:center;}
#ccr-contact-sidebar p { margin-top:20px;}
#ccr-contact-sidebar p span {text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.31);}

#altsoWeb2 {width: 20% !important;
height: auto !important;
border-radius: 4px;
z-index: 9999;
margin-top: 1.6%;
position: absolute;
margin-left:1.8%;
cursor:pointer;}
#ccr-contact-sidebar.clok {margin-bottom:40px; margin-top:-30px; text-align:left;}
    #slides {
      display: none
    }
  
	
	#slides img {
		cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}
	
    #slides .slidesjs-navigation {
      margin-top:5px;
    }


    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }
	
	.New-social { position:absolute; z-index:9999999999999999;}
.New-social a { background-color: rgba(5, 30, 70, 0.8); padding-top:5px; text-align:center; min-width:40px; min-height:30px; float:right; color:#fff;}

  #login_from { margin:10px 20px;}
	  #login_div {width: 350px;
line-height: 150px;}
#login_from .alert-sari { width:100%; line-height:15px;}

.nav-tabs {
  border-bottom: 0; }
  .nav-tabs > li {
    width: 100%; }
    .nav-tabs > li > a {
      border: 1px solid transparent;
      border-radius: 4px 0 0 4px;
      margin-right: 0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
      background: #FFF;
      border: 1px solid #DDD;
      border-right-color: #FFF;
      margin-right: -1px;
      position: relative;
      z-index: 1; }

.tab-content {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  margin-left: -31px;
  min-height: 20em;
  padding: 1em;
  position: relative;
  z-index: 0;min-width:310px; background-color:#FFF;}
.tab-content .tab-pane { min-height:700px;}
.row { margin:10px;}
.nav.nav-tabs  li.active a { outline: 0px !important;	border-width: 1px !important;
border-style: solid !important;
border-color: #DDD #FFF #DDD #DDD !important;}
.nav.nav-tabs  li a { cursor:pointer;}
.nav.nav-tabs  li a i { font-size: 18px !important; position: relative;
top: +2px;  width:30px; text-align:center;}
.nav.nav-tabs  li.active a  { color:#000; text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);}
.cv { width:100%; text-align:right; padding-right:130px;}
.cv #profile_img {    -ms-transform: rotate(7deg); 
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
	padding:5px;
	 border:1px #ccc solid;
	 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#FFF;
width:150px !important; height:150px !important;
	}
	
.cv .atac {position:absolute; width:90px !important; height:auto !important; z-index:999999; margin-top:-6px;}
.cizge { border:1px #ccc solid; height:50px; position:absolute; width:91%; -webkit-border-radius: 3px;
-moz-border-radius: 3px; text-align:left;
border-radius: 3px; line-height:45px; padding-left:10px; color:#000; text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);}
.cizge i { font-size:21px !important; position:relative; top:+3px; margin: 0px 10px;}
.cv-middle .cv-left { float:left; width:49%; min-width:300px;}
.cv-middle .cv-right { float:left; width:49%; min-width:300px;}
.cv-middle h4 { width:90%; border-bottom:#06F 3px solid; text-align:right; font-size:12px; padding-bottom:5px; margin-top:35px;}
.cv-media { width:100%; padding:0px 20px;}
.cv-media .input-group {width:90%; margin-top:10px;}
.cv-kisisel-bilgiler .input-group-addon { font-size:16px; width:40px; text-align:center;}
.form-control-select { width:100%;-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; color:#333;}
#ResimDegistir { background-color: rgba(3, 12, 21, 0.74); color:#FFF; padding:5px; margin-left:+3px; position:absolute;}
#cv_from button{float:right; margin:20px 9%;}
#cv_div{width:100%; padding-top:200px;}

#event_form .input-group { margin-bottom:10px; width:100%;}
#event_form .input-group .input-group-addon{ width:35px;}
#event_form { padding:10px 30px;}
#event_form .buttons{width:100%; text-align:right; font-size:13px; text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.34);}
	 .tab-pane	.cv-lefts h4 { width: 93%;
						border-bottom: 3px solid #06F;
						text-align: left;
						
						padding-bottom: 5px;
						padding-left:10px;
						
						margin-top: 35px;}
		.tab-pane	.rulo th { font-weight:normal; font-size:12px;}
		.tab-pane	.rulo { width: 90%;}
		.tab-pane	.rulo tr { border-bottom:1px #ccc dashed;}
		.tab-pane	.rulo .rulo_img {  width:85px; padding:10px;}
		.tab-pane	.rulo .rulo_img img { width:65px; height:65px;}
		.tab-pane	.rulo .rulo_baslik { padding:10px; vertical-align:middle;}
		.tab-pane	.rulo .rulo_baslik i { font-size:18px; margin-right:10px;}
		.tab-pane	.rulo a.btn { margin-top:20px; opacity:0.20;}
		.tab-pane	.rulo:hover a.btn { opacity:0.6;}
		.tab-pane	.rulo a.btn:hover { opacity:1;}

.right-top-menu li {cursor:pointer;}
.USERS .dropdown .dropdown-menu li{ float:none !important;}
.USERS .dropdown .dropdown-menu { background-color:#FFF !important;}
.USERS .dropdown .dropdown-menu li a { width:100%; color:#666 !important; line-height:35px !important; height:35px !important}
.USERS .dropdown .dropdown-menu li:hover a  { color:#000 !important; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.48);}
.USERS .dropdown .dropdown-menu li a i { margin:0px 3px; 0px 10px;}
.USERS .dropdown .dropdown-menu li:hover{ border:none !important; background-color:#eee;}
.USERS li a { background-color:transparent !important; color:#ccc !important; }
.USERS li  {   border:none !important;}
.USERS li a img {width:30px !important; height:30px !important;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;}

#ataturk {text-shadow: 0px 0px 2px rgba(202, 204, 209, 0.81);
color: #000;
font-size: 12px;
float: right;
width: 400px;
position: absolute;
right: 0px;
padding-top: 10px;}
#ataturk img {float: right;
height: auto !important;
width: auto !important;
margin-top: -10px;
position: absolute;}

#ccr-Pay-3d {width: 100%;
margin-bottom: 20px;
overflow: hidden;}

#ccr-Pay-3d .left  { width:70%; min-width:300px; padding-right:10px; float:left; border-right:1px #eee solid;}
#ccr-Pay-3d .right { width:30%; float:left;}
#ccr-Pay-3d .tabss {
border:1px #eee solid;
border-left:none;
width: 270px;
position: relative;
left: -1px;
top:+5px;
background-color: #FFF;
margin-top: 10px;	
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding:10px;	
color: #000;
text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);
padding-left:20px;	
	}
#ccr-Pay-3d .tabss i { margin-right:10px;}
#ccr-Pay-3d h3 { border-bottom:2px #0066FF solid;font-size: 15px; width:100%; color:#000;text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44); float:left; margin:20px 0px; padding:5px; text-align:left;}
.rulo-3d div { float:left;}
.rulo-3d .type { width: 190px; color:#000;text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);}
.rulo-3d .ayrac { width:10px; color:#000;text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);}
.rulo-3d .icon { padding:0px 10px; width:30px; text-align:center; color:#000;text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.44);}
.rulo-3d .value { width:calc(100% - 240px); min-width:300px; padding:0px 10px; margin-bottom:10px;}

	.egitim_pop { width:100%;
		height:200px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
background-color: rgba(0, 102, 255, 1);
		-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
		}
		.egitim_pop_icon { font-size:130px; width:170px; float:left;color:#FFF; margin:0px 30px; }
		.egitim_pop_text{ float:left;  width: calc(100% - 250px); color:#FFF; padding-top:30px;}
		.egitim_pop_text h3,.egitim_pop_text p{ color:#FFF;}