/**
 *
 * -------------------------------------------
 * Tablet CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 11. Tablet code
 *
 *
------------------------------------ */
 
/* 11.1. Base elements
==================================== */ 

body {
	font-size: 14px;
}

@media (max-height: 1024px) and (max-width: 1280px) {
	body {
	}
}
#one-logo {
    float: left;
    width: 50%;
}
#gk-top {
    width: 80%;
}
.menucontainer{ display:block;}
.banner{
/*	background: url("../images/header.jpg") no-repeat scroll 0 center / cover transparent;
    min-height: 575px;
    width: 100%;*/
    background-image: url("../images/home_banner_clear_top.jpg");
    background-size: cover;
    min-height: 512px;
    overflow: hidden;
    width: 100%;
}
.banner .text a{
    font-size: 9px;
}
.banner1{
	background: url("../images/midbanner.jpg") no-repeat scroll 0 center / cover transparent;
    min-height: 575px;
    width: 100%;
}
.banner2{
	background: url("../images/footerbanner.jpg") no-repeat scroll 0 center / cover transparent;
    min-height: 575px;
    width: 100%;
}
.banner_bottom .text a{
    font-size: 10px;
}
.banner .text a{
    font-size: 10px;
}
.banner_middle .text p,.banner_bottom .text p,.banner .text p{
    font-size: 13px;
}
.banner_middle .text a{
    font-size: 10px;
}
.ttshowcase_slider .bx-wrapper .bx-viewport {
    border: 0 none;
    left: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 80% !important;
	 margin: 0 auto;
}
.bx-wrapper::before{
	background:none !important;
}
.bx-wrapper::after{
	 background:none !important;
}
.tt_quote_info-below { position:relative !important;}
.ttshowcase_rl_quote::before{
	background: url("../images/beforequote.png") no-repeat scroll right top / 100px auto rgba(0, 0, 0, 0);
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.ttshowcase_rl_quote::after{
	 position: absolute;
     right: 0;
	 bottom:-40px;
	 background: url("../images/afterquote.png") no-repeat scroll right top / 100px auto rgba(0, 0, 0, 0);
     content: "";
     height: 100px;
     width: 100px;
}
.ttshowcase_rl_subtitle {
    text-align: center;
    width: 100%;
}
.ttshowcase_rl_aditional_info {
    margin: 0px !important;
}
.tt_review_title {
    width: 100% !important;
	text-align:center !important;
}
.ttshowcase_rl_quote p {
    position: relative;
    z-index: 9999;
	font-size:20px;
}
.tt_full_column {
    margin: 0 auto;
    padding: 10px 0 0 !important;
    width: 100% !important;
}
#aside-menu-toggler, #main-menu-mobile, #static-aside-menu-toggler {
    background: url("../images/aside_menu.jpg") no-repeat scroll 0 center transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 32px;
    height: 40px;
    line-height: 44px;
    margin: 55px 0 0 20px !important;
    overflow: hidden;
    position: relative;
    width: 50px;
}

#static-aside-menu-toggler,
#static-aside-menu-toggler.active {
	display: none!important;
	opacity: 0!important;
}

#gk-top {
	/*padding: 0 30px;*/
}

.gk-is-wrapper-gk-bluap {
	margin: 0 30px;
}

#gk-header-bottom {
	/*padding: 40px 30px 0 30px;*/
}

#gk-mainbody-columns {
	/*padding: 60px 30px 0 30px;*/
}

#gk-breadcrumb-area {
	padding: 20px 30px!important;
}

#gk-bottom1.gk-single-widget > div, 
#gk-bottom2.gk-single-widget > div, 
#gk-bottom3.gk-single-widget > div, 
#gk-bottom4.gk-single-widget > div, 
#gk-bottom5.gk-single-widget > div, 
#gk-bottom6.gk-single-widget > div {
	/*margin: 0 -30px!important;*/
}

#gk-bottom1.gk-single-widget .box, 
#gk-bottom2.gk-single-widget .box, 
#gk-bottom3.gk-single-widget .box, 
#gk-bottom4.gk-single-widget .box, 
#gk-bottom5.gk-single-widget .box, 
#gk-bottom6.gk-single-widget .box {
	/*padding: 30px!important;*/
}

#gk-bottom1, 
#gk-bottom2, 
#gk-bottom3, 
#gk-bottom4, 
#gk-bottom5, 
#gk-bottom6,
#gk-footer {
	/*padding: 0 30px!important;*/
}
.ttshowcase_slider .bx-wrapper .bx-viewport {
    border: 0 none;
    left: 0px !important;
	padding-left:10px;
	padding-right:10px;
	width: 97% !important;
}

#gk-sidebar .box {
	border: none!important;
}

/* sidebar */
#gk-mainbody-columns {
	display: block;
}

#gk-mainbody-columns > section,
#gk-mainbody-columns > aside {
	display: block;
	width: 100%!important;
}

/* Archive page */
.archivepage .widget.first {
	margin-right: 2%;
	margin-left: 0!important;
}

.archivepage .widget.first,
.archivepage .widget.first + .widget {
	margin-right: 0;
	margin-left: 2%;
	width: 48%;
}

.archivepage .widget.last {
	margin: 0;
	width: 100%;
}

.archivepage .widget ul {
	margin-bottom: 30px;
}

/* images fix */
#gk-mainbody img {
	height: auto!important;
	max-width: 100%!important;
}

/* column rules */
#gk-sidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	padding: 10px!important;
	width: 50%;
}
#gk-sidebar {
	padding: 0!important;
}
#gk-sidebar .box:first-child {
	padding-top: 10px!important;
}
#gk-sidebar .box:nth-child(2n+1) {
	clear: both!important;
}
.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 50%; }
.widget-area .col5 { width: 33.3%; }
.widget-area .col6 { width: 33.3%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 50%; }
.widget-area .box.last5 { width: 33.3%; }

.widget-area .nth1 {
	clear: both;
}

.widget-area .col6.last5.nth4,
.widget-area .col6.last5.nth5 {
	width: 50%;
}

#gk-bottom1, 
#gk-bottom2 {
	/*padding: 30px 0;*/
}

.gk-columns > div {
	padding: 0 6px;
}

/* 11.2. Content elements
==================================== */


/* 11.3. Other elements
==================================== */

.gk-is-wrapper-gk-bluap .figcaption h2 {
	font-size: 32px;
	line-height: 42px;
	margin: 30px 0 20px 0;
}

.gk-form input[type="text"], 
.gk-form input[type="email"], 
.gk-form input[type="www"], 
.gk-form input[type="password"] {
	width: 50%;
}

/* 11.4. Main menu elements
==================================== */ 

#gk-top .menu {
	display: block;
}

#main-menu-mobile {
	display: none!important;
}

#main-menu-mobile > select {
	border: none;	
	display: block;
	width: 44px!important;
	height: 44px!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 6px!important;
	position: absolute!important;
	left: 0;
	font-size: 14px;
	top: 0;
}

body[data-mobile="true"] #main-menu-mobile > select {
	font-size: 50px;
}

/* 11.5. Footer
==================================== */ 



/* 11.6. Device classes
==================================== */

.onlyDesktop {
	display: none!important;
}

.onlyTablets {
	display: block!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: block!important;
}

/* 11.7. Responsive tables
==================================== */

@media (max-width: 600px) {
	article section table {
		border: 1px solid #eee;
		border-bottom: none;
		max-width: 100%!important;
		width: 100%!important;
	}
	
	article section table thead {
		display: none;
	}
	
	article section table td {
		border-top: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		display: block;
		float: right;
		padding: 5px 0 5px 50%;
		position: relative;
		width: 100%;
	}
	
	article section table td:first-child {
		border-top: none;
	}
	
	article section table tbody tr {
		border-bottom: 2px solid #eee;
	}
	
	article section table td span.gk-table-label {
		display: block;
		font-size: 95%;
		font-weight: bold;
		left: 5px;
		position: absolute;
	}
}