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

	Write: Yunus KISAKOL - www.kisakol.com 

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


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - 
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
.left { float:left; }
.right { float:right; }

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
	font-size:14px;
	line-height:24px;
	background:#fff;
}
::selection {
	background: #f76568; /* Safari */
	color:#fff;
}
::-moz-selection {
	background: #f76568; /* Firefox */
	color:#fff;
}
a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	color:#7d7d7d;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
	color:#fa565a;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
	background:#ededed;
}

::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	MAIN marking
/*-----------------------------------------------------------------------------------*/
.wrapper {
	width:1170px;
	margin:auto;
}
/* switcher color */
	#slideout {
	  position: fixed;
	  top: 520px;
	  left: 0px;
	  -webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  z-index:99999;
	  background:#fff;
	  border:1px solid #898989;
	  border-left:0;
	
	}
	#slideout_inner {
	  position: fixed;
	  top: 520px;
	  left: -85px;
	  -webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  background:#fff;
	  border:1px solid #898989;
	  border-left:0;
	   z-index:96;
	}
	#slideout:hover {
	  left: 81px;
	}
	#slideout:hover #slideout_inner {
	  left: 0;
	}
	a.link-settings-colors {
		width:40px;
		height:28px;
		padding-top:12px;
		display:block;
		color:#323332;
		background:#fff;
		z-index:99999;
		position:relative;
		margin-left:-1px;
	}
	a.link-settings-colors:hover {
		color:#323332;
		text-decoration:none;
	}
	.link-settings-colors i{
		display:block;
		margin-left:12px;
		background:url(../images/setting.png);
		width:16px;
		height:16px;
	}
	#slideout_inner ul {
		list-style:none;
		width:70px;
		margin:0;
		padding-right:10px;

		padding-top:10px;

	}
	#slideout_inner ul li{
		float:left;
		padding-left:10px;
				padding-bottom:10px;
	}
	#slideout_inner ul li a{
		width:22px;
		height:22px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		text-indent:-9999px;
		display:block;
	}
	#slideout_inner ul li a.colorblue {
		background: #1aace7;
		border:1px solid #157298;
	}
	#slideout_inner ul li a.colorgreen {
		border:1px solid #177e6a;
		background: #25b89b;
	}

	#slideout_inner ul li a.colorred {
		border:1px solid #8a3234;
		background: #fa565a;
	}
	#slideout_inner ul li a.coloryellow {
		border:1px solid #fbb102;
		background: #ffc600;
	}

/*-----------------------------------------------------------------------------------*/
/*	3.	HEADER
/*-----------------------------------------------------------------------------------*/
.header {
	background:#fff;
	height:100px;
	width:100%;
	position:fixed;
	z-index:99999999;
}
.logo {
	display:block;
	background:url(../images/logo.png);
	width:420px;
	height:71px;
	text-indent:-9999px;
	margin-top:-10px;
	float:left;
}
.menu-mobile .navigation { display:none; }
ul.navigation {
    margin: 36px;         /* butonları değiştirme */
    padding: 36px;
    list-style: none;
	
}
ul.navigation li {
    float: left;
	margin-left:1px;
}
ul.navigation li a {
    display: block;
    color: #7d7d7dF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 15px;	       /* butonları boyutlandırma*/
    text-decoration: auto;
    z-index: 1000;
    position: relative;
}
ul.navigation li:hover a, ul.navigation li.current a{
	background:#fa565a;
	color:#fff;
}
ul.navigation li ul {
    width: 220px;
    position: absolute;
    display: none;
    top: 100px;
    padding: 1px 0 0 0;
	border-top:4px solid #fa565a;
	background:#fff;
}
ul.navigation li:hover ul {
    display: block;
	
}

ul.navigation li ul li {
    display: block;
    position: relative;
	float:none;
	margin:0px 20px;
}

ul.navigation li ul li a, ul.navigation li:hover ul li a{        /* alt buton değiştirme */
    display: block;
    color: #7d7d7d;
    text-decoration: none;
    z-index: 1000;
	padding:-13px;
    position: relative;
	border-bottom:1px solid #e0e0e0;
	background: none;
	float:none;
	font-size:10px;
}
ul.navigation li ul li a:hover, ul.navigation li:hover ul li a:hover, ul.navigation li ul li.current a{ color:#fa565a; background:#fff; }
ul.navigation li ul li:last-child a { border:0; }

.menu-mob-icon {
	background:#fa565a;
	width:60px;
	height:60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:right;
	margin-top:10px;
	display:none;
}
.menu-mob-icon i{
	background:url(../images/menu-mob-icon.png);
	width:22px;
	height:22px;
	margin-top:10px;
	margin-left:10px;
	display:block;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	SLIDER
/*-----------------------------------------------------------------------------------*/
.bannercontainer {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
	top:100px;
	max-height:650px;
}
.banner ul {
	visibility:hidden
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}
.tp-caption {
    z-index: 1
}
.tp-caption.huge {
    position: absolute;
    font-size:32px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	line-height:60px;
	white-space: nowrap;
}
.p-text-slider {
	font-size:24px;
	line-height:36px;
	color:#000000;
	width:600px;
	position: absolute;
}
.p-text-slider-2 {
	font-size:24px;
	line-height:36px;
	color:#000000;
	position: absolute;
	text-align:center;
	width:1024px;
}
.b-slider {
	padding:12px 27px;
	background:#fa565a;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
}
.b-slider:hover {
	background:#ffffff;
	color:#262626;
	text-decoration:none;
}
.b2-slider {
	padding:22px 0px;
	text-align:center;
	width:210px;
	background:#fa565a;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top:400px;
	display:block;
	float:left;
}
.b2-slider:hover, .b3-slider:hover, .b4-slider:hover {
	background:#ffffff;
	color:#262626;
	text-decoration:none;
}
.b3-slider {
	padding:22px 0px;
	text-align:center;
	width:210px;
	background:#2d313d;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	float:left;
	margin-left:20px;
}
.b4-slider {
	padding:22px 0px;
	text-align:center;
	width:265px;
	background:#fa565a;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	float:left;
}
.buttons-slider { width:460px; }
.buttons2-slider { width:265px; }
.tp-caption strong {
    font-weight: 900
}
.tp-caption .colored {
    color: #ff6760
}
.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}
.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ();
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none !important
}
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tpclear {
    clear: both
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
	display:none;
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.simplebullets {
    bottom: 10px
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background-color: #ebebeb;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: left;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.top-wrapper .tp-bullets.simplebullets.round .bullet {
    background-color: #595959
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px;
    float: left !important;
    clear: none !important;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-color: #ff6760
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    width: 37px;
    font-size: 15px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows:before {
	    margin-top: 7px
	}
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    height:80px;
	width:80px;
	margin-top: -40px;
    top: 50% !important;
}
.top-wrapper .tparrows {
    background: #595959;
    color: #dfdfdf;
}
.tp-leftarrow {
    background: url(../images/diapo/prev.png) no-repeat;
}
.tp-rightarrow {
    background: url(../images/diapo/next.png) no-repeat;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-position:0px -80px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows.tp-rightarrow:before {
	    margin-left: 2px;
	}
}
/* WEBKIT FIX */
media_tag_2 {media_subcode:2}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background:#fa565a;
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 8px;
}
media_tag_3 {media_subcode:3}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loading.gif) no-repeat;
    background-color: #2a2a2a;
    margin: -23px -23px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 46px;
    height: 46px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	SERVICES
/*-----------------------------------------------------------------------------------*/
.services {
	margin-top:150px;
}
.heading-box {
	font-size:30px;
	color:#262626;
	background:url(../images/bg-heading.png) no-repeat right;
	text-transform:uppercase;
	display:inline-block;
	padding-right:75px;
}
.desc-box {
	font-size:24px;
	color:#777777;
	margin-top:5px;
	line-height:36px;
}
.services-boxes { margin-left:-2%; }
.service {
	width:31%;
	margin-top:50px;
	font-size:14px;
	color:#a5a5a5;
	line-height:24px;
	float:left;
	margin-left:2%;
	height:70px;
	overflow:hidden;
}
.service-icon {
	background:#fa565a;
	width:70px;
	height:70px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:30px;
}
.service span{
	font-weight:bold;
	color:#777777;
	font-size:18px;
	display:block;
}
.service-icon i {
	width:32px;
	height:32px;
	display:block;
	margin-top:18px;
	margin-left:19px;
	transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
}
.service:hover i {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate (-360deg);
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
.service-icon .i1 {
	background:url(../images/icons/i1.png) no-repeat;
}
.service-icon .i2 {
	background:url(../images/icons/i2.png) no-repeat;
}
.service-icon .i3 {
	background:url(../images/icons/i3.png) no-repeat;
}
.service-icon .i4 {
	background:url(../images/icons/i4.png) no-repeat;
}
.service-icon .i5 {
	background:url(../images/icons/i5.png) no-repeat;
}
.service-icon .i6 {
	background:url(../images/icons/i6.png) no-repeat;
}
.service-icon .i7 {
	background:url(../images/icons/i7.png) no-repeat;
}
.service-icon .i8 {
	background:url(../images/icons/i8.png) no-repeat;
}
.service-icon .i9 {
	background:url(../images/icons/i9.png) no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	ABOUT
/*-----------------------------------------------------------------------------------*/
.about-box {
	background:#FFFFFF;
	margin-top:70px;
	padding:70px 0px;
	color:#00000;
	font-size:22px;
}
.about-box .heading-box {
	color:#00000;
	background:url(../images/bg-heading-white.png) no-repeat right;
	font-size:16px;
}
.about-box .desc-box {
	color:#00000;
	font-size:16px;
}
.about-content {
	margin-top:50px;
}
.about-img {              /* hakkımızda resim değiştirme */
	float:left;
	width:25%;
	padding-left:2%;
	padding-right:3%;
}
.about-img img {
	width:75%;           /* hakkımızda resim değiştirme */
}
.about-info {            /* hakkımızda yazısını değiştirme */
	float:left;
	width:65%;
	font-size:14px;
	line-height:36px;
}
.about-text1 {           /* hakkımızda yazısını değiştirme */
	float:left;
	width:100%;
}

}
.about-text1 span, .about-text2 span, .about-text3 span {
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.portfolio-box {
	margin-top:50px;
	padding-bottom:50px;
}
.portfolio-box .wrapper .right a {
	font-size:18px;
	font-weight:bold;
	padding:20px;
	background:#2d313d;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	margin-top:5px;
	margin-left:5px;
}
.portfolio-box .wrapper .right a:hover {
	background:#fa565a;
	text-decoration:none;
}


.touchcarousel {
    position: relative;
    width: 100%;
    height: 394px;
    overflow: hidden;
	background:#2d313d;
}
.touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
}
.touchcarousel .touchcarousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.touchcarousel .scrollbar-holder {
    position: absolute;
    z-index: 30;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 4px;
    overflow: hidden;
}
.touchcarousel .scrollbar {
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0px;
}

.touchcarousel .auto-cursor {
    cursor: auto
}
.touch-carousel {
    width: 100%;
    height: 384px;
	margin-top:50px;
}
.fullwidth .touch-carousel {
	width: 100%;
} 
.touch-carousel .touchcarousel-item {
    width: 384px;
    height: 384px;
    float: left;
 
}
.touchcarousel-item {
    position: relative;
}
.touchcarousel .touchcarousel-item:before {
    display: none
}
.touchcarousel .touchcarousel-item a.link-job {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 384px;
    height: 384px;
    background: url(../images/bg-job.png);
    color: #fff;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
	cursor: move;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.touchcarousel .touchcarousel-item:hover a.link-job {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity:1;
}
.like-job-icon {
	display:inline-block;
	background:url(../images/like-icon.png) no-repeat left;
	height:23px;
	padding-left:40px;
	margin-top:133px;
	margin-left:154px;
}
.like-job-amount {
	font-size:80px;
	margin-top:30px;
	display:block;
	text-align:center;
}
.title-job {
	display:block;
	text-align:center;
	text-decoration:underline;
	margin-top:50px;
	cursor: pointer;
}
.touch-carousel .touchcarousel-item.last {
    margin-right: 0 !important
}
.touch-carousel .item-block {
    width: 384px;
    height: 384px;
    display: block;
}
.touch-carousel .item-block img {
    width: 384px;
    height: 384px;
    border: 0;
    padding: 0;
}
.touch-carousel .scrollbar-holder {
    background: #eaeaea;
    bottom: -45px;
    height: 15px;
	width:1170px;
	margin:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.touch-carousel .scrollbar {
    background-color: #bdbdbd !important;
    bottom: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	STATISTICS
/*-----------------------------------------------------------------------------------*/
.statistics {
	background:#fa565a;
	margin-top:50px;
	padding:50px 0px;
	color:#fff;
}
.statistics .heading-box {
	color:#ffffff;
	background:url(../images/bg-heading-white.png) no-repeat right;
}
.statistics .desc-box {
	color:#ffffff;
}
.statistics-boxes {
	margin:50px 0 0 -2%;
}
.statistics-box {
	float:left;
	width:23%;
	height:23%;
	background:#e5484c;
	margin-left:2%;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom:55px;
}
.statistics-box:hover {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:  scale(1.1);
    -ms-transform:  scale(1.1);
    transform: scale(1.1);
}
.stat-icon {
	display:block;
	width:42px;
	height:42px;
	margin:55px auto 0px auto;
}
.stat-icon.i-video{
	background:url(../images/icons/s1.png);
}
.stat-icon.i-users{
	background:url(../images/icons/s2.png);
}
.stat-icon.i-com{
	background:url(../images/icons/s3.png);
}
.stat-icon.i-pub{
	background:url(../images/icons/s4.png);
}
.stat-info {
	font-size:30px;
	text-align:center;
	display:block;
	margin-top:40px;
}
.stat-number {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin-top:25px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	TEAM
/*-----------------------------------------------------------------------------------*/
.team-box {
	background:#2d313d;
	padding:50px 0px;
	color:#fff;
}
.team-box .heading-box {
	color:#ffffff;
	background:url(../images/bg-heading-white.png) no-repeat right;
}
.team-box .desc-box {
	color:#ffffff;
}

.team-box .touchcarousel {
	background:#262933;
}
.team-box .touch-carousel .scrollbar-holder, .team-box .touch-carousel .scrollbar {
	display:none;
}
.touchcarousel .touchcarousel-item .link-team {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 384px;
    height: 384px;
    background: url(../images/bg-team.png);
    color: #fff;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
	cursor: move;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.touchcarousel .touchcarousel-item:hover .link-team {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity:1;
}
.name-user-team {
	font-size:30px;
	margin-top:155px;
	display:block;
	text-align:center;
}
.profession-team {
	text-align:center;
	margin-top:30px;
}
.profession-team span{
	background:#fa565a;
	padding:9px 12px;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.soc-box-team {
	margin-top:85px;
	margin-left:40px;
}
.soc-box-team a{
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:20px;
	opacity:0.8;
}
.soc-box-team a:hover{ opacity:1; }
.soc-box-team a.drb { background:url(../images/socteam/1.png); }
.soc-box-team a.tw { background:url(../images/socteam/2.png); }
.soc-box-team a.face { background:url(../images/socteam/3.png); }
.soc-box-team a.googl { background:url(../images/socteam/4.png); }

/*-----------------------------------------------------------------------------------*/
/*	6.	PRICE
/*-----------------------------------------------------------------------------------*/
.price {
	margin-top:50px;
}
.pricing {
	margin-top:50px;
	margin-left:-2%;
}
.plan {
	background:#fa565a;
	width:31%;
	margin-left:2%;
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	float:left;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plan:hover {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:  scale(1.1);
    -ms-transform:  scale(1.1);
    transform: scale(1.1);
}
.plan-head {
	background:#e5484c;
	text-transform:uppercase;
	padding:30px 0px 20px 0px;
	font-weight:bold;
}
.plan-name {
	font-size:36px;
}
.plan-price {
	font-size:72px;
	margin-top:50px;
}
.plan-info {
	margin-top:35px;
}
.plan-features p{
	padding-top:20px;
	line-height:14px;
}
.plan-order {
	display:inline-block;
	margin-top:20px;
	padding:20px 11px;
	background:#2d313d;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plan-order:hover {
	background:#fff;
	color:#262626;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	BLOG
/*-----------------------------------------------------------------------------------*/
.blog-box {
	margin-top:50px;
	padding:50px 0px;
	background:#efefef;
}
.blog-box .touch-carousel .scrollbar-holder, .blog-box .touch-carousel .scrollbar {
	display:none;
}
.blog-box .touchcarousel {
    position: relative;
    width: 100%;
    height: 570x;
    background:#e0dfdf;
}
.blog-box .touch-carousel {
    width: 100%;
    height: 570px;
	margin-top:50px;
}

.blog-box .touch-carousel .touchcarousel-item {
    width: 640px;
    height: 570px;
    float: left;
	background:#fff;
	cursor: move;
}
.blog-box .touch-carousel .touchcarousel-item.item-gray { background:#f7f7f9; }
.blog-box .touch-carousel .item-block img {
    width: 640px;
    height: 280px;
    border: 0;
    padding: 0;
}
.blog-box .triangle {
	background:url(../images/blog/triangle.png);
	width:24px;
	height:13px;
	margin-top:-20px;
	left:595px;
	z-index:99999;
	position:relative;
}
.blog-box .touchcarousel .touchcarousel-item .link-hover-img {
    position: absolute;
    top: 0px;
    left: 0px;
	 width: 640px;
    height: 280px;
    background: url(../images/blog/hover-post-img.png);
    color: #fff;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
	cursor: move;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.blog-box .touchcarousel .touchcarousel-item:hover .link-hover-img {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity:1;
}
.blog-box .info-post {
	padding:20px;
}
.blog-box .title-post {
	font-size:18px;
	font-weight:bold;
	color:#262626;
	text-transform:uppercase;
	height:20px;
	overflow:hidden;
	display:block;
}
.blog-box .touchcarousel-item:hover .title-post {
	color:#fa565a;
}
.blog-box .info-p {
	border-top:1px solid #f7f7f9;
	border-bottom:1px solid #f7f7f9;
	padding:10px 0px;
	color:#a5a5a5;
	font-size:13px;
	text-transform:uppercase;
	margin-top:20px;
}
.blog-box .date-post {
	background:url(../images/blog/date.png) no-repeat left;
	display:inline-block;
	border-right:1px solid #f7f7f9;
	padding:2px 7px 2px 25px;
}
.blog-box .author-post {
	background:url(../images/blog/author.png) no-repeat left;
	display:inline-block;
	border-right:1px solid #f7f7f9;
	padding:2px 7px 2px 25px;
	margin-left:7px;
}
.blog-box .twitter-share-button {
	margin-top:6px;
}
.blog-box .info-p .right{
	width:80px;
	overflow:hidden;
}
.blog-box .story-post {
	padding:20px 0px;
	font-size:18px;
	line-height:30px;
	height:75px;
	overflow:hidden;
	color:#777777;
}
.blog-box .footer-post {
	border-top:1px solid #f7f7f9;
	padding-top:10px;
	margin-top:15px;
}
.blog-box .footer-post .left a{
	font-size:14px;
	font-weight:bold;
	color:#777777;
}
.blog-box .touchcarousel-item:hover .footer-post .left a {
	color:#fa565a;
	text-decoration:underline;
}
.link-com {
	display:inline-block;
	height:16px;
	color:#bfbfbf;
	font-weight:bold;
	background:url(../images/blog/comment.png) no-repeat;
	padding-left:20px;
	padding-right:7px;
	border-right:1px solid #f7f7f9;
	text-decoration:none;
}
.link-com span{ display:block; margin-top:-4px; }
.link-like {
	display:inline-block;
	height:16px;
	color:#bfbfbf;
	font-weight:bold;
	background:url(../images/blog/like.png) no-repeat;
	padding-left:20px;
	margin-left:7px;
}
.link-like span{ display:block; margin-top:-4px; }
.blog-box .touchcarousel-item:hover .link-com, .blog-box .touchcarousel-item:hover .link-like {
	background-position:0px -16px;
	color:#fa565a;
}
.blog-box .link-com:hover, .blog-box .link-like:hover { text-decoration:none; }
.blog-box .touch-carousel .touchcarousel-item.item-gray .link-com, .blog-box .touch-carousel .touchcarousel-item.item-gray .footer-post, .blog-box .touch-carousel .touchcarousel-item.item-gray .info-p, .blog-box .touch-carousel .touchcarousel-item.item-gray .date-post, .blog-box .touch-carousel .touchcarousel-item.item-gray .author-post{ border-color:#e6e6e6; }

/*-----------------------------------------------------------------------------------*/
/*	7.	BUY - BOX
/*-----------------------------------------------------------------------------------*/
.buy-box {
	background:#2d313d;
	padding:50px 0px;
	text-transform:uppercase;
}
.buy-box .left{
	font-size:36px;
	color:#fff;
}
.buy-box .right a {
	background:#fa565a;
	font-size:18px;
	font-weight:bold;
	padding:20px 35px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.buy-box .right a:hover {
	background:#fff;
	color:#262626;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	CONTACT
/*-----------------------------------------------------------------------------------*/
.contact {
	background:#fa565a;
	padding:50px 0px;
	color:#fff;
	font-size:16px;
}
.contact .heading-box {
	color:#ffffff;
	background:url(../images/bg-heading-white.png) no-repeat right;
	font-size:16px;
}
.contact .desc-box {
	color:#ffffff;
	font-size:16px;
}
.map-contact iframe {
	height:350px;
	width:100%;
	margin-top:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-form .left{
	margin-top:25px;
	font-size:12px;
	line-height:25px;
	width:30%;
}
.contact-form .right{
	width:40%;
}
.contact-form .right form {
	padding-right: 12px;
}
.contact-form .right input{   /* form düzenlemek */
	display:block;
	width:100%;
	height:20px;
	background:#fff;
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:16px;
	color:#777777;
	margin-top:16px;
	padding:0 16px;
}
.contact-form .right textarea{
	display:block;
	width:100%;
	height:80px;
	background:#fff;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:10px;
	color:#777777;
	margin-top:12px;
	padding:12px;
}
.contact-form .right input.send-button {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#2d313d;
	padding:12px 12px;
	width:auto;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	margin-left:0px;
}
.contact-form .right input.send-button:hover {
	background:#fff;
	color:#262626;
}
/*-----------------------------------------------------------------------------------*/
/*	8.	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
	background:#2d313d;
	padding:50px 0px;
}
.title-footer {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

.soc-box-footer {
	float:left;
	width:32%;
}
.soc-footer {
	margin-top:30px;
	margin-left:-25px;
}
.soc-footer li {
	display:inline-block;
	margin-left:25px;
	margin-bottom:25px;
}
.soc-footer li a {
	display:block;
	background:url(../images/soc-footer.png) no-repeat;
	width:70px;
	height:70px;
	text-indent:-99999px;
}
.soc-footer li a.fb { background-position:-70px 0px; }
.soc-footer li a.drb { background-position:-140px 0px; }
.soc-footer li a.you { background-position:-210px 0px; }

.soc-footer li a:hover { background-position:0px -70px; }
.soc-footer li a.fb:hover { background-position:-70px -70px; }
.soc-footer li a.drb:hover { background-position:-140px -70px; }
.soc-footer li a.you:hover { background-position:-210px -70px; }

.twitter-box-footer {
	float:left;
	width:31%;
	margin-left:2%;
}
.tweets {
}
.tweet {
	font-size:18px;
	line-height:30px;
	color:#94a3d1;
	margin-top:25px;
}
.tweet a{ color:#fa565a; }
.date-tweet {
	font-weight:bold;
	display:block;
	margin-top:10px;
}

.dribbble-box-footer {
	float:left;
	width:32%;
	margin-left:2%;
}
.drb-footer {
	margin-top:13px;
	margin-left:-17px;
}
.drb-footer li {
	margin-top:17px;
	margin-left:17px;
	display:inline-block;
}
.drb-footer li a{
	display:block;
	width:110px;
	height:110px;
	background:#fff;
}
.drb-footer li a:hover img{
	opacity:0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	BLOG POST PAGE
/*-----------------------------------------------------------------------------------*/
/* header page */
.blog-post-header {
	background:#fa565a;
	top:100px;
	margin-bottom:100px;
	padding:50px 0px;
	color:#fff;
	position:relative;
}
.blog-post-header .heading-box {
	color:#ffffff;
	background:url(../images/bg-heading-white.png) no-repeat right;
}
.blog-post-header .desc-box {
	color:#ffffff;
}
/* content */
.blog-post-content {
	padding:50px 0px;
	color:#fff;
	background:#2d313d;
}
.blog-post-img img { width:100%; }
.blog-post-title {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:48px;
	margin-top:10px;
}
.blog-post-info {
	border-top:1px solid #3c4151;
	border-bottom:1px solid #3c4151;
	padding:10px 0px;
	color:#565f7c;
	font-size:13px;
	text-transform:uppercase;
	margin-top:20px;
}
.blog-post-info .date-post {
	background:url(../images/blog/date-2.png) no-repeat left;
	display:inline-block;
	border-right:1px solid #3c4151;
	padding:2px 7px 2px 25px;
}
.blog-post-info .author-post {
	background:url(../images/blog/author-2.png) no-repeat left;
	display:inline-block;
	border-right:1px solid #3c4151;
	padding:2px 7px 2px 25px;
	margin-left:7px;
}
.blog-post-info .twitter-share-button {
	margin-top:6px;
}
.blog-post-info .right{
	width:80px;
	overflow:hidden;
}
.blog-post-story {
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	margin-top:20px;
}
.blog-post-story p{
	padding-bottom:40px;
}
.blog-post-story blockquote {
	border-left:5px solid #fa565a;
	padding-left:10px;
	margin-left:30px;
	color:#565f7b;
	font-style:italic;
	margin-bottom:40px;
}
.blog-post-story h1 { font-size:42px; margin-bottom:20px;}
.blog-post-story h2 { font-size:36px; margin-bottom:20px;}
.blog-post-story h3 { font-size:30px; margin-bottom:20px;}
.blog-post-story h4 { font-size:24px; margin-bottom:20px;}
.blog-post-story h5 { font-size:18px; margin-bottom:20px;}
.blog-post-story h6 { font-size:16px; margin-bottom:20px;}

.blog-post-info-2 {
	border-top:1px solid #3c4151;
	border-bottom:1px solid #3c4151;
	padding:10px 0px;
	color:#565f7c;
	font-size:13px;
	text-transform:uppercase;
}
.blog-post-info-2 .cat-post {
	display:inline-block;
	border-right:1px solid #3c4151;
	padding:2px 7px 2px 0px;
	font-weight:bold;
}
.blog-post-info-2 .c2 {
	padding:2px 0px;
	border-left:1px solid #3c4151;
	float:left;
}
.blog-post-info-2 .link-com {
	color:#565f7c;
	background:url(../images/blog/comment-2.png) no-repeat;
	padding:0px 7px 0px 20px;
	margin-left:7px;
	border:0;
}
.blog-post-info-2 .link-com:hover { 
	background-position:0px -16px;
	color:#fa565a;
	text-decoration:none;
}
.blog-post-info-2 .link-like {
	color:#565f7c;
	background:url(../images/blog/like-2.png) no-repeat;
}
.blog-post-info-2 .link-like:hover { 
	background-position:0px -16px;
	color:#fa565a;
	text-decoration:none;
}
.blog-post-author-box {
	background:#fa565a;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:20px;
	margin-top:50px;
}
.blog-post-author-box img{
	display:block;
	float:left;
	width:100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.blog-post-author-box .author-info {
	margin-left:120px;
	font-size:18px;
	line-height:30px;
}
.blog-post-author-box strong {
	display:block;
	margin-bottom:10px;
}

/* comments */
.comments-box {
	background:#efefef;
	padding:50px 0px;
}
.border-box{
	border-bottom:1px solid #dedede;
	margin-top:40px;
	margin-bottom:50px;
}

.comment {
	background:#fff;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:20px;
	margin-top:25px;
}
.answer-com {
	margin-top:0;
	background:#f7f7f9;
}
.avatar-com {
	width:100px;
	height:100px;
	float:left;
}
.avatar-com img {
	position:relative;
	width:100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.avatar-com .reply-com {
	width:100px;
	height:100px;
	display:block;
	background:url(../images/blog/reply-com.png);
	position:relative;
	top:-107px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.avatar-com:hover .reply-com {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.comment-info {
	margin-left:120px;
	font-size:18px;
	line-height:30px;
	color:#777777;
}
.comment-info .name-author {
	float:left;
	font-weight:bold;
	color:#262626;
	text-transform:uppercase;
}
.comment-info .date-com {
	float:right;
	color:#a5a5a5;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
.comment-info .text-com {
	padding-top:40px;
	display:block;
}

/* add comment box */
.add-comment-box {
	padding:50px 0px;
}

.add-comment {
	margin-top:30px;
	padding-right:20px;
}
.add-comment h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#232527;
}
.add-comment input, .add-comment textarea {
	background:#efefef;
	height:60px;
	font-size:18px;
	color:#777777;
	width:100%;
	margin-top:22px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
	padding:0;
	padding-left:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
}
.add-comment textarea {
	padding-top:20px;
	height:140px;
}
.add-comment input.send {
	background:#2d313d;
	text-align:center;
	color:#fff;
	height:55px;
	width:185px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	padding:0;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.add-comment input.send:hover { opacity:0.8; }

/*-----------------------------------------------------------------------------------*/
/*	10.	PORTFOLIO POST PAGE
/*-----------------------------------------------------------------------------------*/
.content-left {
	width:70%;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	float:left;
}
.content-left img{
	width:100%;
	padding-bottom:30px;
}
.content-left p{
	padding-bottom:35px;
}
.content-right {
	margin-left:73%;
	margin-top:-30px;
}

.portf-info-box {
	margin-top:30px;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
}
.portf-info-box span{
	font-size:14px;
	font-weight:bold;
	color:#565f7b;
	text-transform:uppercase;
	display:block;
}
.portf-info-box a{ color:#fa565a; }
.portf-box-full .scrollbar-holder{ display:none; }

.portfolio-footer {
	border-top:1px solid #3c4151;
	padding-top:40px;
}
.portfolio-footer a{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#fa565a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	width:150px;
	padding:20px 0px;
	text-align:center;
}
.portfolio-footer a:hover{
	text-decoration:none;
	color:#262626;
	background:#fff;
}
.portfolio-footer a.home-link {
	display:block;
	width:24px;
	margin:auto;
	padding:20px 20px;
}
.portfolio-footer a.home-link i{
	display:block;
	background:url(../images/blog/icon-home.png);
	width:24px;
	height:24px;
}
.portfolio-footer a.home-link:hover i{
	background-position:0px -24px;
}

/* buy box 2 */
.buy-white {
	background:#fff;
	padding-top:20px;
	padding-bottom:70px;
}
.buy-white .left {
	color:#262626;
}
.buy-white .right a:hover {
	background: #2d313d;
	color: #fff;
}
