

/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* =============================================================
   CUSTOM STYLE SHEET : BY BINERY THEME
    ============================================================ */
@import url(http://fonts.googleapis.com/css?family=Marck+Script&amp;subset=latin,latin-ext);
body,
*{
    color:#333;
}
a,
a:hover,
a:focus
{
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
       -moz-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
    text-decoration: none;
}

::-webkit-scrollbar
{
    width: 5px;
}
::-webkit-scrollbar-track
{
    background-color: rgba(255,255,255,.0);
}
::-webkit-scrollbar-thumb
{
    background-color: rgba(255,255,255,1);
}
::-webkit-scrollbar-thumb:hover
{
    background-color: rgba(255,255,255,1);
}
ul {
    list-style: none outside;
}
.social-icons
{
    margin: 10px 0 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
    z-index: 0;
    opacity: 0;
}

.social-icons li
{
    display: inline-block;

    margin-right: 12px;
    margin-bottom: 6px;
    margin-left: 12px;
}

.social-icons li a
{
    font-size: 17px;
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #000;
    border-radius: 0;
    background: rgba(245, 245, 245, 0.81);
}

.social-icons li a:hover
{
    color: #FF0000;
    background:#FFF;
}
.tooltip-arrow
{
    border-bottom-color: rgba(255,255,255,.06);
}

.tooltip-inner
{
    font-family: 'Raleway', sans-serif;

    color: #fff;
    border-radius: 0;
    background: rgba(255,255,255,.06);
}
img.logo
{
    width: 260px;
    margin-bottom: 20px;
    padding-top: 20px;

    opacity: 0;
}

/* Anasayfa hizmetler */
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
    z-index: 0;
    opacity: 0;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 175px;
	height: 175px;
	display: inline-block;
	margin: 20px;
}


.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
    border-left: 2px solid rgba(0,0,0,0.5);
	background-color: rgba(250,250,250, 0.54) !important;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 135px;
	height: 135px;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background-color: rgba(250,250,250, 0.54) !important;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #18B8B5;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/13.jpg);
}

.ch-img-2 { 
	background-image: url(../images/14.jpg);
}

.ch-img-3 { 
	background-image: url(../images/15.jpg);
}

.ch-info h3 {
	color: #000;
	
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 12px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 0px solid #000;
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}
.line {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    float: left;
    height: 1px;
    display: inline-block;
    margin: -16px 0 25px 0;
}
.headline {
    font-size: 20px;
    padding-right: 10px;
    z-index: 5;
    position: relative;
    float: left;
	
}
.nav-sidebar li a{
    color:#333 !important; 
}
.nav-sidebar li a:hover{
    color:#ff0000 !important; 
    background:#000 !important;
}
.galleryy span{
background: url("../img/floralcorner.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 72px;
    left: 3px;
    position: absolute;
    top: -20px;
    width: 122px;
}
hr {
 width: 100%;
height: 2px;
margin-left: auto;
margin-right: auto;
background-color:#fff;
color:#fff;
border: 0 none;
margin-top: 5px;
margin-bottom:5px;
}
.contact-informations {
	margin: 20px 0 0 0;
}
.contact-informations p {
	margin:0;
}

.contact-details-alt p {
	margin: -2px 0 0 22px;
	line-height: 18px;
}

.contact-informations li i {
	float: left;
	margin: 3px 5px 0 0;
	color: #909090;
}

.contact-informations li,
.contact-informations.second li {
	margin: 3px 0;
}

#contact fieldset div  {
	margin-bottom: 20px;
}

#contact fieldset div input {
	width: 240px;
}

#contact textarea {
	width: auto;
	min-width: 97.5%;
	min-height: 180px;
	background: #fff;
	resize: vertical;
}

#contact input,
#contact textarea,
#contact select {
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

#contact input:focus
#contact textarea:focus,
#contact select:focus {
	border: 1px solid #d6d6d6;
	outline: none;
	position: relative;
	z-index: 5;
}

#contact input.error,
#contact textarea.error,
#contact select.error {
	border: 1px solid #f2c4c2;
	background: #ffeceb;
}

#contact label span {
	color: #e24747;
}

#contact input[type="submit"][disabled] {
	background: #a0a0a0;
}

#message {
	margin: 0;
	padding: 0;
	display: block;
	background: transparent none;
}

.loader {
	padding: 10px;
	float: left;
}
#commonForm {margin-bottom:10px;}
#commonForm .field{margin-bottom:10px;}
#commonForm .field span{margin-top:5px; }
#commonForm label{line-height:35px; height:35px; width:150px; float:left;}
#commonForm input{
	margin-bottom:5px;
	color: #000000;
}
#commonForm input[type="submit"]{

}
.nav-tabs {
    border-bottom: 1px solid #4C4C4C !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #000;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color:#000;
}
/* Pagination
====================================*/
.pagination {
	margin: 0;
}
.pagination .current,
.pagination ul li a {
	padding: 8px 11px;
	border-bottom: none;
	display: inline-block;
	color: #fff;
	float: left;
	margin-right: 4px;
	background-color: #18B8B5;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
	border-radius: 3px;
}


.pagination ul li a:hover {
	background: #ccc;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}


/* =============================================================
   GENERAL STYLES
    ============================================================ */
.navbar-collapse.collapse {
    border: none;
    display: block;
    position: absolute; 
    left: -100%;
    top: 100px;
    width:100%;
    max-height: none;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition:  left 0.5s ease;
      z-index: 1000;
}

.navbar-collapse.collapse.in {
        left: 15px;
    height: auto !important;
}
#mainContainer.in {
    left: 80%;
}
@media (min-width: 768px) { 
.navbar-collapse.collapse {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    padding: 0px;
    margin: 14px 0 14px 14px;
    z-index: 1000;
}
}
@media (max-width: 768px) { 
.navbar-collapse.collapse {
        background-color: rgba(245, 245, 245, 0.61) !important;
}
}
.contactcust{
    color:#fff;
    font-size:20px;
    text-align: center;
    padding: 10px;
    -webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.whitecont{
    background-color: rgba(245, 245, 245, 0.84) !important;
    height:auto;
    opacity: 0;
    color: #333 !important;
}
.navbar-brand {
    float: left;
    height:auto !important;
    padding:0 !important;
    line-height:0 !important;
    margin: 14px 0 14px 14px;
}
.navbar-inverse{
    background: rgba(245, 245, 245, 0.61) !important;

    border-color: transparent;
    z-index: 1000;
    opacity: 0;
}
.navbar-inverse ul li a{
    color:#333 !important;
    font-family:sans-serif !important;
    font-size:15px;
	font-weight:bold;
    margin-top:15px;
}
.navbar-inverse ul li a:hover{
    color:#FF0000 !important;
    background: #fff !important;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    color:#000;
}

/* Loading Image Class Style */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}


/* Moving Icon Class Style */
#movingicon {
    margin-top:60px;
    text-align:center;
     vertical-align:central;
    color:rgb(255, 153, 0);
    font-weight:900;
    font-size:80px;
    letter-spacing:3px;
}

.icon-color{
    color:rgba(89, 247, 0, 0.77);
}

.subscribe-icon{
    color:white;
    margin-right:10px;
}

/* Social Links Class Style */
.social-links {
    text-align:center;
     vertical-align:central;
     margin-top:40px;
     margin-bottom:30px;
}
.social-links a {
    color:rgba(89, 247, 0, 0.77);
    padding-right:10px;
    text-decoration:none;
    
}
/* Modal Popup Class Style */

.mian-popup-body {
    padding:5px 20px 20px 20px;
     font-family: 'Open Sans', sans-serif;
}
/* Modal Popup Close Button */
.back-btn {
   background-color:#000000;
}

/* Google Map */
.mymap {
    width:100%;
    height:200px;
    border:0px;

}
/* =============================================================
    BOOTSTRAP COMONETS STYLE CHANGES
    ============================================================ */

/* Navbar Style Change */
.navbar-nav {
    float: right !important;
}
.navbar-inverse {
    background-color: rgba(52, 152, 219, 0.54);
    border-color: transparent;
}

 .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
 }

   .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
 }


 .navbar-inverse .navbar-brand {
        color: #fff;
 }
.navbar-brand {
    font-size:30px;
    font-weight:900;
}

 /* Modal Popup Style */

 .modal-content {
    border-radius: 0px;
    background-color: transparent;
    background-color: rgba(52, 152, 219, 0.74);
}

.modal-header {
    color: white;
    background-color: rgba(152, 215, 150, 0.30);
}

    .modal-header h4 {
        font-weight: 700;
    }

.modal-body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.48);
}

.modal-footer {
    margin-top: 0px;
    background-color: rgba(152, 215, 150, 0.30);
}


/* =============================================================
   COUNTDOWN STYLES
    ============================================================ */

#counter {
   display: none;
}
#counter-default {
    margin: 20px auto;
}
#counter-default .inner {
    text-align: center;
    border: none;
    margin: 8px 0;
    padding: 8px;
}
#counter-default .timer-number {
    font-size: 100px;
    margin-bottom: 10px;
    font-weight: 900;
    font-family:'Agency FB';
    color:#fff;
}
#counter-default  .timer-text {
    padding: 10px;
    font-size:20px;
    font-weight:800;
    letter-spacing:5px;
    color:#fff;
}

/* =============================================================
  MEDIA QUERIES
    ============================================================ */


@media (max-width: 487px) {
    #headLine {
       font-size:40px;
    }
}




