/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	min-height: 100%;
	overflow-x: hidden;
}

body { 
	background: #fff;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
	min-height: 100%;
	padding: 0;
}
body img{display:block};
body.boxed { padding:20px 0!important; }
.gk-page + #gk-top,
.gk-page + .gk-page-wrap {
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#gk-page-box .gk-page {
	padding-left: 0px;
	padding-right: 0px;
}
.boxed #gk-page-box, .page-template-template-boxedpage-php #gk-page-box {
	background:#ffffff;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	-moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
#gk-head-wrap { background:#fcfdfd;}
#gk-bottom-wrap { background:#6F0;}
#gk-footer-wrap { background:#CCC;}
#gk-top-panel-wrap { background:#CCC;}
.boxed #gk-top-panel-wrap { margin-top:-20px; margin-bottom:30px;}

.boxed .expand15, .page-template-template-boxedpage-php .expand15{ 
	margin-left: -15px!important;
	margin-right: -15px!important;
	padding-left: 15px;
	padding-right: 15px;
}
.boxed #gk-header, .page-template-template-boxedpage-php #gk-header{ 
	margin-left: -15px!important;
	margin-right: -15px!important;
	padding-left: 0px;
	padding-right: 0px;
	width:auto;
}
.boxed #gk-header .gk-page {padding-top:0px; padding-bottom:0px}
/* Area separators */
.dp-area-separator {height:3px; z-index:10000;}
.dp-area-separator.tinside {margin-top:-3px;z-index:10000;}
.dp-area-separator.binside {margin-bottom:-3px;z-index:10000;}
.dp-area-separator.light10 {background: url(../images/body/separators/light_line_10.png) repeat-x}
.dp-area-separator.light20 {background: url(../images/body/separators/light_line_20.png) repeat-x}
.dp-area-separator.light30 {background: url(../images/body/separators/light_line_30.png) repeat-x}
.dp-area-separator.light40 {background: url(../images/body/separators/light_line_40.png) repeat-x}
.dp-area-separator.light50 {background: url(../images/body/separators/light_line_50.png) repeat-x}
.dp-area-separator.light60 {background: url(../images/body/separators/light_line_60.png) repeat-x}
.dp-area-separator.light70 {background: url(../images/body/separators/light_line_70.png) repeat-x}
.dp-area-separator.light80 {background: url(../images/body/separators/light_line_80.png) repeat-x}
.dp-area-separator.light90 {background: url(../images/body/separators/light_line_90.png) repeat-x}
.dp-area-separator.light100 {background: url(../images/body/separators/light_line_100.png) repeat-x}
.dp-area-separator.dark10 {background: url(../images/body/separators/dark_line_10.png) repeat-x}
.dp-area-separator.dark20 {background: url(../images/body/separators/dark_line_20.png) repeat-x}
.dp-area-separator.dark30 {background: url(../images/body/separators/dark_line_30.png) repeat-x}
.dp-area-separator.dark40 {background: url(../images/body/separators/dark_line_40.png) repeat-x}
.dp-area-separator.dark50 {background: url(../images/body/separators/dark_line_50.png) repeat-x}
.dp-area-separator.dark60 {background: url(../images/body/separators/dark_line_60.png) repeat-x}
.dp-area-separator.dark70 {background: url(../images/body/separators/dark_line_70.png) repeat-x}
.dp-area-separator.dark80 {background: url(../images/body/separators/dark_line_80.png) repeat-x}
.dp-area-separator.dark90 {background: url(../images/body/separators/dark_line_90.png) repeat-x}
.dp-area-separator.dark100 {background: url(../images/body/separators/dark_line_100.png) repeat-x}


/* 1.2. Base typography elements
==================================== */

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

article section.content a,
article section.intro a {
	color: #F0986C;
}

article section.content a:active,
article section.content a:focus,
article section.content a:hover,
article section.intro a:active,
article section.intro a:focus,
article section.intro a:hover {
	color: #111;
}

a:active,
a:focus,
a:hover {
	color: #F0986C;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: normal;
	margin: 20px 0;
	line-height:1.1em!important;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.page-title {
	font-size: 32px;
}
p {
	margin-top:0;
	margin-bottom: 1.5em;
}
ul, 
ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 1.5;
}

img {
	max-width: 100%;
}

.box ul li,
.box ol li {
	
}

.box ul li:first-child,
.box ol li:first-child {
	border-top: none;
}

.box ul ul,
.box ol ol {
	
	margin: 0;
	padding: 0 0 0 20px;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled {
  background-color: #e6e6e6;
}

.btn:active,
.btn.active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #cccccc;
}

.btn:first-child,
button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
  margin-left: 0;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled],
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"]  {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 32px!important;
	padding: 0px 9px;
}

textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding: 10px;
	text-transform: none;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

/* 1.4. Base other elements
==================================== */

article {
	margin: 20px 0;
}

.tag-page article,
.category-page article,
.search-page article {
	margin: 20px 0 60px 0;
}

/* 1.5. Base CSS classes
==================================== */

iframe {border: none;}

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

.gk-page + .gk-page-wrap,
.gk-page + #gk-top {
	padding-top: 45px;
}

#gk-header + .gk-page-wrap {
	padding-top: 20px;
}
.gk-page-wrap {padding: 0 0 24px 0}
.gk-page {
	margin: 0 auto;
	width: 100%;
	padding:0 15px;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

#gk-mainbody-columns {
	display: table;
	overflow: hidden;
	width: 100%;
}

#gk-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 0;
	vertical-align: top;
}

#gk-mainbody-columns > aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 0;
	vertical-align: top;
}

#gk-mainbody-columns > section + aside,
#gk-mainbody-columns > aside + section {
	padding-left: 20px;
}

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.0. Top panel
==================================== */

#gk-top-panel:after {
clear: both;
	content: "";
	display: table;
}
/* 3.1. Header
==================================== */
#gk-top {
	overflow: hidden;
	padding: 24px 14px 14px 14px!important;
}

/* 3.2. Header
==================================== */

#gk-head {
	position: relative;
	padding: 20px 0;
}

#gk-head:after {
	clear: both;
	content: "";
	display: table;
}

#gk-head h1 {
	float: left;
	margin: 0;
}

#gk-head a.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	display: block;
	height: 80px;
	width: 219px;
	text-indent: -9999px;
}

#gk-head a.textLogo {
	color: #F0986C;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 7px 0 0 10px;
}

#gk-head a.textLogo small {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 12px;
}

#gk-head a.imageLogo,
#gk-head a.imageLogo img {
	display: block;
}

#main-menu-mobile {
	border: 1px solid #000;
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}

#gk-header {
	background: #f5f5f5;
}
#gk-header .gk-page{
	padding: 30px 0;
}

#gk-header .header img {
	display: block;
	height: auto;
	width: 100%;
}

#gk-header .header {
	border: none;
	margin: 0;
	padding: 0;
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}

.box::after,
#respond::after,
#gk-mainbody::after,
#gk-mainbody-columns::after {
    clear: both;
    content: "";
    display: table;
}

section.content::after {
    clear: both;
    content: "";
    display: table;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
padding-left: 90px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#444!important;
background: #e5e5e5;

}

.pagination a:hover{
color:#fff!important;
background: #E4754F;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #E4754F;
color:#fff!important;
}
/* 3.3.1 Portfolio
==================================== */
.portfolio-tabs{
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:28px;
	line-height:34px;
	float:right;
}
.portfolio-tabs li{
	float:left;
	margin-left:4px;
}
.portfolio-tabs li a{
	display:block;
	padding:4px 8px;
	background: #f5f5f5;
	color:#555;
}

.portfolio-tabs li.active a, .portfolio-tabs li a:hover{
	color:#ffffff!important;
	background: #E4754F!important;
}
.portfolio-wrapper {clear:both;}
.portfolio .pagination {padding-left:0!important;}
.portfolio-two .portfolio-item{
	width:590px;
	margin:4px;
	float:left;
}
.portfolio-three .portfolio-item{
	width:388px;
	margin:5px;
	float:left;
}
.portfolio-four .portfolio-item{
	width:290px;
	margin:4px;
	float:left;
}
.portfolio-six .portfolio-item{
	width:190px;
	margin:4px;
	float:left;
}

/* Portfolio Thumb Overlay */
.portfolio-item .image {position:relative;overflow:hidden}
.portfolio-item .thumb-overlay {position: absolute; width:100%;height:100%; top:0;left:-200%; padding:55px; background-color: rgba(228, 117, 79, 0.9);}
.portfolio-item .thumb-overlay h4 { color:#fff; font-size:26px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); margin:0; letter-spacing:normal; font-family:Arial, Helvetica, sans-serif!important}
.portfolio-item .thumb-overlay p {color:#fff;margin:20px 0; line-height:1.3em; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);width:480px;}
.portfolio-item .thumb-overlay .line {background:url("../images/body/separators/light_line_60.png"); height:4px;width:480px;margin:10px 0;}
.portfolio-item .thumb-overlay .links {margin-left: 200px; }
.portfolio-item .thumb-overlay .links .zoom {width:30px;height:30px;display:block; float: left; margin:0 5px 0 0px; background:url("../images/body/zoom-icon.png");}
.portfolio-item .thumb-overlay .links .post {width:30px;height:30px;display:block; float: left; background:url("../images/body/post-icon.png");}

.portfolio-three .portfolio-item .thumb-overlay {padding:35px; margin: 0}
.portfolio-three .portfolio-item .thumb-overlay p {width :310px; margin: 10px 0}
.portfolio-three .portfolio-item .thumb-overlay .line {width:310px;}
.portfolio-three .thumb-overlay .links {margin-left:120px!important}

.portfolio-four .portfolio-item .thumb-overlay h4 {font-size:20px;}
.portfolio-four .portfolio-item .thumb-overlay {padding:25px; margin: 0}
.portfolio-four .portfolio-item .thumb-overlay p {width :230px;}
.portfolio-four .portfolio-item .thumb-overlay .line {width:230px;}
.portfolio-four .thumb-overlay .links {margin-left: 90px; }

.portfolio-six .portfolio-item .thumb-overlay h4 {font-size:18px;}
.portfolio-six .portfolio-item .thumb-overlay {padding:20px; margin: 0}
.portfolio-six .portfolio-item .thumb-overlay p {width :150px;}
.portfolio-six .portfolio-item .thumb-overlay .line {width:150px;}
.portfolio-six .thumb-overlay .links {margin-left: 35px; }
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Item nav ****/
ul.item-nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.item-nav li {
	float: left;
	margin-left: 1px;
	background: #f5f5f5;
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
}
ul.item-nav li a {
	background: url(../images/nav_sprite.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 45px;
	width: 45px;
	text-indent: -9999px;
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-o-transition-duration: 0s; 
}
ul.item-nav li:hover {
	background: #E4754F;
}
ul.item-nav li.prev a {
	background-position: 0px 0px;
}
ul.item-nav li.next a {
    background-position: 0px -90px;
}
ul.item-nav li.all a {
    background-position: 0px -45px;
}
ul.item-nav li.prev a:hover {
	background-position: 0px -135px;
}
ul.item-nav li.next a:hover {
    background-position: 0px -225px;
}
ul.item-nav li.all a:hover {
    background-position: 0px -180px;
}

/* 3.4. Sidebar
==================================== */
#gk-sidebar .box {
	padding: 0;
}

/* 3.5. Bottom
==================================== */

#gk-bottom {
	margin: 0px auto;
	overflow: hidden;
	padding: 45px 0 0 0;
}

#gk-bottom ul li,
#gk-bottom ol li {
	line-height: 2.0;
}

#gk-bottom .box ul li,
#gk-bottom .box ol li {
	border-top: none;
}

/* 3.6. Footer
==================================== */

#gk-footer {
	clear: both;
	color: #777;
	font-size: 11px;
	margin: 20px auto 0px auto;
	padding: 10px 0 30px 0;
	height:auto;
	float:none;
	overflow:hidden;
}

#gk-footer a {
	color: #aaa;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #F0986C;
}

#footer-menu {
	float: left;
	margin: 0;
}

#footer-menu li {
	float: left;
	margin-right: 10px;
	line-height: 24px!important;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	line-height: 24px;
	min-width:350px;
}

#gk-style-area {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

#gk-footer .gk-branding-logo {
	float:left;
	display: block;
	margin: 0;
	padding: 0px 10px 0px 0!important;
}

.gk-to-top {
	line-height:24px;
	float:right;
}
#gk-top-link {
	margin-left: 20px;
}

.gk-copyright-text {
	margin: 0 20px 0 0;
	float:left;
	color:#ffffff;
}

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.box.latest {padding:0!important}
.box-title {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 12px 0;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top .box, #gk-bottom .box, #gk-top-panel .box, #gk-mainbody-bottom .box {	float: left;}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}