/*

	Theme Name: PoCo BIA

	Description: Responsive Fullscreen Wordpress Theme

	Author: TCM


	Version: 1.6.1

	License: GNU General Public License version 3.0

	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Tags: translation-ready, theme-options, post-formats, featured-images,  custom-menu

	Text Domain: smartscreen




	TABLE OF CONTENTS

	--------------------

	0.  CSS Reset

	1.	Global Classes

	2.	General

	3.	Comments

	4.	Portfolio

	5.	Sidebar & Widgets

	6.	Navigation Menu

	7.	Controls Bar

	8.	Contact

	9.	Shortcodes

	10.	Responsive



*/



/*	0.	CSS Reset

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

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {

    margin: 0;

    padding: 0;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

fieldset, img {

    border: 0;

}

address, caption, cite, code, dfn, em, strong, th, var {

    font-style: normal;

    font-weight: 400;

}

ol, ul, li {

    list-style: none;

}

caption, th {

    text-align: left;

}

q:before, q:after {

    content: '';

}

* {

    outline: none;

}

strong {

    font-weight: 700;

}

em {

    font-style: italic;

}

a img {

    border: none;

}

/* clearfix */

.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 */



/*	1.	Global Classes

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

body {

    font: 12px/18px 'Droid Sans', Arial, Helvetica, Sans-serif;

}

a {

    text-decoration: none;

    color: #ee3c00;

    font-weight:bold;

}

.fix {

    clear: both;

    height: 1px;

    overflow: hidden;

    margin: -1px 0 0;

}

.fl {

    float: left;

}

.fr {

    float: right;

}



/*	2.	General

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

/* wrap */

#wrap-wide {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

}

#wrap {

    position: relative;

    width: 880px;

    left: 355px;

}

/* main */

#main {

    float: left;

    width: 560px;

    background-color: rgba(255, 255, 255, 1);

    -webkit-border-bottom-right-radius: 25px;

    -webkit-border-bottom-left-radius: 25px;

    -moz-border-radius-bottomright: 25px;

    -moz-border-radius-bottomleft: 25px;

    border-bottom-right-radius: 25px;

    border-bottom-left-radius: 25px;

    padding: 25px 35px;

    margin-bottom: 100px;

    position: relative;

}

#wrap.no-sidebar #main {

    width: 820px;

}

#wrap.has-leftsidebar #main {

    float: right;

}

#wrap.has-leftsidebar #sidebar {

    float: left;

}

/* breadcrumb */

#breadcrumb {

    position: absolute;

    left:  0;

    margin-top: 19px;

    font: normal 10px verdana, arial, sans-serif;

    color: #999;

}

#breadcrumb a, #breadcrumb a:active {

    color: #666;

}

#breadcrumb a:hover {

    color: #333;

}

/* Audio */

#audiojs_wrapper0 {

    position: fixed;

    bottom: 10px;

    right: 160px;

    z-index: 9;

}

#audiojs_wrapper0 object {

    overflow: hidden;

}



/* video */

.videox {

    position: relative;

    padding-bottom: 56.25%;

    height: 0;

    overflow: hidden;

}

.entry .videox {margin-bottom: 20px;}

.videox iframe, .videox object, .videox embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

/* post & page */

#entries .post-item {

    padding-bottom: 40px;

    margin-bottom: 40px;

    overflow: hidden;

    border-bottom: 1px solid #eee;

}

#entries .page.post-item {

    padding-bottom: 20px;

}

#entries .post-image {

margin-bottom: 15px !important;

}

#entries .post-meta, #entries .post-meta a, #entries .post-meta a:active {

    font: 11px Helvetica, Arial, sans-serif;

    text-transform: uppercase;

    color: #aaa;

    padding-top: 5px;

}

#entries .page-title {

    padding-bottom: 10px;

    padding-right: 15px;

    margin-bottom: 10px;

    color: #444;

    position: relative;

    font: 400 48px/54px Oswald, Helvetica, Arial, Sans-serif;

    border-bottom: 1px solid #eee;

}

#entries .post-title, #entries .post-title a, #entries .post-title a:active {

    color: #676767;

    padding: 2px 0 10px;

    text-transform: uppercase;

    word-spacing: 5px;

    font-weight: normal;

    font-size: 18px;

    line-height: 26px;

    font-family: Oswald, Helvetica, Arial, Sans-serif;

}

#entries .post-title span {

    color: #eee;

}

#entries .post-title a:hover {

    color: #222;

}

#entries .entry {

    overflow: hidden;

}

#entries .entry p {

    padding-bottom: 15px;

}

#entries .entry img {

    max-width: 100%;

    height:auto;



}

#entries .read-more {

    color: #444;

}

.post-share-buttons li { margin-top:15px}

.single #entries .post-image {margin-right: 0; float: none; margin-bottom: 0;}

/* frame */



#entries .frame img {

    display: block;

    vertical-align: bottom;

    position: relative;

    overflow: hidden;

    max-width: 100%;

    -webkit-border-top-left-radius: 10px;

    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topleft: 10px;

    -moz-border-radius-topright: 10px;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    border: none;

}

#entries .frame {

    margin-bottom: 30px;

    position: relative;

    overflow: hidden;

    -moz-transition: background-color 1s ease 0s;

    -webkit-transition: background-color 1s ease 0s;

    -o-transition: background-color 1s ease 0s;

    -ms-transition: background-color 1s ease 0s;

    transition: background-color 1s ease 0s;

    background-color: #fff;

    -webkit-border-top-left-radius: 10px;

    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topleft: 10px;

    -moz-border-radius-topright: 10px;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}

#entries .frame:hover {

    background:#fff;

}

#entries .frame .zoom, #entries .frame .video {

    background: url("images/overlay_zoom.png") center center no-repeat;

    height: 50px;

    width: 100%;

    display: block;

    position: absolute;

    top: -99px;

    cursor: pointer;

}

#entries .frame .video {

    background: url("images/overlay_video.png") center center no-repeat;

}

/* author bio */

#author-info {

    margin-bottom: 30px;

    padding-bottom: 20px;

    border-bottom: 1px solid #eee;

}

#author-info .inner img {

    -webkit-border-top-left-radius: 5px;

    -webkit-border-top-right-radius: 5px;

    -moz-border-radius-topleft: 5px;

    -moz-border-radius-topright: 5px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

}

#author-info .author-name {

    display: block;

    padding-bottom: 5px;

}

#author-info .inner p {

    padding: 0 10px 5px 80px;

}

/* wp-pagenavi */

.navi {

    padding: 10px 0;

}

.wp-pagenavi {

    clear: both;

    font: 11px Verdana, Geneva, sans-serif;

}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend, .wp-pagenavi span.current {

    margin: 0 3px 5px;

    text-align: center;

    display: inline-block;

    padding: 6px 10px;

    color: #444;

    background-color: #eee;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

}

.wp-pagenavi a:hover {

    color: #444;

    text-decoration: none;

    background-color: #ddd;

}

.wp-pagenavi span.current {

    color: #444;

    background-color: #ddd;

}

.wp-pagenavi a.first, .wp-pagenavi a.last {

    color: #fff;

    background-color: #ddd;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

}

.wp-pagenavi .pages {

    float: right;

    padding: 6px 10px;

    color: #444;

    background-color: #ddd;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

}

/* wp caption */

#content .wp-caption img {

    float: left;

    margin: 0;

}

#content .wp-caption p.wp-caption-text {

    text-align: center;

    font-family: Georgia, "Times New Roman", Times, serif;

    font-style: normal;

    font-size: 11px;

}

#content .wp-caption.alignleft {

    float: left;

    margin: 0 30px 25px 0;

}

#content .wp-caption.alignright {

    float: right;

    margin: 0 0 25px 30px;

}

/* gallery caption */

.gallery-caption {

    color: #666;

    font-family: Georgia, serif;

    font-size: 11px;

    padding: 0 4px;

}

/* sticky */

.sticky {

}



/* wpml frontpage switcher */

#menu-wrap #lang_sel {

    position: absolute;

    top: 1px;

    right: 57px;

    z-index: 1000;



}

/*	3.	Comments

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

#comments {

    width: 100%;

}

#comments .section-title, #related-folio .section-title {

    margin-bottom: 20px;

    text-transform: uppercase;

}

.htitle, #reply-title {

    padding: 0 0 15px !important;

    margin-bottom: 20px;

    font-size: 18px;

    text-transform: uppercase;

}

#comments .nocomments {

    padding-top: 20px;

    float: left;

}

.bypostauthor {

}

.comment-entry {

    border-bottom: 1px solid #eee;

    padding: 20px 10px 20px 0;

}

.comment-content {

    overflow: hidden;

}

.depth-2 .comment-entry {

    padding-left: 70px;

}

.depth-3 .comment-entry {

    padding-left: 140px;

}

.depth-4 .comment-entry {

    padding-left: 210px;

}

.depth-5 .comment-entry {

    padding-left: 280px;

}

#cancel-comment-reply-link {

    display: block;

    position: absolute;

    top: 44px;

    right: 5px;

    font: normal 12px arial, sans-serif;

}

#respond {

    clear: both;

    position: relative;

    width: 100%;

    margin-bottom: 40px;

    border-bottom: 1px solid #eee;

    padding-bottom: 40px;

}

.comment-author-wrap {

    display: inline;

    float: left;

    margin-right: 20px;

    border: 1px solid #999;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

.comment-author-wrap img {

    vertical-align: bottom;

    display: block;

    padding: 2px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

.comment-author-info {

    display: inline-block;

    padding: 0 2px;

    margin-bottom: 5px;

}

.comment-author-info a, .comment-author-info a:active {

    color: #444 !important;

}

/* comment form */

#form-comment {

    clear: both;

}

#form-comment label {

    width: 195px;

    text-transform: uppercase;

    color: #666;

}

#form-comment input.txt {

    width: 95%;

    display: block;

    border: 1px solid #b3b3b3;

    margin: 0 4px 0 0;

    background-color: #f4f4f4;

    padding: 8px 5px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

#form-comment input.txt:hover {

 background-color: #fff;

}

#form-comment textarea {

    width: 96%;

    display: block;

    border: 1px solid #b3b3b3;

    background-color: #f4f4f4;

    margin: 0 4px 0 0;

    padding: 10px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

#form-comment textarea:hover {

    background:#fff;

}

#form-comment .personal-data {

    overflow: hidden;

}

#form-comment p {

    padding-bottom: 15px;

}

#form-comment .personal-data p {

    width: 50%;

}

.contactform label {

    display: block !important;

}

.txt, textarea {

    border: 1px solid #ccc;

    font-size: 13px;

    color: #444;

}

textarea {

    overflow: auto;

}

.loading {

    font-style: italic;

    display: none;

}

.errortxt, textarea.errortxt {

    border: 1px solid red;

}

#submit {

    background-color: #555;

    border: medium none;

    color: #FFF;

    cursor: pointer;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    margin: 0 4px;

    padding: 7px 10px;

    -moz-transition: background-color .5s;

    -webkit-transition: background-color .5s;

    -o-transition: background-color .5s;

    -ms-transition: background-color .5s;

    transition: background-color .5s;

}

#submit:hover {

    background: #444;

}

/*	4.	Portfolio

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

 .portfolio #filters {

    padding-right: 10px;

    padding-left: 10px;

}

 #folio-nav {

     overflow: hidden;

     margin-bottom: 15px;

 }

#folio-nav a, #folio-nav a:active{

    color: #999;

}

#folio-nav a:hover{

    color: #555;

}

#related-folio {

    padding-bottom: 40px;

    border-bottom: 1px solid #eee;

    margin-bottom: 40px;

}

#related-folio .folio-box .frame {

    margin-bottom: 10px;

}

#related-folio .folio-box h3.folio-title, #related-folio .folio-box h3.folio-title a, #related-folio .folio-box h3.folio-title:active {

    font: 400 14px/19px "Oswald", helvetica, sans-serif;

    color: #555;

}

#portfolio .folio-cats a, #portfolio .folio-cats a:visited, #portfolio .folio-cats {

    color: #999;

    font-size: 11px;

}

#portfolio .folio-box {

    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;

    padding: 0 10px 40px;

}

#portfolio .folio-box .frame {

    margin-bottom: 10px;

}

#portfolio .folio-box h3.folio-title, #portfolio .folio-box h3.folio-title a, #portfolio .folio-box h3.folio-title:active {

    font: 400 14px/19px "Oswald", helvetica, sans-serif;

    color: #555;

}

#related-folio .folio-box h3.folio-title a:hover , #portfolio .folio-box h3.folio-title a:hover{

    color: #222;

}

#folio-single-slideshow {margin-bottom: 30px;}

#portfolio .one_half {

    width: 50%;

    margin-right: 0;

}

#portfolio .one_third {

    width: 33.33%;

    margin-right: 0;

}

#portfolio .one_fourth {

    width: 25%;

    margin-right: 0;

}

.single-portfolio .meta {

    font: 12px Helvetica, Arial, sans-serif;

    color: #999;

    padding-top: 0;

    text-transform: none;

}

.single-portfolio .meta a, .single-portfolio .meta a:active

{

    color: #999;

    text-decoration: underline;

}

.single-portfolio .meta span  {font-weight: bold;color: #555; }

.single-portfolio .meta li {padding-bottom: 10px;}

/* folio filters */

#filters {

    margin-bottom: 30px;

    margin-top: 20px;

    padding: 5px 0;

    overflow: hidden;

    clear: both;

}

#filters li {

    float: right;

    padding-left: 5px;

}

#filters li a {

    padding: 5px 8px;

    color: #777;

    font-size: 12px;

    background-color: #eee;

    border: 1px solid #fff;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    text-shadow: 1px 1px #fff;

    box-shadow: 1px 1px #ccc;

    -moz-box-shadow: 1px 1px #ccc;

    -webkit-box-shadow: 1px 1px #ccc;

    display: block;

}

#filters li a:hover{

    color: #444 !important;

    background-color: #e7e7e7;

    box-shadow: 1px 1px #c5c5c5;

    -moz-box-shadow: 1px 1px #c5c5c5;

    -webkit-box-shadow: 1px 1px #c5c5c5;

}

#filters li a.selected {

    color: #444;

    background-color: #d9d9d9;

}

#filters li a.allcats{

      color: #fff !important;

      background-color: #999;

      box-shadow: 1px 1px #ccc;

      -moz-box-shadow: 1px 1px #ccc;

      -webkit-box-shadow: 1px 1px #ccc;

    text-shadow: 1px 1px #555;



}

/* isotope styles */

.isotope-item {

    z-index: 2;

}

.isotope-hidden.isotope-item {

    pointer-events: none;

    z-index: 1;

}

.isotope-item {

    z-index: 2;

}

.isotope-hidden.isotope-item {

    pointer-events: none;

    z-index: 1;

}

.isotope, .isotope .isotope-item {

    -webkit-transition-duration: 0.8s;

    -moz-transition-duration: 0.8s;

    -o-transition-duration: 0.8s;

    transition-duration: 0.8s;

}

.isotope {

    -webkit-transition-property: height, width;

    -moz-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;

    -o-transition-property: top, left, opacity;

    transition-property: transform, opacity;

}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {

    -webkit-transition-duration: 0s;

    -moz-transition-duration: 0s;

    -o-transition-duration: 0s;

    transition-duration: 0s;

}

/*	5.	Sidebar & Widgets

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

/* sidebar */

#sidebar {

    position: relative;

    top: 0;

    float: right;

    width: 190px;

    padding: 30px 25px 0;

    background-color: rgba(0, 0, 0, .8);

    -webkit-border-bottom-right-radius: 25px;

    -webkit-border-bottom-left-radius: 25px;

    -moz-border-radius-bottomright: 25px;

    -moz-border-radius-bottomleft: 25px;

    border-bottom-right-radius: 25px;

    border-bottom-left-radius: 25px;

    margin-bottom: 100px;

}

/* widget */

#sidebar .widget {

    padding-bottom: 30px;

}

#sidebar .google-map {

    width: 100%;

    height:140px;

}

#sidebar .widget h3.widget-title {

    margin-bottom: 15px;

    color: #fff;

    font: 400 40px Oswald, Helvetica, Arial, Sans-serif;

    text-transform: none;

    letter-spacing: 1px;

}

#sidebar ul li {

    background: url(images/arrow_bullet.png) no-repeat;

    padding: 0 0 10px 20px;

    color: #444;

}

#sidebar ul li, #sidebar ul li a, #sidebar ul li a:active {

    color: #015480;

}

/* tag cloud */

.widget .tagcloud a, .tags a {

    background-color: #000;

    display: inline-block;

    height: 23px;

    padding: 0 10px;

    margin: 0 2px 7px 0;

    font-size: 11px !important;

    line-height: 21px;

    font-family: Verdana, sans-serif;

    text-decoration: none;

    color: #fff !important;

}

.tags strong {

    float: left;

    padding-right: 10px;

}

/* thumbnail list for popular and recent posts */

#sidebar .thumb-list li {

    overflow: hidden;

    display: block;

    background: none;

    padding: 2px 0 20px;

}

#sidebar .thumb-details {overflow: hidden;}

#sidebar .thumb-list li img {

    display: block;

    vertical-align: bottom;

    margin-top:2px;

}

#sidebar .thumb-list .date {

    font: 10px Verdana, sans-serif;

    color: #777;

    display: block;

}

#sidebar .thumb-list a.fl {

    margin: 0 13px 5px 0;

}

#sidebar .thumb-list li a, #sidebar .thumb-list li a:visited {

    background: none;

    display: inline;

    padding: 0;

    font-size: 11px;

}

/* recent tweets */

#sidebar .recent-tweets li {

    background: url("images/twitter.png") no-repeat left 6px;

    display: block;

    color: #d2d2d2;

    padding: 0 0 20px 37px;

    margin-bottom: 20px;

}

#sidebar .recent-tweets ul li a, #sidebar .recent-tweets ul li a:visited {

    display: inline;

    padding: 0;

    text-decoration: underline;

}

#sidebar .recent-tweets li span.twitterTime a {

    display: block;

    padding-top: 5px;

    text-decoration: none;

    color: #34b7d7;

}

#sidebar .recent-tweets li {

    margin-bottom: 0;

}

/* text widget */

.widget .textwidget {

    color: #000000;

    line-height: 22px;

}

/* contact details */

.contact-details ul li span {

    text-decoration: underline;

    padding-right: 5px;

}

.contact-details p {

    padding-bottom: 20px;

    color: #eee;

}

/* ads */

#sidebar .widget .ads-banner ul li {

    float: left;

    margin: 0 15px 5px 0;

    background: none;

    padding: 0;

}

#sidebar .widget .ads-banner ul li a {

    display: block;

}

/* wp-calendar */

#wp-calendar {

    width: 100%;

}

#wp-calendar caption {

    text-align: center;

    font: bold 11px/23px Arial, Helvetica, sans-serif;

    color: #fff;

}

#wp-calendar td, #wp-calendar th {

    border: 1px solid #666;

    text-align: center;

    padding: 3px;

    color: #eee;

}

#wp-calendar th {

    background: #222;

    color: #fff;

    font-weight: 700;

}

#wp-calendar td:hover {

    background: #444;

    cursor: pointer;

}

#wp-calendar tfoot td {

    background: #222;

}

#wp-calendar a:link, #wp-calendar a:visited{

    color: #fff;

}

/* Clients logo */

.clients a {

    display: block;

    float: left;

    margin: 3px;

}

.clients a img {

    float: left;

}

/* flickr widget */

.flickr .wrap {

    margin-left: 0;

    position: relative;

    padding: 10px 0 0;

}

.flickr a {

    display: inline-block;

    padding: 0 !important;

}

.flickr a img {

    border: 1px solid #777;

    float: left;

}

.flickr a:hover img {

    border: 1px solid #fff;

    transition: border 1s;

    -moz-transition: border 1s;

    -webkit-transition: border 1s;

    -o-transition: border 1s;

    -ms-transition: border 1s;

}

.flickr div.flickr_badge_image {

    float: left;

    margin-bottom: 16px;

    margin-right: 16px;

    width: 79px;

    height: 79px;

    display: inline;

    padding: 0;

}

/* search widget */

.search-box {

    position: relative;

}

.search-box .search-field {

    width: 140px;

    border: thin;

    background-color: #015480;

    font: 11px Verdana, Geneva, sans-serif;

    color: #015480;

    padding: 5px 36px 6px 10px;

    height: 16px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    text-transform: none;

}

.search-box .search-go {

    border: none;

    background: url(images/search.png) no-repeat right center;

    width: 35px;

    height: 35px;

    display: block;

    text-indent: -9999px;

    cursor: pointer;

    position: absolute;

    overflow: hidden;

    font-size: 0;

    line-height: 0;

    top: -5px;

    right: 5px;

}

#footer .search-box .search-field {

    width: 143px;

}

/*	6.	Navigation Menu

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

#menu-wrap {

    width: 266px;

    position: absolute;

    top: 0;

    left: 80px;

    padding: 50px 0;

    background: rgba(0, 0, 0, .7) url("images/sec_highlight.png") no-repeat;

    -webkit-border-bottom-right-radius: 25px;

    -webkit-border-bottom-left-radius: 25px;

    -moz-border-radius-bottomright: 25px;

    -moz-border-radius-bottomleft: 25px;

    border-bottom-right-radius: 25px;

    border-bottom-left-radius: 25px;

    z-index: 999;

}

#menu {

    width: 215px;

    margin: 0 auto;

}

#nav {

    padding-top: 0px;

}

#selectnav1, #main-menu {

    display: none;

}

select.selectnav {

    display: block;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 460px;

    height: 30px;

    margin: 20px auto 0;

    padding: 4px 5px 6px 5px;

    overflow: hidden;

    vertical-align:  middle;

    font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;

    text-shadow: 1px 1px 0 #000;

    color: #ededed;

    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none;

    background: #1F1B18;

    background: url(images/menu_dd.png) no-repeat right center, -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);

    background: url(images/menu_dd.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9)));

    background: url(images/menu_dd.png) no-repeat right center, -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);

    background: url(images/menu_dd.png) no-repeat right center, -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);

    background: url(images/menu_dd.png) no-repeat right center, -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);

    -webkit-border-radius: 0;

    border: 1px solid #000;

    color: #8e857c;

    text-shadow: 1px 1px 0 #050403;

    background-size: 23px 18px, 100%;

}



select.selectnav option {

    border: none;

    background: #1F1B18;

    outline: none;

}

.jqueryslidemenu ul li {

    position: relative;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    padding: 3px 0;

    margin: 5px 0;

}

.jqueryslidemenu ul li li {

    padding: 2px 10px 8px;

}

.jqueryslidemenu span {

    font: 11px helvetica, arial, sans-serif;

    color: #777;

    display: block;

    text-transform: none;

}

.jqueryslidemenu ul li a {

    display: block;

    color: #fff;

    text-decoration: none;

    padding: 0;

    font: 300 18px 'Oswald', Serif;

    text-transform: uppercase;

}

.jqueryslidemenu ul li li a {

    text-transform: none;

}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited, .jqueryslidemenu ul li a:active {

    color: #fff;

}

.jqueryslidemenu ul li ul {

    position: absolute;

    width: 220px;

    top: 0;

    visibility: hidden;

    background: rgba(0, 0, 0, .7);

    border: 1px solid #444;

    padding: 0 10px;

}

.jqueryslidemenu ul li:last-child {

    border-bottom: none;

}

* html .jqueryslidemenu ul li {

    float: left;

    height: 1%;

}

* html .jqueryslidemenu ul li a {

    height: 1%;

}

/*	7.	Controls Bar

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

/* slideshow caption */

.slider-caption {

    padding: 25px;



}

#slidecaption {

    width: 450px;

    position: fixed;

    bottom: 50px;

    right: 80px;

    background: rgba(0, 0, 0, .7) url("images/sec_highlight.png") no-repeat;

    -webkit-border-top-left-radius: 25px;

    -webkit-border-top-right-radius: 25px;

    -moz-border-radius-topleft: 25px;

    -moz-border-radius-topright: 25px;

    border-top-left-radius: 25px;

    border-top-right-radius: 25px;

    color: #fff;

}

#slidecaption h2 {

    font: 300 40px 'Oswald', 'Helvetica',  Sans-serif;

    padding-bottom: 10px;

    color: #015581;

}

#slidecaption p {

    font: normal 13px/20px Helvetica, Arial, sans-serif;

    color: #015581;

}

/* controls bar wrap */

#controls-wrap {

    margin: 0 auto;

    height: 45px;

    width: 100%;

    bottom: 0;

    left: 0;

    z-index: 4;

    background-color: rgba(0, 0, 0, .7);



    position: fixed;

}

/* thumbs list */

#tray-button {

    position: absolute;

    top: 7px;

    left:38px;

    cursor: pointer;

}

#thumb-tray {

    position: fixed;

    z-index: 3;

    bottom: 0;

    left: 0;

    background-color: rgba(0, 0, 0, .7);

    height: 150px;

    width: 100%;

    overflow: hidden;

    text-align: center;

    -moz-box-shadow: 0px 0px 4px #000;

    -webkit-box-shadow: 0px 0px 4px #000;

    box-shadow: 0px 0px 4px #000;

    padding: 10px 0;

}

ul#thumb-list li {

    width: 110px !important;

    height: 80px !important;

    margin: 12px 10px 0 !important;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

}

ul#thumb-list li img {

    width: 100% !important;

    height: 100% !important;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

}

#thumb-back, #thumb-forward {

    position: absolute;

    z-index: 5;

    bottom: 42px;

    height: 130px;

    width: 40px;

}

#thumb-back {

    left: 0;

    background: url('images/slider/thumb-back.png') no-repeat center center;

}

#thumb-forward {

    right: 0;

    background: url('images/slider/thumb-forward.png') no-repeat center center;

}

#thumb-back:hover, #thumb-forward:hover {

    cursor: pointer;

    background-color: rgba(256, 256, 256, 0.1);

}

#thumb-back:hover {

    border-right: 1px solid rgba(256, 256, 256, 0.2);

}

#thumb-forward:hover {

    border-left: 1px solid rgba(256, 256, 256, 0.2);

}

ul#thumb-list {

    display: inline-block;

    list-style: none;

    position: relative;

    left: 0px;

    padding: 0 0px;

}

ul#thumb-list li {

    background: #111;

    list-style: none;

    display: inline;

    width: 150px;

    height: 108px;

    overflow: hidden;

    float: left;

    margin: 0;

}

ul#thumb-list li img {

    width: 200px;

    height: auto;

    opacity: 0.5;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

    filter: alpha(opacity = 60);

    -webkit-transition: all 100ms ease-in-out;

    -moz-transition: all 100ms ease-in-out;

    -o-transition: all 100ms ease-in-out;

    -ms-transition: all 100ms ease-in-out;

    transition: all 100ms ease-in-out;

}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity = 100);

}

ul#thumb-list li:hover {

    cursor: pointer;

}

/* slideshow next/prev/play */

#prevslide, #nextslide, #play-button {

    width: 19px;

    height: 18px;

    float: right;

    margin-top: 15px;

    opacity: 0.6;

}

#prevslide {

    margin-right: 5px;

    background: url('images/slider/back.png') no-repeat;

}

#nextslide {

    margin-right: 80px;

    background: url('images/slider/forward.png') no-repeat;

}

#play-button {

    margin-right: 5px;

}

#prevslide:hover, #nextslide:hover, #play-button:hover {

    cursor: pointer;

}

/* slideshow progress */

#progress-back {

    z-index: 5;

    position: fixed;

    bottom: 51px;

    left: 0;

    height: 4px;

    width: 100%;

    background: url('images/slider/progress-back.png') repeat-x;

}

#progress-bar {

    position: relative;

    height: 4px;

    width: 100%;

    background: url('images/slider/progress-bar.png') repeat-x;

}

/* footer copyright */

.copyright {

    font: 12px Verdana;

    color: #015581;

    float: left;

    padding: 15px 0 0 80px;

}

/* shutdown, menu toggle, page toggle, scrollup */

#shutdown, #menu-toggle, #entries-toggle, #scrollup {

    display: block;

    width: 32px;

    height: 32px;

    position: absolute;

    text-indent: -9999px;

    cursor: pointer;

}

#entries-toggle {

    background: url("images/toggle_icons.png") 0 -32px no-repeat;

    top: 0;

    right: 0;

}

#shutdown {

    background: url("images/toggle_icons.png") 0 -64px no-repeat;

    top: 7px;

    left: 10px;

}

#menu-toggle {

    background: url("images/toggle_icons.png") 0 -32px no-repeat;

    bottom: -5px;

    left: 117px;

}

#menu-toggle.active {

    background: url("images/toggle_icons.png") 0 0 no-repeat;

}

#shutdown.active {

    background: url("images/toggle_icons.png") 0 -97px no-repeat;

}

#entries-toggle.active {

    background: url("images/toggle_icons.png") 0 0 no-repeat;

}

#scrollup {

    background: url("images/toggle_icons.png") 0 -32px no-repeat;

    position: fixed;

    bottom: 40px;

    left: 58%;

    z-index: 99;

    display: none;

}

/*	8.	Contact

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

#contact-box {

    padding: 20px 0;

}

#contactform .error {

    color: red;

    font-weight: bold;

}

#contactform p {

    margin-bottom: 5px;

}

#contactform label {

    width: 195px;

    padding: 0 0 5px 10px;

    color: #2a2a2a;

    text-shadow: 1px 1px 0 #fff;

    display: block;

}

#contactform input.txt {

    width: 84%;

    display: block;

    padding: 3px 10px;

    height: 25px;

    border: 2px solid #eee;

}

#contactform textarea {

    width: 84%;

    display: block;

    padding: 10px;

    border: 2px solid #eee;

}

.txt, textarea {

    border: 1px solid #eee;

    border-top: none;

    border-left: none;

    font: 11px Verdana, Geneva, sans-serif;

    color: #444;

}

#contactform input.txt:focus, #contactform textarea:focus {

    background-color: #f4f4f4;

}

#contactform .submit-button {

    padding: 6px 10px;

    font-size: 12px;

    color: #fff;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-box-border-radius: 4px;

    -ms-box-border-radius: 4px;

    border-radius: 4px;

    display: inline-block;

    position: relative;

    -moz-transition: background-color .5s;

    -webkit-transition: background-color .5s;

    -o-transition: background-color .5s;

    -ms-transition: background-color .5s;

    transition: background-color .5s;

    cursor: pointer;

    background-color: #555;

    border: 1px solid #606060;

    margin-right: 5px;

}

#contactform .submit-button:hover {

    background-color: #333;

}

/*	9.	Shortcodes

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

/* heading */

h1, h2, h3, h4, h5, h6 {

    line-height: 1.3em;

    font-family: "Oswald";

    font-weight: 400;

    color: #2a2a2a;

}

#main .entry h1, #main .entry h2, #main .entry h3, #main .entry h4, #main .entry h5, #main .entry h6 {

    padding-bottom: 10px;

}

#main .entry h1 {

    font-size: 26px;

}

#main .entry h2 {

    font-size: 40px;

}

#main .entry h3 {

    font-size: 30px;

}

#main .entry h4 {

    font-size: 13px;

}

#main .entry h5 {

    font-size: 12px;

}

#main .entry h6 {

    font-size: 11px;

}

.special-heading {

    border-left-width: 1px;

    border-left-style: dotted;

    text-indent: 8px;

    padding: 0 !important;

    margin-bottom: 20px;

}

/* tables */

table.tbl-style {

    font-size: 12px;

    width: 100%;

    text-align: left;

    margin: 0;

}

/* table style1 */

table.tbl-style th {

    font-size: 13px;

    font-weight: 700;

    background: #eee;

    border-top: 4px solid #c2c4c5;

    border-bottom: 1px solid #ccc;

    color: #000;

    text-shadow: #fff 0 1px 1px;

    padding: 8px;

}

table.tbl-style td {

    border-bottom: 1px solid #eee;

    color: #888;

    border-top: 1px solid transparent;

    padding: 8px;

}

table.tbl-style tr:hover td {

    background: #f6f6f6;

    color: #000;

    cursor: pointer;

}

/* Google Map */

.google-map {

    width: 98%;

    height:250px;

    border-style:solid;

    border-width:3px;

    border-color: #015581;

}

/* Socialize Icons */

.social-in-homepage, .social-in-page {

    position: fixed;

    top: 0;

    right: 80px;

    z-index: 999;

}

.social-in-page {

    right: -2px;

}

.social-bookmarks.social-in-page ul li {

    float: none;

    display: block;

    overflow: hidden;

}

.social-in-page ul li, .social-in-page ul li a {

    -webkit-border-top-left-radius: 7px;

    -webkit-border-bottom-left-radius: 7px;

    -moz-border-radius-topleft: 7px;

    -moz-border-radius-bottomleft: 7px;

    border-top-left-radius: 7px;

    border-bottom-left-radius: 7px;

}

.social-in-homepage ul li, .social-in-homepage ul li a {

    -webkit-border-bottom-right-radius: 7px;

    -webkit-border-bottom-left-radius: 7px;

    -moz-border-radius-bottomright: 7px;

    -moz-border-radius-bottomleft: 7px;

    border-bottom-right-radius: 7px;

    border-bottom-left-radius: 7px;;

}

.social-bookmarks {

    overflow: hidden;

    margin-bottom: 20px;

}

.social-bookmarks.res-social-bookmarks {

    display: none;

}

.social-bookmarks ul li {

    float: left;

    display: inline;

    margin: 0 2px 2px 0;

    padding: 0 !important;

    list-style-type: none !important;

    background-color: rgba(0, 0, 0, 0.7);

}

.social-bookmarks ul li a {

    display: block;

    text-indent: -9999px;

    width: 40px;

    height: 40px;

    float: left;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

.social-bookmarks .facebook a {

    background: url("images/social_icons.png") 0 0 no-repeat;

}

.social-bookmarks .facebook a:hover {

    background: #3b5998 url("images/social_icons.png") 0 -40px no-repeat;

}

.social-bookmarks .gplus a {

    background: url("images/social_icons.png") -40px 0 no-repeat;

}

.social-bookmarks .gplus a:hover {

    background: #d94a39 url("images/social_icons.png") -40px -40px no-repeat;

}

.social-bookmarks .twitter a {

    background: #48c4d2 url("images/social_icons.png") -80px 0 no-repeat;

}

.social-bookmarks .twitter a:hover {

    background: #48c4d2 url("images/social_icons.png") -80px -40px no-repeat;

}

.social-bookmarks .youtube a {

    background: url("images/social_icons.png") -120px 0 no-repeat;

}

.social-bookmarks .youtube a:hover {

    background: #f45750 url("images/social_icons.png") -120px -40px no-repeat;

}

.social-bookmarks .vimeo a {

    background: url("images/social_icons.png") -160px 0 no-repeat;

}

.social-bookmarks .vimeo a:hover {

    background: #62a0ad url("images/social_icons.png") -160px -40px no-repeat;

}

.social-bookmarks .flickr a {

    background: url("images/social_icons.png") -200px 0 no-repeat;

}

.social-bookmarks .flickr a:hover {

    background: #f1628b url("images/social_icons.png") -200px -40px no-repeat;

}

.social-bookmarks .skype a {

    background: url("images/social_icons.png") -240px 0 no-repeat;

}

.social-bookmarks .skype a:hover {

    background: #18b7f1 url("images/social_icons.png") -240px -40px no-repeat;

}

.social-bookmarks .linkedin a {

    background: url("images/social_icons.png") -280px 0 no-repeat;

}

.social-bookmarks .linkedin a:hover {

    background: #71b2d0 url("images/social_icons.png") -280px -40px no-repeat;

}

.social-bookmarks .behance a {

    background: url("images/social_icons.png") -320px 0 no-repeat;

}

.social-bookmarks .behance a:hover {

    background: #18a3fe url("images/social_icons.png") -320px -40px no-repeat;

}

.social-bookmarks .picasa a {

    background: url("images/social_icons.png") -360px 0 no-repeat;

}

.social-bookmarks .picasa a:hover {

    background: #444 url("images/social_icons.png") -360px -40px no-repeat;

}

.social-bookmarks .dribble a {

    background: url("images/social_icons.png") -400px 0 no-repeat;

}

.social-bookmarks .dribble a:hover {

    background: #ef5b92 url("images/social_icons.png") -400px -40px no-repeat;

}

.social-bookmarks .digg a {

    background: url("images/social_icons.png") -440px 0 no-repeat;

}

.social-bookmarks .digg a:hover {

    background: #2882c6 url("images/social_icons.png") -440px -40px no-repeat;

}

.social-bookmarks .blogger a {

    background: url("images/social_icons.png") -480px 0 no-repeat;

}

.social-bookmarks .blogger a:hover {

    background: #fb913f url("images/social_icons.png") -480px -40px no-repeat;

}

.social-bookmarks .supon a {

    background: url("images/social_icons.png") -520px 0 no-repeat;

}

.social-bookmarks .supon a:hover {

    background: #eb4924 url("images/social_icons.png") -520px -40px no-repeat;

}

.social-bookmarks .delicious a {

    background: url("images/social_icons.png") -560px 0 no-repeat;

}

.social-bookmarks .delicious a:hover {

    background: #3274d1 url("images/social_icons.png") -560px -40px no-repeat;

}

.social-bookmarks .tumblr a {

    background: url("images/social_icons.png") -600px 0 no-repeat;

}

.social-bookmarks .tumblr a:hover {

    background: #3a5976 url("images/social_icons.png") -600px -40px no-repeat;

}

.social-bookmarks .dropbox a {

    background: url("images/social_icons.png") -640px 0 no-repeat;

}

.social-bookmarks .dropbox a:hover {

    background: #18b7f1 url("images/social_icons.png") -640px -40px no-repeat;

}

.social-bookmarks .google a {

    background: url("images/social_icons.png") -680px 0 no-repeat;

}

.social-bookmarks .google a:hover {

    background: #dd4b39 url("images/social_icons.png") -680px -40px no-repeat;

}

.social-bookmarks .rss a {

    background: url("images/social_icons.png") -720px 0 no-repeat;

}

.social-bookmarks .rss a:hover {

    background: #fe9900 url("images/social_icons.png") -720px -40px no-repeat;

}

.social-bookmarks .wordpress a {

    background: url("images/social_icons.png") -760px 0 no-repeat;

}

.social-bookmarks .wordpress a:hover {

    background: #464646 url("images/social_icons.png") -760px -40px no-repeat;

}

.social-bookmarks .apple a {

    background: url("images/social_icons.png") -800px 0 no-repeat;

}

.social-bookmarks .apple a:hover {

    background: #444 url("images/social_icons.png") -800px -40px no-repeat;

}

.social-bookmarks .yahoo a {

    background: url("images/social_icons.png") -840px 0 no-repeat;

}

.social-bookmarks .yahoo a:hover {

    background: #ab64bc url("images/social_icons.png") -840px -40px no-repeat;

}

.social-bookmarks .android a {

    background: url("images/social_icons.png") -880px 0 no-repeat;

}

.social-bookmarks .android a:hover {

    background: #a5c43b url("images/social_icons.png") -880px -40px no-repeat;

}

.social-bookmarks .html5 a {

    background: url("images/social_icons.png") -920px 0 no-repeat;

}

.social-bookmarks .html5 a:hover {

    background: #f3642c url("images/social_icons.png") -920px -40px no-repeat;

}

.social-bookmarks .photo-500 a {

    background: url("images/social_icons.png") -960px 0 no-repeat;

}

.social-bookmarks .photo-500 a:hover {

    background: #00adef url("images/social_icons.png") -960px -40px no-repeat;

}

.social-bookmarks .instagram a {

    background: url("images/social_icons.png") -1000px 0 no-repeat;

}

.social-bookmarks .instagram a:hover {

    background: #5d3d35 url("images/social_icons.png") -1000px -40px no-repeat;

}

.social-bookmarks .pinterest a {

    background: url("images/social_icons.png") -1040px 0 no-repeat;

}

.social-bookmarks .pinterest a:hover {

    background: #c9232f url("images/social_icons.png") -1040px -40px no-repeat;

}

.social-bookmarks .email-social a {

    background: url("images/social_icons.png") -1080px 0 no-repeat;

}

.social-bookmarks .email-social a:hover {

    background: #1f6f8a url("images/social_icons.png") -1080px -40px no-repeat;

}

/* Bottons */

#wrap a.button {

    padding: 10px 20px;

    border: 1px solid #606060;

    font-size: 18px;

    color: #fff;

    -webkit-box-shadow: 0 1px 3px #666;

    -moz-box-shadow: 0 1px 3px #666;

    -o-box-shadow: 0 1px 3px #666;

    -ms-box-shadow: 0 1px 3px #666;

    box-shadow: 0 1px 3px #666;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-box-border-radius: 4px;

    -ms-box-border-radius: 4px;

    border-radius: 4px;

    display: inline-block;

    position: relative;

    text-shadow: 0 1px #111;

}

#wrap a.button:hover {

    border: 1px solid #555;

    color: #fff !important;

    text-shadow: 0 1px #111;

    background-image: linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);

    background-image: -o-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);

    background-image: -moz-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);

    background-image: -webkit-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);

    background-image: -ms-linear-gradient(bottom, rgb(38, 38, 38) 0%, rgb(133, 133, 133) 77%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(38, 38, 38)), color-stop(0.77, rgb(133, 133, 133)));

}

#wrap a.button span {

    position: absolute;

    top: 1px;

    left: 0;

    width: 100%;

    height: 100%;

    background: url("http://pocobia.com/wp-content/themes/smartscreen/images/btn_glow.png") center top repeat-x;

    border-top: 1px solid rgba(255, 255, 255, .5);

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-box-border-radius: 4px;

    -ms-box-border-radius: 4px;

    border-radius: 4px;

}

#wrap a.s-button {

    padding: 10px 20px;

    font-size: 18px;

    color: #fff !important;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -o-box-border-radius: 4px;

    -ms-box-border-radius: 4px;

    border-radius: 4px;

    display: inline-block;

    position: relative;

    -moz-transition: background-color .5s;

    -webkit-transition: background-color .5s;

    -o-transition: background-color .5s;

    -ms-transition: background-color .5s;

    transition: background-color .5s;

}

#wrap a.s-button:hover {

    background-color: #555;

}

#wrap a.large {

    font-size: 21px;

    margin-right: 4px;

    padding: 15px 30px;

}

#wrap a.medium {

    font-size: 13px;

    margin-right: 4px;

}

#wrap a.small {

    font-size: 11px;

    margin-right: 4px;

    padding: 5px 10px;

}

.s-magenta {

    background-color: #C25283;

}

.s-pink {

    background-color: #F9A7B0;

}

.s-orange {

    background-color: #F96E5B;

}

.s-red {

    background-color: #DC4F49;

}

.s-green {

    background-color: #78D18B;

}

.s-blue {

    background-color: #7CC0CB;

}

.s-grey {

    background-color: #444;

}

.s-black {

    background-color: #000;

}

.s-purple {

    background-color: #9A86A2;

}

.magenta {

    border: 1px solid #7a0136;

    background-image: linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);

    background-image: -o-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);

    background-image: -moz-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);

    background-image: -webkit-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);

    background-image: -ms-linear-gradient(bottom, rgb(56, 4, 27) 12%, rgb(122, 1, 53) 56%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(56, 4, 27)), color-stop(0.56, rgb(122, 1, 53)));

}

.pink {

    border: 1px solid #a21769;

    background-image: linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);

    background-image: -o-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);

    background-image: -moz-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);

    background-image: -webkit-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);

    background-image: -ms-linear-gradient(bottom, rgb(163, 12, 102) 12%, rgb(235, 12, 146) 50%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(163, 12, 102)), color-stop(0.5, rgb(235, 12, 146)));

}

.orange {

    border: 1px solid #b74200;

    background-image: linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);

    background-image: -o-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);

    background-image: -moz-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);

    background-image: -webkit-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);

    background-image: -ms-linear-gradient(bottom, rgb(209, 109, 2) 12%, rgb(250, 168, 5) 50%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(209, 109, 2)), color-stop(0.5, rgb(250, 168, 5)));

}

.red {

    border: 1px solid #a61c1c;

    background-image: linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);

    background-image: -o-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);

    background-image: -moz-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);

    background-image: -webkit-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);

    background-image: -ms-linear-gradient(bottom, rgb(186, 11, 11) 13%, rgb(245, 10, 10) 54%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(186, 11, 11)), color-stop(0.54, rgb(245, 10, 10)));

}

.green {

    border: 1px solid #1b5122;

    background-image: linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);

    background-image: -o-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);

    background-image: -moz-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);

    background-image: -webkit-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);

    background-image: -ms-linear-gradient(bottom, rgb(63, 154, 56) 50%, rgb(89, 197, 72) 100%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(63, 154, 56)), color-stop(1, rgb(89, 197, 72)));

}

.blue {

    border: 1px solid #007cab;

    background-image: linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);

    background-image: -o-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);

    background-image: -moz-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);

    background-image: -webkit-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);

    background-image: -ms-linear-gradient(bottom, rgb(8, 128, 158) 48%, rgb(50, 157, 250) 85%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(8, 128, 158)), color-stop(0.85, rgb(50, 157, 250)));

}

.grey {

    border: 1px solid #4a4a4a;

    background-image: linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);

    background-image: -o-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);

    background-image: -moz-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);

    background-image: -webkit-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);

    background-image: -ms-linear-gradient(bottom, rgb(117, 117, 117) 48%, rgb(174, 175, 176) 85%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(117, 117, 117)), color-stop(0.85, rgb(174, 175, 176)));

}

.black {

    border: 1px solid #252525;

    background-image: linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);

    background-image: -o-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);

    background-image: -moz-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);

    background-image: -webkit-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);

    background-image: -ms-linear-gradient(bottom, rgb(38, 37, 38) 48%, rgb(84, 81, 84) 85%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(38, 37, 38)), color-stop(0.85, rgb(84, 81, 84)));

}

.purple {

    border: 1px solid #4f2f53;

    background-image: linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);

    background-image: -o-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);

    background-image: -moz-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);

    background-image: -webkit-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);

    background-image: -ms-linear-gradient(bottom, rgb(79, 47, 83) 48%, rgb(169, 91, 179) 85%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, rgb(79, 47, 83)), color-stop(0.85, rgb(169, 91, 179)));

}

/* Icon-Link */

a.icon-link {

    margin-right: 10px;

    display: inline-block;

    color: #444 !important;

}

.icon-link span {

    padding-left: 22px;

    display: block;

}

.icon-link .arrow-icon {

    background: url(images/small_icons/moreinfo.png) no-repeat 0 3px;

}

.icon-link .email-icon {

    background: url(images/small_icons/email.png) no-repeat 0 3px;

}

.icon-link .print-icon {

    background: url(images/small_icons/printer.png) no-repeat 0 2px;

}

.icon-link .add-icon {

    background: url(http://pocobia.com/wp-content/themes/smartscreen/images/small_icons/add.png) no-repeat;

}

.icon-link .star-icon {

    background: url(images/small_icons/star3.png) no-repeat;

}

.icon-link .heart-icon {

    background: url(images/small_icons/heart2.png) no-repeat;

}

.icon-link .twitter-icon {

    background: url(images/small_icons/twitter.png) no-repeat;

}

.icon-link .download-icon {

    background: url(images/small_icons/download2.png) no-repeat;

}

.icon-link .phone-icon {

    background: url(images/small_icons/phone.png) no-repeat;

}

.icon-link .link-icon {

    background: url(http://pocobia.com/wp-content/themes/smartscreen/images/small_icons/link.png) no-repeat;

}

.icon-link .exlink-icon {

    background: url(http://pocobia.com/wp-content/themes/smartscreen/images/small_icons/ex_link.png) no-repeat;

}

/* basic list */

.entry ul li {

    list-style-type: disc;

    padding: 3px 0 3px 0;

    list-style-position: inside;

}



.entry ol li {

    list-style-type: decimal;

    list-style-position: inside;

    padding: 3px 0 3px 0;

}

ul ul, ol ol, ul ol, ol ul {

    margin-bottom: 0;

}

.entry ul.children {

    margin-top: 10px;

}

.entry ul, ol {

    margin: 0 0 10px;

}

.entry p, .slideshow-html p {

    padding-bottom: 15px;

}

/* image based list */

ul.dottedlist ul, ul.dashedlist ul, ul.linelist ul, ul.checklist ul, ul.bulletlist ul, ul.arrowlist ul {

    margin: 5px 0 0 0;

}

ul.dottedlist li, ul.dashedlist li, ul.linelist li, ul.checklist li, ul.bulletlist li, ul.arrowlist li {

    list-style: none outside;

    color: #444;

    padding: 5px 0 5px 27px;

    line-height: 17px;

}

ul.arrowlist li {

    padding: 5px 0 5px 35px;

}

ul.arrowlist li:before {

    width: 16px;

    height: 16px;

    content: " ";

    background: url(images/arrow_bullet.png) center center no-repeat;

    display: inline-block;

    float: left;

    margin-left: -30px;

    background-color: #555;

}

ul.checklist li {

    background: url(images/bullets.png) 0 -95px no-repeat;

}

ul.bulletlist li {

    background: url(images/bullets.png) -22px -60px no-repeat;

}

ul.linelist li {

    padding: 5px 0;

    background: url(images/s_line.png) bottom repeat-x;

}

ul.dashedlist li {

    padding: 5px 0;

    background: url(images/dashed.png) bottom repeat-x;

}

ul.dottedlist li {

    padding: 5px 0;

    background: url(images/dotted.png) bottom repeat-x;

}

/* CTA Box */

.cta-box {

    background-color: #eee;

    padding: 20px 15px;

}

.cta-box .button , .cta-box .s-button {

    float: right;

}

.cta-box .cta-text {

    text-align: left;

    display: inline;

    line-height: 20px;

}

#main .cta-box .cta-text h2 {

    font-size: 20px;

    padding-bottom: 5px;

}

.cta-box .cta-text p {

    color: #989898;

    font-size: 15px;

}

/* divider */

div.divider, .line-sc {

    clear: both;

    display: block;

    height: 2px;

    padding-top: 40px;

    margin-bottom: 40px;

    border-bottom: 1px solid #eee;

}

div.top {

    position: relative

}

div.top a, div.top a:active {

    font-size: 10px;

    color: #bbb;

    position: absolute !important;

    right: 0;

    bottom: 0 !important;

}

div.top a:hover {

    color: #000;

    text-decoration: none;

}

/* pullquote */

.pullquote-right, .pullquote-left {

    background: transparent url(images/openquote.png) 15px 0 no-repeat;

    float: right;

    width: 33%;

    margin: 20px 0 0 20px;

    padding: 0 0 0 20px;

    color: #555;

}

.pullquote-left {

    float: left;

    margin-left: 0;

    margin-right: 20px;

}

.pullquote {

    background: transparent url(images/openquote.png) 10px 0 no-repeat;

    text-align: center;

    margin: 30px 0 0;

    display: block;

    overflow: hidden;

    width: 100%;

}

.pullquote cite {

    display: block;

    text-align: right;

    font-size: 13px;

    font-style: italic;

    font-weight: bold;

    margin-top:10px;

}

#entries .pullquote p, #entries .pullquote-right p, #entries .pullquote-left p {

    color: #555;

    padding: 0 0 0 40px !important;

    font-size: 16px;

    font-style: italic;

    font-family: georgia, serif;

    line-height: 24px;

}

/* drop-cap */

.dropcap1 {

    display: block;

    float: left;

    font-size: 40px;

    line-height: 40px;

    margin: 0 8px 0 0;

}

.dropcap2, .dropcap3 {

    color: #fff;

    background-color: #444;

    display: block;

    float: left;

    font-size: 24px;

    margin: 0 8px 0 0;

    padding: 5px 0;

    line-height: 32px;

    text-align: center;

    text-shadow: none;

    width: 44px;

}

.dropcap2 {

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

}

.dropcap3 {

    -webkit-border-radius: 55px;

    -moz-border-radius: 55px;

    border-radius: 55px;

}

/* Code , Pre */

.code, .pre {

    overflow: auto;

    white-space: pre-wrap;

    display: block;

    line-height: 21px;

    padding: 21px 10px;

    margin-bottom: 20px;

    color: #444;

    border: 1px solid #ddd;

    background-color: #fff;

    background: url(images/code_bg.png) repeat;

    white-space: nowrap;

}

/* text highlights */

.entry .highlight-yellow, .entry .highlight-red, .entry .highlight-black {

    padding: 0 6px;

    text-shadow: none;

}

.entry .highlight-yellow {

    background: #FEEB43;

}

.entry .highlight-red {

    background: #F96E5B;

}

.entry .highlight-black {

    background: #444;

    color: #fff;

}

/* alignment */

.alignright, img.alignright, a img.alignright {

    float: right;

    margin: 10px 10px 10px 16px;

}

.alignleft, img.alignleft, a img.alignleft {

    float: left;

    margin: 10px 16px 10px 0;

}

.aligncenter, img.aligncenter, a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}

/* tooltip */

.tool_tip {

    display: none;

    z-index: 999;

    cursor: pointer;

    color: #fff;

}

.tooltip_sc {

    cursor: pointer;

    color: #444;

}

.tooltip_body {

    overflow: auto;

    padding: 10px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    background: #555;

    font: 11px verdana;

}

.tooltip_tip {

    background: url(images/tooltip-tip.png) no-repeat 50% -2px transparent;

    height: 20px;

    position: relative;

    top: -1px;

    overflow: auto;

}

/* lightbox */

.sc-lightbox {

    display: inline-block;

}

.frame.fl {

    margin: 10px 20px 10px 0 !important;

}

.frame.fr {

    margin: 10px 0 10px 20px !important;



}

/* testimonial shortcode */

.sc-testimonials {

    margin: 30px 0 0;

}

.sc-testimonials li.testimonial {

    list-style: none;

    text-align: center;

    font: italic 16px/26px Georgia, "Times New Roman", Times, serif;

    color: #828282;

    background: url(images/openquote.png) 10px 0 no-repeat;

}

.sc-testimonials li.testimonial p {

    padding: 0 40px;

}

.sc-testimonials .testimonial cite {

    text-align: center;

    display: block;

    font: 12px Georgia, "Times New Roman", Times, serif;

    color: #888;

    padding-top: 10px;

}

/* boxes */

.simple-box, .titled-box {

    border: 1px solid #ddd;

    padding: 15px;

    background: #fff;

}

.simple-box {

    text-shadow: none;

}

.titled-box {

    border-top: none;

}



.titled-box-header {

    background-position: center;

    margin-bottom: 0 !important;

    padding-bottom: 0 !important;

    text-align: center;

    text-decoration: none;

    letter-spacing: 1px;

    font-size: 13px !important;



}

.titled-box-header span {

    padding: 10px 0;

    display: block;

    color: #fff;

}

.simple-box p, .fancy-box p, .titled-box p {

    color: #000000;

    padding: 0;

}

.simple-box .divider, .fancy-box .divider, .titled-box .divider {

    padding-top: 10px;

    margin: 0 0 10px 0;

}



/* informative boxes */

.info-content-box {

    border: 1px solid #fff;

    padding: 12px 10px 10px 15px;

}

.info-content-box-icon {

    border: 1px solid #fff;

    padding: 12px 10px 10px 38px;

}

.info-box-red-header, .info-box-green-header, .info-box-orange-header, .info-box-blue-header, .info-box-silver-header {

    background-position: 10px 15px;

    background-repeat: no-repeat;

}

.info-box-red-header {

    border: 1px solid #fdced0;

    background-color: #fde9ea;

    color: #A14A40;

}

.info-box-red-body {

    border: 1px solid #fdced0;

    background-color: #fff3f3;

    border-top: none;

    color: #A14A40;

}

.info-box-green-header {

    border: 1px solid #b4e168;

    background-color: #e5fac0;

    color: #68A500;

}

.info-box-green-body {

    border: 1px solid #b4e168;

    background-color: #f0fcdb;

    border-top: none;

    color: #68A500;

}

.info-box-blue-header {

    border: 1px solid #93d1eb;

    background-color: #d8f2fe;

    color: #00A1E4;

}

.info-box-blue-body {

    border: 1px solid #93d1eb;

    background-color: #ebf7fd;

    border-top: none;

    color: #00A1E4;

}

.info-box-silver-header {

    border: 1px solid #ccc;

    background-color: #f3f3f3;

    color: #777;

}

.info-box-silver-body {

    border: 1px solid #ccc;

    background-color: #fff;

    border-top: none;

    color: #777;

}

.info-box-orange-header {

    border: 1px solid #d7c993;

    background-color: #fff2bf;

    color: #A48200;

}

.info-box-orange-body {

    border: 1px solid #d7c993;

    background-color: #fef6d8;

    border-top: none;

    color: #A48200;

}

.info-box-warning {

    background-image: url(images/small_icons/warning_icon.png);

}

.info-box-close {

    background-image: url(images/small_icons/close_icon.png);

}

.info-box-error {

    background-image: url(images/small_icons/error_icon.png);

}

.info-box-info {

    background-image: url(images/small_icons/info_icon.png);

}

.info-box-note {

    background-image: url(images/small_icons/note_icon.gif);

}

.info-box-twitter {

    background-image: url(http://pocobia.com/wp-content/themes/smartscreen/images/small_icons/twitter_icon.png);

}

.info-box-rss {

    background-image: url(images/small_icons/rss_icon.png);

}

.info-box-star {

    background-image: url(images/small_icons/star_icon.png);

}

.info-box-heart {

    background-image: url(images/small_icons/heart_icon.png);

}

.info-box-download {

    background-image: url(images/small_icons/download_icon.png);

}

/* slideshow shortcode */

.slideshow-sc {

    clear: both;

    position: relative;

    margin-bottom: 30px !important;

}

.slideshow-sc ul {

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;

}

.slideshow-sc ul li {

    list-style: none !important;

    padding: 0 !important;

}

.slideshow-sc ul li img {

    display: block;

    vertical-align: bottom;

}

.slideshow-sc .flex-control-nav {

    bottom: 40px;

}

/* Tab */

.tab-set ul.tabs-titles {

    padding: 0;

    height: 32px;

    margin: 0 !important;

    clear: right;

}

.tab-set .tabs-titles li {

    float: left;

    list-style-type: none;

    border-bottom: none;

    margin: 0 3px 0 0;

    padding: 0;

}

.tab-set .tabs-titles li a {

    padding: 9px 15px 9px;

    color: #555;

    display: block;

}

.tab-set .tabs-titles li .current {

    padding: 9px 15px 8px;

    position: relative;

    top: 1px;

    color: #444;

    background: #f0f0f0;

    -webkit-border-top-left-radius: 3px;

    -webkit-border-top-right-radius: 3px;

    -moz-border-radius-topleft: 3px;

    -moz-border-radius-topright: 3px;

    border-top-left-radius: 3px;

    border-top-right-radius: 3px;

}

.tab-content {

    padding: 20px 20px 10px !important;



    -webkit-border-radius: 3px;

    -webkit-border-top-left-radius: 0;

    -moz-border-radius: 3px;

    -moz-border-radius-topleft: 0;

    border-radius: 3px;

    border-top-left-radius: 0;

    background-color: #f0f0f0;

}

.tab-content p {

    padding: 0;

}

/* toggle + accordion */

.toggle-item, .accordion .acc-item {

    padding: 5px 0;

    margin: 5px 0;

    border-bottom: 1px solid #B4B5B4;

    border-right: 1px solid #B4B5B4;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    background-color: #f6f6f6;

}

.toggle-head, .acc-head {

    position: relative;

    cursor: pointer;

    clear: both;

    padding: 5px 15px;

}

.toggle-head h3, .acc-head h3 {

    font-size: 15px !important;

    line-height: 20px;

    padding-bottom: 0 !important;

}

.toggle-head .arrow, .acc-item .arrow, .toggle-head .minus .arrow, .acc-head .arrow {

    background: url(images/toggle_acc.png) 0 0 no-repeat;

    width: 8px;

    height: 8px;

    display: block;

    float: left;

    margin: 7px 15px 0 0;

}

.toggle-head .minus .arrow, .acc-head .current .arrow {

    background: url(images/toggle_acc.png) -10px 0 no-repeat;

}

.toggle-body, .acc-content {

    padding: 10px 30px !important;

}

.accordion .acc-content {

    display: none;

}

/* Pricing Table */

.pricing-tables {

    width: 100%;

    overflow: hidden;

}

.pricing-table {

    float: left;

    position: relative;

    text-align: center;

    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    transition: all 0.15s linear;

    padding: 1px;

    background-color: #fff;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.pricing-table-3col .pricing-table {

    width: 33.33%;

}

.pricing-table-4col .pricing-table {

    width: 25%;

}

.pricing-table-5col .pricing-table {

    width: 20%;

}

.pricing-special {

    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

    -webkit-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

    position: relative;

    z-index: 2;

}

.pricing-block {

    color: #fff;

    padding: 15px 0;

}

.pricing-block h2.pricing-title {

    font-size: 25px !important;

    padding: 0 !important;

    color: #fff;

}

.pricing-block h2.pricing-price {

    font-size: 35px !important;

    padding: 0 !important;

    color: #fff;

}

.pricing-block .pricing-price span {

    font-size: 22px;

    line-height: 0;

    position: relative;

    top: -0.5em;

    left: 0.2em;

    vertical-align: baseline;

}

.pricing-body {

    background-color: #eee;

}

.pricing-body .odd {

    background-color: #f7f7f7;

}

.pricing-body ul {

    margin-bottom: 0;

}

.pricing-body ul li {

    color: #555;

    padding: 10px 0;

    list-style-type: none;

}

/* Progress */

.progress {

    border: 1px solid #999;

    height: 24px;

    padding: 2px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.progress .meter {

    height: 100%;

    display: block;

    text-align: center;

    color: #fff;

    font-size: 11px;

}

.progress.round, .progress.round span {

    -webkit-border-radius: 1000px;

    -moz-border-radius: 1000px;

    border-radius: 1000px;

}

/* misc */

.p-sc {

    margin: 0 !important;

    padding: 0 !important;

}

#entries .entry p:last-child {

    padding-bottom: 0;

}

#entries .entry .image-sc img {

    margin: 0 !important;

    padding: 0 !important;

    max-width: 100%;

}

#entries .entry .line-sc {

    padding-top: 10px;

    margin-bottom: 10px;

}

/* grouping */

table.tbl-style, .google-map, ul.dottedlist, ul.dashedlist, ul.linelist, ul.checklist, ul.bulletlist, ul.arrowlist,

.cta-box, .pullquote-right, .pullquote-left, .pullquote, .sc-testimonials, .simple-box, .titled-box, .info-box-wrapper,

.tab-set, .accordion, .pricing-tables {

    margin-bottom: 30px;

}

/*	15.	Grid

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

.one_half {

    width: 48%;

}

.one_third {

    width: 30.66%;

}

.two_third {

    width: 65.33%;

}

.one_fourth {

    width: 22%;

}

.three_fourth {

    width: 74%;

}

.one_fifth {

    width: 16.8%;

}

.two_fifth {

    width: 37.6%;

}

.three_fifth {

    width: 58.4%;

}

.four_fifth {

    width: 67.2%;

}

.one_sixth {

    width: 13.33%;

}

.five_sixth {

    width: 82.67%;

}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {

    position: relative;

    margin-right: 4%;

    float: left;

    display: inline;

}

.last {

    margin-right: 0 !important;

    clear: right;

}