﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush&subset=latin-ext');

* { -webkit-tap-highlight-color: transparent; margin: 0; padding: 0;outline: none;}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* --------------------------------------------------------
    General
----------------------------------------------------------- */
body { color: #212529; position: relative; cursor: default; padding: 0; margin: 0; background: #f5f5f5; font-family: 'Nunito', sans-serif !important; font-size: 15px; line-height: 1.5; font-weight: 400; -webkit-font-smoothing: antialiased;transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;  }


img {  height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; }
.clear          { clear: both; }
*:focus         { outline: 0 !important; }

.clearfix { clear: both; }
.clearfix:after,
.clearfix:before { display: table; content: " "; clear: both; }

a { text-decoration: none; }
a:focus { outline: thin dotted;text-decoration: none;}
a:active,a:hover { outline: 0;text-decoration: none;}
a, a:hover { color: #1c90f6; }

h1 { font-size:26px;line-height:1.3846153846}
h2 { font-size:24px;line-height:1}
h3 { font-size:22px;line-height:1.0909090909}
h4 { font-size:18px;line-height:1.2}
h5 { font-size:16px;line-height:1.3333333333}
h6 { font-size:14px;line-height:1.5}

.navbar-main, h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif !important; }

b, strong { }

ul { list-style: none;margin: 0;padding: 0;}

.btn-embossed       { -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.1); box-shadow: inset 0 -3px 0 rgba(0,0,0,.1); } 

.btn-primary { color: #fff; background-color: #0397ff; /*background: -webkit-linear-gradient(top,#308ff1,#1068c0);*/ border:0; }
.btn-primary:hover { background-color: #0397ff; border:0;border-color: #0397ff;}
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover { background: #0397ff; border-color: #0397ff;}
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:focus:hover { color: #fff; background-color: #0397ff; border-color: #0397ff; }


.collapsing, svg:not(:root) { overflow: hidden; }

.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] { position: inherit; margin-left: 0; }

input[type=checkbox] { border-style: solid; border-width: 1px; background: #fff; color: #fe5000; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 20px; margin: 0 4px 0 0; outline: 0; padding: 1px !important; text-align: center; vertical-align: middle; width: 20px; min-width: 20px; -webkit-appearance: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; box-shadow: none; }
input[type=checkbox] { color: #fe5000; border-color: #DADADA; background-color: #fff; }
input[type=checkbox]:checked:before { display: inline-block; font-family: FontAwesome; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f00c'; margin: 0; font-size: 16px; color: #FF6D22}

input[type=radio] { border-style: solid; border-width: 1px; background: #fff; color: #fe5000; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 24px; margin: 0 4px 0 0; outline: 0; padding: 4px !important; text-align: center; border-radius:24px; vertical-align: middle; width: 24px; min-width: 24px; -webkit-appearance: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; box-shadow: none; }
input[type=radio] { color: #fe5000; border-color: #DADADA; background-color: #fff; }
input[type=radio]:checked:before { display: inline-block; font-family: FontAwesome; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f00c'; margin: 0; font-size: 16px; color: #FF6D22;}


/* --------------------------------------------------------
    Header
----------------------------------------------------------- */
.header { position: absolute;top: 0;left: 0;right: 0;z-index: 3; }
.header1 { position: relative; height: 90px; padding: 10px 0; background: #fff;  }
.header1 .contact-info { margin-top: 10px; text-align: right;}
.header1 .contact-info > div { float: right; padding: 0 25px;  color: #808080; text-align: left; }
.header1 .contact-info > div > i {color: #61bb46;float: left;font-size: 40px; margin-top: 6px;}
.header1 .contact-info > div > span { float: left;margin-left: 12px;margin-top: 3px; font-size: 16px;line-height: 20px;}
.header1 .contact-info > div > span > b { display: block; font-size: 18px; font-weight: 800; color: #333; }
.header1 .contact-info > div:first-child { border-left: 1px solid #e0e0e0; padding-right: 15px; }
.header1 .yetkili { opacity: .4; }
.header1 .yetkili:hover { opacity: 1; }

.header2 { position: relative; }
.navbar { margin-bottom: 0; border: 0;border-radius: 0 0 6px 6px; background-color: #61bb46;box-shadow: 0px 18px 46px -27px rgba(0,0,0,0.43);border-bottom: 3px solid #4ba233;}
.navbar-default .navbar-nav>li { position: relative; }
.navbar-default .navbar-nav>li:after { position: absolute; content: ''; left: 0; top: 14px; width: 1px; height: 22px; background: #4ba233; }
.navbar-default .navbar-nav>li>a { font-size: 16px; font-weight: 800; color: #fff; }
.navbar-default .navbar-nav>li:nth-child(1):after { display: none; }
.navbar-default .navbar-right { background: #4ba233; border-radius: 0 0 6px 0; padding-left: 10px; padding-right: 20px;margin-right: 0; width: 253px;}
.navbar-default .navbar-right li { width: 100%; text-align: center;}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover { color: #fff; background-color: #4ba233; }

.dropdown-masked {}
.dropdown-masked.dropdown-menu { top: 61px; left: -10px; border-radius: 6px !important; padding: 0; box-shadow: none;border: 0; }
.dropdown-masked.dropdown-menu:before { position: absolute; content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; left: 0; right: 0; margin: 0 auto; top: -10px; }
.dropdown-masked.dropdown-menu>li>a { padding: 10px 30px 10px 25px; border-radius: 6px; color: #080245; font-size: 16px; font-weight: 600; width: 100%; transition: all .35s linear; }
.dropdown-masked.dropdown-menu>li>a:hover { background-color: #4ba233; color: #fff; transform: scale(1.06); box-shadow: 0 10px 30px 0 rgba(0,0,0,.3); }


/* --------------------------------------------------------
    Home
----------------------------------------------------------- */

/* home-slider */
#myCarousel { position: relative; z-index: 2; }
#myCarousel .container { position: relative; }
#myCarousel .item { min-height: 700px; background-repeat: no-repeat; background-position: center center; -moz-transition: opacity ease-out .7s; -o-transition: opacity ease-out .7s; -webkit-transition: opacity ease-out .7s; transition: opacity ease-out .7s; }
#myCarousel .carousel-inner>.item.active,
#myCarousel .carousel-inner>.item.next.left,
#myCarousel .carousel-inner>.item.prev.right { opacity: 1; -moz-transition: opacity ease-in .7s; -o-transition: opacity ease-in .7s; -webkit-transition: opacity ease-in .7s; transition: opacity ease-in .7s; }
#myCarousel .carousel-indicators li { border-radius: 0;width: 48px;height: 4px;background: #919294;border: 0;margin: 0 1px;}
#myCarousel .carousel-indicators .active { width: 48px;height: 4px;background: #fff;border: 0;margin: 0; }
#myCarousel .carousel-inner>.item>.container { height: 100%; position: relative; padding: 0 0 25px; }
#myCarousel .carousel-inner>.item>.container>a { color: #fff;display: block;width: 100%;}
.carousel-cap { position: absolute;left: 15px;right: 0;top: 470px;margin: 0 auto; z-index: 30; text-align: left; }
.carousel-cap h3 { display: inline-block; background: rgba(0, 0, 0, .6); margin:0; padding: 8px 15px 6px; font-size: 42px; line-height: 1; font-weight: 300; color: #fff;}
.carousel-cap p { display: inline-block; background: rgba(0, 0, 0, .6); margin:0; padding: 4px 15px; font-size: 62px; line-height: 1; font-weight: 800; color: #fff; }
.carousel-cap p b { font-weight: 800; color: #fff; }

.carousel-control.left { background-image: none; z-index: 30;}
.carousel-control.right { background-image: none; z-index: 30;}
.carousel-indicators { bottom: 60px; z-index: 30;}

.sky { z-index: 25;opacity: .6; height: 600px; width: 2000px; position: absolute; bottom: 0; left: 0; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); }
.clouds_two { background: url(../img/bulut.png) center; position: absolute; left: 0; top: 0; height: 100%; width: 300%; -webkit-animation: cloud_two 200s linear infinite; -moz-animation: cloud_two 200s linear infinite; -o-animation: cloud_two 200s linear infinite; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); }
.clouds_one { background: url(../img/bulut.png) center; position: absolute; left: 0; top: 0; height: 100%; width: 300%; -webkit-animation: cloud_one 150s linear infinite; -moz-animation: cloud_one 150s linear infinite; -o-animation: cloud_one 150s linear infinite; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); }

@-webkit-keyframes sky_background { 0% { background: #007fd5; color: #007fd5; } 50% { background: #000; color: #a3d9ff; } 100% { background: #007fd5; color: #007fd5; }  } 
@-webkit-keyframes moon { 0% { opacity: 0; left: -200%; -moz-transform: scale(0.5); -webkit-transform: scale(0.5); }  50% { opacity: 1; -moz-transform: scale(1); left: 0%; bottom: 250px; -webkit-transform: scale(1); } 100% { opacity: 0; bottom: 500px; -moz-transform: scale(0.5); -webkit-transform: scale(0.5); }  } 
@-webkit-keyframes cloud_one { 0% {left: 0; }  100% { left: -200%; }  }
@-webkit-keyframes cloud_two { 0% { left: 0; } 100% { left: -200%; } } 
@-webkit-keyframes cloud_three { 0% { left: 0; } 100% { left: -200%; } } 
@-moz-keyframes sky_background { 0% { background: #007fd5; color: #007fd5; } 50% { background: #000; color: #a3d9ff; } 100% { background: #007fd5; color: #007fd5; } } 
@-moz-keyframes moon { 0% { opacity: 0; left: -200%; -moz-transform: scale(0.5); -webkit-transform: scale(0.5); } 50% { opacity: 1; -moz-transform: scale(1); left: 0%; bottom: 250px; -webkit-transform: scale(1); } 100% { opacity: 0; bottom: 500px; -moz-transform: scale(0.5); -webkit-transform: scale(0.5); } } 
@-moz-keyframes cloud_one { 0% { left: 0; } 100% { left: -200%; } } 
@-moz-keyframes cloud_two { 0% { left: 0; } 100% { left: -200%; } } 
@-moz-keyframes cloud_three { 0% { left: 0; } 100% { left: -200%; } } 

@media only screen and (max-width: 767px) {
    #myCarousel { padding-top: 140px; }
    #myCarousel .item { min-height: 300px; background-size: cover; }
    .carousel-cap { padding-top: 60px;}
    .carousel-cap img { display: none; }
    .carousel-cap .description { width: 100%; }
}  


/* home1 */
.home1 { position: relative; z-index: 2; padding: 0 0 100px; margin-top: -50px; }
.home1 .item { background: #61bb46; padding: 30px 30px 20px; position: relative; width: 100%; display: block; }
.home1 .item:after { background: #61bb46; transform: skew(0deg,-3deg); position: absolute; content: ''; height: 30px; width: 100%; left: 0; bottom: -15px; }
.home1 .item h4 { font-weight: 300; font-size: 18px; margin: 0 0 20px; text-align: center; color: #fff;  }
.home1 .item span { display: block; overflow: hidden;border-radius: 50%; margin: 0 auto; width: 260px; height: 260px; }
.home1 .item span img { display: block; height: 100%; }


/* home2 */
.home2 { position: relative; z-index: 1; padding: 50px 0;  }
.home2 .container { position: relative; }
.home2 h3 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; margin-left: 10px; font-weight: 800; text-align: center; display: inline-block;}
.home2 h3:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: -1; }
#product .col-md-12>div { background: #fff; }
#product div > a { display: block; width: 100%; height: 360px; }
#product img { display: block; width: 100%; }
#product h4 { word-break: break-all; font-size: 22px; display: table; width: 100%; height: 52px; margin-top: 0; padding: 0 10px 0; font-weight: 800; color: #61ba46; border-top: 1px solid #f5f5f5; }
#product h4 a { color: #484848; display: table-cell; vertical-align: middle; width: 100%;}
#product p { word-break: break-all; font-size: 15px; height: 70px; overflow: hidden; padding: 0 10px 10px; line-height: 1.3; color:#999; text-align: left;}
#product .owl-controls .owl-buttons div { position: absolute;font-size: 16px; opacity: 1;z-index: 9;text-align: center;line-height: 32px; cursor: pointer;border: 2px solid #e4e4dd; background: transparent; color: #e4e4dd;padding: 0;border-radius: 0;margin: 0;}
#product .owl-controls .owl-buttons .owl-prev { right: 48px; top: -52px; width: 32px; height: 32px; }
#product .owl-controls .owl-buttons .owl-next { right: 15px; top: -52px; width: 32px; height: 32px; }

@media only screen and (max-width: 767px) {
    #product .owl-controls .owl-buttons .owl-prev {top:10px; color:#fff; border:0; background: #5ebd3e;}
    #product .owl-controls .owl-buttons .owl-next {top:10px; color:#fff; border:0; background: #5ebd3e;}
}


/* home3 */
.home3 { position: relative; z-index: 1; padding: 70px 0;  text-align: left; }
.home3:before { position: absolute; z-index: -1; background: url(../img/project-bg.jpg) no-repeat top center; width: 100%; height: 100%; content: ''; left: 0; top: 0; }
.home3 .container { position: relative; }
.home3 h1 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; font-weight: 800; text-align: center; display: inline-block;}
.home3 h1:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: -1; }
.home3 h3 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; font-weight: 800; text-align: center; display: inline-block;}
.home3 h3:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: -1; }
.project-filter { position: absolute; right: 10px; top: 30px; }
.project-filter a { display: inline-block; padding: 0 10px; background: #d9d9d9; color: #5c5d5f;border-radius: 20px;}
.project-filter a.active {background: #61bb46; color: #fff;}
.projects li { display: inline-block; padding: 0 10px; width: 33.1%; min-height: 270px; margin-bottom: 25px; }
.projects li:after,
.projects li:before { display: table; content: " "; clear: both; }

.project { position: relative; background: #fff; border-radius: 6px; overflow: hidden; }
.project .p-badge { position: absolute; top: 15px; left: 15px; border-radius: 20px; display: inline-block; background: #61bb46; color: #fff; padding: 2px 10px; font-size: 12px; height: 22px;}
.project .p-badge.red { background: #f44336; }
.project .p-thumbs { }
.project .p-thumbs img { display: block; width: 100%; height: 206px;}
.project .p-text { padding: 10px; font-size: 14px; line-height: 1.3; text-align: left; }
.project .p-text b { display: block; font-size: 15px; margin-bottom: 5px;}
.home3 .btn { display: block; font-size: 16px; padding: 15px 0;border-radius: 30px; width: 220px; margin: 30px auto 0;}

.home3#projects { padding: 160px 0 70px; }

.home4 { position: relative; text-align: center; padding: 60px 0; background: url(../img/home4-bg.png) no-repeat; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important;}
.home4:after { position: absolute; top: 0; content: ''; right: 0; bottom: 0; opacity: .8; left: 0; z-index: 1; overflow: hidden; background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); } 
.home4 .container { position: relative; z-index: 4; }
.home4 p { z-index: 4; color: #ffffff; display: inline-block; font-family: 'Alex Brush', cursive; font-size: 72px; position: relative; margin-bottom: 0; opacity: 1; visibility: visible; -webkit-transition: opacity 0.24s ease-in-out; -moz-transition: opacity 0.24s ease-in-out; transition: opacity 0.24s ease-in-out; } 
.home4 p:before { position: absolute; left: -100px; top: 28px; content: ""; background: url(../img/left.png) no-repeat; height: 60px; width: 75px; } 
.home4 p:after { position: absolute; right: -100px; top: 28px; content: ""; background: url(../img/right.png) no-repeat; height: 60px; width: 75px; }

@media only screen and (device-width: 768px) {
    .home4 p { font-size: 42px; }
}

@media only screen and (max-width: 767px) {
    .home4 { padding: 50px 0; }
    .home4 p { font-size: 42px;line-height: 46px; }    
    .home4 p:before { left: -10px; top: 0; }
    .home4 p:after { right: -10px; top: 0; }
}

.home5 { position: relative; margin-top: -50px; z-index: 3;}
.home5 div:after,
.home5 div:before { display: table; content: " "; clear: both; }

.home-left { position: relative; float: left; width: 50%; }
.home-left .hl1 { position: relative; width: 100%; height: 316px;  margin-bottom: 15px;overflow: hidden; background: url(../img/fabrika_big2x.jpg) center center no-repeat; }
.home-left .hl1:before {position: absolute;content: '';top: 0;left: 0; background-color: #1e2126;height: 100%;width: 50%;opacity: .6;}
.home-left .hl1 > a { display: block; width: 100%;position: relative;z-index: 1;}
.home-left .hl1 .hb1 { float: left; width: 50%; height: 316px; padding: 35px; color: #fff;}
.home-left .hl1 .hb1>span { display: block; font-size: 15px; line-height: 1.4; }
.home-left .hl1 .hb1>span:nth-child(1) { font-weight: bold; margin-bottom: 10px;}
.home-left .hl1 .hb1>span:nth-child(2) {  margin-bottom: 10px;}
.home-left .hl1 .hb1>span:nth-child(3) { font-size: 14px;  }
.home-left .hl1 .hb1>span:nth-child(3)>i{ padding-left: 20px; }

.home-left .hl2 { position: relative; background: #fff; height: 122px; overflow: hidden; }
.home-left .hl2 a{ display: block; width: 100%; color: #333; font-size: 26px;}
.home-left .hl2 a>span { float: left; width: 50%; }
.home-left .hl2 a>span:first-child { padding: 42px 25px; font-weight: 800;}
.home-left .hl2 a>span>img { display: block; width: 100%; }

.home-right { position: relative; float: right; width: 50%; }
.home-right .hr1 { position: relative; height: 316px; background-color: #fff; margin-bottom: 15px;}
.home-right .hr1 > a { display: block; width: 100%; }
.home-right .hr1 .hb1 { float: left; width: 50%; height: 316px; padding: 35px; color: #000;}
.home-right .hr1 .hb1>span { display: block; font-size: 15px; line-height: 1.4; }
.home-right .hr1 .hb1>span:nth-child(1) { font-weight: bold; margin-bottom: 10px;}
.home-right .hr1 .hb1>span:nth-child(2) {  margin-bottom: 10px;}
.home-right .hr1 .hb1>span:nth-child(3) { font-size: 14px;  }
.home-right .hr1 .hb1>span:nth-child(3)>i{ padding-left: 20px; }
.home-right .hr1 .owl-controls .owl-buttons div { position: absolute;font-size: 16px; opacity: 1;z-index: 9;text-align: center;line-height: 34px; cursor: pointer; background: #61bb46; color: #fff;padding: 0;border-radius: 0;margin: 0;}
.home-right .hr1 .owl-controls .owl-buttons .owl-prev { right: 48px; top: 10px; width: 32px; height: 32px; }
.home-right .hr1 .owl-controls .owl-buttons .owl-next { right: 15px; top: 10px; width: 32px; height: 32px; }
.home-right .hr1 .owl-pagination { position: absolute; z-index: 18; bottom: 5px; left: 20%; }
.home-right .hr1 .owl-controls .owl-page span { margin: 5px 2px; }


.hb2 { float: left; width: 50%; height: 316px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.hb2>img { display: block; width: 100%;}


.home-left .hl1 .hb2 { position: absolute;right: 0;top: 0; }

.home-right .hr2 { position: relative;  }
.home-right .hr2 .hr2-1 { position: relative; display: block; float: left; padding: 35px 15px 15px 80px; width: 50%; height: 122px; background: #1e2126; color: #fff; font-size: 18px;}
.home-right .hr2 .hr2-1 > i { position: absolute; left: 30px; top: 40px; font-size: 42px; }
.home-right .hr2 .hr2-2 { position: relative; display: block; float: left; padding: 35px 15px 15px 80px; width: 50%; height: 122px; background: #15171b; color: #fff; font-size: 18px;}
.home-right .hr2 .hr2-2 > i { position: absolute; left: 30px; top: 40px; font-size: 42px; }


/* --------------------------------------------------------
    Resim Galeri
----------------------------------------------------------- */
.picture-gallery { position: relative; padding: 160px 0 40px; background: #f8f8f8;}
.picture-gallery .container { position: relative; }
.picture-gallery h1 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; font-weight: 800; text-align: center; display: inline-block;}
.picture-gallery h1:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: 0; }
.picture-gallery ul li { float: left; width: calc(20% - 10px); background: #fff; border: 1px solid #d8d8d8; padding: 2px; margin: 5px;}
.picture-gallery ul li a { display: block; width: 100%; }
.picture-gallery ul li a>img { display: block; width: 100%;}

@media only screen and (max-width: 767px) {
    .picture-gallery ul li { width: calc(50% - 10px); }  
}

/* About */
.section-about { padding: 160px 0 60px; position: relative;}
.section-sidebar { float: left;width: 300px;min-height: 100px;background: #dadada;border-radius: 6px;position: relative;}
.section-sidebar ul li a { line-height: 56px;display: block;padding: 0 15px; border-bottom: 1px solid #f5f5f5;position: relative; color: #666;}
.section-sidebar ul li a:hover { background-color: #e4e4eb;text-decoration: none; }
.section-sidebar ul li.active a{ font-weight: 500; color: #fff; background-color: #1b232f; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.section-sidebar ul li.active a:after { content: ''; display: block;   position: absolute; right: -20px; bottom: 16px; width: 0; height: 0; border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-left: 10px solid #1b232f; border-right: 10px solid transparent; } 
.section-sidebar ul li:first-child a { border-radius: 4px 4px 0 0; } 
.section-sidebar ul li:last-child a { border-bottom-width: 0; border-radius: 0 0 4px 4px; }

.section-content { float: right;margin-left: 20px;  background: #fff;border-radius: 6px;padding: 20px;width: calc(100% - 320px);}
.section-content p { text-align: justify; color: #68717a;}
.section-content h2 { margin: 0 0 15px;}
.section-content h3 { margin: 0 0 15px;}
.section-content h4 { margin: 0 0 15px;}
.section-content h5 { margin: 0 0 15px;}
.section-content a { color:#F26522}
.section-content .soz { padding: 30px 0 0; font-size: 18px; }
.section-content .soz p { color: #0397ff; }
.section-content .soz span { display: block; font-weight: 600; font-size: 14px;color: #68717a;}

.section-content.about { position: relative; font-size: 18px; line-height:1.5;}
.section-content.about h1 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; font-weight: 800; text-align: center; display: inline-block;}
.section-content.about h1:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: 0; }

.section-content.about p { font-size: 18px; line-height:1.5;} 

/* Contact */
.section-contact { position: relative; padding: 40px 0 60px; background: #f8f8f8;}
.section-contact h3 { font-size: 32px;font-weight: 800;margin-bottom: 40px;}
.section-contact p { font-size: 16px;line-height: 1.5;margin-bottom: 30px; }
.section-contact p > b { display: block;margin-top: 15px;}
.section-contact .form-group { margin-bottom: 25px; }
.section-contact .form-group:after,
.section-contact .form-group:before { display: table; content: " "; clear: both; }
.section-contact .form-control { height: 46px; box-shadow: none; }
.section-contact ul { list-style: none;padding: 0;margin:0;}
.section-contact ul li {display: block; text-align: center;position: relative;padding-left: 70px;text-align: left;margin-bottom: 15px; padding-bottom: 0;}
.section-contact ul li i { background: #fff; position: absolute;left: 0;top: 0; font-size: 32px;border: 2px solid #dddddd;border-radius: 50%;color: #0397ff; width: 60px;height: 60px;margin-bottom: 20px; text-align: center;line-height: 58px;display: inline-block; }
.section-contact ul li b { display: block;font-size: 18px;font-weight: 800; }
.section-contact ul li p { font-size: 20px;line-height: 1.4; margin: 0;}
.section-map { position: relative; width: 100%;height: 650px; }



/* NewsList */
.newsList h1 { font-size: 28px; margin-top: 0; }
.newsList .news { margin-bottom: 15px; }
.newsList .news > a { display: block; width: 100%; }
.newsList .news > a  { width: 100%; position: relative; color: #fff; border: 1px solid #d8d8d8; overflow: hidden; }
.newsList .news .nw1 { float: right; width: 70%; color: #333; padding: 15px; }
.newsList .news .nw1 > span { display: block; font-size: 15px;}
.newsList .news .nw1 > span:nth-child(1) { font-weight: 800; font-size: 17px; margin-bottom: 5px;}
.newsList .news .nw1 > span:nth-child(2) { margin-bottom: 15px; }
.newsList .news .nw1 > span:nth-child(3) { font-size: 13px; position: absolute; right: 15px; bottom: 15px; color: #2196F3;}
.newsList .news .nw2 { float: right; width: 30%; padding: 2px;}
.newsList .news .nw2 > img { display: block; width: 100%; }

.news-details { float: right;margin-left: 20px;  background: #fff;border-radius: 6px;width: calc(100% - 320px);}
.news-title { padding: 20px; position: relative;}
.news-title h1 { font-size: 24px; line-height: 1.5; margin: 0; width: 91%}
.news-title .shareSelector { position: absolute;right: 10px;top: 5px; text-align: center;z-index: 2;}
.news-title .shareSelector:focus { text-decoration: none; }
.news-title .shareSelector i { width: 50px; height: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; background-clip: padding-box; color: rgba(0, 0, 0, 0.3); border: 2px solid rgba(0, 0, 0, 0.3); display: block; font-size: 24px; line-height: 47px; text-align: center; }
.news-title .shareSelector span { color: rgba(0, 0, 0, 0.3); display: block; margin-top: 0px; font-size: 11px; line-height: 24px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }

.news-thumbs { }
.news-thumbs img { display: block;width: 100%;  }
.news-text { font-size: 18px !important;line-height: 1.5; padding: 20px;}
.news-text p { margin-bottom: 30px; }
.news-text ul { list-style: disc;padding-left: 30px; }

    @media only screen and (max-width: 767px) {
    .picture-gallery ul li { width: calc(50% - 10px); }  
    .section-sidebar { float: none;width: 100%; }
    .section-content { float: none;width: 100%; margin-left: 0;}
    .news-details { float: none;width: 100%;margin: 0;}
    .section-sidebar ul li.active a:after { right: -15px; }

}

/* --------------------------------------------------------
#Breadcrumb
----------------------------------------------------------- */
.breadcrumb-nav { position: relative;width: 100%;background: #1e2126;overflow: hidden;padding: 10px 0;border-bottom: 1px solid #3d424a;}
.breadcrumb-nav .container { }
.breadcrumb-nav ol { list-style: none;padding: 0;margin: 0; color: #999;}
.breadcrumb-nav ol li { display: inline-block;padding: 0 4px;line-height: 1; color: #999;}
.breadcrumb-nav ol li a { color: #999;font-size: 12px;}


/* --------------------------------------------------------
    #Clients
----------------------------------------------------------- */
.clients { padding: 15px 0 5px; position: relative; background: #fff;height: 120px; }
.clients .container { position: relative; }
.clients .container h3 {display: none; position: absolute;left: 0;top: -43px;z-index: 6;font-size: 16px; font-weight: 500; background: #fff;margin: 0;padding: 2px 10px;color: #333; }
.clients .brand-item { background: #fff; padding: 5px 0; margin: 0 5px; color: #FFF;border-right: 1px solid #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; }
.clients .brand-item:first-child { }
.clients .brand-item img { display: block;opacity: .3; height: 80px;margin: 0 auto; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.clients .brand-item:hover img { -webkit-filter: inherit; filter: none;opacity: 1;}
#clients .owl-controls .owl-buttons div { position: absolute;font-size: 13px; opacity: 1;z-index: 9;text-align: center;line-height: 26px; cursor: pointer;background: #fff;color: #333;padding: 0;border-radius: 0;margin: 0;}
#clients .owl-controls .owl-buttons .owl-prev { right: 29px; top: -39px; width: 24px; height: 24px; }
#clients .owl-controls .owl-buttons .owl-next { right: 5px; top: -39px; width: 24px; height: 24px; }
/*#clients .owl-controls .owl-buttons div { position: absolute;font-size: 13px; opacity: 1;z-index: 9;text-align: center;line-height: 26px; cursor: pointer;background: #fff;color: #333;padding: 0;border-radius: 0;margin: 0;}
#clients .owl-controls .owl-buttons .owl-prev { right: 39px; top: -39px; width: 24px; height: 24px; }
#clients .owl-controls .owl-buttons .owl-next { right: 15px; top: -39px; width: 24px; height: 24px; }*/

    @media only screen and (max-width: 768px) {
        .clients .brand-item { display: block; margin-left: 0; }
        .clients .brand-item:last-child { margin-bottom: 0; }
    }


.products { position: relative;background: transparent;padding: 0; }
.products h1 { position: relative; color: #1e2126; font-size: 32px; margin-bottom: 20px; margin-top: 0;margin-left: 10px; font-weight: 800; text-align: center; display: inline-block;}
.products h1:after { content: ''; position: absolute; bottom: 9px; left: 0; height: 7px; width: 100%; background: #61bb46; opacity: .35; z-index: 0; }

.products .product {float: left;width: calc(50% - 20px);margin: 0 10px 25px; position: relative;background: #fff;border-radius: 6px; overflow: hidden;}
.products .product .pThumbs { height: 300px;overflow: hidden;vertical-align: middle;display: flex;  justify-content: center;border-bottom: 1px solid #e2e2e2; }
.products .product .pThumbs a { display: block;width: 100%; }
.products .product .pThumbs img { display: block;width: 80%; margin: 0 auto;}
.products .product .pText { padding: 15px; }
.products .product .pText h4 { font-size: 22px; display: table; width: 100%; height: 54px; margin-bottom: 10px; font-weight: 800;word-break: break-all; }
.products .product .pText h4 a { color: #333; display: table-cell; width: 100%; vertical-align: middle;}
.products .product .pText p { word-break: break-all; font-size: 15px;margin-bottom: 0;line-height: 1.3; height: 60px; overflow: hidden;text-align: left;}

.product-detail { position: relative;padding: 170px 0 60px}
.product-detail .shareSelector { position: absolute;right: 10px;top: 0; text-align: center;z-index: 2;}
.product-detail .shareSelector:focus { text-decoration: none; }
.product-detail .shareSelector i { width: 50px; height: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; background-clip: padding-box; color: rgba(0, 0, 0, 0.3); border: 2px solid rgba(0, 0, 0, 0.3); display: block; font-size: 24px; line-height: 47px; text-align: center; } 
.product-detail .shareSelector span { color: rgba(0, 0, 0, 0.3); display: block; margin-top: 0px; font-size: 11px; line-height: 24px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; } 

.pd1 { position: relative;width: 100%;clear: both;overflow: hidden; background: #fff;padding: 25px;border-radius: 6px;}
.pd1 .pdThumbs { position: relative;float: left;width: 400px;height: 400px; border: 1px solid #e8e8e8; overflow: hidden; }
.pd1 .pdThumbs a { display: block;width: 100%; }
.pd1 .pdThumbs a img { display: block;width: 100%; padding: 10px;}
.pd1 .pdText { position: relative;float: right;width: calc(100% - 420px);}
.pd1 .pdText .imgTitle { position: relative;margin-bottom: 20px;}
.pd1 .pdText h1 { font-size: 32px;font-weight: 800;margin-top: 0;}
.pd1 .pdText p { font-size: 18px; font-size: 16px; line-height: 1.3; }
.pd1 .pdColor {  }
.pd1 .pdColor span { display: block;font-size: 18px;font-weight: 800;}
.pd1 .pdColor a { float: left;width: 68px;height: 100px;margin: 2px;}
.pd1 .pdColor a img { display: block; width: 68px;height: 68px;}
.pd1 .pdColor a small { display: block;color:#333; font-size: 12px; line-height:1.1; text-align: center; margin-top: 4px;}
.pd2 { position: relative;width: 100%;clear: both;padding: 30px 0; }
.pd2 .nav-tabs { border: 0; }
.pd2 .tab-pane { padding: 20px;background: #fff;border-radius: 0 6px 6px 6px;}
.pd2 .nav-tabs>li.active>a,
.pd2 .nav-tabs>li.active>a:focus,
.pd2 .nav-tabs>li.active>a:hover { border: 0;font-size: 18px;font-weight: 800;padding: 15px 50px; }

.product-detail .breadcrumb-nav { background: transparent;border: 0; padding: 0 0 15px}

@media only screen and (max-width: 767px) {
    .pd1 { padding: 5px; }
    .pd1 .pdThumbs { float: none;width: 100%; }
    .pd1 .pdText { float: none;width: 100%;margin-top: 20px;}
    .pd1 .pdText h1 { font-size: 26px; }
    .products h1 { margin-top: 15px; }
    .products .product { float: none;width: 100%; margin: 0 0 20px;}
}

/* --------------------------------------------------------
    Footer
----------------------------------------------------------- */
.footer { position: relative; background: #1e2126; padding-bottom: 40px; }
.footer ul { flex: 1; box-flex: 1; -o-flex: 1; -ms-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; float: left; list-style: outside none; font-weight: 300; font-size: 1.05em; color: #fff; } 
.footer ul li { margin-bottom: 8px; }
.footer ul li a { color: #fff; }
.footer ul li a:hover { color: #61bb46; }
.footer ul li.separator { height: 15px; }
.footer ul li.separator.small { height: 11px; }
.footer ul li.middle { padding: 8px 0; line-height: 18px; }
.footer ul li.title { margin-bottom: 25px; font-size: 1.35em; }
.footer ul li.spaced { line-height: 1.4em; } 
.footer ul li a.contact { position: absolute; line-height: 28px; font-size: 16px; text-decoration: none; }
.footer ul li a.contact i { margin: -8px 10px -8px 0; padding: 12px; width: 48px;height: 48px; font-size: 24px; line-height: 16px; position: relative; display: inline-block; float: left; text-align: center; border: solid 2px #fff; border-radius: 24px; -o-border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px; color: #fff; }
.footer-social { padding: 30px 0; border-bottom: solid 1px #30343c; margin-bottom: 30px; }
.footer-social .fLeft { float: left; } 
.footer-social .fLeft a { border: solid 2px #fff; padding: 12px; margin-right: 10px; border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px; color: #fff; width: 48px; height: 48px; text-align: center; line-height: 10px; font-size: 20px; display: inline-block; }
.footer-social .fRight { float: left; margin-left: 20px; color: #fff; line-height: 1.2; margin-top: 8px; } 
.footer-social .fRight b { display: block; } 
.footer-text { padding: 15px 0; position: relative; font-size: 13px; line-height: 1.2; text-align: center; color: #fff; background: #15171b; } 
.footer-text p { color: #575d67; margin-bottom: 0; margin-top: 10px; text-align: left; }
.footer-text a { display: inline-block; padding: 8px 10px; color: #575d67; } 
.footer-text a:hover { color: #61bb46; }

.newsletter { position: relative;background: #fff;border-radius: 3px;overflow: hidden;padding: 2px; margin-top: 2px; }
.newsletter > input { float: left;height: 42px;padding: 5px 10px;width: calc(100% - 90px);border: 0; font-size: 14px;}
.newsletter > .btn { float: right;width: 90px;height: 42px;border: 0;border-radius: 3px;font-size: 14px; }
.newsletter-ok { display: none; font-size: 15px;color: #fff; line-height: 42px;}
.newsletter-ok i { font-size: 22px;color: #00a63f; float: left;padding-right: 6px; line-height: 42px;}

    @media only screen and (max-width: 768px) {
        .footer-social .fLeft a { margin-right: 2px; }
        .footer-social .fRight { margin-left: 0; margin-top: 0; padding-left: 10px; font-size: 14px; line-height: 1.3; width: 54%;}
        .newsletter { clear: both; width: 100%; margin-top: 15px;}
        .newsletter:after,
        .newsletter:before { display: table; content: " "; clear: both; }

    }

/* --------------------------------------------------------
    #Back to Top
----------------------------------------------------------- */
#back-top { position: fixed; bottom: 15px; right: 15px; z-index: 10; }
#back-top a { width: 40px; height: 40px; display: block; text-align: center; box-shadow: 0 0 6px 0 rgba(55,61,65,.3);color: #0397ff; background: #fff; font: 20px/36px Arial,Helvetica,sans-serif; text-transform: uppercase; text-decoration: none; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; }
#back-top a:hover { color: #000; }

.jquery-lightbox { height:auto !important; }
.owl-carousel { display:block; }

@media only screen and (max-width: 767px) {
    .header { background: #5ebd3e; z-index: 4;}
    .header1:after { position: absolute; content: ''; z-index: -1; top:0; right: -20px; height:90px; width: 50%; background: #fff;}
    .header1:before { position: absolute; content: ''; z-index: -1; top:0; left: -20px; height:90px; width: 50%; background: #fff;}
    .header1 .col-md-4 { text-align: center; }
    .header1 .contact-info { display: none; }
    .navbar { border:0; border-radius: 0;}
    .navbar-default .navbar-nav>li:after { display: none; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #4ba233; }
    .navbar-default .navbar-right { padding-left: 0; padding-right: 0; margin-right: -15px; width: inherit;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #fff; }
    .dropdown-masked.dropdown-menu:before { display: none; }
    .header1 .yetkili { display: none; }

    .carousel-cap { width: 100%; top: 70px; }
    .carousel-cap h3 { font-size: 24px; }
    .carousel-cap p { font-size: 32px; }

    .home-left { width: 100%; }
    .home-left .hl1 .hb1 { padding: 10px; }

    .home-left .hl2 { margin-bottom: 15px; height: 84px;}
    .home-left .hl2 a>span:first-child { padding: 17px 20px 0; font-size: 22px; line-height: 1;}

    .home-right { width: 100%; }
    .home-right .hr1 .hb1 { padding: 10px; }
    .home-right .hr2 .hr2-1 { padding: 32px 10px; }
    .home-right .hr2 .hr2-1 i { display: none; }
    .home-right .hr2 .hr2-2 { padding: 32px 10px; }
    .home-right .hr2 .hr2-2 i { display: none; }

    .home3 h3 { display: block; }
    .home3 p { display: block; text-align: center;}
    .projects li { width: 100%; }
    .project-filter { top: -25px; right: 15px; }


} 


/* --------------------------------------------------------
    Admin
----------------------------------------------------------- */
.admin-header { position: relative; }
.admin-header .navbar { border-radius: 0; border: 0; }
.admin-header .navbar-default .navbar-nav>li:after { top: 14px; height: 36px; }
.admin-header .navbar-default .navbar-nav>li>a { text-align: center; padding-top: 10px; padding-bottom: 10px; min-width: 110px;}
.admin-header .navbar-default .navbar-nav>li>a i { display: block; font-size: 22px;margin-bottom: 5px; width: 100%;}
.admin-header .navbar-brand { padding-top: 11px; padding-bottom: 3px; height: 67px; background: #47a32a;}
.admin-header .navbar-brand>img { display: block; height: 44px; box-shadow: 1px; }
.admin-header .dropdown-masked.dropdown-menu { top: 80px; }

.admin-main { padding: 15px; }
.block { padding: 15px;background: #fff;  }
.block .dataTables_filter{ float: right; margin-right: 30px; }
.block .header-title { font-size: 22px;margin-bottom: 4px; position: relative; border-bottom: 1px solid #EEF1F3; margin-bottom: 5px; padding-bottom: 0; height: 40px; }
.block .header-title .btn { float: right; }
.block .dataTables_filter .form-control { height: 28px; font-weight: normal; padding: 0 5px; line-height: 1; }
.block .table {}
.block .table {}
.block .table th { text-align: center; }
.block .table td:last-child .btn-toolbar { text-align: center; }
.block .table td:last-child .btn-toolbar>.btn{ float: none; text-align: center; display: inline-block; }
.block .table>tbody>tr>td{ vertical-align: middle !important; }
.block a img { vertical-align: middle !important; }


.adminForm { padding: 20px; }
.adminForm label { margin-bottom: 0; }
.adminForm .form-group { margin-bottom: 5px; }


#tblUrun.table td:nth-child(1) { text-align: center; }
#tblUrun.table td:nth-child(2) { text-align: center; }
#tblUrun.table td:nth-child(3) { text-align: left; }
#tblUrun.table td:nth-child(4) { text-align: center; }
#tblUrun.table td:nth-child(5) { text-align: center; }
#tblUrun.table td:last-child { text-align: center; width: 300px;}

#tblHaber.table td:nth-child(1) { text-align: center; }
#tblHaber.table td:nth-child(2) { text-align: left; }
#tblHaber.table td:nth-child(3) { text-align: center; }
#tblHaber.table td:nth-child(4) { text-align: center; }

#tblGaleri.table td:nth-child(1) { text-align: center; }
#tblGaleri.table td:nth-child(2) { text-align: left; }
#tblGaleri.table td:nth-child(3) { text-align: center; }
#tblGaleri.table td:nth-child(4) { text-align: left; }
#tblGaleri.table td:nth-child(5) { text-align: center; }
#tblGaleri.table td:nth-child(6) { text-align: center; }

#tblProje.table td:nth-child(1) { text-align: center; }
#tblProje.table td:nth-child(2) { text-align: left; }
#tblProje.table td:nth-child(3) { text-align: left; }
#tblProje.table td:nth-child(4) { text-align: center; }
#tblProje.table td:nth-child(5) { text-align: center; }

#tblContact.table td:nth-child(1) { text-align: center; }
#tblContact.table td:nth-child(2) { text-align: left; }
#tblContact.table td:nth-child(3) { text-align: center; }
#tblContact.table td:nth-child(4) { text-align: left; }
#tblContact.table td:nth-child(5) { text-align: center; }
#tblContact.table td:nth-child(6) { text-align: center; }
#tblContact.table td:nth-child(7) { text-align: center; }

#tblBulten.table td:nth-child(1) { text-align: center; }
#tblBulten.table td:nth-child(2) { text-align: left; }
#tblBulten.table td:nth-child(3) { text-align: center; }
#tblBulten.table td:nth-child(4) { text-align: center; }

#tblRenk.table td:nth-child(1) { text-align: center; }
#tblRenk.table td:nth-child(2) { text-align: left; }
#tblRenk.table td:nth-child(3) { text-align: center; }
#tblRenk.table td:nth-child(4) { text-align: center; }

#tblKategori.table td:nth-child(1) { text-align: center; }
#tblKategori.table td:nth-child(2) { text-align: left; }
#tblKategori.table td:nth-child(3) { text-align: center; }
#tblKategori.table td:nth-child(4) { text-align: center; }

/* --------------------------------------------------------
    Login
----------------------------------------------------------- */
.login { position: relative;font-size: 14px; }
.login label { width: 100%;display: block; }
.login label a { float: right; color: #7a7d84;display: inline-block;font-weight: normal; }
.login .form-control { box-shadow: none;height: 40px; border: 1px solid gainsboro;border-radius: 3px;}
.login .btn { height: 42px;font-size: 16px;border-radius: 3px;}
.login-box { padding: 30px; border-radius: 4px; border-color: rgba(98, 103, 115, 0.3); background-color: #ffffff; border: 1px solid rgba(98, 103, 115, 0.2); margin-bottom: 20px; margin-top: 30%; }
.login-box img { height: 60px;display: block;margin: 0 auto 15px;}

.kvktable {
    padding: 0;
    margin: 0 0 30px 0;
}
.kvktable thead tr {
    background: #f3f3f3;
}
.kvktable tr, .kvktable td {
    border: #ccc solid 1px;
    margin: 0;
    padding: 10px;
}
.kvktable thead td:first-child {
    width: 150px;
}

/* --------------------------------------------------------
    #Whatsapp
----------------------------------------------------------- */
@-webkit-keyframes cptCircle{
	0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:.01}
	30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
	100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.01}
}
@keyframes cptCircle{
	0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:.01}
	30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
	100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.01}
}
@-webkit-keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg);opacity:.2}
}
@keyframes cptCircleFill{
	0%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:0}
	50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg); opacity:.2}
	100%{-webkit-transform:rotate(0) scale(.6) skew(1deg);transform:rotate(0) scale(.6) skew(1deg); opacity:.2}
}
#aat-callback {position:fixed;width: 72px;height: 72px;bottom: 75px;top: auto;right: auto;left: 40px;z-index:5;}
#aat-callback a:hover { text-decoration: none; color: #fff;}
.aat-circle, .aat-circle-fill { position:absolute;border-radius:100%;-webkit-transition:all .5s;transition:all .5s;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0; -webkit-animation-delay:2s;animation-delay:2s }
.aat-circle { width:250%;height:250%;background-color:transparent;border:2px solid #189d0e;-webkit-animation:cptCircle 2.2s infinite ease-in-out;animation:cptCircle 2.2s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%; transform-origin:50% 50%;left:-71%;top:-75%; }
.aat-circle-fill { width:155%;height:155%;background-color:#189d0e;border:2px solid transparent;-webkit-animation:cptCircleFill 2.3s infinite ease-in-out;animation:cptCircleFill 2.3s infinite ease-in-out;box-shadow:0 0 2px 0 #189d0e!important;left:-23.5%;top:-27.5%; }
.main-button { position: relative; right: 1px; top: 1px; float: right; width: 64px; height: 64px; background: center center no-repeat #189d0e; box-shadow: 0 3px 5px 1px rgba(0,0,0,.2); background-size: 30px; border-radius: 100%; cursor: pointer; font-size: 16px; color: #fff; text-align: center; line-height: 58px; }
.main-button i { font-size: 2rem; line-height: 64px; }
.main-text { position: absolute; background: #189d0e; width: 0px; left: 52px; line-height: 40px; margin-top: 12px; border-radius: 3px; color:#fff; overflow: hidden; white-space: nowrap; -webkit-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; transition: width 1s ease-in-out; text-indent:10px; text-align:left; }
.main-text.active { width:255px; }