@charset "utf-8";

/*=============================================================================== body =====*/
@import url('font-awesome.min.css');

/* Fonts */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-extrabold_1-webfont.html') format('woff2'),
         url('../fonts/raleway/raleway-extrabold_1-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-extrabold_1-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-bold_1-webfont.html') format('woff2'),
         url('../fonts/raleway/raleway-bold_1-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-bold_1-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-regular_1-webfont.html') format('woff2'),
         url('../fonts/raleway/raleway-regular_1-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-regular_1-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-light_1-webfont.html') format('woff2'),
         url('../fonts/raleway/raleway-light_1-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-light_1-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}



/*========================================================
                                    BODY
=========================================================*/
body {
    max-height: 100%;
    background: #fff;
    color: #1e293a;
    cursor: default;
	font: 300 14px/22px "Raleway", sans-serif;
}


/*========================================================
                                    GENERAL LINK
=========================================================*/
a {
    color: #1e293a;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    color: #0046dd
}


/*========================================================
                                    H STYLES
=========================================================*/
h1, h2, h5, h6 {
    line-height: 1em;
    text-transform: none;
}
h1 {
      font-size: 30px;
    color: #444;
    font-weight: 400;
    margin: 0px 0 20px 0 ;
    text-transform: capitalize;
    line-height: 45px;
    padding: 0 0 0 0px;
}
h1 span {
    color: #444;
}


h2 {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    margin: 0px 0 20px 0 ;
    text-transform: capitalize;
    line-height: 45px;
    padding: 0 0 0 0px;
}
h2 span {
    color: #444;
}
h3 {
    letter-spacing: -1px;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin: 20px 0 20px 0 !important;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #CCC;
    line-height: 25px;
}

h4 {
    font-size: 18px;
    color: #EEE;
    font-weight: 600;
    margin: 20px 0 20px 0px !important;
    text-transform: none;
    text-align: left;
    letter-spacing: -0.05em;
    line-height: 25px
}
h3 .circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #268b26;
    position: absolute;
    top: 43px;
}
h5 {
    font-size: 21px;
    text-align: center;
    padding-top: 10px;
    line-height: 26px
}
 
h3+h6 {
    margin-top: 10px;
}
.clear {
    clear: both;
}
p {
    margin: 0;
}

strong{
	font-weight:500
}
.coverimg .main .container .main_content ol {
	padding: 0 0 0 30px;
}
::selection {
  background: #0046dd;
  color:#fff
}
::-moz-selection {
  background: #0046dd; 
  color:#fff
}
/*========================================================
                                    FIXED HEADER
=========================================================*/

.header.sticky {
	position: fixed; 
	width:100%; 
	top:0; 
	z-index:9999;
	margin-top:30px;
	border-radius:0px;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.top-header.sticky {
	position: fixed; 
	width:100%; 
	top:0; 
	z-index:99999
}
.navbar-brand.sticky {
	border-radius: 0 0 0 0 !important;

}
/*========================================================
                                    HEADER styles
=========================================================*/

header {
    position: relative;
    display: block;
    width: 100%;
	height:110px;
    float: left;
    z-index: 999;
}
.coverimg header {
    position: relative;
    display: block;
    width: 100%;
	height:auto;
    float: left;
    z-index: 999;
}
header .top-header {
    height: 15px;
    display: block;
    background:transparent;
}
header .top-header .container {
    position: relative;
    width: 1003px;
    margin: auto;
}
header .top-header .container .fixed-content{
	display:none;
	float:left;
	width:auto;
	position:relative;
	margin-top:5px;
}
header .top-header .container .fixed-content a{ 
	color:#fff;
	font-size:13px;
	line-height:22px;
}
header .top-header .container .fixed-content:before{
	content:"\f095";
	position:relative;
	font-family:fontAwesome;
	font-size:14px;
	color:#fff;
	display:none
}
header .top-header .container .lang {
    float: right;
    display: inline-block;
	margin:4px 0 0 0;
}
header .top-header .container .lang a {
    padding: 1px;
	background: rgba(255,255,255,0.3);
	border-radius:3px
}
header .top-header .container .lang a:hover, header .top-header .container .lang a.selected {
    color: #FFF;
	font-weight: 600;
}
header .top-header .container .lang a > span{
	width:24px;
	height:24px;
}
header .top-header .container .lang a > span img{
	width:24px !important;
	height:24px !important;
}
header .header {
    width: 60%;
    background: #cde1e0;
    height: 76px;
	margin:auto;
	display:block;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px
}
header .header .navbar-brand {
 
 
}
header .header .navbar-brand  a.logo {
    position: relative;
    display: inline-block;
    float: left;
    background: url("../resimler/logo.png") center left no-repeat;
    width:270px;
	    top: 3px;
    height: 70px;
    z-index: 99999;
    background-size: 270px 70px;
	text-indent:-9999px;
	left:5px
}
header .header .container {
    position: relative;
    width: 1003px;
    margin: auto;
}
.coverimg header .sub-header{
	display:block;
	position:relative;
	width:100%;
	min-height:250px;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: -107px 0 0;
	z-index:-1
}
.coverimg header .sub-header .container {
    position: relative;
    width: 1003px;
    margin: auto;
}
.coverimg header .sub-header h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 45px;
	text-align: center;
	bottom: -47px;
	display: table;
	margin: auto;
	width: 100%;
	position: relative;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.7);

}

.coverimg header .sub-header h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 45px;
	text-align: center;
	bottom: -47px;
	display: table;
	margin: auto;
	width: 100%;
	position: relative;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.7);

}

.coverimg header .sub-header h1 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 45px;
	text-align: center;
	bottom: -47px;
	display: table;
	margin: auto;
	width: 100%;
	position: relative;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.7);

}
/*========================================================
                                    INDEX Slider
=========================================================*/
.slider_container .camera_wrap {
    margin-top: 0px;
    min-height: 475px;
}

/*========================================================
                                    MAIN CONTAINER
=========================================================*/
 
.main {
    width: 100%;
    position: relative;
    display: block;
}

.main .container {
    width: 1003px;
    margin: auto !important;
    display: block;
    height: auto;
}
.main .full {
    width: 100%;
    position: relative;
    display: block;
	background:#fff;
}
.main .full:nth-child(1) {
    width: 100%;
    position: relative;
    display: block;
}
.main .full:nth-child(2) {
    width: 100%;
    position: relative;
	margin: 2% 0 0 0;
	min-height:424px;
	background:url(../resimler/datca-sahil.jpg) no-repeat center
}
.main .full:nth-child(2):before {
    content: '';
	display: inline;
	position: absolute;
	width: 100%;
	background: linear-gradient(496deg, rgb(205 225 224 / 42%) 58%, transparent 58%);
	min-height: 424px;
	clear:both;

}
.main .full:nth-child(2):after {
	content: '';
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.30);
	height: 20px;
	width: 100%;
	z-index: 9;
	clear:both
}
.main .full:nth-child(3) {
    width: 100%;
    position: relative;
    display: block;
	margin:2% 0 0 0;
}

/*========================================================
                                    MAIN CONTAINER H STYLE
=========================================================*/
.main .full > .container h1 {
    text-transform: uppercase;
    line-height: 30px;
        margin: 20px 0px 0px;
	text-align:center;
	font-size:22px;
	font-weight:600;
	color:#393939;
}
.main .full > .container h1 span{
	color:#f9e122;
	border-bottom:1px solid #393939
}


.main .full > .container h2 {
    text-transform: uppercase;
    line-height: 35px;
    margin: 25px 0;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#393939;
}
.main .full > .container h2 span{
	color:#0046dd;
	border-bottom:1px solid #393939
}

/*========================================================
                                    MAIN CONTAINER & FIRST-SECOND-THIRD BOXES
=========================================================*/
.main .full > .container > .second_row {
    display: block;
    position: relative;
    min-height: 500px;
}

.main .full >.container >.second_row .content_box{
	display:table;
	margin:auto;
	position:relative;
}

.main .full >.container >.second_row .content_box a > li{
	float:left;
	width: 44%;
	min-height: 224px;
	position:relative;
	margin: 23px 17px;
	background:#000;
	-webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.main .full >.container >.second_row .content_box a:hover > li{
	-webkit-box-shadow: inset 0px 0px 0px 6px rgba(255,255,255,0.59);
	-moz-box-shadow: inset 0px 0px 0px 6px rgba(255,255,255,0.59);
	box-shadow: inset 0px 0px 0px 6px rgba(255,255,255,0.59);
}
.main .full >.container >.second_row .content_box a > li:after{
	content:'';
	position:absolute;
	bottom:-50px;
	/*========================================================
                                   background:url(../resimler/golge.png) center bottom no-repeat;
=========================================================*/
	
	width:100%;
	height:19px;
	clear:both;
	background-size:contain
} 

.main .full >.container >.second_row .content_box a > li .title{
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 44px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	margin: -43px 0;
	background: rgb(205 225 224 / 35%);
	
 
}
.main .full >.container >.second_row .content_box a > li .img{
	width:100%;
	min-height:224px;
	overflow:hidden
}
.main .full >.container >.second_row .content_box a > li .img img:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
	opacity:.8
}
.main .full >.container >.second_row .content_box a > li .img img{
	width:100%;
	height:auto;
	-webkit-transition: all .35s ease;
    transition: all .35s ease;
}


.main .full > .container .third_row {
	width:100%;
	display:block;
	position:relative;
}

.main .full > .container > .third_row  > .about-text{
	width:66%;
	height:auto;
	position:relative;
	float:left;
	display:inline-block;
	margin: 4% 0 0;
}

.main .full > .container > .third_row  > .about-text span{
	text-align:left;
	font-weight:600;
	font-size:23px;
	color:#ffffff;
	padding: 10px 0 0 60px;
	text-transform:capitalize;
	display:block;
	text-shadow: 1px 1px 3px #fff;
}
.main .full > .container > .third_row  > .about-text .description{
	text-align:left;
	font-weight:300;
	font-size:14px;
	color:#fff;
	padding: 30px 0 0 60px;
	width: 70%;
	line-height:27px;
	text-shadow: 1px 1px 3px #fff;
}
.main .full > .container > .third_row  > .main-left .about-text a.button:before{
	content:'\f054';
	font-family:fontAwesome;
	font-size:29px;
	color:#fff;
	display:table;
	position:relative;
	margin:auto;
	padding:10px 0 0
}
.main .full > .container > .third_row  > .main-right{
	position: relative;
    display: inline-block;
    float: left;
    width:63%;
	margin: 3.7% 0 0 3%;
	
}
.main .full > .container > .third_row  > .main-right .news{
	width:65%;
	display:inline-block;
	position:relative;
	float:left;
}
.main .full > .container > .third_row  > .main-right .news .headerline{
	width:100%;
	height:55px;
	background:#0046dd;
	margin:0;
	text-transform:capitalize;
	display:block;
	position:relative;
}
.main .full > .container > .third_row  > .main-right .news .headerline .title{
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	display:inline-block;
	position:relative;
	padding:16px;
	text-shadow: 1px 1px 3px #ce7033;

}
.main .full > .container > .third_row  > .main-right .news .headerline .title span:first-child{
	font-weight:300
}
.main .full > .container > .third_row  > .main-right .news .headerline:before{
	content:'\f086';
	font-family:fontAwesome;
	background:#c2550e;
	width:55px;
	height:55px;
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:30px;
	text-align:center;
	padding:16px 0 0 0;
	box-sizing:border-box;
	clear:both
}
.main .full > .container > .third_row  > .main-right .news .tickerblade{
	width:100%;
	height:auto;
	position:relative;
	display:block;

}
.main .full > .container > .third_row  > .main-right .newsbg{
	float:left;
	display:inline-block;
	position:relative;
	width:35%;
	height:213px;
	background:url(../theme/third-row-news-bg.jpg) no-repeat;
	background-size:cover;
}

.main .full > .container > .third_row  > .main-bottom{
	position: relative;
    display: block;
    float: left;
    width:34%;
	margin: 3.7% 0 0 0;
	
}
.main .full > .container > .third_row  > .main-bottom .box{
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
	position:relative;	
}

.main .full > .container > .third_row  > .main-bottom .box .box-bg{
	width:203px;
	height:212px;
	float:left;
	display:inline-block;
	background:url(../theme/third-row-main-bottom-box-bg.png) left #fff no-repeat;
	background-size:cover;
	position:relative;
	margin-left:-49px
}
.main .full > .container > .third_row  > .main-bottom .box .cat{
	width:186px;
	height:212px;
	float:left;
	display:inline-block;
	position:relative;
	background: #4bc489;
	text-shadow: 1px 1px 3px #2ea46b;

}
.main .full > .container > .third_row  > .main-bottom .box span{
	font-size:20px;
	font-weight:500;
	color:#fff;
	padding:15px 0 0 13px;
	display:block;
	text-transform:capitalize;
	
}
.main .full > .container > .third_row  > .main-bottom .box .desc{
	font-size:13px;
	font-weight:300;
	color:#fff;
	padding:15px 0 0 13px;
	display:block;
	line-height:17px;
	
}
.main .full > .container > .third_row  > .main-bottom .box a.button{
	width: 50%;
	height: 40px;
	background: #2ea46b;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;

}
.main .full > .container > .third_row  > .main-bottom .box a:hover.button{
	background: #228f5a;
}
.main .full > .container > .third_row  > .main-bottom .box a.button:before{
	content:'\f054';
	font-family:fontAwesome;
	font-size:29px;
	color:#fff;
	display:table;
	position:relative;
	margin:auto;
	padding:10px 0 0
}
.main .full > .container .fourth_row {
	width:100%;
	display:block;
	position:relative;
}

/*========================================================
                                    COVERIMG MAIN
=========================================================*/
.padding{
    padding:0px;
}
.main_content .padding{padding: 0px;}

.coverimg .main .headerline {
    height: 38px;
	text-transform: capitalize;
	line-height: 35px;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	position:relative;
	z-index:9
}


.coverimg .main .headerline>.left_h {
    float: left;
    display: none;
    position: relative;
    width: 27px;
    height: 24px;
	top:4px;
}
.coverimg .main .headerline>.middle_h {
    float: left;
	display: inline-block;
	position: relative;
	height: 38px;
	/*! padding: 0 20px 0 0; */
	/*! background:#fff; */
    border-bottom: 1px solid #0046dd;
}
.coverimg .main .headerline>.middle_h span{
	font-size: 23px;
	font-weight: 600;
	color: #1e293a;
}
.coverimg .main .headerline>.right_h {
    float: left;
    display: inline-block;
    position: relative;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-position: right
}
.coverimg .main .headerline>.right_h {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c1c1c
}
.coverimg .main .sub_header {
    height: 35px;
    line-height: 27px;
    text-align: left;
    width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ededed;
}
.coverimg .main .sub_header>.left_h {
    float: left;
    display: none;
    position: relative;
    background: #ccc;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: left
}
.coverimg .main .sub_header>.middle_h {
    float: left;
    display: inline-block;
    position: relative;
    height: 35px;
	padding: 0 20px 0 0;
	background: #fff;
    border-bottom: 1px solid #0046dd;
}
.coverimg .main .sub_header>.right_h {
    float: left;
    display: inline-block;
    position: relative;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat;
    background-position: right
}
.coverimg .main .sub_header>.middle_h span {
    font-size: 17px;
    font-weight: 600;
    color: #1e293a;
	line-height:33px
}

.coverimg .main {
	background:#fff;
	padding: 2% 0 0 0;
}
.coverimg .main:after {
	content: '';
	position: absolute;
	top: -20px;
	background: rgba(0, 0, 0, 0.1);
	height: 20px;
	width: 100%;
	z-index: 9;
	clear:both

}
.coverimg .main .container:nth-child(1) {
    min-height: 400px;
    display: block;
    position: relative;
    background: #fff;
}
.coverimg .main .container .main_content {
    margin-top: 0px;
}
.coverimg .main .container .main_content h2{
	font-weight:600;
	color:#1e293a;
	font-size:22px;
	margin: 0 0 10px 0 !important;
	letter-spacing:0
}
.coverimg .main .container .main_content h3{
	font-weight:300;
	color:#1e293a;
	font-size:16px;
	border-bottom: 0;
	margin: 10px 0 10px 0 !important;
	line-height:32px;
	letter-spacing:0
}
.main .container > .padding > .left {
    position: relative;
	float: left;
	margin: 0 1% 0 0;
	width: 25%;
	height: auto;
	background:transparent;
	z-index:99;
	/*! -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04); */
	/*! -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04); */
	/*! -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04); */
	/*! box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04); */
	/*! border-top: 3px solid #00223F; */
	min-height:100px;
	/*! border-top: 3px solid #700; */
    /*! -webkit-box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.75); */
    /*! -moz-box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.75); */
    /*! box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.75); */
     -webkit-box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.54);
    -moz-box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.54); 
    box-shadow: -14px 0px 13px -16px rgba(0,0,0,0.54);
}
.main .container > .padding > .right {
    position: relative;
	width: 100%;
	display:block;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	min-height:600px;
}
.main .container >.right .main_content {
    height: auto
}
.main .container .main_content .content {
    width: 100%;
    float: left
}
.main .container .main_content .padding > ul{
   list-style-type:disc;
   padding:0 0 0 20px
}
.main .container .main_content .padding > strong{
	font-weight:600
}
.main .container  > .padding >.right  .main_content .content .left {
    width: 50%;
    float: left;
}
.main .container  > .padding >.right  .main_content .content .right {
    width: 48%;
    float: left;
	margin-left:2%
}
.main .container  > .padding >.right  .main_content .content .right ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.main .container .main_content .content_image {
    width: 30%;
    padding-right: 20px;
    float: left
}
.main .container .main_content {
    text-align: left;
	/*line-height:28px;*/
}
.main .container .main_content .content .prod_img  {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.main .container .main_content .content .prod_img:hover {
	border-bottom: 1px solid #0046dd;
}
.main .container .main_content .content .prod_img img {
    width: 100%;
    height: auto;
}
.main .container .main_content .content .text {
    width: 100%;
	margin: 0 0;
}
.main .container .main_content .content .text .section-1,.main .container .main_content .content .text .section-2,.main .container .main_content .content .text .section-3{
	width:237px;
	height:auto;
	float:left;
	display:inline-block;
	position:relative;
	margin: 20px 5px 0 0;
}
.main .container .main_content .content .text .section-1 img,.main .container .main_content .content .text .section-2 img,.main .container .main_content .content .text .section-3 img{
	width:100%;
	height:auto;
}
.main .container .main_content .content .text .section-1 .icerik,.main .container .main_content .content .text .section-2 .icerik,.main .container .main_content .content .text .section-3 .icerik{
	width:100%;
	height:auto;
	display:block;
	font-size: 13px;
	line-height:22px;
	min-height:300px;
}
.main .container .main_content .content .text .section-1 .icerik strong,.main .container .main_content .content .text .section-2 .icerik strong,.main .container .main_content .content .text .section-3 .icerik strong{
	font-weight: 500;
	background: #e22d2c;
	display: block;
	padding: 5px;
	color: #fff;
}
.main .container .main_content .content .text strong {
    font-weight: 500
}
.main .container .main_content .productcont  li {
    width: 32%;
	float: left;
	height: auto;
	margin-left: 0.6%;
	overflow: hidden;
	margin: 1% 1% 1% 1%;
	box-sizing: border-box;
	border-right: 1px solid #ededed;
	border-top: 0px;
	padding: 0px 10px 0px 0px;
}
.main .container .main_content .productcont  li:nth-child(3n+1) {
    margin-left: 0px;
}
.main .container .main_content .productcont li img {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}

.main .container .main_content .productcont li .pro_bar {
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    min-height: 20px;
    line-height: 18px;
	border-top: 1px solid #ededed;
}
.main .container .main_content .productcont li:hover .pro_bar{
	border-bottom: 1px solid #0046dd;
}
.main .container .main_content .productcont .pro_bar a {
    color: #1c1c1c;
    height: 50px;
    width: 100%;
    text-align: center;
    display: table;
    -moz-box-sizing: border-box;
}
.main .container .main_content .productcont .pro_bar a span {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
/*.main .container .main_content .productcont  li:nth-child(3n+1) a, .main .container .main_content .productcont  li:nth-child(3n+1) {
    background: linear-gradient(496deg, #b17b2d 50%, #b78339 12%);
	
}
.main .container .main_content .productcont  li:nth-child(3n+2) a, .main .container .main_content .productcont  li:nth-child(3n+2) {
    background: linear-gradient(496deg, #b17b2d 50%, #b78339 12%);
}*/
 .main .container .main_content .productcont  li:nth-child(3n+3) {
    border-right:0px;
	margin: 1% 0 1% 1%;
}

.main .container .main_content .image-content {
    margin-top: 0px;
}
.main .container .main_content .image-content  li {
    width: 32.2%;
    float: left;
    height: auto;
    margin: 0.8%;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}
.main .container .main_content .image-content  li:hover{
	border-bottom: 1px solid #0e9256;
}
.main .container .main_content .image-content li img {
    width: 100%;
    height: auto;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}

.main .container .main_content .image-content .img_name {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    min-height: 20px;
    line-height: 18px
}
.main .container .main_content .image-content .img_name a {
    color: #FFF;
    height: 50px;
    width: 100%;
    text-align: center;
    display: table;
    -moz-box-sizing: border-box;
}
.main .container .main_content .image-content .img_name a span {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.main .container .main_content .image-content  li:nth-child(3n+1) .img_name, .main .container .main_content .image-content  li:nth-child(3n+1) {
	margin: 0.8% 0.8% 0 0;
}
.main .container .main_content .image-content  li:nth-child(3n+2) .img_name, .main .container .main_content .image-content  li:nth-child(3n+2) {
}
.main .container .main_content .image-content  li:nth-child(3n+3) .img_name, .main .container .main_content .image-content  li:nth-child(3n+3) {
	margin: 0.8% 0 0.8% 0.8%;
}
/*video*/
.main .container .main_content .video-view_product {
    margin-top: 0px;
}
.main .container .main_content .video-view_product  li {
    width: 32.2%;
    float: left;
    height: auto;
    margin: 0.8%;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.main .container .main_content .video-view_product  li:hover {
	border-bottom: 1px solid #2a8bdd;
}
.main .container .main_content .video-view_product  li:first-child{ 
    margin-left:0px
}
.main .container .main_content .video-view_product  li:last-child{ 
    margin-right:0px
}
.main .container .main_content .video-view_product li img {
    width: 100%;
    height: auto;
    padding: 0px;
    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}
.main .container .main_content .video-view_product li img:hover {
    opacity: 0.3
}
.main .container .main_content .video-view_product .img_name {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    min-height: 20px;
    line-height: 18px
}
.main .container .main_content .video-view_product .img_name a {
    color: #FFF;
    height: 50px;
    width: 100%;
    text-align: center;
    display: table;
    -moz-box-sizing: border-box;
}
.main .container .main_content .video-view_product .img_name a span {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.main .container .main_content .video-view_product li:before{
    top: 50%;
    left: 40%;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../theme/play-button.svg")  center center no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.main .container .main_content .video-view_product  li .img_name,
.main .container .main_content .video-view_product  li {
    background:#2A2A2A;
}
/*.main .container .main_content .video-view_product  li:nth-child(3n+1) .img_name, .main .container .main_content .video-view_product  li:nth-child(3n+1) {
    background: url("../theme/youtube.png")  center center no-repeat red;
}
.main .container .main_content .video-view_product  li:nth-child(3n+2) .img_name, .main .container .main_content .video-view_product  li:nth-child(3n+2) {
    background:  url("../theme/youtube.png") no-repeat red;
}
.main .container .main_content .video-view_product  li:nth-child(3n+3) .img_name, .main .container .main_content .video-view_product  li:nth-child(3n+3) {
    background:  url("../theme/youtube.png") no-repeat red;
}*/
/*end video*/



/*========================================================
                                    VIDEO CONTENT GALLERY
=========================================================*/

.main .container .main_content .video-content {

    margin-top: 0px;

}

.main .container .main_content .video-content  li {

    width: 32.6%;
    float: left;
    height: auto;
    margin: 0.5% 0.5% 2.5% 0.5%;
    border: 1px solid #f3f3f3;
	padding: 15px;
	background: #fff !important;
	box-sizing: border-box;
	position:relative;

}





.main .container .main_content .video-content  li #button{

	content:"";
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	right:32px;
	bottom:-17px;
	background:url(../theme/play-button-2.svg) center center no-repeat #0046dd;
	background-size:20px 20px;
	z-index:9

}

.main .container .main_content .video-content li img {

    width: 100%;
    height: auto;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;

}



.main .container .main_content .video-content .img_name {

    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    min-height: 20px;
    line-height: 18px

}

.main .container .main_content .video-content .img_name a {

    color: #454545;
    height: 50px;
    width: 100%;
    text-align: center;
    display: table;
    box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	text-decoration:none

}

.main .container .main_content .video-content .img_name a span {

    vertical-align: middle;
    text-align: center;
    display: table-cell;

}

.main .container .main_content .video-content  li:nth-child(3n+1) .img_name, .main .container .main_content .video-content  li:nth-child(3n+1) {

    background: #fff;
    margin-left:0px

}

.main .container .main_content .video-content  li:nth-child(3n+2) .img_name, .main .container .main_content .video-content  li:nth-child(3n+2) {

    background: #fff;
}

.main .container .main_content .video-content  li:nth-child(3n+3) .img_name, .main .container .main_content .video-content  li:nth-child(3n+3) {

    background: #fff;
    margin-right:0px

}



.main .container >.right .tags {
    position: relative;
    display: block;
}
.main .container >.right .tags >.tag {
    display: block;
    text-align: center;
    padding: 1px 1px;
    float: left;
    position: relative;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
}

/*========================================================
                                    ContactUs
=========================================================*/
.map, .phone, .fax, .mobile, .web {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    background-size: 30px 30px;
    height: 35px;
    display: block;
    position: relative;
    font-size: 15px
}
.map {
    background-image: url("../theme/map1.png")
}
.phone {
    background-image: url("../theme/phone1.png")
}
.fax {
    background-image: url("../theme/fax1.png")
}
.mobile {
    background-image: url("../theme/mobile1.png")
}
.web {
    background-image: url("../theme/web1.png")
}
.main  .container .main_content  .contactPage {
    padding: 30px 0 0 0
}

.main  .container .main_content  .contactPage .left {
    display: inline-block;
    width: 100%;
}

.main  .container .main_content  .contactPage .left > .col{

	width:33.3333%;
	float:left;
	border-right:1px solid #f3f3f3;
	min-height:200px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	text-align:center;
	margin:10px 0 10px 0;

}
.main  .container .main_content  .contactPage .left > .col:nth-child(1){
	padding:0 10px 0 0;
}
.main  .container .main_content  .contactPage .left > .col:nth-child(3){

	border-right: none;	
	padding:0 0 0 10px;

}
.main  .container .main_content  .contactPage .left > .col:nth-child(3n+3){

	border-right: none;	
	padding:0 0 0 10px;

}
.main  .container .main_content  .contactPage .left > .col i {

    color: #f9e122;
    border: 2px solid #f0f0f0;
    display: inline-block;
    padding: 38px 33px 22px;
    font-size: 40px;
    width: 30px;
    height: 67px;
    margin-bottom: 18px;
    text-align: center;
	position:relative;

}

.main .container .main_content .contactPage .left > .col i:before{

	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
	display:block;
	position:absolute;	

}

.main  .container .main_content  .contactPage .left > .col i:hover{

	background-color: #f3f3f3;
	transition: all 1s ease 0s;
	border-color: #f3f3f3;
	color: #666;
	text-shadow: 1px 1px #fff;	

}

.main  .container .main_content  .contactPage .left > .col span{

	display:inline-block;
	position:relative;
	text-align:center;
	font-size:15px;
	font-weight:700;
	width:100%;	
	padding-left:0px;

}

.main  .container .main_content  .contactPage .left > .col p{
	
	display:inline-block;
	position:relative;
	text-align:center;
	width:100%;
}
.main  .container .main_content  .contactPage .left > .col a:hover{
	
	text-decoration:underline;	
}

.main .container .main_content .contactPage .left .line {
    width: 90%;
    height: 1px;
    background: #ededed;
    margin: 5px 0 5px 0;
}
.main  .container .main_content  .contactPage .right {
    width: 100%;
}
.main .container .main_content .contactPage .left span {
    width: 90%;
    display: block;
    padding-left: 30px;
    margin-bottom: 0px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat
}
.main .container .main_content .contactPage .left span.map {
    background-image: url("../theme/map2.png");
    background-position:top left;
    text-align: left;
    margin-bottom: 20px
}
.main .container .main_content .contactPage .left span.phone {
    background-image: url("../theme/phone2.png");
    background-position:  left
}
.main .container .main_content .contactPage .left span.fax {
    background-image: url("../theme/fax2.png");
    background-position:  left
}
.main .container .main_content .contactPage .left span.mobile {
    background-image: url("../theme/mobile2.png");
    background-position:  left
}
.main .container .main_content .contactPage .left span.web {
    background-image: url("../theme/web2.png");
    background-position:  left
}
#mainContactForm {
    display: inline-block;
	margin-top:10px;
}

.main .maps  .mapcontainer {
    width: 100%;
    min-height: 230px;
    height: auto
}
h2.contact_form {
    background: transparent;
    color: #444
}
/*========================================================
                                    human resources
=========================================================*/
#kariyertbl th {
    text-align: left;
    background-color: #202020;
    color: #FFFFFF;
    padding-left: 20px;
}
#kariyertbl td {
    padding: 3px;
}
.sform  input[type="radio"] {
    width: 20px;
    float: none;
}
.sform  input, .sform  textarea {
    margin-bottom: 5px;
    border: 1px solid #cdcccd;
    color: #666666;
    font-size: 12px;
    font-family: 'Firasans', Arial, sans-serif;
}
.sform  textarea {
    width: 346px;
    height: 100px;
    text-indent: 10px;
    text-indent: 10px;
}
.sform  input[type=text] {
    width: 350px;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
}
.sform  input:hover, textarea:hover, input:focus, textarea:focus {
    border: 1px solid #999999;
}
.sform  label {
    color: #0054a6;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.sform  label.error {
    color: #FF0000;
    font-size: 15px;
}
.sbmt {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    background-color: #DE1A31;
    width: 125px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #FFF !important;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Firasans', Arial, sans-serif;
}
.sbmt:hover {
    background-color: #202020;
    color: #ffffff;
    border: none;
}
.errorbox {
    color: #c4151c;
    font-weight: normal;
    font-size: 14px;
}

/*========================================================
                                    EASY-TICKER
=========================================================*/
.main .container  .easyticker {
    margin: 0 0 0;
}
.main .container  .easyticker ul {
    list-style: none;
	width:100%;
}
.main .container  .easyticker li {
    padding: 0 10px 11px 20px;
    text-align: left;
	line-height:20px

}
.main .container  .easyticker li:before{
	content:'';
	width:8px;
	height:8px;
	position:relative;
	display:block;
	left:-15px;
	top:13px;
	background:#0046dd;
}
.main .container  .easyticker li strong {
    color: #626262;
	text-shadow:1px 1px #fff;
	font-weight:600;
}

.main .container  .easyticker li:last-child {
    background:#f5f5f5;
}
.main .container  .easyticker li:after {
    content: '';
    display: block;
    clear: both;
}
.main .container .easyticker img {
    float: left;
    width: 75px;
    border: 3px solid #f9f9f9;
    margin: 0 5px 0 0;
}
.main .container  .easyticker a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
	color:#1e293a;
	line-height:18px
}

.main .container  .easyticker .date {
    float: right;
    color: #c31c1b;
    font-size: 10px;
	top:7px;
	position:relative;
}

/*========================================================
                                    CONTAINER CAROUSEL
=========================================================*/
.containercarosel {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
	margin-top:35px
}
.containercarosel .slick-prev, .containercarosel .slick-next {
   
    position: absolute;
    top: -20%;
	left:92%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    text-align: -moz-left;
}
.containercarosel .slick-next {
    left: 97%;
}
.containercarosel .slick-dots li button:hover:before, .containercarosel .slick-dots li button:focus:before{
    color: #fa3030
}
.containercarosel .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    top: 105%;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.containercarosel .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #b17b2d;
    font-size: 16px;
}
.containercarosel .slick-dots li button::before {
    opacity: 1;
    color: #acacac;
    font-size: 14px;
	text-shadow:1px 1px #fff;
}
.containercarosel .slick-prev::before, .containercarosel .slick-next::before {
    font-family: 'FontAwesome';
    font-size: 38px;
    line-height: 1;
    color: #626262;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow:1px 1px #fff;
}
.containercarosel .slick-next::before {
    margin-left: 10px;
    content: "\f105"
}
.containercarosel .slick-prev::before {
    content: "\f104"
}
.containercarosel .slide a {
    display: block;
	border-right: 1px solid #d7d7d7;
	padding: 0 10px 0 10px;
	
}
.containercarosel .slide:first-child a {
	
	border-left:0px;
}

.containercarosel span {
    color: #626262;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: block;
	text-shadow:1px 1px #fff;
	line-height: 31px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}
.containercarosel div.text {
    display: inline-block;
    min-height: 90px;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 12px;
    padding-top: 0px;
    letter-spacing: -0.3px;
    text-align: justify;
    line-height: 20px
}
.containercarosel .slick-slide a:hover {
    text-decoration: none;
}
.containercarosel img {
    width: 100%;
    height: auto;
	margin:auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
	padding: 5px;
	background: #f9f9f9;
}
.containercarosel span:hover {
    color: #2B2A29;
}
.containercarosel img:hover {
}
.containercarosel .button {
    padding: 10px 0 10px 0;
	background: #c58c3b; 
	background: -moz-linear-gradient(top,  #c58c3b 0%, #b17b2d 50%, #85591b 56%, #f9b657 100%); 
	background: -webkit-linear-gradient(top,  #c58c3b 0%,#b17b2d 50%,#85591b 56%,#f9b657 100%); 
	background: linear-gradient(to bottom,  #c58c3b 0%,#b17b2d 50%,#85591b 56%,#f9b657 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c58c3b', endColorstr='#f9b657',GradientType=0 );
    text-align: center;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    bottom: -10px;
	border-radius:20px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-weight:600
}
.containercarosel .button:hover {
    background: rgb(226, 226, 226); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #B17B2D;
	text-shadow:1px 1px #fff;
}
.news_h2 {
    position: absolute;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    right: 0;
    font-size: 30px;
    color: #000;
    background: none;
    margin: 9px 80px 0px 0px !important;
}
.containercarosel a {
    margin-top: 15px;
}

/*========================================================
                        IMAGE CAROUSEL
==========================================================*/
.imagecarosel {
    width: 100%;
	margin-top:30px;
	display:block;
	position:relative
}
.imagecarosel .slick-prev, .imagecarosel .slick-next {
    left: 0;
    position: absolute;
    top: 44%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    text-align: -moz-left;
	z-index:999;
	width:20px;
	height:40px;
}
.imagecarosel .slick-next {
    left: 98.7%;
}

.imagecarosel .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    top: 105%;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.imagecarosel .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #CCC;
    font-size: 12px;
}
.imagecarosel .slick-dots li button::before {
    opacity: 1;
    color: #7E7E7E;
    font-size: 9px;
}
.imagecarosel .slick-prev::before, .imagecarosel .slick-next::before {
    font-family: 'FontAwesome';
    font-size: 37px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.imagecarosel .slick-next::before {
    content: "\f105";
}
.imagecarosel .slick-prev::before {
    content: "\f104"
}
.imagecarosel .slide {
    margin-right: 0px;
    margin-left: 0px;
	border-right:1px solid #ededed;
	display:block;
	position:relative
}
.imagecarosel .slide:after {
	 
	 content: '';
	position: absolute;
	bottom: 0;
	background: url(../theme/third-row-product-shadow.png) center bottom no-repeat;
	width: 100%;
	height: 14px;
	clear: both;
	background-size:65%;
	opacity:.3


}
.imagecarosel span {
    color: #ed2128;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #FFF;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}
.imagecarosel span.text {
    color: #707070;
    text-shadow: 1px 1px #CCC;
    font-weight: 400;
    font-size: 13px;
    padding-top: 0px;
}
.imagecarosel .slick-slide:nth-child(even) a {
    display: block;
    border-right: 0px solid #CCC;
    border-left: 0px solid #CCC;
}
.imagecarosel .slick-slide:nth-child(odd) a {
    display: block;
    border-right: 0px solid #FFF;
    border-left: 0px solid #FFF;
}
.imagecarosel  a:hover {
    text-decoration: none;
}
.imagecarosel img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}
.imagecarosel span:hover {
}
.imagecarosel img:hover {
}

/*========================================================
                                    FOOTER
=========================================================*/
footer {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
	padding:1% 0 0;
	background:#fff;
}
footer .top-footer {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    min-height: 250px;
    background: #cde1e0;
}

footer .top-footer .container {
    width: 1003px;
    margin: auto;
    height: auto;
    position: relative;
    display: block;
}

/*------------------------------------------------------------------------------------------------*/

footer .top-footer .container .first_row, footer .top-footer .container .second_row, footer .top-footer .container .third_row {
    color: #fff;
    position: relative;
    font-size: 13px;
    height: auto;
    float: left;
    margin: auto;
    width: 33.333%;
    margin-top: 15px;
	padding-left:50px;
	line-height:23px;
	text-align:left;
	display:inline-block;
	min-height:224px
}
footer .top-footer .container .first_row h3, footer .top-footer .container .second_row h3, footer .top-footer .container .third_row h3 {
	font-size: 17px;
	color: #000;
	font-weight: 500;
	width: 100%;
	text-transform: capitalize;
	border-bottom:0 !important;
	line-height: 25px;
	letter-spacing:0 !important;
}

footer .top-footer .container .first_row .menu ul{
    display: table;
    width: 100%;
	padding:0 0 0 17px
}
footer .top-footer .container .first_row .menu ul li{
	list-style:square;
}
footer .top-footer .container .first_row .menu li:hover{
	color: #868484;
}
footer .top-footer .container .first_row .menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
	text-shadow:none;
}
footer .top-footer .container .first_row .menu ul li a:hover{
    color: #868484;
}

footer .top-footer .container .second_row .menu ul{
    display: table;
    width: 100%;
	padding:0 0 0 17px
}
footer .top-footer .container .second_row .menu ul li{
	list-style:square;
}
footer .top-footer .container .second_row .menu li:hover{
	color: #868484;
}
footer .top-footer .container .second_row .menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
	text-shadow:none;
}
footer .top-footer .container .second_row .menu ul li a:hover{
    color: #000;
}
footer .top-footer .container .third_row .address ul {
    display: table;
    width: 100%;
    margin: auto;
	font-weight:300;
	color:#797878;
}
footer .top-footer .container .third_row .address ul li {
    width: 100%;
	color: #000;
	line-height: 20px;
}
footer .top-footer .container .third_row .address ul li a{
 	color:#000;
}
footer .top-footer .container .third_row .address ul li a:hover{
 	color:#000;
	text-decoration:underline
}
footer .top-footer .container .third_row .address ul li span {
    padding:0 5px 0 0;
	font-weight:500
}
/*Social*/
footer .top-footer .container .third_row .social{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}
footer .top-footer .container .third_row .social h3{
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	width: 42%;
	text-transform: capitalize;
	border-bottom:0 !important;
	line-height: 25px;
	letter-spacing:0 !important;
	float:left;
	display:inline-block;
	position:relative;
	margin:7px 0 0 !important;
	text-shadow:1px 1px #f3f3f3;
	
}

footer .top-footer .container .third_row .social h3 span:nth-child(2){
	font-weight:600;

}
footer .top-footer .container .third_row .social  ul {
    display: table;
	float:left;
	margin:10px 0 0
}
footer .top-footer .container .third_row .social  li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    width: 35px;
    height: 35px;
	border-radius:35px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in;
}
footer .top-footer .container .third_row .social  li:first-child {
    margin-left: 0px
}
footer .top-footer .container .third_row .social  li a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #000
}
footer .top-footer .container .third_row .social  li:hover {
	background:#2a2929;
	box-shadow: 1px 1px #4b4b4b;
}
footer .top-footer .container .third_row .social  li:hover a {
    color: #fff;
	
}
footer .bottom-footer {
    width: 100%;
    background: #fff;
    height: auto;
	min-height:50px
}
footer .bottom-footer .container {
    width: 1003px;
    margin: auto;
    padding: 17px 0 0 0;
    height: auto;
}
footer .bottom-footer .container .copy-right {
    color: #777777;
    min-height: 10px;
    height: auto;
    font-size: 13px;
    text-align: left;
    float: left;
    font-weight: 300
}
footer .bottom-footer .container .copy-right strong{
	font-weight:600
}
footer .bottom-footer .container .pcyazilim {
    color: #414141;
    min-height: 10px;
    height: auto;
    float: right;
}
footer .bottom-footer .container .pcyazilim a {
    background: url(../theme/pcyazilim.png) right no-repeat;
    width: 70px;
	height:18px;
    float: right;
}

/*========================================================
                        CONTACT SEND
==========================================================*/

.success {
    color: #4F8A10;
  
    margin: 5px;
    padding: 5px;
    background-color: #DFF2BF;
    background-size: 32px 32px;
    background-image: url('../theme/tick.png');
    background-repeat: no-repeat;
    background-position: inherit;
}
.success span {
    margin-left: 30px;
    display: block;
    padding-top: 5px;
    font-weight: 600;
}

.error {
    color: #ff4d4d;
 
    margin: 5px;
    padding: 5px;
    background-color: #f1c7c7;
    background-size: 32px 32px;
    background-image: url('../theme/error.png');
    background-repeat: no-repeat;
    background-position: inherit;
}
.error span {
    margin-left: 30px;
    display: block;
    padding-top: 5px;
    font-weight: 600;
}

.bilinmeyen {
    color: #848c1b;
     
    margin: 5px;
    padding: 5px;
    background-color: #f6fdb1;
    background-size: 32px 32px;
    background-image: url('../theme/bilinmeyen.png');
    background-repeat: no-repeat;
    background-position: inherit;
}
.bilinmeyen span {
    margin-left: 30px;
    display: block;
    padding-top: 5px;
    font-weight: 600;
}

/*========================================================
                        Table
==========================================================*/
.CSSTableGenerator {
    float: left;
    padding: 0px;
    border: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 20px;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: scroll
}
.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px
}
.CSSTableGenerator table tr:first-child td {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
	font-weight: 500;
	text-align:center;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    
}
.CSSTableGenerator table tr td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.CSSTableGenerator table tr td:first-child {
    font-size: 13px;
	text-align:center;
}
.CSSTableGenerator table tr th {
    font-weight: 500;
    font-size: 13px
}
.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px
}
.CSSTableGenerator tr:hover td {
}
.CSSTableGenerator tr:nth-child(odd) {
    background-color: #f8f8f8
}
.CSSTableGenerator tr:nth-child(even) {
    background-color: transparent
}
.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px solid #ededed;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 7px;
    color: #454545;
	font-size:13px
}
.CSSTableGenerator tr:last-child td {
    border-width: 0px 1px 0px 0px
}
.CSSTableGenerator tr td:last-child {
    border-width: 0px 0px 1px 0px
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px
}
/*========================================================
                                    Mobile
=========================================================*/
@media screen and (max-width:1300px) {
 
    .container {
        width: 80% !important;
        margin: auto
    }
	.main .container .main_content .video-content  li {
        width: 48.9%;
        height: auto;
        margin-bottom: 6%
    }
    .main .container .main_content .video-content  li:nth-child(even){
        margin-right: 0px;
        margin-left: 0.5%;
    }
    .main .container .main_content .video-content  li:nth-child(odd){
        margin-left: 0px !important;
        margin-right: 0.5%;
    }
}
@media screen and (max-width:1235px) {
    .container {
        width: 90% !important;
        margin: auto
    }
    .main .container > .right .main_content .content .left {
        width: 49%
    }
}
@media screen and (max-width:1024px) {
    .slider_container .camera_wrap {
        margin-top: 0px;
        min-height: 0px
    }
   
	
}
@media all and (max-width:1030px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px), only screen and (min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min-resolution:192dpi) and (max-width:1024px), only screen and (min-resolution:2dppx) and (max-width:1024px) {
    .container {
        width: 95% !important;
        margin: auto
    }
    .main .container .main_content img {
        width: 100% !important;
        height: auto !important
    }
    .containercarosel
    {
        top: 0px!important;
    }
	
	
}
@media all and (max-width:800px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px), only screen and (min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min-resolution:192dpi) and (max-width:1024px), only screen and (min-resolution:2dppx) and (max-width:1024px) {
   
	header .top-header .container .lang {
    margin: 4px 0 0 0;
	}
	header .top-header .container .lang img {
	width:24px !important;
	height:24px !important;
	}
	.coverimg .main {
		border-top:none;
	}
	
	.coverimg .main{ margin-top:0; padding-bottom:1px;}

    .main .full > .container > .second_row .content_box a > li {
		width: 44.8% !important;
	}
	.main .full > .container > .third_row > .about-text {
		width:100%;
	}
    iframe {
        width: 100%;
        height: auto
    }

    p img {
        width: 100% !important;
        height: auto !important;
        margin: 0px !important
    }
    img {
        width: 100% !important;
        height: auto !important;
        margin: 0px !important
    }
    footer .bottom-footer .container .pcyazilim img {
        width: inherit
    }
    .main .full > .third_row {
        min-height: 250px
    }
    .slider_container .camera_wrap {
        margin-top: 0px ;
        min-height: 0px
    }
    .main >.full >.container >.first_row >ul {
        display: block;
        position: relative;
        margin-top: 30px
    }
    .main >.full >.container >.first_row >ul >li {
        float: none;
        margin-top: 0px;
        width: 100%;
        margin: auto !important
    }
    .main >.full >.container >.first_row >ul >li:hover {
        margin-top: 0px;
        height: 165px
    }
	.main .container .main_content .contactPage .left .line {
		width:100%;
	}
	.main .container .main_content .content .prod_img  {
    
    margin-top: 0;
    
	}
    #cssmenux {
        width: 93% !important;
        margin-top: 5px;
		padding: 9px 10px 9px 10px;
    }
    .main .container .main_content img {
        height: auto !important
    }
    .main  > .second_row {
        min-height: 450px
    }
    footer .top-footer .container .left .address .main_adress {
        background: none;
        padding-left: 0px;
        text-align: center;
        position: relative;
        display: block;
        margin-bottom: 10px
    }
    footer .top-footer .container .left .address .main_phone {
        background: none;
        padding-left: 0px;
        position: relative;
        display: block;
        margin-bottom: 10px
    }
    footer .top-footer .container .left .address .main_fax {
        background: none;
        padding-left: 0px;
        position: relative;
        display: block;
        margin-bottom: 10px
    }
    footer .top-footer .container .left .address .main_mobile {
        background: none;
        padding-left: 0px;
        position: relative;
        display: block;
        margin-bottom: 10px
    }
    footer .top-footer .container .left .address .main_mail {
        background: none;
        padding-left: 0px;
        position: relative;
        display: block;
        margin-bottom: 10px
    }
    footer .top-footer .container .first_row, footer .top-footer .container .second_row,footer .top-footer .container .third_row {
       padding-left: 18px;
    }
  
    footer .top-footer .container .third_row .menu ul li {
        float: none;
        border: none;
        text-align: center !important
    }
    footer .top-footer .container .third_row .menu ul li a {
        padding: 0px
    }
	
	

    .feature-content img {
        width: 100%;
        height: auto;
        margin: auto;
        float: none
    }
   
	header .top-header .container::after {
	 
		width: 100%;
		background-size: contain;
		top: 6px;
		left: -34%;
	}
	
    header .top-header .container .social {
        margin: auto;
        width: 137px;
        float: none;
        display: none !important
    }
    .main .full > .third_row > ul.category_index {
        display: block;
        position: relative
    }
    .main .full > .third_row ul.category_index li {
        width: 30%;
        height: auto
    }
    .main .container >.left {
        margin: auto
    }
    .main .container >.right {
        margin: auto;
        margin-top: 30px
    }
    .container {
        width: 95% !important;
        margin: auto
    }
   
	.main .container .main_content .contactPage .left span.map {
		margin-bottom:0 !important;
	}


	.main .container .main_content .content .text .section-1,.main .container .main_content .content .text .section-2,.main .container .main_content .content .text .section-3{
	width:212px;
	height:auto;
	
}


    .sform input, .sform textarea {
        width: 100% !important
    }
    header .header {
		height:auto;
		width:100%;
    }

    .lang {
        float: right;
        margin: auto;
        display: block;
        position: relative;
        z-index: 999999999999;
    }
   
.main .container .padding .left {
        width: 100% !important;
        float: none !important;
		min-height:0;
		margin: 0 0 5px 0 !important;
    }
.main .container .padding .right {
        width: 100% !important;
		min-height:0;
		margin-left:0 !important
    }

    .middel {
        width: 100% !important;
        float: none !important;
        margin-left: auto !important;
        margin-bottom: 5% !important
    }
    .main .container .main_content .content {
        width: 100%;
        margin: auto;
        float: none
    }

.main .full > .container > .second_row > .main-left {
    float: none;
    width: 100%;
}
.main .full > .container > .second_row > .main-right {
	display:none !important
}
.main .full > .container > .second_row > .main-left > h2 {
	font-size:24px;
	width:100%;
}
.main .full > .container > .second_row > .main-left > .paragraph {
	font-size:20px;
}

.main .full > .container > .third_row > .main-left {
    display: block;
    float: none;
    width: 100%;
}
.main .full > .container > .third_row > .main-left .aboutus-img {
    width: 100%;
    height: 150px;
    float: none;
    display: block;
}

.main .full > .container > .third_row > .main-left .about-text {
	min-height:250px;
	width:100%;
	margin:0
}
.main .full > .container > .third_row > .main-left .about-text::before {
    left: 0;
}
.main .full > .container > .third_row > .main-left .about-text span {
   
    padding: 20px 0 0 60px;
   
}

.main .full > .container > .third_row > .main-bottom {
	margin: 3.7% 0 0 0%;
	width:100%
}

.main .full > .container > .third_row > .main-right {
    display: block;
    width: 100%;
    margin: 3% 0 0 0 !important;
}
.main .full > .container > .third_row > .main-bottom .box .box-bg {
    width: 48%;
    height: 172px;
    margin-left: 0;
	background: url(../theme/third-row-main-bottom-box-bg.png) left #f2f2f2 no-repeat;
	background-size:contain
}
.main .full > .container > .third_row > .main-bottom .box .cat {
    width: 52%;
    height: 172px;
    
}

.main .container .easyticker img {
    width: 75px !important;
    margin: 0 5px 0 0 !important;
}

	.main .full >.container >.first_row .content_box a > li{
	width:185px;
	height:112px;
	}
	
	.main .full > .container > .first_row .content_box a > li::before {
  
    top: -52px;
    border-left: 92px solid transparent;
    border-right: 92px solid transparent;
    border-bottom: 52px solid #e1e1e1;
	}
.main .full > .container > .first_row .content_box a > li::after {
  
    bottom: -52px;
    border-left: 92px solid transparent;
    border-right: 92px solid transparent;
    border-top: 52px solid #e1e1e1;
	
	}
	.main .full > .container > .first_row .content_box a:hover > li::before {
    border-bottom: 52px solid #c8c8c8;
}
.main .full > .container > .first_row .content_box a:hover > li::after {
    border-top: 52px solid #c8c8c8;
}

.main .container .main_content .productcont  li {
    width: 49.5%;
    float: left;
    height: auto;
    margin-left: 0.6%;
    overflow: hidden;
    margin-bottom: 1%;
	padding: 0px 4px 0px 0px;
}
.main .container .main_content .productcont  li:nth-child(2n+3) {
    margin: 1% 1% 1% 0;
	border-right: 1px solid #ededed;
	padding: 0px 4px 0px 0px;
}
.main .container .main_content .productcont  li:nth-child(2n+2) {
    
	margin: 1% 0 1% 0;
	border-right: 0;
}

.main .container .main_content .video-content  li {

        width: 49%;
        height: auto;
        margin:0px;
        margin-bottom: 5% !important;
        margin-left: 2% !important;
        margin-right: 0% !important;
        float: left
    }	
	
	
	
    .main .container .main_content .product-view  li {
        width: 45%;
        margin-left: auto !important
    }
    .main .container .main_content .product-view  li:nth-child(odd) {
        margin-right: 9%
    }
    .main .container .main_content .product-view  li img {
        width: 90%
    }
    .main .container .main_content .image-view  li {
        width: 48% !important
    }
    .main .container .main_content .image-view  li img {
        width: 100%;
        padding: 0%;
        height: auto
    }
     .main .container .main_content .video-view_product  li {
        /*width: 48% !important*/
    }
    .main .container .main_content .video-view_product  li img {
        width: 100%;
        padding: 0%;
        height: auto
    }
    .main .container .main_content .category-view  li {
        width: 49%;
        margin-left: 8px;
        margin-bottom: 15px
    }
    .main .container .main_content .category-view  li:nth-child(2n+1) {
        margin-left: 0px
    }
    .main .container >.right  .main_content .content .right {
        padding-left: 0px
    }
	.containercarosel .slick-prev, .containercarosel .slick-next {
		top: -13% !important;	
	}

    .containercarosel .slick-prev {
        left: 92%;
		position:absolute;
    }
    .containercarosel .slick-next {
        left: 95%;
		position:absolute;
    }
    .imagecarosel .slick-prev {
        left: -1%
    }
    .imagecarosel .slick-next {
        left: 100%
    }
    .news .containercarosel .news_body {
        text-align: center;
        float: none;
        position: relative;
        left: 0px
    }
	
    .news .date {
        color: #D9140C;
        position: relative;
        display: block;
        float: none;
        font-size: 11px;
        bottom: -4px;
        text-align: center;
        width: 100px;
        margin: auto
    }
    footer .top-footer .container .social {
    width: 41%;
   
	}
    footer .top-footer .container .left .footer_h2, footer .top-footer .container .right .footer_h2, footer .top-footer .container .middel .footer_h2 {
        text-align: center
    }
    footer .top-footer .container .left ul li {
        text-align: center
    }
    footer .top-footer .container .middel .address ul li {
        text-align: center
    }
    footer .top-footer .container .left .address {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 0px !important
    }
    footer .top-footer .container .right .social {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 0px !important
    }
    footer .top-footer .container .right .social ul {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    footer .bottom-footer .container .footer_logo {
        float: none !important
    }
   
    footer .bottom-footer .container .pcyazilim {
        float: right;
        width: 100px;
    }
	
    footer .top-footer .container .left .menu, footer .top-footer .container .middel .address {
        width: 100%;
        text-align: center
    }
    footer .bottom-footer .container .copy-right .logo {
        float: none;
        margin: auto;
        padding-right: 0px;
        padding-bottom: 10px;
		display:none;
    }
    .main_text div {
        width: 100% !important;
        float: none !important;
        margin: auto !important
    }
    .main_text  img {
        display: none
    }
    .CSSTableGenerator {
        overflow-x: scroll
    }
	
	
	/*SECOND ROW RESPONSIVE*/

.main .full > .second_row > .container {
    background: none;
    display: block;
    position: relative;
    min-height: 0px;
}
.main .full > .second_row > .container > .main-left{
    position: relative;
    display: block;
    float: none;
    width:100%;
    height: auto !important;
    margin-right:0%;
	padding-top: 20px;
	margin-top: 40px;
}
.main .full > .second_row > .container > .main-right{
    position: relative;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-left:0%;
}
.main .full > .second_row > .container > .main-left > .col,
.main .full > .second_row > .container > .main-right > .col{
    float: none;
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}
.main .full > .second_row > .container  .col{
    box-sizing: border-box;
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	min-height:0px;
}
.main .full > .second_row > .container > .main-left > .col{
    text-align: center;
}
.main .full > .second_row > .container > .main-right > .col{
    text-align: center;
}
.main .full > .second_row > .container > .main-left > .col:nth-child(1),
.main .full > .second_row > .container > .main-left > .col:nth-child(3),
.main .full > .second_row > .container > .main-right > .col:nth-child(1),
.main .full > .second_row > .container > .main-right > .col:nth-child(3){
    width: 100%;
    clear: right;
}
.main .full > .second_row > .container > .main-left > .col:nth-child(2),
.main .full > .second_row > .container > .main-right > .col:nth-child(2){
    width: 100%;
    min-height:0;
}
.main .full > .second_row > .container > .main-right > .col:nth-child(2){
    float: none;
    margin-top: 0px;
}
.main .full > .second_row > .container > .main-right > .col:nth-child(3){ 
	margin-bottom:0; 
	padding-bottom:20px;
}
.main .full > .second_row > .container > .main-left > .col:after{
    content: "";
    position: absolute;
    display: none;
    height: 69px;
    width: 112px;
    top: 50%;
    right: -88px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    }
.main .full > .second_row > .container > .main-left > .col:nth-child(1):after{
    
    background:url(../tr/theme/col-1_after.html) right no-repeat;
  
}
.main .full > .second_row > .container > .main-left > .col:nth-child(2):after{
   
    background:url(../tr/theme/col-2_after.html) right no-repeat;
   
}
.main .full > .second_row > .container > .main-left > .col:nth-child(3):after{
   
    background:url(../tr/theme/col-3_after.html) right no-repeat;
    
}
.main .full > .second_row > .container > .main-right > .col:before{
    content: "";
    position: absolute;
    display: none;
    height: 69px;
    width: 112px;
    top: 50%;
    left:-88px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.main .full > .second_row > .container > .main-right > .col:nth-child(1):before{
    background:url(../tr/theme/col-1_before.html) left no-repeat;
    
}
.main .full > .second_row > .container > .main-right > .col:nth-child(2):before{
    background:url(../tr/theme/col-2_before.html) left no-repeat;
    
}
.main .full > .second_row > .container > .main-right > .col:nth-child(3):before{
    background:url(../tr/theme/col-3_before.html) left no-repeat;
    
}

/*SECOND ROW RESPONSIVE END*/
	
	
}
@media screen and (max-width:450px) {
  
header .header .navbar-brand {
	width: 83%;
	height:auto;
	border-radius:0;
	background: linear-gradient(496deg, rgba(255, 255, 255, 1) 75%, transparent 70%);
}
header .header .navbar-brand a.logo {
	width: 100%;
	background-size: 75%;
}

    header .top-header .container .call {
        padding-bottom: 10px
    }
	
.main .full > .container > .second_row .content_box a > li {
		width: 100% !important;
		margin:23px 0;
		min-height:0
	}
	.main .full > .container > .second_row .content_box a > li .img {
		min-height:0
	}
	.main .full > .container > .second_row .content_box a > li::after {
		display:none
	}
.main .full > .container > .third_row > .about-text {
    width: 100%;
    height: 366px;
    overflow: hidden;
}
.main .full > .container > .third_row > .about-text span{
	padding:10px 0
}
.main .full > .container > .third_row > .about-text .description {
	width:100%;
	padding:30px 0
}
.main .full:nth-child(2) {
	margin: 9% 0 0 0;
}
footer .top-footer .container .social{
	width:100%;
}


    .main .container .main_content .contactPage .right {
        width: 100% !important;
		margin-top:25px
    }
    .main .container .main_content .contactPage .left span {
        font-size: 14px !important;
		width:100%
    }
    .main .container .main_content .product-view li:nth-child(odd) {
        margin-right: auto !important
    }
  
    .main .container .main_content .image-content  li {
        width: 49.5%;
        height: auto;
        margin-left: 0% !important;
        margin-bottom: 2% !important;
        float: left
    }
    .main .container .main_content .contactPage .left span.map {
        margin-bottom: 30px !important
    }
    .main .container .main_content .image-content  li:first-child {
        margin-left: 0% !important
    }
	.main .container .main_content .image-content  li:nth-child(2n+2) {
        margin: 0% 0% 1% 1% !important
    }
	.main .container .main_content .image-content li:nth-child(2n+1) {
    margin: 0% 0% 1% 0 !important
}

   .main .container .main_content .video-view_product li:nth-child(2n+1) {
    margin-left: 1% !important;
}
    .main .container .main_content .content {
        width: 100%;
        margin: auto
    }
    .main .container .main_content .product-view li {
        width: 99%;
        margin: auto;
        float: none !important;
        margin-bottom: 10px;
        margin-left: auto !important
    }
    .main .container .main_content .product-view  li img {
        width: 99.1% !important
    }
    .main .container .main_content .image-view  li {
        width: 99% !important;
        margin: auto;
        float: left !important;
        margin-bottom: 5px;
        height: auto
    }
    .main .container .main_content .image-view li:nth-child(even) {
        margin-left: 0px
    }
	
	.main .container .main_content .productcont  li {
		width: 100%;
		float: left;
		height: auto;
		margin-left: 0.6%;
		overflow: hidden;
		margin-bottom: 2%;
	}
	.main .container .main_content .productcont  li:nth-child(2n+3) {
		margin-left: 0px;
	}
	.main .container .main_content .productcont  li:nth-child(2n+4) {
		margin-left: 0px;
	}
	.main .container .main_content .productcont  li:nth-child(1n+2) {
		margin-left: 0px;
	}
	.main .container .main_content .productcont  li:nth-child(1n+1) {
		margin-right:0 !important;
		padding:0;
		border-right:0;
	}
     .main .container .main_content .video-view_product  li {
        width: 49% !important;
        margin: auto;
        float: left !important;
        margin-bottom: 0.8%;
        height: auto
    }
    .main .container .main_content .video-view_product li:nth-child(even) {
        margin-left: 0px
    }
	.main .container .main_content .video-content li {
		width: 100%;
		height: auto;
		margin: 0px;
		margin-bottom: 12% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;

}
    .main .container .main_content .category-view  li {
        width: 99%;
        margin-left: 0px
    }
	.main .full > .second_row .container .paragraph {
		text-align:left;
		width: 90%;
	}
	.main .full > .second_row .container .description {
		font-size: 13px;
		line-height: 23px;
		width: 62%;
		text-align: left;
		overflow:hidden;
	}
    .main .container .second_row .left .sub_right, .main .container .second_row .right .sub_left {
        border-radius: 80px;
        height: 80px;
        width: 80px;
        float: none;
        display: none;
        margin: auto
    }
	.coverimg header .sub-header .container h1 {
    font-size: 26px;
    
}
	
	.main .full > .container > .first_row .content_box a > li {
    width: 49%;
    height: 96px;
    margin: 6px 5px 6px 0;
	}
	.main .full > .container > .first_row .content_box a:nth-child(n+2) > li{
	margin: 6px 0px 6px 0;		
	}
	.main .full > .container > .first_row .content_box:nth-child(2) a:nth-child(1) > li{
	margin: 6px 0px 6px 5px;		
	}
	.main .full > .container > .first_row .content_box a > li::before {
		display:none;
	}
	.main .full > .container > .first_row .content_box a > li::after {
		display:none
	}
	.main .full > .container > .first_row .content_box a:nth-child(1) > li .icon {
		background-size: 50px;
	}
	.main .full > .container > .first_row .content_box a:nth-child(2) > li .icon {
		background-size: 50px;
	}
	.main .full > .container > .first_row .content_box a:nth-child(3) > li .icon {
		background-size: 50px;
	}
	.main .full > .container > .first_row .content_box:nth-child(2) a:nth-child(1) > li .icon {
		background-size: 50px;
	}
	.main .full > .container > .first_row .content_box:nth-child(2) a:nth-child(2) > li .icon {
		background-size: 50px;
	}
	.main .full > .container > .first_row .content_box{
		display:block;
	}
	.main .full > .container > .first_row .content_box a > li .title {
    font-size: 15px;
    line-height: 13px;
}
    .main .container .second_row .left .sub_left, .main .container .second_row .right .sub_right {
        width: 100%;
        text-align: center
    }
    .main .container .second_row .left .sub_left span, .main .container .second_row .right .sub_right span {
        text-align: center
    }
    .main .full > .third_row ul.category_index li {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 30px
    }
    .main .full > .third_row ul.category_index li:last-child {
        margin-bottom: 30px
    }
    
    .main .container .main_content .news-view  li .middle_h span {
        font-size: 10px
    }
    .main .container .main_content img {
        width: 100% !important;
        height: auto !important
    }
   
    .main .container .main_content .image-view li {
        margin-bottom: 2%
    }
    .main .container .main_content .product-view_product li {
        margin-bottom: 2%
    }
    .main > .second_row > .container > .left-index {
        width: 90%;
        float: none;
        margin: auto;
        padding-top: 3%
    }
    .main > .second_row > .container > .right-index {
        width: 90%;
        float: none;
        padding: 0px;
        color: #333;
        margin: auto
    }
	
	.coverimg {
    	background-size:cover;
		background-size: 100%;
}
	.main .container .main_content .contactPage .left > .col {
	
		width:100%;
		float:none;
		border-right:none;
		border-bottom:1px solid #f3f3f3;
		padding: 10px 0 10px 0;
	
	}
	.main .container .main_content .content .text .section-1, .main .container .main_content .content .text .section-2, .main .container .main_content .content .text .section-3{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.main .container .main_content .contactPage .left > .col:nth-child(1) {
    padding: 0 0px 0 0;
	}
	.main .container .main_content .contactPage .left > .col:nth-child(3) {
    padding: 10px 0 0px 0;
	}
	.main .container .main_content .contactPage {
    padding: 10px 0 0 0;
	}
	.main .container .main_content .contactPage .left > .col:nth-child(3n+3){
		padding: 10px 0 10px 0;
	}
	
	.containercarosel .slide a{
		border-right:0px;
		}
		.containercarosel .slick-prev {
    	left: 88%;
		}
		.containercarosel .slick-next {
   		left: 94%;
		}
		.containercarosel .slick-prev, .containercarosel .slick-next {
		top: -18% !important;
		}
		
		.imagecarosel .slick-next {
    	left: 98%;
		}
		
		.imagecarosel .slide{
		border-right:0px;
		}
	
	footer .top-footer .container::before {
    background-size: 210px;
    top: -158px;
	width:210px;
	}
	footer .top-footer .container .right {
	margin-top: -45.5%;
	}
	footer .top-footer .container .right .col-1 {
    width: 100%;
	}
	footer .top-footer .container .right .col-1 > .footer_logo {
    background-size: 81px auto;
	width: 81px;
	margin-left: 38px;
	}
	footer .top-footer .container .right .col-2 {
	
	display:none;
	
	}
	footer .top-footer .container .first_row, footer .top-footer .container .second_row, footer .top-footer .container .third_row {
    width: 100%;
    padding-left: 0;
    float: none;
    border-right: 0px;
    margin-top: 0px;
	margin:auto;
	margin-bottom:20px;
	min-height:0px;
	}
	
	
	footer .top-footer .container .second_row .address ul li {
	width: 100%;
	}
	footer .bottom-footer .container .copy-right {
	width:100%;
	text-align:center
	}
	footer .bottom-footer .container .pcyazilim{
	position: relative;
	float:none;
	margin:auto;
	}
	
	.formular textarea {
	min-height: 164px !important;
	}
	.main .container .main_content .video-view_product li:before{ 
	background-size:32px 32px;
	left:30%
	}
}
@media screen and (max-width:367px) {
    header .top-header .container .call {
        padding: 0;
        margin-right: -15px
    }
	.main .full > .second_row .container .description {
		display:inline
	}
}
@media screen and (max-width:320px) {
.main .container .main_content .contactPage .left span.map {
    margin-bottom: 55px !important;
}
.main .full > .container > .second_row > .main-left > h2 {
    font-size: 21px;
    width: 100%;
}
}