/*
    Theme Name: NumberOne
    Theme URI: http://www.highthemes.com
    Description: Professional Multipurpose Wordpress Theme
    Author: Highthemes
    Author URI: http://www.highthemes.com
    Version: 1.2.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: highthemes


    Fallow us on Twitter: http://twitter.com/theHighthemes

    TABLE OF CONTENTS
    --------------------
    0.  CSS Reset
    1.  Global Classes
    2.  General
    3.  Header + Navigation
    4.  Slideshow
    5.  Parallax
    6.  Portfolio
    7.  Blog + Sidebar
    8.  Carousel
    9.  Form Elements + Contact
    10. Widgets
    11. Comment
    12. Footer
    13. Shortcodes
    14. Grid
    15. Media Query



*/

/*  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;
}
.clear {
    clear: both;
    padding-bottom: 20px;
}
/* End Clearfix */

.mejs-overlay-button{
    display:none;
}

/*  1.  Global Classes
/*-----------------------------------------------------------------------------------*/

.fix {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: -1px 0 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/* alignment */
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.folio-frame , .post-image, .thumb-list .frame, .progress,input[type="text"], 
textarea, input[type="email"],input[type="submit"], input[type="reset"],
.widget .tagcloud a, .tags a,#scrollup, #scrollup:visited,
header#header .search-box input,
.slideshow .slide-caption p,
article.standard-post .post-type,
.masonry-item,
.navi a, 
.navi a:link, 
.navi a:visited, 
.navi a:active, 
.navi span.extend, 
.navi span.current,
.navi .pages,
.comment-list .reply a,
a.simple-button,
.dropcap2,
.tooltip_body,
.content-box.content-box-center,
.content-box.noicon,
.info-box-wrapper,
.info-box-wrapper-subheading,
.toggle-head, 
.acc-head,
.flex-direction-nav a, 
.sc-testimonials,
.entry img, aside.sidebar .post-format-icons i , #footer .post-format-icons i{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* wp caption */
.wp-caption img {
    float: left;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-size: 11px;
}
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 25px 0;
}
.wp-caption.alignright {
    float: right;
    margin: 0 0 25px 30px;
}
/* gallery caption */
.gallery-caption {
    color: #666;
    padding: 0 4px;
}
/* sticky */
.sticky {
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/* breadcrumb */
#breadcrumb {
    margin-top: 19px;
    font: normal 10px verdana, arial, sans-serif;
    color: #999;
}
#breadcrumb a, #breadcrumb a:active {
    color: #666;
}
#breadcrumb a:hover {
    color: #333;
}
/* mobile cart tab */
.cart-tab-mobile {
    background: #fff;
    color: #444;
    font-size: 20px;
    padding: 15px 15px 10px;
    position: fixed;
    right: 0;
    top: 120px;
    width: 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;    
    z-index: 9999;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
/*  2.  General
/*-----------------------------------------------------------------------------------*/
.full-width-section {width: 100% !important;}
section.page-section {
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
}

section.page, section.post {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding: 0;
    margin: 0;
}
.post-area {margin-top: 40px;}
.page-section .post-area {margin-top: 0;}
.page-section aside.sidebar .sidebar-inner {padding: 0;}
/* section Title */
.subtitle {
    color: #b2b2b6;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -15px;
}
.section-title {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0 !important;
}
.page-section .section-title {
    margin-bottom: 30px;
}
.page-section.blog .section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 28px;
}
#related-folio .section-title,
#respond .section-title {
    margin: 0 0 30px;
}
.centered {
    text-align: center;
}
.section-title.no-desc h2 {
    padding-bottom: 30px;
}
.section-title.no-desc.no-border h2 {
    padding-bottom: 0;
}
.section-title.no-border {
    border-bottom: none;
}
.section-title.no-border p {
    padding-bottom: 0;
}
.section-title p {
    font-size: 16px;
    color: #999;
    padding-bottom: 25px;
    line-height: 1.4em;
}
/* image hover effect */
.folio-item .mask, .post-image .mask, .lightbox-sc .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.8);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    transition: all ease-in-out .5s;
    cursor: pointer;
    ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
    zoom: 1;  
}
.folio-item .mask.zoom, .post-image .mask.zoom, .lightbox-sc .mask.zoom {
    background-image: url(images/zoom.png);
 } 
.folio-item .mask.video, .post-image .mask.video, .lightbox-sc .mask.video {
    background-image: url(images/video.png);
 }  
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    .folio-item .mask.zoom, .post-image .mask.zoom, .lightbox-sc .mask.zoom {
        background-image: url(images/zoom@2x.png);
        background-size: 28px 29px;
     } 
    .folio-item .mask.video, .post-image .mask.video, .lightbox-sc .mask.video {
        background-image: url(images/video@2x.png);
        background-size: 32px 32px;
     }
} 
.folio-frame:hover .mask, .post-image:hover .mask, .lightbox-sc:hover .mask {
    ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');    
     opacity: 1;
}
.folio-frame img, .post-image img, .lightbox-sc img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

}


.folio-frame:hover img, .post-image:hover img, .lightbox-sc:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.folio-item p.folio-desc {padding-top: 15px;}
.folio-item .folio-cats {padding-top: 5px; font-size: 12px;}
.folio-item .folio-cats a, .folio-item .folio-cats a:visited  {color: #666;}
.post-area aside.sidebar {margin-right: 0 !important; margin-left: 2.5641% !important;}
aside.sidebar .social-icons {
    margin-bottom: 15px;
    overflow: hidden;
}
aside.sidebar .social-icons li {
    border: none;
    display: inline-block;
    font-size: 18px;
    margin: 0 9px 10px 9px;
    text-align: center;
}
#sub-footer .social-icons li {
    font-size: 20px;
    float: right;
    margin-left: 20px;
}
#top-header .social-icons.social-icons-left li {
    float: left;
    margin-right: 20px;
}
#top-header .social-icons.social-icons-right li {
    float: right;
    margin-left: 20px;
}
#top-header .social-icons li {
    font-size: 16px;
}
aside.sidebar .social-icons li a {
    color: #444;
    text-align: center;
    display: block;
    width: 20px;
}
#sub-footer .social-icons li a {
    color: #666;
}
aside.sidebar .social-icons li:last-child a,
ul#top-nav li:last-child {
    border-right: none;
}
#error-404 {
    text-align: center;
}
#error-404 h1 {
    font-size: 200px;
    letter-spacing: 10px;
}
#error-404 h3 {
    font-size: 40px;
    text-transform: uppercase;
}
/* Image with animation */
img.img-with-animation {
    opacity: 0;
    position: relative;
}
img.img-with-animation[data-animation="grow-in"].full-opacity {
    opacity: 1;
}
html:not(.js) img.img-with-animation {
    opacity: 1;
}
img.img-with-animation[data-animation="grow-in"] {
    opacity: 0.1;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
}
img.img-with-animation[data-animation="fade-in-from-left"] {
    left: -40px;
}
img.img-with-animation[data-animation="fade-in-from-right"] {
    right: -40px;
}
img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: -100px;
}
img.img-with-animation[data-animation="fade-in-from-left"], 
img.img-with-animation[data-animation="fade-in-from-right"] {
    margin: 0 auto;
}

/*  3.  Header + Navigation
/*-----------------------------------------------------------------------------------*/
header#top-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 9998;
    padding: 10px 0;
}
#top-nav,
#lang_sel {
    float: right;
    top: -2px;
}
ul#top-nav li {
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-left: 10px;
    font-size: 11px;

}
#lang_sel {
    margin-left: 5px;
    height: 18px;
}
#lang_sel a {
    padding-bottom: 10px;
    line-height: 19px;
    border: none;
}
#lang_sel a.lang_sel_sel {
    background-position: right 3px;
    background-color: transparent;
}
#lang_sel ul ul {
    width: 110px;
    border: none;
    z-index:999;
    right: 64%;
    left:auto;
}
#lang_sel img.iclflag {
    top: 0;
}
#lang_sel ul li {
    width: 110px;
}
#lang_sel ul ul li {
    border-bottom: 1px solid #ddd;
    width: 180px;
}
#header-info {
    float: left;
}
header#header {
    width: 100%;
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom: 0;
    position: fixed;
    top: 38px;
    left: 0;
    z-index: 9997;
    overflow: visible !important;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
}
header#header, #header > .container, #nav > ul:first-child > li  > a, #nav > ul:first-child > li {
    height: 90px;
    line-height: 90px;
    z-index: 9997;
}
#nav > ul > li:last-child a {padding-right: 8px;}
header#header.small {
    padding-top: 10px;
}
header#header.small #logo a img{
    height:100%;
}

#page-wrap {
    padding-top: 131px;
}
#header-bg .container {
    padding: 0;
    color: #fff;
}
#header-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    position: relative;
}
#header-bg h2 {
    color: #fff;
    font-size: 36px;
}
#header-bg p {
    font-size: 18px;
    line-height: 23px;
}
#logo {
    float: left;
    left: 0;
    position: absolute;
}
#logo, #logo a{
    display: block;
    height: 100%;
    position: relative;
}
#logo img {
    display: block;
    height: auto;
    max-height: 100%;
    padding: 5px 0;
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav#nav {
    float: right;
	/*text-transform: uppercase;*/
}
header#header .search-box {
    float: right; 
    border-left: 1px solid #ddd; 
    padding-left: 20px;
    margin-left: 20px;
    width: 40px;
    position: relative;
}
header#header .search-box input {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 30px 10px 10px !important;
    background-image: url('images/mag_icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: #999;
    opacity: .9;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    header#header .search-box input {
        background-size: 14px 14px;
        background-image: url('images/mag_icon@2x.png');

    }
} 
header#header .search-box input.input-no-bg {
    background-image: none;
    
}
/* dark menu */
header#header.dark-header {
    background-color: #444;
    border-top-color: #202020;
}
header#header.dark-header .search-box {
    border-left-color: #363636;
}
header#header.dark-header .search-box input.search-field {
    border: 0;
    background-color: rgba(0,0,0,0.2);
    color: #ddd;  
}
header#header.dark-header #menu > li > a {
    color: #ddd;
}
header#top-header.dark-header {
    background-color: #2d3032;
}
header#header.dark-header .sf-sub-indicator i {
    color: #ddd !important;
}
#top-header.dark-header a, 
#top-header.dark-header a:visited, 
.dark-header #header-info ,
header#top-header.dark-header #top-nav a
header#top-header.dark-header #top-nav a:visited{
    color: #ccc;
}
#top-header.dark-header a:hover, 
#top-header.dark-header a:active,
header#top-header.dark-header #top-nav a:hover
header#top-header.dark-header #top-nav a:active{
    color: #fff !important;
}
.dark-header ul#top-nav li {
    border-color: #666;
}
/* mega menu */
header#header .container {
    position: relative;
    margin: 0 auto;
}
header#header nav > ul > li.megamenu {
    position: inherit !important;
}
header#header nav > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0;
    padding: 15px 0;
    background-color: #fff;
}
header#header nav > ul > li.megamenu > ul > li {
    display: table-cell !important;
    float: none !important;
    padding: 0 15px;
    width: 33.33%;
}

header#header nav > ul > li.megamenu.columns-2 > ul > li {
    width: 50% !important;
}
header#header nav > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33% !important;
}
header#header nav > ul > li.megamenu.columns-4 > ul > li {
    width: 25% !important;
}
header#header nav > ul > li.megamenu.columns-5 > ul > li {
    width: 20% !important;
}
header#header nav > ul > li.megamenu.columns-6 > ul > li {
    width: 16.66% !important;
}
header#header nav > ul > li.megamenu > ul > li ul {
    display: block !important;
    top: 0 !important;
    width: 100%;
    opacity: 1 !important;
    left: 0 !important;
    position: relative !important;
}
header#header nav > ul > li.megamenu > ul > li {
    border-right: 1px solid #eee;
}
header#header nav > ul > li.megamenu ul li a {
    border-bottom: none !important;
    padding: 9px 15px;
}
header#header nav > ul > li.megamenu > ul > li > a {
    margin-bottom: 5px;
    font-weight: bold;
}
header#header nav li.current_page_item a {
    font-weight: bold;
}
header#header nav li.current_page_item .sub-menu a {
    font-weight: lighter;
}

header#header nav > ul > li.megamenu > ul > li > a:hover,
header#header nav > ul > li.megamenu > ul > li.sfHover > a {
    background: none !important;   
}
/* responsive Nav */
#toggle-nav {
    float: right;
    display: none;
    font-size: 20px;
    line-height: 50px;
}
#mobile-menu {
    position: relative;
    top: 0;
    display: none;
    background-color: #f1f1f1;
    padding: 0;
    z-index: 100000;
}
#mobile-menu .container > ul > li:first-child a {
    border-top: none;
}
#mobile-menu .container > ul > li:first-child {
    padding-top: 10px;  
}
#mobile-menu .container > ul > li:last-child, #mobile-menu .container > ul .sub-menu li:last-child {
    padding-bottom: 10px;
    border-bottom: 0px;

}

#mobile-menu ul li  {
    border-bottom: 1px solid #ddd;
}
#mobile-menu ul li a {
    border-top: 1px solid #fff;
    color: #444;
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0 !important;
}
#mobile-menu ul li ul {
    display: none;
    margin-left: 20px;
    border-top: 1px solid #ddd;
}
#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a {
    color: #111;
}

#mobile-menu .search-box input.search-field {
    border: 0;
    margin-top: 20px;    
    background-color: #fff !important;  
    border: 1px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
}
/*  4.  Slideshow
/*-----------------------------------------------------------------------------------*/
.slideshow-section .highlight-text {
    padding: 10px;
}
.slideshow-section .flexslider .slides img {
    width: 100%;
}
.slideshow-section {
    padding: 0;
}
.flexslider {
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.flexslider.image-auto-width .slides img {
    width: auto;
    margin: 0 auto;
}
.flexslider .slides img {
    margin: 0 auto;
}
.flex-direction-nav a {
    background: #000;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    display: block;
    color: #fff;
    opacity: .5;
}
.flex-direction-nav a i {
    color: #fff;
}
.flex-direction-nav .flex-next { 
    right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;    
}
.flex-direction-nav .flex-prev { 
    left: 0; 
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
}
.slideshow.flexslider {
    margin-bottom: 15px;
}
.flexslider ul.slides li {
    position: relative;
    list-style: none;
    padding: 0;
}
.slideshow-full .flexslider, .slideshow-full.page-section {
    padding: 0;
}
.slideshow-full .flexslider .flex-control-nav {
    bottom: 15px;   
}
.slideshow.flexslider .flex-control-nav {
    bottom: 0;
}
.flexslider .flex-direction-nav {
    margin: 0 !important;
}
.flexslider .flex-direction-nav li {
    list-style: none !important;
}

section#slideshow .flex-direction-nav .flex-next { 
    background-position: 100% 0; 
    right: 0; 
}
section#slideshow .flex-direction-nav .flex-prev { 
    left: 0; 
}
.slideshow-caption-wrap {
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
}
.slideshow-caption {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
   overflow: visible;

}
.slideshow-caption h2 {
    font-size: 30px;
    padding-bottom: 15px;
}
.slideshow-caption h1, .slideshow-caption h2, .slideshow-caption h3 {
    margin: 0;
    padding: 0;
}
.slideshow-caption h1{
    font-size: 60px;
}
.slideshow-caption h2{
    font-size: 45px;
}
.slideshow-caption p {
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0;
}
.slideshow.no-arrows .flex-direction-nav {
    display: none;
}

.slideshow.no-paging .flex-control-paging {
    display: none;
}
.slideshow .slide-caption {
    left: 0;
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
}
.slideshow .slide-caption p {
    max-width: 860px;
    margin: 0 auto;
    background-color: #222;
    padding: 5px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    display: inline-block;
}
/*  5.  Parallax
/*-----------------------------------------------------------------------------------*/
section.parallax {
    padding: 70px 0 80px;
}
hr.parallax-border, hr.section-separator {
    background:url(images/pat_01.png) repeat-x;
    padding: 0;
    margin: 0;
    border: 0;
    height: 8px;
    clear: both;
}

hr.section-separator.no-padding {
    margin-bottom: 0;
}
.parallax .sc-testimonials {
    border: none;
}
.parallax .sc-testimonials .testimonial-content p {
    font-size: 22px;
    line-height: 35px;
    font-style: italic;
    text-align: center;
}
.parallax .sc-testimonials .flex-control-paging li a {
    height: 10px;
    width: 10px;
}
.parallax .flex-control-paging li a {
    background-color: rgba(255,255,255,0.5);
}
.parallax .flex-control-paging li a.flex-active {
    background-color: rgba(255,255,255,0.9);
}

/*  6.  Portfolio
/*-----------------------------------------------------------------------------------*/
section.portfolio .filters {
    margin: 0px 12px 30px;
}
section.portfolio.page .section-title, .section.portfolio.page-section .section-title {
    margin-right: 12px;
    margin-left: 12px;
}

section.mblog.no-sidebar .section-title{
    margin-right: 0px;
    margin-left: 32px;
}

section.portfolio .filterable {
    overflow: visible !important;
}
section.portfolio .folio-item {
    margin-bottom: 30px !important;
}
section.portfolio .folio-item.span3 {
    margin: 0 1.1%;
    padding: 0;
    width: 22.7%;
}
section.portfolio .folio-item.span4 {
    margin: 0 1.1%;
    padding: 0;
    width: 31.05%;
}
section.portfolio .folio-item.span6 {
    margin: 0 1.1%;
    padding: 0;
    width: 47.7%;
} 
section.portfolio .folio-item .folio-frame {
    overflow: hidden;
    position: relative;
}
section.portfolio .folio-meta h4 {
    padding: 15px 5px 0 0;
    font-size: 16px;
    color: #7d7d7d;
}
section#related-folio {
    margin-bottom: 0;
    margin-top: 40px;
}

section#related-folio .folio-meta h4 a,section.portfolio .folio-meta h4 a, section.portfolio .folio-meta h4 a:visited {
    color: #444;
}
section#related-folio .folio-item {
    margin: 0 .2% 0 0;
    float: left;
    width: 24.8%;
}
section#related-folio .folio-meta h4 {text-align: center;}
section#related-folio .folio-item:last-child {
    margin-right: 0;
}  
#post-nav {
    position: absolute;
    top: 6px;
    right: 0;
}
#post-nav i {
    color: #666;
    display: inline-block;
    font-size: 28px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}
#post-nav .folio-gallery i {

    font-size: 24px;

}
.filters {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
    display: block;
}
.filters li {
    float: left;
    padding-right: 6px;
    color: #ccc;
}
.filters li a {
    color: #999;
    font-size: 13px;
    padding-right: 6px;
}
.filters li a:focus {
    outline: 0;
}
.filters li a:hover, 
.filters li a.selected {
    color: #444;
}
.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;
    -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: -o-transform, 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;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*  7.  Blog + Sidebar
/*-----------------------------------------------------------------------------------*/
article.standard-post .post-content {
    position: relative;
}
article.standard-post .content-inner {
    padding: 0 10px 30px 170px;
    border-bottom: 3px solid #f2f2f2;
    margin-bottom: 50px;
    min-height: 180px;
}
article.standard-post.page-search .content-inner {
    padding: 0 10px 30px 0;
    border-bottom: 3px solid #f2f2f2;
    margin-bottom: 50px;
    min-height: 40px;
}
.type-section article.standard-post .content-inner {border-bottom: none;}
article.standard-post:last-child .content-inner {
    border-bottom: none;
    margin-bottom: 0;
}
aside.sidebar .main-meta .post-date{margin-right: 10px;}
aside.sidebar .main-meta i{font-size: 15px; color: #999; margin-right: 3px;}

aside.sidebar .meta, .has-leftsidebar .post-area, .has-rightsidebar .post-area {
    margin-bottom: 20px;
}
aside.sidebar .meta li  {
    font-size: 13px;
    color: #888;
    padding: 8px 0 10px;
} 
aside.sidebar .meta li span {
    display: block;
    line-height: 2em;
    color: #222;
} 
article.standard-post .post-meta {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-right: 30px;
    width: 140px;
    color: #444;   
    font-size: 13px;
}
article.standard-post .post-type,
article.standard-post .post-author, 
article.standard-post .post-date,
article.standard-post .categories,
article.standard-post .post-comment {
    display: block;
    margin-bottom: 15px;
}
article.standard-post .post-type {
    color: #fff;
    background-color: #b30d22;
    width: 36px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 19px;
    padding-top: 10px;
}
article.standard-post .post-comment i {
    padding-right: 10px;
    font-size: 15px;
}
article.standard-post hr.post-meta-separator,
article.masonry-item hr.post-meta-separator {
    width: 37px;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    text-align: left;
    border: none;
}
article.standard-post .post-image,
.masonry-item .post-image {
    display: block;
    position: relative;
    overflow: hidden;
}
article.standard-post .post-image,
.masonry-item .post-image,
article.standard-post h2.post-title {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.post-slider.thumbnails .post-image {
    margin-bottom: 0;
}
article.standard-post h2.post-title, article.standard-post h2.post-title a {
    font-size: 22px;
    color: #2d2d2d;
}
.entry p {
    line-height: 25px;
    padding-bottom: 25px;
}
article.standard-post .entry .more-link {
    display: block;
    margin-top: 50px;
}
article.standard-post .entry .more-link i {
    padding-left: 8px;
    font-size: 15px;
    vertical-align: middle;
    color: #9d9d9d;
}

.format-quote .quote blockquote {
    border: none;
}
.format-quote .quote blockquote li.testimonial p{
    font-family: Georgia,serif;
    font-size: 26px;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 40px
}
.quote-caption {
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
}
/* Sidebar */
aside.sidebar .sidebar-inner {
    padding: 40px 0;
}

.has-leftsidebar .post-area {
    float: right;   
}
.has-leftsidebar .post-area .content-inner, .no-sidebar .post-area .content-inner {
    padding-right: 0;  
}
.has-leftsidebar aside.sidebar {
    margin-left: 0;
    margin-right: 2.5641%;
}
.has-leftsidebar article.standard-post .content-inner {
    padding: 0 0 30px 180px;

}
.has-leftsidebar article.standard-post .post-meta {
    left: 10px;
}
.single article {
    margin-bottom: 30px;
}
.single-portfolio article {
    margin-bottom: 0;
}
.single-portfolio .images-list img, .single-folio-wide .images-list img {
    display:block;
    margin-bottom: 1px;
}
.single-folio-wide .images-list img { width: 100%;}
/* Masonry Blog */
.masonry-item {
    border: 4px solid #f7f7f7;
    width: 362px;
    margin-bottom: 30px;
    background-color: #fff;
}
.span9 .masonry-item {
    border: 4px solid #f7f7f7;
    width: 262px;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 0;        

}
.has-leftsidebar .span9 .masonry-item {
    margin-right: 0;
    margin-left: 20px;    
}
.no-sidebar .masonry-item {
    margin-right: 20px;
    margin-left: 0px;
    width: 360px;

}
.masonry-wrap .post-area.span9 {
    margin-left: 0;
}
.masonry-wrap.row {
    margin-left: 0;
}

.masonry-item .post-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

.masonry-item .subtitle {
    padding-top: 5px;
    display: block;
}
.masonry-item .post-content {
    border: 1px solid #ebebeb;
    padding: 18px 18px 33px;
    position: relative;
}
.masonry-item .post-meta {
    color: #777;
    font: normal normal 14px arial;
}
.masonry-item .secondary-meta {
    margin-top: 28px;
}
.masonry-item .post-meta a,
.masonry-item .secondary-meta a {
    color: #444;
    font-size: 12px;
}
.masonry-item .secondary-meta .comment-link {
    text-align: right;
}
.masonry-item .secondary-meta .span6 i {
    margin-right: 4px;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.span9 .masonry-item .secondary-meta .span6 {
    float: none;
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.masonry-item .entry blockquote p {
    font: 20px/1.5 georgia;
}
.masonry-item .icon-quote-right {
    color: #aaa;
    float:right;
    font-size: 14px;
}
article.masonry-item .post-type {
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    width: 36px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 19px;
    padding-top: 10px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -18px;
}

/*  8.  Carousel
/*-----------------------------------------------------------------------------------*/
.client-logo .flex-direction-nav a {
    background: none !important;
    width: auto;
}
.client-logo .flex-direction-nav a i {
    color: #444 !important;
}
.client-logo.flexslider { width: 95%; margin: 0 auto;}
.client-logo .flex-direction-nav .flex-prev {
    left: -25px;
    top: 50%;
    margin-top: -30px;
}
.client-logo .flex-direction-nav .flex-next {
    right: -25px;
    top: 50%;
    margin-top: -30px;    
}
/*  9.  Form Elements
/*-----------------------------------------------------------------------------------*/
input[type=text], textarea, input[type=email], input[type=password], .wpcf7-text, .wpcf7-number, .wpcf7-date, .wpcf7-select {
    padding: 13px !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    background-color: #eee;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-select option {
    font-size: 14px;
    line-height: 22px;
    padding: 0 13px !important;

}
div.wpcf7-response-output {
    margin-top: 3em;
}
input[type=text]:focus, textarea:focus, input[type=email]:focus, .wpcf7-text:focus, .wpcf7-number:focus, .wpcf7-date:focus,.wpcf7-select:focus {
    background-color: #e1e1e1;
}
input[type=submit], input[type=reset] {
    font-size: 14px;
    padding: 12px 24px;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;  
    margin-right: 5px;  
}
input[type=submit]:hover,input[type=reset]:hover {
    opacity: 1;
}
textarea {
    max-width: 100%;    
    font-family: arial, sans-serif;
}
label {
    font-size: 17px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 5px;
}
/* Contact */
ul.contact-details li {
    font-size: 15px;
    color: #444;
    padding-bottom: 20px;
}
ul.contact-details li i {
    color: #444;
    font-size: 18px;
    width: 35px;
    display: inline-block;
}

/*  10.  Widgets
/*-----------------------------------------------------------------------------------*/
aside.sidebar .widget,
#footer-widgets .widget {
  padding-bottom: 15px;
    clear: both;
    overflow: hidden;
}
aside.sidebar .google-map,
#footer-widgets .google-map {
    width: 100%;
    height:100px;
}
aside.sidebar .widget h3.widget-title,
#footer-widgets h3.widget-title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 5px;    
}
#footer-widgets h3.widget-title {
    font-size: 14px;
    color: #999;    
}
aside.sidebar ul li,
#footer-widgets ul li {
    padding: 8px 0px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}
#footer-widgets ul li {
    border-color: #444;
}
aside.sidebar ul li:last-child {
    border-bottom: none;
}
/* wpml */
#icl_lang_sel_widget {
    overflow: hidden;
}
#icl_lang_sel_widget #lang_sel {
    float: left;
}
#icl_lang_sel_widget #lang_sel a.lang_sel_sel {
    padding-left: 0;
}
#icl_lang_sel_widget #lang_sel ul li {
    width: 260px;
}
/* tag cloud */
.widget .tagcloud a, 
.tags a {
    background-color: #444;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 3px 3px 0px 0px;
    font-size: 12px !important;
    padding: 5px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;

}
.widget .tagcloud a:hover, 
.tags a:hover {
    background-color: #b30d22;   
}
.tags strong {
    float: left;
    padding-right: 10px;
}
/* thumbnail list for popular and recent posts */
aside.sidebar .thumb-list li, 
#footer-widgets .thumb-list li {
    overflow: hidden;
    display: block;
    background: none;
    padding: 2px 0 10px;
    margin-bottom: 10px;
}
aside.sidebar .thumb-details,
#footer-widgets .thumb-details {
    overflow: hidden;
}
aside.sidebar .thumb-list li img,
#footer-widgets .thumb-list li img {
    display: block;
    vertical-align: bottom;
    margin-top:2px;
}
aside.sidebar .post-format-icons i, #footer .post-format-icons i {
  border: 2px solid #DDDDDD;
  display: block;
  font-size: 17px;
  height: 30px;
  padding-top: 13px;
  text-align: center;
  vertical-align: middle;
  width: 43px;
}
aside.sidebar .post-format-icons  {
    color: #666;
}
aside.sidebar .thumb-list .date,
#footer-widgets .thumb-list .date {
    font: 10px Verdana, Arial, sans-serif;
    color: #444;
    display: block;
}
aside.sidebar .thumb-list a.fl,
#footer-widgets .thumb-list a.fl {
    margin: 0 13px 5px 0;
}
aside.sidebar .thumb-list li a, 
aside.sidebar .thumb-list li a:visited,
#footer-widgets .thumb-list li a, 
#footer-widgets .thumb-list li a:visited {
    background: none;
    display: inline;
    padding: 0;
    font-size: 12px;
}
/* recent tweets */
aside.sidebar .recent-tweets li,
#footer-widgets .recent-tweets li {
    display: block;
    padding: 0 0 20px 37px;
    margin-bottom: 20px;
    position: relative;
}
aside.sidebar .recent-tweets li i,
#footer-widgets .recent-tweets li i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 22px;
}
aside.sidebar .recent-tweets ul li a, 
aside.sidebar .recent-tweets ul li a:visited,
#footer-widgets .recent-tweets ul li a, 
#footer-widgets .recent-tweets ul li a:visited {
    display: inline;
    padding: 0;
    text-decoration: underline;
}
aside.sidebar .recent-tweets li span.twitterTime a,
#footer-widgets .recent-tweets li span.twitterTime a {
    display: block;
    padding-top: 5px;
}
aside.sidebar .recent-tweets li,
#footer-widgets .recent-tweets li {
    margin-bottom: 0;
}
/* text widget */
.widget .textwidget,
#footer-widgets .widget .textwidget {
    line-height: 20px;
    font-size: 13px;
    color: #444;
}
/* ads */
aside.sidebar .widget .ads-banner ul li {
    float: left;
    margin: 0 10px 10px 0;
    background: none;
    padding: 0;
    border: none;
}
aside.sidebar .widget .ads-banner ul li a {
    display: block;
}
/* wp-calendar */
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: center;
    font-weight: bold;
    line-height: 23px;
    font-size: 11px;
}
#wp-calendar td, 
#wp-calendar th {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 3px;
}
#wp-calendar th {
    background: #eee;
    font-weight: 700;
}
#wp-calendar td:hover {
    background: #b30d22;
    color: #fff;
    cursor: pointer;
}
#wp-calendar tfoot td {
    background: #eee;
}
/* contact details widget */
#contact-area .info-box-wrapper {
    padding: 10px 20px;
    margin-bottom: 15px;
}
.contact-details ul li i {
    font-size: 16px;
    margin-right: 15px;
}
.contact-details p {
    font-style: italic;
    padding-bottom: 20px;
}

/* 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 #444;
    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: 74px;
    height: 74px;
    display: inline;
    padding: 0;
}
/* search widget */
.search-box input.search-field {
    padding: 10px 10px 10px 40px ;    
}
.header-scrolled .search-box input.search-field{
    padding: 7px 10px 7px 40px !important;
}
#footer-widgets .search-box input.search-field {
    border: 0;
    margin-top: 20px;    
    background-color: rgba(0,0,0,0.2) !important;  
}
/* pages widget */
.widget_pages ul ul {
    margin-top: 10px;
    margin-left: 20px !important;
}
.widget_pages ul.children li:last-child {
    border-bottom: none !important;
}
/* recent commnet widget */
aside.sidebar .widget li.recentcomments,
#footer-widgets .widget li.recentcomments {
    padding: 15px !important;
    margin-bottom: 10px;
    border: none;
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.04);
}
#footer-widgets .widget li.recentcomments {
    padding: 15px !important;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
#footer-widgets .widget .textwidget,
#footer-widgets .thumb-list li a,
#footer-widgets ul li a,
#footer-widgets ul li a:visited,
aside.sidebar .recent-tweets li i,
#footer-widgets .recent-tweets li i {
    color: #ccc;
}
#footer-widgets .thumb-list li a:hover, 
#footer-widgets .thumb-list li a:active {
    color: #fff;
}
#footer-widgets .thumb-list .date {
    color: #999;
}
#footer-widgets a:hover, #footer-widgets a:active {
    color: #fff;
}

/* video */

.entry .videox {margin-bottom: 30px;}

/* wp-pagenavi */
.navi {
    padding: 10px 0;
    clear: both;
    clear: both;
    font: 11px Verdana, Arial, sans-serif;  
}
.masonry-wrap .navi {
    margin-left: 30px;  

}

.navi a, 
.navi a:link, 
.navi a:visited, 
.navi a:active, 
.navi span.extend, 
.navi span.current {
    margin: 0 3px 5px;
    text-align: center;
    display: inline-block;
    padding: 6px 10px;
    color: #444;
    background-color: #eee;

}
.navi a:hover {
    color: #fff !important;
    background-color: #b30d22;
}
.navi span.current {
    color: #fff !important;
    background-color: #b30d22;
}
.navi a.first, .navi a.last {
    color: #fff !important;
    background-color: #ddd;
}
.navi .pages {
    float: right;
    padding: 6px 10px;
    color: #444;
    background-color: #ddd;
}

/*  11.  Comment
/*-----------------------------------------------------------------------------------*/
#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
#respond > p {
    margin-bottom: 10px;
}
.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0 !important; 
} 
.comment-list li {
    list-style: none!important;
}
.comment-list li.comment > div {
    background-color: #f8f8f8;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 .comment-list li.bypostauthor > div {
    background-color: #f2f2f2;
}

.comment-list .children {
    margin-left: 0 !important;
    padding-left: 40px;
    border-left: 1px solid #ddd;
}
.comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
.comment-list .reply {
    position: absolute;
    top: 29px; 
    right: 29px;    
}
.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    background-color: #444;
}
.comment-list .comment-author {
    color: #444;
}
.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px;
}
.comment-list .comment-meta a {
    color: #999;
}

.comment-list .reply a:hover {
    background-color: #b30d22;
}
.comment-list li.comment > div p {
    padding-bottom: 0;
    margin-top: 10px;
}
#respond .cancel-comment-reply {
    display: inline-block;  
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ddd;
}
#respond .fancy-title h4 {
    white-space: normal;
}
.comment-author a {
    color: inherit;
}

/*  12.  Footer
/*-----------------------------------------------------------------------------------*/
footer#footer {
    color: #fff;
}
footer#footer #sub-footer {
    padding: 25px 0;
    background: #444;
    border-top: 4px solid #202020;
}
footer#footer #footer-widgets {
    padding: 40px 0;
    background-color: #2d3032;
}
#scrollup, #scrollup:visited {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #202020;
    width: 40px;
    height: 31px;
    color: #fff;   
    font-size: 20px;
    text-align: center;
    padding-top: 9px;
    opacity: 0.7; 
    display: none;
}
#scrollup:hover  {
    opacity: 1;
    color: #fff !important ;
}   

/*  13. Shortcodes
/*-----------------------------------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    padding-bottom: 20px;
}
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
.fancy-title {
    display: table;
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}
.fancy-title i {
    padding-right: 15px;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    float: left;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    white-space: pre;
    display: table-cel;    
}
/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0;
}
table caption {
    padding-bottom: 10px;
    text-align: right;
}
.table-a {
    background-color: #fff;
}
.table-a th {
    border: 1px solid #dcdcdc;
    padding: 20px;
    text-align:left;
    font-size: 16px;
}
.table-a tr:nth-child(even) {
    background: #f6f6f6;
    text-align: left;
}
.table-a tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}
.table-b thead {
    border: 1px solid #d3d3d3;
    text-align: left;
}
.table-b th {
    padding: 20px;
    font-size: 16px;
    background-color: #b30d22;    
    color: #fff;
}
.table-b tr td {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 20px;
}
table tr.right td,
table tr.right th {
    text-align: right;
}
table tr.centered td,
table tr.centered th {
    text-align: center;
}
table tr th.desc-col {
    border-left: none;
    border-top: none;
    text-align: right;
}
table tr td.desc-col {
    text-align: right;
}


/* Team */
.team-member {
    text-align: center;
}
.team-member img, 
.team-member .divider-container {
    margin-bottom: 10px;

}
.team-member h3 {
    font-size: 22px !important;
    color: #444;
    padding-bottom: 5px !important;
}
.team-member h5 {
    font-size: 13px;
    color: #999;
    padding-bottom: 10px !important;
}
/* Google Map */
.google-map {
    width: 100%;
    height:230px;
}
.google-map .gmap-info {
    color: #333;
}

/* Icons */
.ht-icon {
    color: #444;
    display: inline-block;
}
.ht-icon i {
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    display: inline-block;
    text-align: center;
}
.ht-icon.tiny-icon {
    font-size: 13px;
    margin: 2px 0;
}
.ht-icon.tiny-icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.simple-button.tiny .ht-icon {
    margin: 0 3px 0 0;
}
.simple-button.tiny .ht-icon i {
    height: 12px;
    line-height: 12px;
    width: 12px;
    margin-right: 0px;
}
.ht-icon.tiny-icon span {
    margin-right: 5px;
}
.ht-icon.small-icon {
    font-size: 17px;
    margin: 4px 6px 4px 0;
}
.ht-icon.small-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 2px;
    margin-right: 0;
}
.simple-button.small .ht-icon {
    font-size: 14px;
    margin: 0 3px 0 0;
}
.simple-button.small .ht-icon i {
    height: 12px;
    line-height: 12px;
    width: 12px;
    margin-right: 0px;
    padding: 3px;
}
.ht-icon.small-icon span {
    margin-left: 8px;
}
.ht-icon.medium-icon {
    font-size: 22px;
    margin: 4px 0;
}
.simple-button.medium .ht-icon {
    margin: 0 5px 0 0;
    font-size:16px;
}
.simple-button.medium .ht-icon i {
    height: 15px;
    line-height: 15px;
    width: 15px;
    margin-right: 0px;
    padding: 4px;
}
.ht-icon.medium-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.ht-icon.medium-icon span {
    margin-left: 12px;
}
.ht-icon.large-icon {
    font-size: 32px;
    margin: 5px 0;
}
.simple-button.large .ht-icon {
    margin: 0;
    font-size: 16px;
    margin: 0 6px 0 0;
}
.simple-button.large .ht-icon i {
    height: 15px;
    line-height: 15px;
    width: 15px;
    padding: 6px;
}
.ht-icon.large-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.ht-icon.large-icon span {
    margin-left: 25px;
}
.ht-icon.no-bg i {
    width: auto;
    height: auto;
}
.ht-icon.tiny-icon.no-bg i {
    line-height: 13px;
}
.ht-icon.small-icon.no-bg i {
    line-height: 17px;
}
.ht-icon.medium-icon.no-bg i {
    line-height: 22px;
}
.ht-icon.large-icon.no-bg i {
    line-height: 32px;
}
/* Bottons */
a.simple-button {
    display: inline-block;
    font: 18px Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

a.simple-button.large {
    font-size: 18px;
    line-height: 49px;
    margin: 6px 0;
    padding: 12px 27px;
}
a.simple-button.medium {
    font-size: 16px;
    margin: 5px 0;
    min-width: 95px;
    padding: 12px 24px;
    line-height: 24px;
}
a.simple-button.small {
    font-size: 14px;
    padding: 9px 24px;
    min-width: 85px;
    margin: 4px 0;
}
a.simple-button.tiny {
    font-size: 12px;
    padding: 7px 24px;
    min-width: 75px;
    margin: 3px 0;
}

.red, .grey, .magenta, .pink, .orange, .green, .blue, .black, .purple, .custom-color {
    -moz-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
}
.red {
    background-color: #b30d22;
}
.grey {
    background-color: #e0e0e0;
    color: #444 !important;
}
.magenta {
    background-color: #c25283; 
}
.pink {
    background-color: #f9a7b0;
}
.orange {
    background-color: #f96e5b;
}
.green {
    background-color: #78d18b;
}
.blue {
    background-color: #7cc0cb;
}
.black {
    background-color: #222;
    -moz-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -3px rgba(0, 0, 0, 0.5);
}
.purple {
    background-color: #9a86a2;
 }
/* Icon-Link */
.normal-icon {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.normal-icon i {
    padding-right: 10px;
    font-size: 14px;
}
/* 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: 5px 0 0 20px;
}
.entry p, .slideshow-html p {
    padding-bottom: 15px;
	text-align: justify;
}
/* image based list */
ul.dotted-list, 
ul.dashed-list, 
ul.line-list, 
ul.list-icon {
    margin: 5px 0 15px 0;
}
ul.dotted-list li, 
ul.dashed-list li, 
ul.line-list li {
    list-style: none outside;
    color: #444;
    padding: 5px 0 5px 27px;
    line-height: 17px;
}
ul.dotted-list li, 
ul.dashed-list li, 
ul.line-list li, 
ul.list-icon li {
    list-style: none;
    padding: 5px 0;    
}
ul.list-icon li i {
    padding-right: 12px;
}
ul.line-list li {
    background: url(images/s_line.png) bottom repeat-x;
}
ul.dashed-list li {
    background: url(images/dashed.png) bottom repeat-x;
}
ul.dotted-list li {
    background: url(images/dotted.png) bottom repeat-x;
}
/* sitemap list */
ul.sitemap-list {
    margin-left: 15px;
}
ul.sitemap-list li {
    margin-bottom: 5px;
}
ul.sitemap-list ul {
    margin-left: 15px;
}
/* Call-To-Action */
.action-box {
    padding: 30px;
}
.action-box .cta-text {
    display: inline-block;
}
.action-box h1 {
    font-size: 22px;
}
.action-box a.simple-button {
    float: right;
}
.action-box .span3 a {
    margin-bottom: 0 !important;
}
.action-box p {
    margin: 0 !important;
    padding: 0 !important;
}
.action-box .span12 {
    text-align: center;
}

/* divider */
.divider.divider-container {
    display: block;
}
.divider-container {
    display: table-cell;
    padding-top: 8px;
    vertical-align: middle;
    width: 100%;
    clear: both;
}
.divider-pat,
.divider-2line {
    border-bottom: 1px solid #e7e6e6;
    border-top: 1px solid #e7e6e6;
    display: block;
    height: 8px;
}
.divider-pat {
    border: none;
    background: url("images/pat_01.png") repeat-x center center;
}
.divider-dashed {
    border-bottom: 1px dashed #e7e6e6;
}
.divider-dotted {
    border-bottom: 1px dotted #e7e6e6;
}
.divider-line {
    border-bottom: 1px solid #e7e6e6;
}
.divider-none {
    border: none;
}
/* pullquote */
.pullquote-right, 
.pullquote-left {
    float: right;
    width: 33%;
    margin: 20px 0 0 20px;
    color: #444;
}
.pullquote-left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
.pullquote-right .icon-quote-left,
.pullquote-left .icon-quote-left,
.pullquote .icon-quote-left {
    color: #aaa;
    font-size: 25px;
    float: left;
}
.pullquote {
    text-align: center;
    margin: 30px 0 0;
    display: block;
    overflow: hidden;
    padding-left: 50px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pullquote cite {
    display: block;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin-top:10px;
}
.pullquote p, 
.pullquote-right p, 
.pullquote-left p {
    color: #444;
    padding: 0 0 0 55px !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 {
    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;
}

.dropcap3 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* 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;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .code, .pre {
    background-size: 5px 42px;
    background: url(images/code_bg@2x.png) repeat;

    }

}
/* text highlights */
.highlight-yellow, 
.highlight-red, 
.highlight-white,
.highlight-black {
    padding: 0 6px;
    margin-bottom: 1px;
    display: inline-block;
}
.highlight-yellow {
    background-color: #feeb43;
}
.highlight-red {
    background-color: #f96e5b;
}
.highlight-black {
    background-color: #000;
    color: #fff;
}
.highlight-white {
    background-color: #fff;
    color: #000;
}
.highlight-round {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 15px;
}
   
/* 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;
}
.tooltip_body {
    overflow: auto;
    padding: 10px;
    background: #444;
    font-size: 11px;
    display: block;
}
.tooltip_tip {
    background: url(images/tooltip-tip.png) no-repeat 50% -2px transparent;
    height: 20px;
    position: relative;
    top: -1px;
    overflow: auto;
    display: block;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
   .tooltip_tip {
    background: url(images/tooltip-tip@2x.png) no-repeat 50% -2px transparent;
    background-size: 26px 13px;
    } 
}

/* lightbox */
.lightbox-sc {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.frame.fl {
    margin: 5px 20px 10px 0 !important;
}
.frame.fr {
    margin: 5px 0 10px 20px !important;

}
/* testimonial shortcode */
.sc-testimonials {
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
}
.sc-testimonials .flex-control-nav {
    bottom: -30px;
}
.sc-testimonials .flex-control-paging li a {
    width: 7px;
    height: 7px;   
}
.sc-testimonials li.testimonial {
    list-style: none;
    padding: 0;
}
.sc-testimonials .testimonial-content {
    padding: 30px;
}
.sc-testimonials .testimonial-content p {
    font-size: 14px;
    line-height: 25px;
}
.sc-testimonials .testimonial-info {
    display: table;
    font-size: 12px;
}
.sc-testimonials .testimonial-image {
    display: table-cell; 
    padding-right: 20px;
}
.sc-testimonials .testimonial-image img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: auto;
}
.sc-testimonials .testimonial-vcard {
    display: table-cell;
    vertical-align: middle;
}
.sc-testimonials .testimonial-vcard .testimonial-name {
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}
/* boxes */
.content-box {
    clear: both;
    position: relative;
}
.content-box-center {
    margin-top: 20px;
    text-align: center;
}
.content-box-center.noicon {
    margin-top: 0;
    text-align: center;
}
.content-box.content-box-center{
    padding: 45px 20px 20px;
}
.content-box.noicon{
    padding: 20px;
}
.content-box-center .content-box-icon  {
    margin-bottom: 10px;
}
.content-box-center .content-box-icon .ht-icon {
    -moz-box-sizing: content-box;
    float: none;
    left: 50%;
    position: absolute;
    top: -42px;
    margin: 0 0 0 -42px;
}
.content-box-center .content-box-icon .ht-icon i {
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size:48px;
}
.content-box .content-box-content .content-box-title {
    border: none;
    clear: none;
    font-size: 17px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.content-box-left .content-box-icon .ht-icon {
    float: left;
    margin: 0 10px 0 0;
    height: 36px;
    width: 36px;
}
.content-box-right .content-box-icon .ht-icon {
    float: right;
    margin: 0 0 0 10px;
    height: 28px;
    width: 28px;
}
.content-box-right .content-box-icon .ht-icon i{
    height: 28px;
    width: 28px;
    font-size: 15px;
    line-height: 28px;
}
.content-box-left .content-box-icon .ht-icon i{
    height: 36px;
    width: 36px;
    font-size: 17px;
    line-height: 36px;
}
.content-box.content-box-left .content-box-title, .content-box.content-box-right .content-box-title {
line-height: 34px;
margin-bottom: 7px;
}
.content-box-left .content-box-content p {
padding-left: 46px;
}
.content-box-right .content-box-content p,.content-box.noicon .content-box-content p{
    padding-left: 0;
}

.simple-box {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}
.simple-box {
    text-shadow: none;
}

.simple-box p, 
.fancy-box p{
    color: #999;
    padding: 0;
}
.simple-box .divider, 
.fancy-box .divider{
    padding-top: 10px;
    margin: 0 0 10px 0;
}

/* informative boxes */
.info-content-box {
    padding-left: 25px;
}
.info-box-wrapper {
    padding: 35px;
    position: relative;
}
.info-box-wrapper-subheading {
    padding: 50px 35px 35px;

    position: relative;
}
.info-box-wrapper .info-body, .info-box-wrapper-subheading .info-body  {
    padding-bottom: 0;
    color: inherit;
    line-height: 25px;
    font-size: 12px;
    font-family: verdana, Helvetica, san-serif;
}
.info-content-box-icon {
    padding: 3px 3px 3px 25px;
}
.info-box-red-header, .info-box-green-header, .info-box-blue-header, .info-box-silver-header, .info-box-orange-header {
    position: absolute;
    top: 0;
    left: 0;
    display: inline;
    padding: 9px 10px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    border-top: none !important;
    border-left: none !important;;
}
.info-box-red-header {
    border: 1px solid #fdced0;
    background-color: #fde9ea;
    color: #a14a40;
}
.info-box-red-body {
    border: 1px solid #fdced0;
    background-color: #fff3f3;
    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;
    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;
    color: #00a1e4;
}
.info-box-silver-header {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    color: #444;
}
.info-box-silver-body {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #444;
}
.info-box-orange-header {
    border: 1px solid #d7c993;
    background-color: #fff2bf;
    color: #a48200;
}
.info-box-orange-body {
    border: 1px solid #d7c993;
    background-color: #fef6d8;
    color: #a48200;
}
.info-box-icon {
    font-size: 16px;
    position: absolute;
    top:9px;
    left:12px;
}

/* Tab */
.tab-set ul.tab-titles {
    clear: both;
    margin-bottom: 0;
    float: left;
    margin-left: 0;
}
.tab-horizontal.tab-right ul.tab-titles {
    float: right;
}
.tab-set .tab-titles li {
    float: left;
    display: inline-block;
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0 -1px 0 0;
    border-bottom: none;
    padding: 13px 10px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    top: 1px;
    z-index: 1;
    color: #777;
    text-align: center;
}
.tab-set .tab-titles li i {
    padding-right: 10px;
}
.tab-set .tab-titles li.current {
    position: relative;
    z-index: 3;
    font-weight: bold;
    color: #444;
}    
.tab-content {
    padding: 20px !important;
    border: 1px solid #eee; 
    position: relative;
    z-index: 2;
    background-color: #fff;
    clear: both;
    color: #444;    
}
.tab-content p {
    color: #444 !important; 
}
.tab-vertical .tab-titles {
    float: left;
    width: 20%;
    margin-left: 0 !important;
    margin-top:0;
}
.tab-vertical .tab-titles li {
    float: none;
    display: block;
    border: 1px solid #eee;
    margin: 0 0 -1px 0;
    top: 0;
    padding: 13px 5px;
}
.tab-vertical .tab-content {
    width: 80%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
}
.tab-vertical.tab-right .tab-titles {
    float: right;
}
.tab-vertical.tab-right .tab-content {
    float: left;
}
.tab-horizontal.tab-right .tab-titles li {
    float: right;
}
.tab-vertical.tab-right .tab-titles li {
    border-left: none;    
    right: 1px;
}
.tab-vertical.tab-left .tab-titles li {
    border-right: none;    
    left: 1px;
}
/* toggle + accordion */
.toggle-item, .acc-item {
    padding: 3px 0;
    margin: 0;
}
.toggle-head:hover, 
.acc-head:hover, 
.acc-head.current,
 {
    background-color: #f7f7f7;
}    
.toggle-head, 
.acc-head {
    font-size: 13px !important;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    clear: both;
    padding: 10px;
    background-color: #f8f8f8;    
    border: 1px solid #f0f0f0;
}
.toggle-head .arrow, 
.acc-head .arrow {
    display: block;
    float: left;
    margin: 3px 15px 0 10px;
    font-size: 14px;
    background-color: transparent;
    color: #444;
}
.toggle-content, 
.acc-content {
    padding: 10px 30px;
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fff;
    color: #444 !important;
}
.toggle-content p, 
.acc-content p {
    color: #444 !important;
}
/* Pricing Table */
.pricing-tables {
    width: 100%;
    margin-top: 60px;
}
.pricing-table {
    float: left;
    position: relative;
    text-align: center;
    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-table.pricing-special {
    position: relative;
    z-index: 2;
    margin-top: -33px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.pricing-tables .pricing-table:first-child .pricing-title {
    border-left: 1px solid #eee;
}
.pricing-title {
    border: 1px solid #eee;
    border-left: none;
}
.pricing-special h2.pricing-title {
    border-right: none;
}
h2.pricing-title {
    font-size: 22px !important;
    padding: 0 !important;
    padding: 10px 0 !important;
    color: #fff;
}
h2.pricing-title.white {
    color: #444;
}
h2.pricing-price {
    font-size: 40px !important;
    padding: 30px 0 0 !important;
    min-height: 105px;
}
.pricing-price span.pricing-sign {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: -0.5em;
    left: 0.2em;
    vertical-align: baseline;
}
.pricing-price span.pricing-interval {
    color: #999;
    display: block;
    font-size: 12px;
}
.pricing-highlight {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing-tables .pricing-table:first-child .pricing-body {
    border-left: 1px solid #eee !important;
}
.pricing-body {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pricing-body ul {
    margin-bottom: 0;
}
.pricing-body ul li {
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px solid #eee;
}
.pricing-body ul li:first-child {
    border-top: 1px solid #eee;
}
.pricing-body .simple-button {
    margin: 25px 0;
}
.sep-pricing-table.pricing-table-3col .pricing-table,
.sep-pricing-table.pricing-table-4col .pricing-table,
.sep-pricing-table.pricing-table-5col .pricing-table {
    width: 31.33%;
    margin-right: 1%;
    margin-left: 1%;
}
.sep-pricing-table.pricing-table-4col .pricing-table {
    width: 23%;
}
.sep-pricing-table.pricing-table-5col .pricing-table {
    width: 18%;
}
.sep-pricing-table .pricing-body,
.sep-pricing-table .pricing-title {
    border: 1px solid #eee;
}
.same-pricing-table .pricing-table {
    margin-top: 0;
}
.pricing-desc-col {
    text-align: right;
}
.pricing-tables .pricing-desc-col.pricing-table:first-child .pricing-body,
.pricing-tables .pricing-desc-col.pricing-table:first-child .pricing-title {
    border-left: none !important;
    border-right: none !important;
    border-style: dashed;
}
.pricing-tables .pricing-desc-col.pricing-table:first-child .pricing-body ul li,
.pricing-tables .pricing-desc-col.pricing-table:first-child .pricing-title span {
    padding-right: 20px;
}

/* milestone */
.milestone-item {
    text-align: center;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.milestones.col1 .milestone-item {
    width: 100%;
}
.milestones.col2 .milestone-item {
    width: 50%;
}
.milestones.col3 .milestone-item {
    width: 33.33%;
}
.milestones.col4 .milestone-item {
    width: 25%;
}
.milestones.col5 .milestone-item {
    width: 20%;
}
.milestones.col6 .milestone-item {
    width: 16.66%;
}
.milestone-item span {
    display: block;
}
.milestone-item .milestone-number {
    font-size: 60px;
    line-height: 60px;
}
.milestone-item .milestone-title {
    font-size: 14px;
}
/* Progress */
.progress {
    margin-bottom: 10px;
}
.progress.small {
    height: 24px;
    line-height: 24px;
    font-size: 11px;
}
.progress.medium {
    height: 28px;
    line-height: 28px;
}
.progress.large {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.progress .meter {
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.progress-meter-responsive {
    display: none;
}
/* misc */
.p-sc {
    margin: 0 0 20px !important;
    padding: 0 !important;
}

/*  14. Grid
/*-----------------------------------------------------------------------------------*/
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66666666666667%;
}
.two_third {
    width: 65.33333333333333%;
}
.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: 79.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;
}

/*  15.  Media Query
/*-----------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) { 
    .product_btns {
        display: block !important;
    }  
    .cart-tab {
        top: 150px !important;
    }
    section.parallax {
        background-attachment: scroll!important;
        background-position: center!important;
    }
    .slideshow-caption { max-width: 900px }
    .slideshow-caption h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .slideshow-caption h1,
    .slideshow-caption h2,
    .slideshow-caption h3 {
        margin: 0;
        padding: 0;
    }
    .slideshow-caption h2 { font-size: 35px }
    .slideshow-caption h1 { font-size: 45px }
    .has-leftsidebar aside.sidebar {
        margin-left: 0;
        margin-right: 2.12766% !important;
    }
    .span9 .masonry-item { width: 322px !important }
    .no-sidebar .masonry-item { width: 285px !important }
} /* end media query */

@media only screen and (max-width: 979px) { 
    .product_btns {
        display: block !important;
    }
    .cart-tab {
        top: 150px !important;
    }   
    nav#nav,
    #header .search-box { display: none }
    #toggle-nav {
        display: block;
        line-height: 80px;
    }
    header#header,
    #logo {
        padding: 0;
        height: 80px !important;
    }
    header#top-header,
    header#header { position: static }
    div#page-wrap { padding-top: 0 !important }
    #mobile-menu { top: 0 }
    #mobile-menu a > .sf-sub-indicator {
        font-size: 20px;
        font-weight: bold;
        height: 51px;
        left: auto !important;
        line-height: 51px;
        padding: 16px;
        position: absolute;
        right: 10px !important;
        text-align: center;
        top: 0;
        width: 44px;
    }
    #mobile-menu a > .sf-sub-indicator i {
        font-size: 20px;
        font-weight: bold;
    }
    section.parallax {
        background-attachment: scroll!important;
        background-position: center!important;
    }
} /* end media query */

@media (min-width: 768px) and (max-width: 979px) {
    .slideshow-caption { max-width: 650px }
    .slideshow-caption .content-box { padding: 10px }
    .slideshow-caption h3 { font-size: 16px }
    .slideshow-caption h1 { font-size: 25px }
    .slideshow-caption h1,
    .slideshow-caption h2,
    .slideshow-caption h3 {
        margin: 0;
        padding: 0;
    }
    .slideshow-caption h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .slideshow-caption h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .slideshow-section .highlight-text { padding:5px;}
    .action-box a.simple-button,
    .action-box .cta-text { float: none !important }
    .action-box .cta-text span {
        padding-bottom: 15px;
        display: block;
    }
    .action-box .cta-text { width: 100% }
    .action-box h1 { font-size: 17px }
    .action-box .row-fluid { text-align: center }
    .ht-icon.large-icon {
        font-size: 24px;
        margin: 3px 0;
    }
    .content-box-center .ht-icon { margin: 0 0 0 -25px }
    .ht-icon.large-icon span { margin-left: 25px }
    .ht-icon.large-icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .content-box-left .ht-icon,
    .content-box-right .ht-icon {
        float: none;
        margin: 0 0 30px 0;
        height: 36px;
        width: 100%;
        text-align: center;
    }
    .content-box-left .content-box-content p { padding-left: 0 }
    .content-box.content-box-left .content-box-title,
    .content-box.content-box-right .content-box-title {
        text-align: center;
        line-height: 25px;
        font-size: 16px;
    }
    .masonry-item { width: 322px !important }
    h1 { font-size: 32px }
    h2 { font-size: 26px }
    h3 { font-size: 22px }
    h5 { font-size: 15px }
    h4,
    article.standard-post h2.post-title,
    article.standard-post h2.post-title a { font-size: 18px }
    h6 { font-size: 12px }
    .team-member h3 { font-size: 19px !important }
    section.portfolio .folio-meta h4 {
        font-size: 13px;
        padding-top: 10px;
    }
    .portfolio .flex-direction-nav a {
        font-size: 25px;
        height: 36px;
        line-height: 36px;
        width: 28px;
    }
    .flex-direction-nav a { margin-top: -18px }
    .milestone-item .milestone-number { font-size: 50px }
    .simple-button.medium .ht-icon {
        font-size: 14px;
        margin: 0 3px 0 0;
    }
    .simple-button.medium .ht-icon i {
        height: 12px;
        line-height: 12px;
        width: 12px;
        margin-right: 0px;
        padding: 3px;
    }
    a.simple-button.medium {
        font-size: 14px;
        padding: 9px 24px;
        min-width: 85px;
        margin: 4px 0;
    }
    .simple-button.large .ht-icon {
        margin: 0 5px 0 0;
        font-size: 16px;
    }
    .simple-button.large .ht-icon i {
        height: 15px;
        line-height: 15px;
        width: 15px;
        margin-right: 0px;
        padding: 4px;
    }
    a.simple-button.large {
        font-size: 16px;
        margin: 5px 0;
        min-width: 95px;
        padding: 12px 24px;
        line-height: 24px;
    }
    .row {
        margin-left: -20px;
        *zoom: 1;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after { clear: both }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }
    .container { width: 700px }
    .span12 { width: 700px }
    .span11 { width: 640px }
    .span10 { width: 580px }
    .span9 { width: 520px }
    .span8 { width: 460px }
    .span7 { width: 400px }
    .span6 { width: 340px }
    .span5 { width: 280px }
    .span4 { width: 220px }
    .span3 { width: 160px }
    .span2 { width: 100px }
    .span1 { width: 40px }
    .offset12 { margin-left: 764px }
    .offset11 { margin-left: 702px }
    .offset10 { margin-left: 640px }
    .offset9 { margin-left: 578px }
    .offset8 { margin-left: 516px }
    .offset7 { margin-left: 454px }
    .offset6 { margin-left: 392px }
    .offset5 { margin-left: 330px }
    .offset4 { margin-left: 268px }
    .offset3 { margin-left: 206px }
    .offset2 { margin-left: 144px }
    .offset1 { margin-left: 82px }
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194% }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
    }
    .row-fluid [class*="span"]:first-child { margin-left: 0 }
    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%;
    }
    .row-fluid > aside.sidebar,
    .row > aside.sidebar {
        width: 100% !important;
        float: none !important;
        margin-left: 0;
    }
    .row-fluid > .post-area,
    .row > .post-area,
    .single-portfolio .row-fluid .span9 {
        width: 100% !important;
        float: none !important;
    }
    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%;
    }
    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%;
    }
    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%;
    }
    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%;
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%;
    }
    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%;
    }
    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%;
    }
    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%;
    }
    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%;
    }
    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%;
    }
    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%;
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%;
    }
    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%;
    }
    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
    }
    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%;
    }
    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%;
    }
    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%;
    }
    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%;
    }
    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%;
    }
    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%;
    }
    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%;
    }
    .row-fluid:after { clear: both }
    input,
    textarea,
    .uneditable-input { margin-left: 0 }
    .controls-row [class*="span"] + [class*="span"] { margin-left: 20px }
} /* end media query */


@media (max-width: 767px) { 
    .container {
        width: 90%;
        max-width: 90%;
    }
    .container .container {
        width: 100%;
        max-width: 100%;
    }
     .slideshow-section .highlight-text { padding:5px;}
    #page-wrap { overflow-x: hidden }
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    section.portfolio .folio-item {
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
        width: 100% !important;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth { margin-bottom: 10px !important }
    section.portfolio .folio-item.span4,
    section.portfolio .folio-item.span3,
    section.portfolio .folio-item.span6 {
        margin-right: 0;
        display: block;
        margin-bottom: 25px;
        width: 100% !important;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .clients-carousel li img { height: auto }
    .carousel-prev {
        display: inline;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        left: 8px;
    }
    .carousel-next {
        display: inline;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        right: 8px;
    }
    #footer-widgets .search-box input.search-field,
    .quote-caption { margin-top: 0 }
    #scrollup { display: none !important }
    section.portfolio .filters,
    section.portfolio.page .section-title,
    .section.portfolio.page-section .section-title {
        margin-right: 0;
        margin-left: 0;
    }
    section.portfolio .folio-item.span4,
    section.portfolio .folio-item.span3,
    section.portfolio .folio-item.span6 { padding-bottom: 10px }
    .milestone-item .milestone-number { font-size: 44px }
    .quote-caption {
        padding-bottom: 20px;
        font-size: 13px;
    }
    h1 { font-size: 33px }
    article.standard-post .post-meta,
    article.standard-post .post-meta a { font-size: 12px !important }
    article.standard-post .post-meta .post-meta-separator { display: none }
    article.standard-post .post-meta > a {
        margin: 0 auto;
        display: block;
    }
    h2 { font-size: 25px }
    h3 { font-size: 18px }
    h4 { font-size: 13px }
    h5,
    #header-bg p { font-size: 13px }
    h6 { font-size: 12px }
    .section-title h2 { font-size: 25px }
    .section-title p { font-size: 14px }
    .slideshow-caption-wrap { top: 30px }
    .slideshow-caption { max-width: 84% }
    .slideshow-caption .content-box { padding: 10px }
    .slideshow-caption h2 { font-size: 18px; padding-bottom: 5px}
    .slideshow-caption h3 { font-size: 14px;padding-bottom: 5px}
    .slideshow-caption h1,
    .slideshow-caption h2,
    .slideshow-caption h3 {
        margin: 0;
        padding: 0;
    }
    .slideshow-caption p {
        font-size: 11px;
    }
    .slideshow-caption h4 {padding-bottom: 3px}
    .slideshow-caption h1,
    #header-bg h2 { font-size: 25px }
    .slideshow-caption h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .fancy-title { display: block }
    .fancy-title .divider-container { display: block }
    .fancy-title h1,
    .fancy-title h2,
    .fancy-title h3,
    .fancy-title h4,
    .fancy-title h5,
    .fancy-title h6 { white-space: pre-wrap }
    .progress .meter { text-indent: -9999px }
    .progress-meter-responsive {
        display: block;
        text-align: left;
    }
    div.clear { padding: 0 }
    .action-box {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .action-box a.simple-button { float: none }
    .action-box .cta-text span {
        padding-bottom: 10px;
        display: block;
    }
    .action-box h1 {
        font-size: 18px;
        line-height: 1.3em !important;
    }
    .masonry-item {
        border: 4px solid #f7f7f7;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
    .simple-button.medium .ht-icon,
    .simple-button.small .ht-icon,
    .simple-button.large .ht-icon { margin: 0 3px 0 0 !important }
    .masonry-item .secondary-meta .comment-link {
        float: right;
        width: auto;
        text-align: left;
        margin: 5px 0;
    }
    .masonry-item .secondary-meta .more-link {
        float: left;
        width: auto;
        text-align: left;
        margin: 5px 0;
    }
    .simple-button.medium .ht-icon i,
    .simple-button.small .ht-icon i,
    .simple-button.large .ht-icon i {
        height: 12px !important;
        line-height: 12px !important;
        width: 12px !important;
        margin-right: 0px !important;
    }
    a.simple-button.medium,
    a.simple-button.large,
    a.simple-button.small {
        font-size: 12px !important;
        padding: 7px 24px !important;
        min-width: 60px !important;
        margin: 3px 0 !important;
        line-height: 14px !important;
    }
    article.standard-post .post-meta {
        position: static;
        width: auto;
        padding: 0;
        overflow: hidden;
        clear: both;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 3px solid #f2f2f2;
        font-size: 12px;
    }
    article.standard-post .post-author,
    article.standard-post .post-date,
    article.standard-post .categories,
    article.standard-post .post-comment {
        display: inline-block;
        padding-right: 5px;
    }
    article.standard-post .post-comment { float: right }
    article.standard-post .content-inner,
    .has-leftsidebar article.standard-post .content-inner {
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .team-member { margin-bottom: 20px }
    section.parallax {
        height: auto !important;
        min-height: inherit;
        padding: 70px 0 70px !important;
    }
    section.parallax  .post-area { margin-top: 0 }
    .team-member img { width: 100% }
    #sub-footer { text-align: center }
    #sub-footer .social-icons li {
        display: inline-block;
        font-size: 20px;
        margin-left: 20px;
        margin-top: 9px;
        float: none;
    }
    section.page-section,
    section.page { padding: 30px 0 40px }
    .pricing-tables .pricing-desc-col { display: none }
    .pricing-tables .pricing-table {
        float: none;
        width: 100% !important;
        margin: 0 0 25px 0;
    }
    .tab-set .tab-content { width: 70% }
    .tab-set .tab-titles { width: 30% }
    .tab-horizontal.tab-right ul.tab-titles {
        float: right;
        position: relative;
        right: 1px;
    }
    .tab-horizontal.tab-right ul.tab-titles li.current { border-left-color: #fff }
    .tab-horizontal ul.tab-titles li {
        float: none !important;
        display: block;
        top: 0;
        padding: 13px 5px;
    }
    .tab-horizontal ul.tab-titles li:last-child { border-bottom: 1px solid #eee }
    .tab-horizontal.tab-left ul.tab-titles li.current { border-right-color: #fff }
    .tab-horizontal .tab-content {
        width: 70%;
        float: left;
        clear: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    /* prettyPhoto styling for small screens */
    div.pp_pic_holder {
        width: 100%!important;
        left: 0!important;
        overflow: hidden;
    }
    .pp_content_container .pp_left { padding-left: 0!important }
    .pp_content_container .pp_right { padding-right: 0!important }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom { display: none!important }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        width: 94%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close {
        right: 10px!important;
        top: 10px!important;
    }
    /* start of bootstrap */
    .container-fluid { padding: 0 }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd { margin-left: 0 }
    .row-fluid { width: 100% }
    .row-fluid [class*="offset"]:first-child { margin-left: 0 }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row,
    .thumbnails { margin-left: 0 }
    .thumbnails > li {
        float: none;
        margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }
    .controls-row [class*="span"] + [class*="span"] { margin-left: 0 }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    .modal.fade { top: -100px }
    .modal.fade.in { top: 20px }
} /* end media query */

@media (max-width: 480px) { 
    /* Woo Recponsive */
    .cart-tab {
        display: none;
    }
    .woo-shop-bar .woocommerce-ordering,
    .woo-shop-bar .woocommerce-result-count {
        float: none !important;
        margin-bottom: 5px;
    }     
    .woocommerce .has-rightsidebar ul.products li.product, .woocommerce-page .has-rightsidebar ul.products li.product,
    .woocommerce .has-leftsidebar ul.products li.product, .woocommerce-page .has-leftsidebar ul.products li.product {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
    {
        float: none !important;
        width: 100% !important;
    } 
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        margin-bottom: 30px;    
    }
    .woocommerce #wrap.has-rightsidebar div.product div.images, .woocommerce #wrap.has-rightsidebar #content div.product div.images, .woocommerce-page #wrap.has-rightsidebar div.product div.images, .woocommerce-page #wrap.has-rightsidebar #content div.product div.images,
    .woocommerce #wrap.has-rightsidebar div.product div.summary, .woocommerce #wrap.has-rightsidebar #content div.product div.summary, .woocommerce-page #wrap.has-rightsidebar div.product div.summary, .woocommerce-page #wrap.has-rightsidebar #content div.product div.summary,
    .woocommerce #wrap.has-leftsidebar div.product div.images, .woocommerce #wrap.has-leftsidebar #content div.product div.images, .woocommerce-page #wrap.has-leftsidebar div.product div.images, .woocommerce-page #wrap.has-leftsidebar #content div.product div.images,
    .woocommerce #wrap.has-leftsidebar div.product div.summary, .woocommerce #wrap.has-leftsidebar #content div.product div.summary, .woocommerce-page #wrap.has-leftsidebar div.product div.summary, .woocommerce-page #wrap.has-leftsidebar #content div.product div.summary     
    {
        float: none !important;
        width: 100% !important;
    }   
    #wrap .woo-item-details a.s-button {
        width: 100px;
        text-align: center;
    }
    .woocommerce table.cart td.product-remove, .woocommerce-page table.cart td.product-remove,
    .woocommerce table.cart th.product-remove, .woocommerce-page table.cart th.product-remove 
    .woocommerce table.cart td.product-thumbnail, .woocommerce-page table.cart td.product-thumbnail,
    .woocommerce table.cart th.product-thumbnail, .woocommerce-page table.cart th.product-thumbnail
    {
        display: none;
    }
    .woocommerce table.cart td.product-subtotal, .woocommerce-page table.cart td.product-subtotal {
        padding-right: 0;
        padding-left: 0;
    }  
    #wrap .woocommerce input.checkout-button, #wrap .woocommerce-page input.checkout-button {
        margin-top: 0;
    }
    .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
        padding-bottom: 20px; 
        width: 100%;
    }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary,
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images,
    ul.products li.product {
        float: none !important;
        width: 100% !important;
    }  
    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100% !important;
    }
    .woocommerce h2,
    .woocommerce h3,
    .woocommerce h4 { 
        font-size: 17px !important;
    }
    header#header,
    #logo {
        padding: 0;
        height: 50px !important;
    }
    #toggle-nav {
        display: block;
        line-height: 50px;
    }
    .one_half {
        margin-right: 0;
        display: block;
        margin-bottom: 25px;
        width: 100% !important;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slideshow-section .highlight-text,
    .slideshow-caption .content-box { padding: 5px }
    .slideshow-caption-wrap { top: 10% }
    .milestone-item .milestone-number { font-size: 30px }
    .masonry-wrap .navi { margin-left: 0 }
    article.standard-post h2.post-title,
    article.standard-post h2.post-title a,
    .masonry-item .post-title { font-size: 16px }
    h1 { font-size: 28px }
    h2 { font-size: 20px }
    h3 { font-size: 17px }
    h4 { font-size: 14px }
    h5 { font-size: 12px }
    h6 { font-size: 12px }
    table thead { display: none }
    .section-title h2 { font-size: 18px }
    .section-title p,
    label { font-size: 13px }
    .section-title.no-desc h2,
    .section-title p { padding-bottom: 15px }
    section.portfolio .section-title,
    section.portfolio .filters { margin: 0 0 15px }
    article.standard-post .post-comment { float: none }
    .action-box {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
    }
    .action-box a.simple-button { float: none }
    .action-box h1 {
        font-size: 14px;
        line-height: 1.3em !important;
    }
    .slideshow-caption h2 {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .slideshow-caption h1,
    .slideshow-caption h2,
    .slideshow-caption h3,
    .slideshow-caption h4
    .slideshow-caption h5 {
        margin: 0;
        padding: 0;
    }
    .slideshow-caption h1 { font-size: 17px }
    .slideshow-caption h2 { font-size: 14px }
    .slideshow-caption h3, .slideshow-caption h4, .slideshow-caption h5 { font-size: 10px }
    .slideshow-caption p {display: none}
    .masonry-item .secondary-meta .more-link {
        float: none;
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }
    .masonry-item .secondary-meta .comment-link {
        float: right;
        width: auto;
        text-align: left;
        margin: 5px 0;
    }
    .no-sidebar .masonry-item .secondary-meta .comment-link {
        float: none;
        width: 100%;
    }
    .comment-list li.comment > div { padding-left: 25px }
    section.parallax { background-size: cover }
    .comment-list li.comment > div img.avatar { display: none }
    table thead { display: none }
    table.table-a tr td,
    table.table-b tr td {
        display: block;
        text-align: center;
        border-top: none;
    }
    table.table-b tr td {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
    table.table-a tr:first-child td:nth-child(1),
    table.table-b tr:first-child td:nth-child(1) { border-top: 1px solid #dcdcdc }
    #top-nav { display: none }
    #post-nav { top: -6px }
} /* end media query */

@media (min-width: 1200px) { 
    .row {
        margin-left: -30px;
        *zoom: 1;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after { clear: both }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    .container { width: 1170px; margin-bottom: 40px;}
    .span12 { width: 1170px }
    .span11 { width: 1070px }
    .span10 { width: 970px }
    .span9 { width: 870px }
    .span8 { width: 770px }
    .span7 { width: 670px }
    .span6 { width: 570px }
    .span5 { width: 470px }
    .span4 { width: 370px }
    .span3 { width: 270px }
    .span2 { width: 170px }
    .span1 { width: 70px }
    .offset12 { margin-left: 1230px }
    .offset11 { margin-left: 1130px }
    .offset10 { margin-left: 1030px }
    .offset9 { margin-left: 930px }
    .offset8 { margin-left: 830px }
    .offset7 { margin-left: 730px }
    .offset6 { margin-left: 630px }
    .offset5 { margin-left: 530px }
    .offset4 { margin-left: 430px }
    .offset3 { margin-left: 330px }
    .offset2 { margin-left: 230px }
    .offset1 { margin-left: 130px }
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.564102564102564% }
    .row-fluid [class*="span"]:first-child { margin-left: 0 }
    .row-fluid .thumbnails { margin-left: 0 }
    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%;
    }
    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%;
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%;
    }
    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%;
    }
    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%;
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%;
    }
    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%;
    }
    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%;
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%;
    }
    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%;
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%;
    }
    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%;
    }
    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%;
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%;
    }
    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%;
    }
    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%;
    }
    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%;
    }
    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%;
    }
    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%;
    }
    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%;
    }
    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%;
    }
    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%;
    }
    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after { clear: both }
    input,
    textarea,
    .uneditable-input { margin-left: 0 }
    .controls-row [class*="span"] + [class*="span"] { margin-left: 30px }
    
    .thumbnails { margin-left: -30px }
    .thumbnails > li { margin-left: 30px }
} /* end media query */

@media only screen and (max-width: 1199px) { 
    #header,
    #top-header { position: static !important }
    div#page-wrap { padding-top: 0 !important; overflow-x: hidden;}
}
/* end media query */

@media only screen and (max-width: 480px) { 
	#mainscollertd .mainSliderDiv{ width:140px !important;}
}

@media only screen and (min-width: 480px)  and (max-width: 640px) { 
	#mainscollertd .mainSliderDiv{ width:338px !important;}
}

@media only screen and (min-width: 768px)  and (max-width: 1024px) { 
	#mainscollertd .mainSliderDiv{ width:537px !important;}
}

@media only screen and (min-width: 1025px) { 
	.latest-news aside.sidebar-left{ float:left; width:22%;}
}
