@charset "utf-8";

/*
	GEBZEDIJITALBASKI.COM - 25/03/2021
	Web Developer: Ferdi Tarakci
	Web Site: ferditarakci.com
*/

@-ms-viewport {
	width: device-width
}
@-o-viewport {
	width: device-width
}
@viewport {
	width: device-width
}

@media only screen and (max-width: 1120px) {

	#trans_bg {
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.8);
		perspective: 1000;
		-webkit-transform: translate3d(0, 0, 0); 
		        transform: translate3d(0, 0, 0);
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
	}
	#res-nav {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: -280px;
		z-index: 3;
		width: 280px;
		max-width: 96%;
		height: 100%;
		background-color: #3a383a;
	}
	.nav-active #res-nav {
		height: auto;
	}
	#res-nav .close-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		background: #424242 url(../images/res_close_icon.png) no-repeat 50%;
		background-size: 12px;
	}
	#res-nav #navigation {
		display: block;
	}
	#navigation {
		position: relative;
		z-index: 0;
		float: left;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		perspective: 1000;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0); 
		        transform: translate3d(0, 0, 0);
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
	}
	#res-nav.open #navigation {
		display: block;
	}
	#navigation .navigation-inner {
		position: relative;
		float: left;
		width: 100%;
		min-height: 100%;
	}

	#navigation .logo {
		display: block;
		width: 220px;
		height: 40px;
		margin: 40px auto 20px;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .logo a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background: url(../images/logo.png) no-repeat;
		background-size: 100%;
	}
	.r2x #navigation .logo a {
		background-image: url(../images/logo@2x.png);
	}
	.r3x #navigation .logo a {
		background-image: url(../images/logo@3x.png);
	}

	#navigation .phone {
		float: left;
		width: 100%;
		height: 30px;
		margin: -18px auto 20px;
		text-align: center;
	}
	#navigation .phone a {
		display: inline-block;
		padding-left: 22px;
		line-height: 30px;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		opacity: 0.4;
		text-decoration: none;
		background: url(../images/res_info_phone.png) no-repeat 0 50%;
		background-size: 19px 18px;
	}



	#navigation .mobil-nav {
		position: relative;
		float: left;
		width: 100%;
	}
	#navigation .mobil-nav a {
		cursor: pointer;
		white-space: normal;
	}
	#navigation .mobil-nav ul,
	#navigation .mobil-nav li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation .mobil-nav > ul {
		float: left;
		width: 100%;
	}
	#navigation .mobil-nav > ul > li {
		position: relative;
		float: left;
		width: 100%;
		border-bottom: 1px solid #424242;
	}
	#navigation .mobil-nav > ul > li.hover,
	#navigation .mobil-nav > ul > li.selected {
		background-color: #262626;
	}
	#navigation .mobil-nav > ul > li > a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 6px 12px;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: -0.25px;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li.hover > a,
	#navigation .mobil-nav > ul > li.selected > a {
		background-color: #2d2d2d;
	}
	#navigation .mobil-nav > ul > li.dropdown > a {
		padding-right: 36px;
	}
	#navigation .mobil-nav > ul > li.dropdown > a:after {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 100%;
		opacity: 0.7;
		content: "";
		background: url(../images/res_dropdown3.png) no-repeat 50%;
		background-size: 12px auto;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li.dropdown.hover > a:after,
	#navigation .mobil-nav > ul > li.dropdown.selected > a:after {
		opacity: 1;
	}
	#navigation .mobil-nav > ul > li.dropdown > ul > li:first-of-type {
		margin-top: 10px;
	}
	#navigation .mobil-nav > ul > li.dropdown > ul > li:last-of-type {
		margin-bottom: 10px;
	}
	#navigation .mobil-nav > ul > li > ul {
		overflow: hidden;
		display: none;
		float: left;
		width: 100%;
		padding-right: 10px;
		padding-left: 13px;
	}
	#navigation .mobil-nav > ul > li > ul > li {
		float: left;
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#navigation .mobil-nav > ul > li > ul > li > a {
		position: relative;
		display: block;
		padding: 2px 0px 2px 15px;
		line-height: 20px;
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		letter-spacing: -0.25px;
		text-decoration: none;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li > ul > li.hover > a,
	#navigation .mobil-nav > ul > li > ul > li.selected > a {
		color: #508b99;
	}
	#navigation .mobil-nav > ul > li > ul > li > a:after {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		content: "";
		background-color: #fff;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li > ul > li.hover > a:after,
	#navigation .mobil-nav > ul > li > ul > li.selected > a:after {
		background-color: #508b99;
	}


	#navigation .mobil-nav > ul > li > ul > li > ul {
		overflow: hidden;
		display: block !important;
		float: left;
		width: 100%;
		padding-right: 0;
		padding-left: 16px;
	}
	#navigation .mobil-nav > ul > li > ul > li > ul > li > a {
		position: relative;
		display: block;
		padding: 2px 0px 2px 15px;
		line-height: 16px;
		font-size: 13px;
		font-weight: 300;
		color: #f5f5f5;
		letter-spacing: -0.25px;
		text-decoration: none;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li > ul > li > ul > li.hover > a,
	#navigation .mobil-nav > ul > li > ul > li > ul > li.selected > a {
		color: #508b99;
	}
	#navigation .mobil-nav > ul > li > ul > li > ul > li > a:after {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		content: "";
		background-color: #f5f5f5;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .mobil-nav > ul > li > ul > li > ul > li.hover > a:after,
	#navigation .mobil-nav > ul > li > ul > li > ul > li.selected > a:after {
		background-color: #508b99;
	}



	#navigation .socials {
		position: relative;
		z-index: 1;
		float: left;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	#navigation .socials > div {
		display: inline-block;
	}
	#navigation .socials a {
		overflow: hidden;
		position: relative;
		float: left;
		width: 30px;
		height: 30px;
		margin-left: 4px;
		margin-right: 4px;
		background: url(../images/footer_socials2@2x.png) no-repeat;
		background-size: auto 30px;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .socials a.fb {
		background-position: 0px 0px;
	}
	#navigation .socials a.tw {
		background-position: -38px 0;
	}
	#navigation .socials a.li {
		background-position: -77px 0;
	}
	#navigation .socials a.in {
		background-position: -115px 0;
	}
	#navigation .socials a.yt {
		background-position: -154px 0;
	}






	#navigation .bottom-nav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 42px;
		padding: 5px;
		text-align: center;
		background-color: #223971;
	}
	#navigation .bottom-nav a {
		display: inline-block;
		margin: 0 10px;
		line-height: 32px;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		letter-spacing: -0.25px;
		text-decoration: none;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#navigation .bottom-nav a.selected {
		color: #ffea00;
	}













}



















@media only screen and (max-width: 1220px) {
	#main-slider .tp-leftarrow.default,
	#main-slider .tp-rightarrow.default {
		display: none !important;
	}
}







@media only screen and (max-width: 1120px) {

	.container,
	.container_12 {
		width: 100%;
	}
	#site-wrap {
		padding-top: 92px;
	}
	#header {
		position: fixed;
		box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.25);
	}

	#header,
	#header .top-bar,
	#header .bottom-bar {
		-webkit-transition: none;
				transition: none;
	}
	#header .top-bar {
		height: 36px;
	}
	#header .bottom-bar {
		height: 56px;
	}
	#header .socials,
	#header .info,
	#header .langs {
		margin: 5px 0;
	}
	#header .logo {
		margin-top: 3px;
	}

	#header .main-nav > ul > li > a {
		padding: 17px 14px;
		font-size: 12px;
		font-weight: 600;
	}
	#header .main-nav > ul > li.dropdown > a {
		padding-right: 27px;
	}
	#header .main-nav > ul > li.dropdown > a:after, #header .main-nav > ul > li.products > a:after {
		right: 10px;
	}

	#header .nav-button {
		display: none;
		float: right;
		padding: 24px 0;
		cursor: pointer;
		background: url(../images/blank.gif);
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#header .nav-button:active {
		-webkit-transition: none;
		   -moz-transition: none;
				transition: none;
	}
	#header .nav-button .lines {
		position: relative;
		float: left;
		width: 40px;
		height: 7px;
		border-radius: 3px;
		background-color: #fff;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	#header .nav-button .lines:before,
	#header .nav-button .lines:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 7px;
		content: "";
		border-radius: 3px;
		background-color: #fff;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
		-webkit-transform-origin: 0.28571rem center;
			-ms-transform-origin: 0.28571rem center;
				transform-origin: 0.28571rem center;
	}
	#header .nav-button .lines:before {
		top: 12px;
	}
	#header .nav-button .lines:after {
		top: -12px;
	}
	#header .nav-button.open {
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
			-ms-transform: scale3d(0.8, 0.8, 0.8);
				transform: scale3d(0.8, 0.8, 0.8);
	}
	#header .nav-button.open .lines {
		background-color: transparent;
	}
	#header .nav-button.open .lines:before,
	#header .nav-button.open .lines:after {
		top: 0 !important;
		-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	#header .nav-button.open .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		   -moz-transform: rotate3d(0, 0, 1, 45deg);
				transform: rotate3d(0, 0, 1, 45deg);
	}
	#header .nav-button.open .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
			-ms-transform: rotate3d(0, 0, 1, -45deg);
				transform: rotate3d(0, 0, 1, -45deg);
	}





	#main-slider .tp-leftarrow.default,
	#main-slider .tp-rightarrow.default {
		width: 52px;
		height: 52px;
		margin-top: -26px !important;
	}

	#main-slider .tp-caption {
		left: 0 !important;
		top: auto !important;
		bottom: 120px !important;
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	#main-slider .tp-caption + .tp-caption {
		bottom: 50px !important;
	}









	#main-carousel .owl-nav {
		display: none;
	}
	#main-carousel .owl-dots {
		display: block;
	}

	#main-projects .owl-carousel {
		padding-left: 10px;
		padding-right: 10px;
	}











	#footer .top-bar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#footer .top-bar .grid_2.b, #footer .top-bar .grid_2.c, #footer .top-bar .grid_2.d {
		display: none;
	}
	#footer .top-bar .grid_3.a, #footer .top-bar .grid_3.e {
		width: 50%;
	}
	#footer .top-bar .grid_3.a {
		padding-right: 30px;
		padding-left: 0;
	}
	#footer .top-bar .grid_3.e {
		padding-right: 0;
		padding-left: 30px;
	}
	#footer .top-bar .container_12,
	#footer .bottom-bar .container_12 {
		padding-left: 10px;
		padding-right: 10px;
	}





	#page-image .hidden-image {
		width: 180%;
	}





	.article .grid_3 {
		padding-left: 10px;
	}
	.article .grid_9 {
		padding-right: 10px;
	}


	#contact .grid_7 {
		padding-left: 10px;
		padding-right: 40px;
	}
	#contact .grid_5 {
		padding-left: 60px;
		padding-right: 10px;
	}





	#products .grid_3 {
		width: 28%;
	}
	#products .grid_9 {
		width: 72%;
		padding-left: 30px;
	}







}




@media only screen and (max-width: 980px) {

	#header .socials .divider,
	#header .info .divider {
		margin: 0 10px;
	}

	#header .bottom-bar .main-nav {
		display: none;
	}
	#header .nav-button {
		display: block;
	}



	#main-slider .tp-leftarrow.default,
	#main-slider .tp-rightarrow.default {
		width: 48px;
		height: 48px;
		margin-top: -24px !important;
	}



	.article .grid_3 {
		width: 30%;
	}
	.article .grid_9 {
		width: 70%;
	}



	#contact .grid_7 {
		padding-left: 10px;
		padding-right: 20px;
	}
	#contact .grid_5 {
		padding-left: 20px;
		padding-right: 10px;
	}


	#videos .item {
		width: 30.3333333333333333333333%;
	}

}















@media only screen and (max-width: 840px) {

	#site-wrap {
		padding-top: 82px;
	}

	#header .top-bar {
		height: 36px;
	}
	#header .bottom-bar {
		height: 46px;
	}
	#header .socials,
	#header .info,
	#header .langs {
		margin: 5px 0;
	}
	#header .info .mail,
	#header .info .mail + .divider {
		display: none;
	}/*
	#header .langs .tr {
		background-image: url(../images/header_lang_tr@2x.png);
	}
	#header .langs .en {
		background-image: url(../images/header_lang_en@2x.png);
	}*/
	#header .logo {
		width: 220px;
		height: 40px;
		margin-top: 4px;
	}


	#header .nav-button {
		padding: 19px 0;
	}





	#main-slider .tp-leftarrow.default,
	#main-slider .tp-rightarrow.default {
		display: none !important;
	}
	#main-slider .tp-caption {
		bottom: 90px !important;
	}
	#main-slider .tp-caption + .tp-caption {
		bottom: 40px !important;
	}
	#main-slider .tp_title h1 {
		line-height: 38px;
		font-size: 30px;
		font-weight: 800;
	}
	#main-slider .tp_text {
		line-height: 1.3 !important;
		font-size: 13px;
	}












	.r2x #main-carousel .item .readmore:after,
	.r2x #main-projects .item .readmore:after {
		background-image: url(../images/readmore@2x.png);
	}

	.r3x #main-carousel .item .readmore:after,
	.r3x #main-projects .item .readmore:after {
		background-image: url(../images/readmore@3x.png);
	}

	.r2x #main-carousel .owl-prev,
	.r2x #main-projects .owl-prev {
		background-image: url(../images/owl_prev@2x.png);
	}
	.r2x #main-carousel .owl-next,
	.r2x #main-projects .owl-next {
		background-image: url(../images/owl_next@2x.png);
	}

	.r3x #main-carousel .owl-prev,
	.r3x #main-projects .owl-prev {
		background-image: url(../images/owl_prev@3x.png);
	}
	.r3x #main-carousel .owl-next,
	.r3x #main-projects .owl-next {
		background-image: url(../images/owl_next@3x.png);
	}



	.section-title {
		line-height: 34px;
		font-size: 16px;
	}


	#main-text .inner {
		background-position: 0 50%;
	}
	#main-text .text {
		width: 420px;
	}



	#main-sixbox .item {
		width: 44%;
		margin-left: 6%;
	}


	.r2x #footer .address-info > div.address:before {
		background-image: url(../images/footer_icon_address@2x.png);
	}
	.r2x #footer .address-info > div.phone:before {
		background-image: url(../images/footer_icon_phone@2x.png);
	}
	.r2x #footer .address-info > div.fax:before {
		background-image: url(../images/footer_icon_fax@2x.png);
	}
	.r2x #footer .address-info > div.email:before {
		background-image: url(../images/footer_icon_mail@2x.png);
	}

	.r3x #footer .address-info > div.address:before {
		background-image: url(../images/footer_icon_address@3x.png);
	}
	.r3x #footer .address-info > div.phone:before {
		background-image: url(../images/footer_icon_phone@3x.png);
	}
	.r3x #footer .address-info > div.fax:before {
		background-image: url(../images/footer_icon_fax@3x.png);
	}
	.r3x #footer .address-info > div.email:before {
		background-image: url(../images/footer_icon_mail@3x.png);
	}

	#footer .socials a {
		opacity: 1;
		background-image: url(../images/footer_socials2@2x.png) !important;
	}
	#footer .web-designs .wd {
		background-size: auto 30px;
	}






	#page-image .page-image-title {
		margin: 0;
		padding: 8px 0 8px 10px;
		line-height: 22px;
		font-size: 18px;
		border-left-width: 4px;
	}




	.article .grid_3 {
		display: none;
	}
	.article .grid_9 {
		width: 100%;
		padding-left: 10px;
	}
	#contact .grid_7,
	#contact .grid_5 {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contact .form {
		margin-top: 20px;
		padding-top: 20px;
		background: url(../images/address_list_border.png) no-repeat 130% 0;
	}
	.r2x #contact .address-info > div.address:before {
		background-image: url(../images/info_icon_address@2x.png);
	}
	.r2x #contact .address-info > div.phone:before {
		background-image: url(../images/info_icon_phone@2x.png);
	}
	.r2x #contact .address-info > div.fax:before {
		background-image: url(../images/info_icon_fax@2x.png);
	}
	.r2x #contact .address-info > div.email:before {
		background-image: url(../images/info_icon_mail@2x.png);
	}

	.r3x #contact .address-info > div.address:before {
		background-image: url(../images/info_icon_address@3x.png);
	}
	.r3x #contact .address-info > div.phone:before {
		background-image: url(../images/info_icon_phone@3x.png);
	}
	.r3x #contact .address-info > div.fax:before {
		background-image: url(../images/info_icon_fax@3x.png);
	}
	.r3x #contact .address-info > div.email:before {
		background-image: url(../images/info_icon_mail@3x.png);
	}





#blog .blog-list {
	width: 104%;
	margin-left: -4%;
}
#blog .item {
	width: 46%;
	margin-left: 4%;
}




.pagination div {
	display: none;
}
.pagination select {
	display: inline-block;
}


}




























@media only screen and (max-width: 768px) {

	.section-title {
		line-height: 34px;
		font-size: 15px;
	}


	#main-text .inner {
		height: auto;
		min-height: 420px;
		padding: 40px 10px;
		background-position: 0 50%;
	}
	#main-text .inner:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(0, 0, 0, 0.6);
	}
	#main-text .text {
		width: 100%;
	}






	#videos .video-detail .l {
		float: left;
		width: 100%;
	}
	#videos .video-detail .r {
		float: left;
		width: 100%;
		padding-right: 0;
	}




	#videos .item {
		width: 47%;
	}




}
















@media only screen and (max-width: 640px) {

	.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#site-wrap {
		padding-top: 74px;
	}

	#header .top-bar .grid_4,
	#header .bottom-bar .grid_4	{
		width: 40%;
	}
	#header .top-bar .grid_8,
	#header .bottom-bar .grid_8	{
		width: 60%;
	}
	#header .top-bar {
		height: 32px;
	}
	#header .bottom-bar {
		height: 42px;
	}
	#header .info,
	#header .langs {
		margin: 3px 0;
	}
	#header .socials {
		display: none;
	}
	/* #header .logo {
		width: 194px;
		height: 24px;
		margin-top: 5px;
	} */
	#header .nav-button {
		padding: 18px 0;
	}
	#header .nav-button .lines {
		width: 36px;
	}
	#header .nav-button .lines, 
	#header .nav-button .lines:before, 
	#header .nav-button .lines:after {
		height: 5px;
	}
	#header .nav-button .lines:before {
		top: 9px;
	}
	#header .nav-button .lines:after {
		top: -9px;
	}







	#main-slider .tp-bullets.simplebullets.round {
		bottom: 10px !important;
	}
	#main-slider .tp-bullets.simplebullets.round .bullet {
		width: 12px;
		height: 12px;
	}
	#main-slider .tp-caption {
		bottom: 80px !important;
	}
	#main-slider .tp-caption + .tp-caption {
		bottom: 40px !important;
	}
	#main-slider .tp_title h1 {
		line-height: 36px;
		font-size: 28px;
		font-weight: 800;
	}
	#main-slider .tp_text {
		line-height: 1.3 !important;
		font-size: 12px;
	}







	#main-sixbox .list {
		display: none !important;
	}
	#main-sixbox .owl-carousel {
		display: block !important;
	}
	#main-sixbox .all-btn {
		margin-top: 30px;
	}







	#footer .bottom-bar {
		padding-top: 0;
		padding-bottom: 0;
	}
	#footer .bottom-bar .container_12 {
		padding-left: 0;
		padding-right: 0;
	}
	#footer .bottom-bar .grid_6 {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	#footer .bottom-bar .grid_6.a {
		background-color: #f5f5f5;
	}
	#footer .bottom-bar .grid_6.b {
		height: 52px;
	}
	#footer .copyright {
		padding: 0;
		text-align: center;
	}
	#footer .web-designs {
		float: none;
		display: inline-block;
	}
	#footer .web-designs > div {
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	#footer .web-designs .wd:hover {
		padding-left: 32px;
	}
	#footer .web-designs .wd span {
		display: none;
	}



	#contact .working-hours .grid_7,
	#contact .working-hours .grid_5 {
		width: 100%;
	}
	#contact .working-hours .grid_5 {
		margin-bottom: 30px;
	}






	#blog .blog-list,
	#blog .item {
		width: 100%;
		margin-left: 0;
	}

	#videos .video-list,
	#videos .item {
		width: 100%;
		margin-left: 0;
	}








}











@media only screen and (max-width: 480px) {
	#site-wrap {
		padding-top: 66px;
	}
	#header .top-bar .grid_4,
	#header .bottom-bar .grid_4	{
		width: 40%;
	}
	#header .top-bar .grid_8,
	#header .bottom-bar .grid_8	{
		width: 60%;
	}
	#header .top-bar {
		height: 28px;
	}
	#header .bottom-bar {
		height: 38px;
	}

	#header .socials .divider {
		height: 20px;
		margin: 3px 10px;
	}

	#header .socials,
	#header .info,
	#header .langs {
		margin: 1px 0;
	}
	#header .langs a {
		margin: 4px 0;
		/*padding-left: 22px;*/
		line-height: 18px;
		font-size: 11px;
		font-weight: 600;
		/*background-size: auto 18px;*/
	}

	/* #header .logo {
		width: 162px;
		height: 20px;
		margin-top: 5px;
	} */
	#header .nav-button {
		padding: 16px 0;
	}





	#main-slider .tp-caption {
		bottom: 70px !important;
	}
	#main-slider .tp-caption + .tp-caption {
		bottom: 35px !important;
	}
	#main-slider .tp_title h1 {
		line-height: 30px;
		font-size: 24px;
		font-weight: 700;
	}
	#main-slider .tp_text {
		line-height: 1.2 !important;
		font-size: 12px;
	}






	#footer .top-bar {
		padding-bottom: 10px;
	}
	#footer .top-bar .container_12 > div {
		min-height: 0;
	}
	#footer .top-bar .grid_3.a,
	#footer .top-bar .grid_3.e {
		width: 100%;
	}
	#footer .top-bar .grid_3.a,
	#footer .top-bar .grid_3.e {
		padding-right: 0;
		padding-left: 0;
	}
	#footer .top-bar .grid_3.a {
		padding-bottom: 30px;
	}
	#footer .top-bar .grid_3.e {
		margin-top: 30px;
	}
	#footer .top-bar .grid_3.a:after {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: auto;
		border-left: 0;
		border-bottom: 1px solid #4d4d4d;
	}

	#footer .socials > div {
		margin-top: 20px;
	}
	#footer h6 {
		margin-bottom: 15px;
	}




	#contact .address-info,
	#contact .form {
		background-position: 100% 0;
	}




	.section-title {
		line-height: 32px;
		font-size: 14px;
	}



	#main-text .inner {
		background-position: 14% 50%;
	}





	.page-title {
		font-size: 15px;
		font-weight: 600;
	}

	#products .product-list,
	#products .product-list .item {
		width: 100%;
		margin-left: 0;
	}





}


















@media only screen and (max-width: 430px) {


	/* #header .socials {
		display: none;
	} */

	#main-slider .tp-caption {
		bottom: 75px !important;
	}
	#main-slider .tp-caption + .tp-caption {
		bottom: 30px !important;
	}
	#main-slider .tp_title h1 {
		line-height: 26px;
		font-size: 22px;
	}
	#main-slider .tp_text {
		line-height: 1.2 !important;
		font-size: 12px;
	}



	#main-carousel .item {
		width: 100%;
		max-width: none;
	}




	.photo-gallery .item {
		width: 24%;
	}


}












@media only screen and (max-width: 390px) {

	#header .info {
		display: none;
	}

	#header .bottom-bar .grid_3.b {
		width: 65%;
	}
	#header .bottom-bar .grid_9.c {
		width: 35%;
	}


	#header .nav-button .lines {
		width: 32px;
	}



	#main-slider .tp_title h1 {
		line-height: 22px;
		font-size: 18px;
	}
	#main-slider .tp_text {
		line-height: 1.2 !important;
		font-size: 10px;
	}



	.product-detail .box .pdf {
		width: 100%;
		margin-bottom: 10px;
	}






	.photo-gallery .item {
		width: 32.3333333333333333333%;
	}

}








@media only screen and (max-width: 359px) {


}
