/******************************************
    File Name: style.css
    Version: 1.0
/******************************************

/******************************************
    TABLE OF CONTENT
/******************************************

    1. IMPORT FONT
    2. STARTUP
    3. HEADER
    4. MEGA MENU
    5. SECTIONS
    6. SHOP
    7. FOOTER
    8. SLIDER
    9. CAROUSEL
    10. PAGE 
    11. BLOG
    12. SIDEBAR
    13. CUSTOM BUTTON
    14. COLORS
    15. RESPONSIVE

******************************************/


/******************************************
    IMPORT FONT
******************************************/

/*@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto+Slab:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");

/******************************************
    STARTUP
******************************************/

body {
    font-size: 14px;
    padding: 0;
    color: #111;
    background-color: #fff;
    font-family: 'Roboto Slab', Verdana, Arial, Helvetica, sans serif;
}

.landingpage,
.landingpage .sitecontainer {
    background-color: #EFEFEF;
}

.whitebody,
.whitebody .sitecontainer {
    background-color: #fff;
}

.landingpage .sitecontainer .col-md-4 {
    margin-bottom: 30px;
}

.landingpage .sitecontainer .col-md-4 h3 {
    font-size: 18px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
}

.single-wrapper .check li,
p {
    color: #222;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #121212;
}
h2.title {font-size: 1.75rem;color:#c5003e;font-family: 'Oswald', Helvetica, Arial, sans-serif;}
h5.title {font-size: 2.0rem;color:#2064ae;font-weight:500;margin-bottom:18px;padding-bottom:5px; 
	border-bottom:1px solid #ddd;font-family: 'Oswald', Helvetica, Arial, sans-serif;}
h4.title {font-size: 1.65rem;color:#136b9a;border:none;font-family: 'Oswald', Helvetica, Arial, sans-serif;}
.border-right { 
	border-right:1px solid #ddd 
	}

a {
    color: #c0474d;
    text-decoration: none !important;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #D7898D;
    outline: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 10px 0 10px 20px;
}

.sociallinks,
.check {
    padding: 0;
    list-style: none;
}

.check li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    color: #4c4c4c;
    padding-right: 8px;
    position: relative;
    top: 0;
}

.links-widget .navcheck {
    padding: 0;
    list-style: none;
}

.links-widget .navcheck li a	{
	font-size: 16px;
	color: #4c4c4c;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}	
.links-widget .navcheck li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color: #4c4c4c;
    padding-right: 8px;
    position: relative;
    top: 0;
}
p.dropcaps::first-letter {
    border-radius: 0 !important;
    color: #999;
    float: left;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 8px 20px 0 0;
    padding: 9px 15px;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

.bgw {
    background-color: #ffffff;
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,.5);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,.5);
	box-shadow: 0px 3px 15px rgba(0,0,0,.5);
}

.bgg {
    background-color: #f9f9f9
}

#wrapper .sitecontainer {
    padding: 30px;
    margin: 0 auto !important;
}

.singlefullwidth.sitecontainer {
    padding: 0 30px !important;
}

.m6 {
    margin-top: 6px;
}
.m16 {
    margin-top: 2px;
}
.m20 {
    margin-top: 20px;
}
.m22 {
    margin-top: 22px;
}

.m30 {
    margin-top: 30px;
}

.ads-widget img {
    margin: 0 auto;
    width: auto;
    display: block;
	
}


/******************************************
    HEADER
******************************************/

.header {
    position: relative;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #ffffff;
}

.header.affix {
    position: fixed;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #ffffff;
}

.header2 .logo-wrapper {
    margin-top: 60px;
}

.header2 .dm-social {
    margin-top: 60px;
    padding-top: 0px !important;
}

.header2 .dm-social li a {
    width: 3.6em !important;
}

.header .widget,
.header .widget-title,
.navbar-nav,
.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
}

.widget-title {
    position: relative;
}

.widget-title a {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 13px;
}

.navbar-default {
    border: 0;
    box-shadow: none !important;
    background-color: #4c4c4c;
}

.logo-wrapper {
    padding: 20px 0 10px 0;
    background-color: #fff;
}

.logo-wrapper .ads-widget img {
    margin: 0 !important;
    width: auto;
    display: block;
    float: right;
    text-align: right;
}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    height: auto;
    text-decoration: none !important;
    font-weight: 700;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

.navbar-brand img {
    width: 100%;
	max-width: 300px;
	margin-left: 15px;
}

.navbar-nav > li > a i {
    margin-right: 3px;
}

.navbar-nav > li > a {
    font-size: 17px;
    color: #fff !important;
    padding: 15px 15px;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.yamm-content .links-widget {
    padding: 20px 0 0;
}

.yamm-content .links-widget a {
    color: #111111 !important;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.navbar-nav > li {
    -webkit-transition: background-color 0.7s ease 0s;
    -moz-transition: background-color 0.7s ease 0s;
    -ms-transition: background-color 0.7s ease 0s;
    -o-transition: background-color 0.7s ease 0s;
    transition: background-color 0.7s ease 0s;
}

.navbar-nav > li:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(82, 200, 209, 1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.searchandbag i {
    font-size: 18px;
    line-height: 1;
}

.searchwidget h3 {
    font-size: 26px !important;
    line-height: 36px !important;
}

.searchandbag li {
    padding: 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.searchandbag li:first-child {
    border-left: 0;
}

.tooltip-inner {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px !important;
    min-width: 90px;
    border-radius: 0 !important;
}

.news-ticker {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: 2.5;
    background-color: #f1efef;
}

.retweet-wrapper {
    margin-bottom: 60px;
}

.news-title {
    height: auto;
    float: left;
    color: #fff;
    padding: 10px 35px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    background-color: #d71c55;/*5682c4*/
    position: relative;
}

.news-title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(215, 28, 85, 0);
    border-left-color: #d71c55;
    border-width: 7px;
    margin-top: -7px;
}

.news-title h3 {
    font-size: 18px;
	font-weight: 600;
    letter-spacing: 0.6px;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
	text-shadow:1px 1px 1px #4c4c4c;
}

#controls {
    display: none;
}

.random-article {
    height: auto;
    float: right;
    color: #fff;
    padding: 0 20px;
    min-width: 30px;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #343840;
}

.news-ticker a:hover {
    color: #c5003e;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.news-ticker a {
    color: #4c4c4c;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.random a {
    float: right;
    text-align: center;
    display: inline-block;
}

.fa-random {
    color: #fff !important;
}

#custom-search-input .btn {
    border: 0 none !important;
    border-radius: 0 !important;
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    padding: 0 !important;
    vertical-align: middle;
    width: 45px;
}

#custom-search-input .fa {
    margin-top: -4px !important;
}

#custom-search-input .form-control {
    border-radius: 0;
    border-color: #eeeeee;
    box-shadow: none !important;
    font-size: 13px;
}

.btn-dark {
    background-color: #31343B;
    border-color: #31343B;
    color: #fff !important;
}

.reviewbox {
    max-width: 280px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.reviewbox .review-star {
    margin-bottom: 0;
    display: block;
}

.reviewbox .review-star p {
    display: inline-block;
    margin-right: 10px;
}

.reviewbox .review-star i {
    vertical-align: text-bottom;
}

.reviewbox h3 {
    text-align: center;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0 0 20px;
}

.reviewbox p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px !important;
}

.bigreviewbox {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-bottom: 40px !important;
    background-color: #fff;
}

.bigreviewbox h2 {
    font-size: 21px;
    padding: 0;
    font-weight: bold;
    margin: 10px 0 15px;
}

.bigreviewbox p {
    font-size: 14px;
}

.bigreviewbox .progress {
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.reviews-progress p {
    font-weight: bold;
    position: relative;
    font-family: 'Roboto Slab';
    margin: 0 0 5px !important;
}

.reviews-progress p small {
    position: absolute;
    font-size: 15px;
    right: 0;
}

.finalreview h3,
.bigreviewbox .row p {
    margin: 0 !important;
    padding: 0;
}

.finalreview h3 {
    margin-bottom: 5px !important;
}


/******************************************
    MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .yamm-content {
    padding: 0px 30px 0px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    padding: 30px;
}

.yamm .dropdown {
    position: relative;
}

.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm-half .yamm-content ul {
    min-width: 180px;
}

.yamm-fw .dropdown-menu li {
    padding: 10px 0px;
}

.yamm-fw .dropdown-menu li a {
    padding: 0 !important;
    font-size: 16px;
    background-color: transparent !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    border-radius: 0;
    left: 0;
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    right: 0;
	border: 1px solid #efefef;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); /* mega drop bkgd */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.well {
    border: 0;
    padding: 12px 0;
}

.yamm p {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
    color: #222222;
    font-size: 14px;
}

.well .form-control {
    font-size: 12px !important;
    height: 35px;
    margin-bottom: 15px;
}

.yamm ul {
    padding: 0;
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hasmenu:hover > ul,
    .yamm-fw:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav .hasmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .hasmenu .dropdown-menu,
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hasmenu > ul,
    .yamm-fw > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .hasmenu > ul.start-right,
    .yamm-fw > ul.start-right {
        right: 0;
        left: auto;
    }
    .hasmenu > ul li,
    .yamm-fw > ul li {
        position: relative;
    }
    .hasmenu > ul li:hover > ul,
    .yamm-fw > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .hasmenu > ul li:hover > ul.show-right,
    .yamm-fw > ul li:hover > ul.show-right {
        right: 100%;
    }
}

@media (max-width: 1200px) {
    .nav > li > a {
        padding: 1em 0.7em;
    }
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0.25em 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0.25em;
    background-clip: padding-box;
    border: 1px solid #efefef;
    box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); /* drop bkgd */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0.5em 0;
    overflow: hidden;
    background-color: #e6e6e6;
}

.dropdown-mega span {
    position: absolute;
    right: 0;
    color: #999999;
    font-style: italic;
}

.dropdown-mega > li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    display: inline-block !important;
    color: #999;
    padding-right: 8px;
    position: relative;
    top: 0;
}

.dropdown-mega > li {
    list-style: none;
}

.box h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* DROPDOWN MENU */
.dropdown-mega > li > a,
.dropdown-menu > li > a {
    clear: both;
    color: #333 !important;
    display: block;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1;
    padding: 10px;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.dropdown-mega > li,
.dropdown-menu > li {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}

.dropdown-mega > li:last-child,
.dropdown-menu > li:last-child {
    border-bottom: 0;
}

.dropdown-menu > li:hover > a {
    text-decoration: none !important;
    background-color: #fff;
	color: #c5003e;
}

.dropdown-menu > .active > a:hover {
    text-decoration: none;
    outline: 0;
    background-color: #fff;
	color: #c5003e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #cccccc;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #666666;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 0.3em solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}


/******************************************
    LEFT SIDE
******************************************/

.dm-social {
    position: fixed;
    overflow: visible;
    top: 25%;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 110;
    background: #fff;
}

.dm-social li {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dm-social li a {
    display: block;
    text-indent: -500em;
    height: 3.3em;
    width: 3.4em;
    line-height: 3.3em;
    text-align: center;
    color: #6b6b6b;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.dm-social li a:hover,
.dm-social li a:focus,
.dm-social li:first-child a {
    text-decoration: none;
}

.dm-social li a:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
}

.dm-social .tooltip-inner {
    height: 3.5em;
    min-width: 120px;
    text-align: center;
    line-height: 3.2em;
    background-color: #212121;
    font-size: 13px !important;
}

.dm-social .tooltip.right {
    margin-left: -5px;
}

body.header2 .dm-social {
    background-color: #343840;
    top: 0;
    height: 100%;
    padding-top: 3%;
}

body.header2 .dm-social li {
    border-right: 0 solid #383c44;
    border-top: 1px solid #383c44;
    border-bottom: 1px solid #383c44;
}

body.header2 .dm-social li a {
    border: 0;
}

body.header2 .tooltip.right .tooltip-arrow {
    display: none;
}

body.header2 .header .container-fluid {
    margin: 0 35px !important;
    padding: 0 !important;
}

.logo-center .navbar-brand {
    width: 240px;
    margin: 10px auto 20px;
    float: none;
    display: block;
}

@media (min-width: 768px) {
    body.landingpage .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    body.landingpage .navbar .navbar-collapse {
        text-align: center;
    }
}

body.header2 .yamm-fw .dropdown-menu {
    border: 0 !important;
}

body.header2 .dm-social li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.header2 .logo-wrapper {
    border-bottom: 1px solid #eee;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}

.rssbg .tooltip-inner {
    background-color: #F36F24;
}

.linkedinbg .tooltip-inner {
    background-color: #0177B5;
}

.pinterestbg .tooltip-inner {
    background-color: #CC2128;
}

.twitterbg .tooltip-inner {
    background-color: #00B6F1;
}

.facebookbg .tooltip-inner {
    background-color: #3B5998;
}

.googlebg .tooltip-inner {
    background-color: #DA5333;
}


/******************************************
    WIDGETS
******************************************/

.widget {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.widget-title {
    padding: 38px 0 18px 0;
    display: block;
    position: relative;
}

.widget-title h4 {
    line-height: 1;
    padding: 0 !important;
    font: 24px 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0 !important;
    text-transform: capitalize;
}

.widget-title hr {
    border-width: 2px;
    margin-bottom: 0;
	margin-top: 0;
}

.widget-title hr:before {
    width: 60px;
    background-color: #52c8d1;
    display: block;
    height: 4px;
    position: relative;
    content: "";
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	top: -1px;
}

.post-review .post-title h3 a,
.post-review .post-title h3 {
    color: #164a6f;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 15px !important;
	margin-bottom: 0px !important;
}

.post-review .post-title h3.HPtitle a,
.post-review .post-title h3.HPtitle {
    color: #164a6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 15px !important;
}

.post-review .post-title p.HPtext {
    color: #c5003e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 4px !important;
}

.hover-title-left {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.hover-title a,
.hover-title-left a {
    color: #ffffff;
    text-decoration: underline !important;
}
.hover-title-right {
    position: absolute;
    text-align: right;
    bottom: 15px;
}

.hover-title {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.hover-title span {
    color: #ffffff;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.hover-tag-left span {
	position: absolute;
    left: 20px;
    bottom: 15px;
	text-decoration: none;
}

.hover-tag-left span a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

.hover-tag-left span a {
    color: #ffffff;
    text-decoration: none;
}

.review-stat {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.widget hr {
    border-color: #e0e0e0;
}

div.mini-widget-title {
    float: left;
    margin-left: 0px;
    width: 175px;
}

div.mini-widget-title a {
    color: #121212;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

div.mini-widget-hr {
    border-bottom: 1px solid #e0e0e0;
    height: 1px;
    margin-top: 15px;
    width: 45px;
}

div.upcoming-hr {
    border-bottom: 1px solid #e0e0e0;
    height: 1px;
    margin-top: 10px;
	margin-bottom: -20px;
    width: 100%;
}

div.mini-widget-thumb {
    display: block;
    float: left;
    width: 80px;
}

div.mini-widget-thumb a,
div.mini-widget-thumb img {
    display: inherit;
    height: inherit;
    width: inherit;
}

.mini-widget .post {
    margin-bottom: 30px;
}

.carrier-widget a {
    display: block;
}

.carrier-widget span {
    display: inline-block;
    margin-top: 10px;
}

.mini-widget-title small {
    display: block;
    padding: 5px 0 0;
    font-style: italic;
    color: #999;
}

.large-widget hr {
    margin-bottom: 30px;
}

.large-widget-title {
    display: block;
    padding: 15px 0;
}

.large-widget-title a {
    color: #121212;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.large-post-meta {
    display: block;
    font-size: 12px;
    width: 100%;
    position: relative;
    padding: 20px 0 0;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.large-post-meta .avatar img {
    max-width: 30px;
    border: 1px solid #EEEEEE;
    margin-right: 5px;
}

.large-post-meta small {
    color: #dadada;
    font-size: 16px;
    margin: 0 5px;
}

.social-media-widget ul {
    padding: 0;
    margin: 0 !important;
}

.social-media-widget li {
    text-align: center;
    padding: 20px;
    list-style: none;
    float: left;
    width: 25%;
    margin: 0 !important;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.social-media-widget li:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.social-media-widget small {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 0 0;
}

.social-media-widget li i {
    font-size: 24px;
}

.social-media-widget li a {
    color: #ffffff;
}

.social-media-widget li small {
    display: block;
}

.customshare .list a.fb,
.social-media-widget li.facebook {
    background-color: #3b5998;
}

.customshare .list a.tw,
.social-media-widget li.twitter {
    background-color: #55acee;
}

.customshare .list a.gp,
.social-media-widget li.googleplus {
    background-color: #dd4b39;
}

.social-media-widget li.pinterest {
    background-color: #cb2027;
}

.social-media-widget li.linkedin {
    background-color: #007bb5;
}

.social-media-widget li.rss {
    background-color: #F36F24;
}

.social-media-widget li.youtube {
    background-color: #bb0000;
}

.social-media-widget li.instagram {
    background-color: #125688;
}


/******************************************
    SHAARE BUTTONS
******************************************/

.post-share {
    position: relative;
    display: block;
}

.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.customshare .list {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background: transparent;
}

.customshare .list strong {
    display: block;
    width: 40px;
    color: #9f9f9f;
    cursor: pointer;
    font-weight: 400;
    text-align: right;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.customshare .list a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    z-index: 1000;
    font-weight: normal;
    text-align: center;
    background: #fff;
    color: #ffffff !important;
}

.ie9 .customshare .list strong {
    padding-top: 5px;
    height: 41px;
}

.customshare .list a {
    background: #ff3;
    -webkit-transition: -webkit-transform .0001s linear, background .0001s ease, color .0001s ease;
    -moz-transition: -moz-transform .0001s linear, background .0001s ease, color .0001s ease;
    -ms-transition: -ms-transform .0001s linear, background .0001s ease, color .0001s ease;
    -o-transition: -o-transform .0001s linear, background .0001s ease, color .0001s ease;
    transition: transform .0001s linear, background .0001s ease, color .0001s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.customshare .list a:hover {
    color: #fff;
    text-decoration: none;
}

.customshare .list .tw,
.customshare .list .fb,
.customshare .list .gp {
    font-size: 16px;
}

.customshare .list:hover strong span,
.customshare .list.hover strong span {
    height: 135px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.customshare .list:hover a,
.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s, .4s, .4s;
    -moz-transition-duration: .3s, .4s, .4s;
    -ms-transition-duration: .3s, .4s, .4s;
    -o-transition-duration: .3s, .4s, .4s;
    transition-duration: .3s, .4s, .4s;
}

.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .0001s, .0001s;
    -moz-transition-delay: .1s, .0001s, .0001s;
    -ms-transition-delay: .1s, .0001s, .0001s;
    -o-transition-delay: .1s, .0001s, .0001s;
    transition-delay: .1s, .0001s, .0001s;
}

.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .0001s, .0001s;
    -moz-transition-delay: .2s, .0001s, .0001s;
    -ms-transition-delay: .2s, .0001s, .0001s;
    -o-transition-delay: .2s, .0001s, .0001s;
    transition-delay: .2s, .0001s, .0001s;
}

.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .0001s, .0001s;
    -moz-transition-delay: .3s, .0001s, .0001s;
    -ms-transition-delay: .3s, .0001s, .0001s;
    -o-transition-delay: .3s, .0001s, .0001s;
    transition-delay: .3s, .0001s, .0001s;
}

.rating i {
    color: #FFD203 !important;
    display: inline-block;
    margin: 3px -2px 0 0 !important;
    text-align: center;
    width: auto !important;
}

.entry {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
}

.magnifier {
    position: absolute;
    top: 0;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}


/******************************************
    FOOTER
******************************************/

#sitefooter-wrap {
    background: #2e2e2e none repeat scroll 0 0;/**/
    font-size: 12px;
    padding: 15px 0;
}

#sitefooter {
    color: #fff;
    position: relative;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

.copyright-notice {
    margin-bottom: 5px;
}

.footer {
    background-color: #393939;
	background: #393939 url(../images/bkgds/bkgd_footer.png) left top repeat-x;
    padding: 15px 0;
}

.sociallinks li,
.footer .check li {
    margin-bottom: 10px;
}

.footer .sociallinks li::before,
.footer .check li::before,
.footer .mini-widget-title small,
#sitefooter a,
#sitefooter p {
    color: rgba(158, 224, 224, 1);
    margin-bottom: 0;
}

#sitefooter a {
    text-decoration: none !important;
}

.footer .mini-widget-hr,
.footer .widget hr {
    border-color: #444850;
}

.newsletter-widget h3,
.newsletter-widget .btn,
.newsletter-widget .input-group .form-control,
.footer .sociallinks li::before,
.footer .mini-widget-title small,
.sociallinks li a,
.footer .check li a,
.footer div.mini-widget-title a {
    /*color: rgba(255, 255, 255, 0.5);*/
	font-size: 14px;
	color: #fff;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}


.footer p,
#sitefooter a,
#sitefooter p {
    /*color: rgba(255, 255, 255, 0.5);*/
	font-size: 12px;
	color: #fff;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.newsletter-widget hr {
    margin: 40px 0 20px;
}

.newsletter-widget h3 span {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px
}

.newsletter-widget .btn,
.footer .widget-title h4 {
    color: #ffffff;
}

.darkcolor .form-control {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.darkcolor h3 span {
    color: #121212 !important
}

.footer p {
    margin-bottom: 20px;
}

.sociallinks i {
    margin-right: 5px;
}

.newsletter-widget .input-group .form-control {
    background: #3d4149 none repeat scroll 0 0;
    border-color: #42464e;
    box-shadow: none;
}


/******************************************
    SINGLE PAGES
******************************************/

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    border: 1px solid #eee;
    color: #111 !important;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
    margin-left: 30px;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    margin-left: 50px !important
}

.darkcolor a {
    color: #121212 !important;
}

li.bbp-forum-freshness {}

.category-desc p {
    padding-bottom: 20px;
}

.category-desc {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px !important;
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.pagination-wrapper {
    display: block;
    margin: 40px 0 80px;
}

.pagination > li > a,
.pagination > li > span {
    /*background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;*/
    margin-right: 5px;
	font-size: 14px;
  	line-height: 1.5;
    border-radius: 6 !important;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.single-post {}

.single-post p {
    margin-bottom: 26px;
}

.single-post .large-widget-title h3 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.6;
}

blockquote {
    color: #999;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    border-left: 0;
    padding: 0.25em 50px 0.50em;
    position: relative;
}

blockquote::before {
    color: #ccc;
    content: "“";
    display: block;
    font-size: 64px;
    left: 0;
    position: absolute;
    top: -15px;
}

blockquote cite {
    color: #333;
    display: block;
    margin-top: 10px;
}

blockquote cite::before {
    content: "— ";
}

.authorbox,
.post-bottom {
    padding: 20px 30px;
    margin: 40px 0;
    display: block;
    position: relative;
    border: 1px solid #eee;
}

.post-bottom .post-share {
    top: 28px;
}

.post-bottom {
    margin: 0 0 40px;
}

.tags a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #f9f9f9;
    color: #5e5e5e;
    border-radius: 0.25em;
}

.tags h4 {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase !important;
    vertical-align: sub;
}

.post-pager {
    border: 1px solid #eee;
    padding: 20px 20px;
}

.media img {
    width: 65px;
    margin-right: 20px;
}

.media .rating {
    margin-bottom: 5px;
}

.media-heading {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 600;
}

.media-body .time-comment {
    margin-bottom: 10px;
    display: inline-block;
    color: #b4b4b4;
    line-height: 1;
}

.media {
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px;
    background-color: #ffffff !important;
    position: relative;
}

.media .btn {
    right: 20px;
    padding: 5px 10px;
    position: absolute;
    top: 14px;
}

.comment-reply {
    margin-left: 45px;
}

.comments .well {
    background-color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.tabbed-widget .form-control,
.comments .form-control {
    margin: 10px 0;
}

.comments textarea {
    height: 140px;
}

.comments h3 {
    padding: 20px;
    text-align: left;
    font-weight: 700;
}

.required {
    color: #c5003e;
    margin-left: 5px;
}

.commentform {
    background-color: #fff;
}

.commentform textarea.form-control {
    height: 140px !important;
    max-width: 100% !important;
}

.commentform p,
.commentform label {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
    color: #515151;
}

.commentform .form-control {
    height: 45px;
    box-shadow: none !important;
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #515151;
    font-size: 12px;
    padding: 8px;
}

.commentform .btn {
    padding: 10px 20px !important;
    margin-top: 5px;
}

.next div.mini-widget-title {
    float: right;
}

.previous div.mini-widget-title small,
.next div.mini-widget-title small {
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    color: #ccc;
}

.next div.mini-widget-thumb {
    float: right;
    margin-left: 15px;
}

.next div.mini-widget-thumb a,
.next div.mini-widget-thumb img {}

.authorbox .mini-widget-title {
    width: 100%;
}

.authorbox .avatar-author {
    float: left;
    width: 100px;
}

.authorbox .desc {
    font-size: 12px;
    margin-left: 117px;
}

.authorsocial {
    margin-top: 15px;
}

.authorbox p {
    font-size: 12px;
}

.authorbox .rightside {
    padding-left: 40px;
    border-left: 1px solid #f9f9f9
}

.sitemapwrapper ul li {
    margin-bottom: 10px;
}

.sitemapwrapper a {
    color: #121212;
}

.page-404-content h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin-top: 40px;
    text-transform: capitalize;
}

.page-404-content {
    padding: 80px 90px;
}

.page-404-content a:hover {
    text-decoration: underline;
}

.page-404-content img {
    margin: 0 auto;
    display: block;
}

.authorlink {
    font-size: 13px !important;
    font-family: Verdana;
    font-style: italic;
    color: #444444 !important;
    font-weight: 400 !important;
    line-height: 21px;
    margin-bottom: 6px;
}

.authorbox .author-title a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    color: #121212;
    font-family: 'Roboto Slab';
}

.avatar-author img {
    max-width: 80px;
    margin-right: 20px;
}

.authorbox {
    padding: 30px;
}

.authorbox p {
    margin-bottom: 0;
}

.authorbox .newsletter-widget p {
    margin-bottom: 10px;
}

.authorbox .newsletter-widget .btn {
    border: 0;
}

.btn {
    border-radius: 4px !important;
	line-height: 1.2;
}

.authorbox .newsletter-widget .form-control {
    background-color: #fff;
    font-size: 13px;
    border-color: #eee;
}

.related-posts .col-md-4 {
    margin-bottom: 30px;
}

.section {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.title-area {
    position: relative;
    padding: 20px 40px;
}

.shadowbg {
    position: relative;
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-area h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    word-wrap: break-word;
}

.shadowbg .breadcrumb {
    padding-bottom: 0 !important;
}

.breadcrumb > .active {
    color: #555;
}

.breadcrumb > li {
    color: #555 !important;
    display: inline-block;
    font-size: 12px;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 5px;
}

.title-area small {
    font-size: 15px;
    padding-left: 15px;
}

.single-post {
    padding: 0 40px;
}

.single-post .large-post-meta {
    padding: 30px 0;
    color: #444;
}

.large-post-meta a {
    color: #444;
}

.post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
}

.gp-button.btn-primary:hover,
.gp-button.btn-primary:focus,
.gp-button.btn-primary {
    border-color: #DA5333 !important;
    background-color: #DA5333 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background-color: #00B6F1 !important;
    border-color: #00B6F1 !important;
}

.tw-button i,
.fb-button i {
    margin-right: 5px;
}

.post-sharing .btn {
    padding: 10px 16px;
}

.post-sharing .btn:hover {
    opacity: 0.9;
}

.colorfulcats {
    margin-bottom: 15px;
}

.single-wrapper .title-area {
    padding: 0 0 3em !important;
}

.single-wrapper .large-post-meta {
    color: #444;
    padding: 20px 0 5px;
}

.single-wrapper .title-area small {
    padding: 0;
}

.single-wrapper .breadcrumb {
    padding: 0;
}

.single-wrapper .post-media {
    margin-bottom: 20px;
}

.post-media img {
    width: 100%;
}

.single-wrapper .post-desc {
    padding: 20px 30px;
}

.job-details ul {
    list-style: none;
    padding: 20px 5px 15px;
}

.job-media img {
    width: 100%;
}

.job-details li:first-child {
    border-top: 1px solid #eee;
}

.job-details li {
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.job-details li i {
    width: 30px;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.job-details .btn {
    padding: 10px 20px;
}

.job-details .btn i {
    margin-right: 5px;
}

.joblist .large-widget {
    border: 1px solid #eee;
    padding: 30px;
}

.joblist .post-media {
    margin-bottom: 0;
}

.joblist .post-media .btn {
    margin-top: 20px;
}

.joblist img {
    border: 1px solid #eee;
}

.joblist ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.joblist .title-area {
    padding-bottom: 0 !important;
}

.joblist h3 {
    font-size: 24px;
    margin-top: 20px;
}

.banner,
.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: sub;
    width: 100%;
    z-index: 99;
}

.banner {
    background-attachment: scroll;
    background-position: center top;
}

.reviewlist .col-md-4,
.reviewlist .col-md-3,
.reviewlist .col-md-6 {
    margin-bottom: 30px;
}

.homepage-version .title-area {
    padding: 0 20px 20px;
    position: relative;
}

.nopt {
    padding-top: 0 !important
}

.indexslider {
    margin-top: 40px;
}

.indexslider .title-area {
    padding: 10px 0 30px;
    position: relative;
}


/******************************************
    FLEXSLIDER
******************************************/

.psdesc {
    position: relative;
}

.ps-desc {
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #000\5;
    position: absolute;
    top: 300px;
    left: 100px;
    right: 100px;
    display: block;
    padding: 20px 40px;
}

.ps-desc h3 {
    border-bottom: 0 solid #4B5475;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.ps-desc h3 a {
    color: #fff;
    text-decoration: none;
}

.ps-desc p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
}

.ps-desc .type,
.ps-desc .status {
    display: inline-block;
    font-size: 13px;
    padding: 6px 13px 8px;
    font-family: 'Roboto Slab';
    text-align: center;
    position: absolute;
    text-decoration: none;
}

.ps-mini-desc .status {
    bottom: 11px;
    right: 80px;
}

.ps-desc .type {
    background: #010101;
    bottom: -34px;
    right: 82px;
    color: #ffffff;
}

.ps-desc .status {
    bottom: -34px;
    width: 80px !important;
    right: 0;
}


/******************************************
    SHROTCDES
******************************************/

.appoform-wrapper {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 0 20px 40px 20px;
}

.form-header {
    border-radius: 3px;
    border: 1px solid #ededed;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: -30px;
    padding: 20px 0;
    text-align: center;
}

.form-header h3 {
    color: #121212;
    padding: 0;
    line-height: 1;
    margin: 0;
    font-size: 18px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ededed #ededed #ededed !important;
    border-image: none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 15px 30px;
    border-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    color: #363a47 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff !important;
}

.tab-content {
    border: 1px solid #eee;
    padding: 20px !important;
    background-color: #ffffff;
}

.nav-tabs > li a {
    font-weight: 600;
}

.tab-pane .alignleft {
    margin: 5px 20px 10px 0;
    max-width: 150px;
}

.tab-pane .alignright {
    margin: 5px 0 10px 20px;
    max-width: 150px;
}

#message {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

#map {
    height: 450px;
    width: 100%
}

#map img {
    max-width: inherit
}

.map {
    position: relative
}

.map .row .col-lg-4 {
    float: right;
    margin-top: -450px;
    z-index: 9
}

.contact-icon {
    margin: 20px 0;
    overflow: hidden;
}

.map .row {
    position: relative
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}

.infobox img {
    width: 80px !important;
    padding-right: 10px
}

.infobox .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.infobox .title a {
    font-weight: bold;
}

.btn-block.btn-lg {
    padding: 21px 16px;
}


/******************************************
    RESPONSIVE
******************************************/

@media (max-width: 1380px) {
    .ps-desc {
        top: 260px;
    }
}

@media (max-width: 1240px) {
    .ps-desc {
        top: 220px;
    }
}

@media (max-width: 1180px) {
    .ps-desc {
        top: 190px;
        left: 20px;
        right: 20px;
    }
    .newsletter-widget h3 span {
        font-size: 12px;
        margin-right: 5px;
    }
}

@media (max-width: 1230px) {
    div.mini-widget-thumb {
        width: 40px;
    }
    .social-media-widget li {
        width: 50%;
    }
}

@media (max-width: 1080px) {
    .ps-desc {
        top: 160px;
        left: 20px;
        right: 20px;
    }
    .yamm-content div.mini-widget-thumb {
        display: none !important;
    }
    div.mini-widget-thumb {
        width: 25px;
        float: left;
    }
    div.mini-widget-title {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 992px) {
    .ps-desc {
        top: 250px;
        left: 20px;
        right: 20px;
    }
    .pager div.mini-widget-thumb a,
    .pager div.mini-widget-thumb img {
        display: none;
    }
    .pager div.mini-widget-title {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        background-color: #ffffff !important;
    }
    #sitefooter .text-right {
        text-align: center;
        margin-top: 10px;
    }
    #sitefooter .text-left {
        text-align: center !important;
    }
    .post-review {
        margin-bottom: 20px;
    }
    .logo-wrapper {
        padding-top: 0;
    }
    .navbar-brand {
        padding: 0;
        margin: 0 auto 10px !important;
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
    }
    .navbar-brand img {
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
    }
    .logo-wrapper .ads-widget img {
        margin: 0 auto!important;
        width: auto;
        display: block;
        float: none;
        text-align: center;
    }
    .authorbox .post {
        margin-bottom: 20px;
        display: block;
    }
    .joblist .title-area {
        margin-top: 30px;
        text-align: left !important;
    }
    .homepage-version .title-area {
        padding-top: 20px;
    }
}

@media (max-width: 900px) {
    .ps-desc {
        display: none;
    }
}

@media (max-width: 768px) {
    .finalreview .col-sm-4 {
        margin: 20px auto !important
    }
    .reviewbox {
        float: none !important;
        margin: 0 auto 30px !important;
        display: block;
        max-width: 100% !important;
    }
    .tw-button i,
    .fb-button i {
        margin-right: 0;
    }
    .title-area {
        text-align: center;
    }
    .single-wrapper .post-desc {
        padding: 20px 10px;
    }
    .title-area h3 {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 7px;
        margin-top: 0;
        word-wrap: break-word;
    }
    .comment-reply {
        margin-left: 0 !important
    }
    .single-post .large-widget-title h3 {
        font-size: 18px;
    }
    .single-post {
        padding: 5px;
    }
    .dropdown-menu {
        background-color: #ffffff !important;
    }
    .nav > li > a {
        padding: 5px 20px;
    }
    .yamm-content {
        padding: 0 20px !important;
    }
    .navbar-nav > li:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent !important;
    }
}

@media (max-width: 420px) {
    .joblist .title-area h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .job-details li {
        font-size: 12px;
    }
    .footer-links span {
        margin: 0 4px;
    }
    .copyright-notice,
    .footer-links,
    #sitefooter,
    .large-post-meta {
        font-size: 11px;
		font-weight: 400;
    }
}

@media (max-width: 1406px) {
    .dm-social {
        display: none;
    }
    .header,
    .logo-wrapper,
    .container {
        width: 100%;
    }
}


/************* CUSTOM **********************/

#dtop-bar {
	background: #5682c4;/*4c8ac56fd0d0  d30a63 868e8c*/
	color: #fff;
	padding: 0px;
}


ul.dtop-bar-menu {
	margin:0;
	margin: 5px 0;
	/*height:32px;*/
	}

ul.dtop-bar-menu li {
	font-size: 14px;
	display: inline;
	letter-spacing:1px;
	margin: 0;
	font-family: 'Roboto Slab', Verdana, Arial, Helvetica, sans serif;
	color: #fff;
}

ul.dtop-bar-menu li a {
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 2px #333;
}

ul.dtop-bar-menu li i {
	color: #fff;
	margin: 0 5px 0 0;
	text-shadow: 1px 1px 2px #333;
}

ul.dtop-bar-menu li.discover {
	color: #fff;
	letter-spacing:2px;
	font-weight:400;
	/*padding-top:6px;*/
	text-shadow: 1px 1px 2px #333;
	font-family: 'Roboto Slab', Verdana, Arial, Helvetica, sans serif;
	text-align: center;
}
/************************************/

.pagetitle {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.page-title {
    padding: 0 0 15px 0;
    display: block;
    position: relative;
}

.page-title h1 {
    line-height: 1;
    padding: 0 !important;
	font: 36px 'Fira Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0 !important;
    text-transform: capitalize;
}

.page-title hr {
    border-width: 2px;
    margin-bottom: 0;
	margin-top: 0;
}

.page-title hr:before {
    width: 60px;
    background-color: #52c8d1;
    display: block;
    height: 4px;
    position: relative;
    content: "";
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	top: -1px;
}


/*h1.pagesection {
  color: #444444;
  font-size: 38px;
  font-weight:400;
  line-height: 1em;
  letter-spacing: -1px;
  width:100%; 
  display:block;
}
h1.pagesection a {
  color: #444444;
}
h1.pagesection a:hover {
  color: #259ad6;
  text-decoration: none;
}

h1.pagesection {
  margin: 0px 0 10px 0;
  color:#333;background:transparent url(../images/bg_contentTitle.png) no-repeat left top;border-top:1px solid #ccc;
}
h1.pagesection span{padding-top:10px;color:#333;font-size:21px;line-height:10px;letter-spacing: 0px;font-family: 'Oswald', Verdana, Arial, Helvetica, sans serif;font-weight:300;}*/

h2.sectionTitle {font-size:1.4em; line-height:90%; color:#0771a8;font-family: 'Oswald', Verdana, Arial, Helvetica, sans serif;font-weight:500;}
h2.sectionTitle a:hover {color:#1063b2; }

.navwidget {
    position: relative;
    display: block;
    margin-bottom: 12px;
	margin-top: 0;
	padding-top: 0;
}

.nav-title {
    padding: 0px 0 0;
    display: block;
    position: relative;
}

.nav-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 600;
	color: #4c4c4c;
    margin: 0 !important;
    text-transform: uppercase;
}

.nav-title hr {
    border-width: 2px;
    margin-bottom: 0;
	margin-top: 10px;
}

.nav-title hr:before {
    width: 60px;
    background-color: #52c8d1;
    display: block;
    height: 4px;
    position: relative;
    content: "";
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	top: -1px;
}

.footerwidget {
    position: relative;
    display: block;
    margin-bottom: 12px;
	margin-top: 0;
	padding-top: 0;
}

.footer-title {
    padding: 15px 0 0;
    display: block;
    position: relative;
	color: #fff;
}

.footer-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 600;
	color: #fff;
    margin: 0 !important;
    text-transform: capitalize;
}

.footer-title hr {
    border-width: 1px;
	border-color: #fff;
    margin-bottom: 0;
	margin-top: 10px;
}

.footer-title hr:before {
    width: 60px;
    background-color: #52c8d1;
    display: block;
    height: 4px;
    position: relative;
    content: "";
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	top: -1px;
}

/* ------------------------------------------------------------------- */
/* PAGE
---------------------------------------------------------------------- */

.mainpage {
	font-size : 16px;
	line-height: 28px;
	display: block;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	/*position:relative;
	z-index:100;*/
}
.mainpage a:hover {
	color: #2eaeb0;
	text-decoration: underline;
}
.mainpage a {
	text-decoration: none;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.mainpage strong {
	font-size : 16px;
	line-height: 28px;
	text-decoration: none;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.value {padding-bottom: 12px;}

.mainpage p {
	font-size : 16px;
	line-height: 28px;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;;
	display: block;
}

.mainpage p strong {
	font-size : 16px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
}

/* line 315, ../sass/_sidebar.scss */
.mainpage ul {
	margin-left:0;
	padding-left:9px;
}

.mainpage li {
  /*list-style-type: disc;
  list-style-position: outside;*/
  margin:0;
  padding:0;
  list-style: none; 
}
.mainpage li {
  font-size : 16px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-left: 1.5em;
}

.mainpage li:before {
    /*Using a Bootstrap font awesome as the bullet point*/
	content: "\f111"; /* fa-circle */
	font: normal 11px/2 FontAwesome;
    float: left;
    margin-left: -1.5em;
    color: #c5003e;
	vertical-align: center;
	display: inline-block;
}

.mainpage span.newsitem {
	font-size : 18px;
	line-height: 20px;
	color: #06619a;
	font-weight: 700;
}


/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 0.8em;
}
.pageImage { float:right; display:inline; 
margin-left:10px; margin-bottom:10px; position:relative; width:300px; background-color:#fff; border:1px solid #ccc;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.3);
	box-shadow: 0px 3px 6px rgba(0,0,0,.3);
}

.menu_page {
	font-size: 1em;
	COLOR: gray;	
	clear: left;
}
a.menu_page {
	font-size: 1em;
}

.menu_page2 {
	FONT-SIZE: 0.9em;
	COLOR: #808080;
}
a.menu_page2 {
	FONT-SIZE: 0.9em;
	COLOR: #808080;
}

.menu_page_title {
	font-size: 1em;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 1em;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

/************** UPPER CART ******************/
/* Cart
------------------------------------- */
/* Fonts Style */
.top-cart-contain .price, .top-cart-content .product-details, .add-to-cart .qty,  #limiter, .pages .pagination, .col-left .block-cart .block-content ul li .product-details strong, .timer-grid, .post-meta, .post-meta li a, .small-tag {
	font-family: 'Roboto', sans-serif;
}
.top-cart-content .product-name a, .products-list .actions .add-to-links a.link-wishlist span, .products-list .product-shop button.button span, .products-list .actions .add-to-links a.link-compare span, .bottom-banner-img1.last h3, .bottom-banner-img1 h3 {
	font-family: 'Roboto', sans-serif;
}
/* Fonts Style End*/

/* Top Shopping Cart */
.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 64px;
}
.mini-products-list .product-image img {
	width: 60px;
}
.top-cart-content .product-name {
	margin: 0;
	line-height: 1;
	margin-top: 3px
}
.top-cart-content .product-name a {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	letter-spacing:normal
	
}
.top-cart-content .product-name a:hover {
	font-size: 14px;
	color: #d50c0d
}
.top-cart-contain .price {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0px;
	font-size: 12px;
}
.top-cart-contain .product-details .price {
	color: #333;
	width: auto;
	float: none;
	font-weight: bold;
	padding-left: 0px
}
.mini-cart {
	text-align: center;
	cursor: pointer;
	margin: 0px;
}
.mini-cart .basket a {
	color: #333;
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px;
	display: block;
	background: #4c4c4c; /* cart button */
	border-left: 1px rgba(255,255,255,0.3) solid;
	padding: 6px 15px;
}

/*.mini-cart:hover .basket a:after {
    content: "";
    position: absolute;
    top: 90%;
    left: 42%;
    right: inherit;
    border-width: 0px 6px 6px 6px;
    border-style: solid;
    border-color: #f8f8f8 transparent;
    display: block;
    width: 0;
    z-index: 10000;
}*/

.mini-cart .basket a:before {
	content: '\f291';
	font-family: FontAwesome;
	font-size: 24px;
	color: #fff;
	height: 47px;
	width: 48px;
	display: inline-block;
	line-height: 47px;
	text-align: center;
	border-right: none;
	font-weight: normal;

}
.mini-cart .basket a span.cart_count {
	display: inline-block;
	color: #fff;
	width: 22px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 0px;
	padding-left: 0px;
	background: #d32752;/*52e9f7*/
	border-radius: 999px;
	position:absolute;
    top: 9px;
    right: 15px;
	text-align:center;
}
.mini-cart .basket a div.price {
	display: inline-block;
}
.top-cart-content .pull-right {
	margin-right: 10px;
	padding-top: 3px
}
.top-cart-content .basket a {
	border: none;
	color: #fff
}
.mini-cart .basket a:hover {
	text-decoration: none;
}
.mini-cart .open .basket a {
	color: #000;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 14px;
	padding: 0px;
	text-transform: none;
}
.top-cart-contain {
    position: relative;
    margin-top: -59px;
    z-index: 100;
}
.top-cart-title p {
	margin: 0;
}
.top-cart-content .empty {
	padding: 10px;
	color: #333333;
}
.top-cart-content {
	display: none;
	position: absolute;
	top: 72px;
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: right;
	z-index: 100;
	box-shadow: -1px 2px 15px -7px #666;
	width: 300px;
}
.top-subtotal {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px;
}
.top-cart-content .block-subtitle {
	border-bottom: 1px solid #DDDEE1;
	color: #fff;
	overflow: hidden;
	padding: 0px 5px;
	text-align: left;
	background: #d50c0d
}
.top-cart-content .block-subtitle .price {
	color: #fdd21b
}
.block-content ul#cart-sidebar {
	padding: 0px;
}
ul#cart-sidebar {
	padding: 15px 20px 0px;
}
/* top cart  */
.top-cart-content li.item {
	width: 290px;
	margin: 8px 0px 15px;
	border-bottom: 1px #eee solid;
	display: inline-block;
	padding-bottom: 15px;
}
.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}
.top-cart-content .product-details {
	color: #333333;
	position: relative;
	text-align: left;
}
.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px;
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 30px;
	top: -2px;
	display:none;
}
.top-cart-content .product-details .btn-edit:hover {
	color: #339900;
}
.top-cart-content .actions {
	padding: 20px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 10px
}
.button.btn-checkout {
	background: #FED557;
	border: 1px solid #F5C328;
	color: #003169;
	padding: 8px 18px;
}
.button.btn-checkout:hover {
	background: #333;
}
.button:btn-bag:hover {
background:#f6f6f6
}
.btn-remove1 {
	background-image: url(../../images/btn_remove.png);
	margin: 0px 0 0 5px;
}
.btn-remove1:hover, .btn-remove1:focus {
	background-position: 0 -12px;
}
.btn-remove1 {
	display: block;
	width: 15px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 28px;
	margin-top: 3px;
}
.block-compare .btn-remove1 {
	left: auto;
	right: 0px!important;
	margin-top: 0px;
	top: 5px
}
.mini-cart .btn-remove1 {
	left: auto;
	right: 0px!important;
	margin-top: 0px;
	top: 0px;
}
.mini-cart .actions .btn-checkout {
	background: none repeat scroll 0 0 #d50c0d;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: normal;
	padding:10px 24px 8px 24px;
	text-transform: uppercase;
	border: 1px #d50c0d solid;
	border-radius:3px;
	border-bottom: 3px #d50c0d solid;
	font-family: 'Oswald', sans-serif;
	float:left
}
.mini-cart .actions .btn-checkout:hover {
	background: #d50c0d;
	color: #fff;
}
.mini-cart .actions .btn-checkout:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 7px;
}
.mini-cart .view-cart {
	background: none repeat scroll 0 0 #fff;
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: normal;
	padding:10px 24px 8px 24px;
	text-transform: uppercase;
	border: 1px #ddd solid;
	border-radius:3px;
	border-bottom: 3px #ddd solid;
	font-family: 'Oswald', sans-serif;
	float:none
}
.mini-cart .view-cart:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 7px;
}

#basketStats {}

.cart-buttons a, .cart-buttons a.checkout, .cart-btn a.button, a.button.color, a.button.dark:hover, a.button.gray:hover, .icon-box:hover span, .tp-leftarrow:hover, .tp-rightarrow:hover, .flexslider .flex-prev:hover, .flexslider .flex-next:hover, .rsDefault .rsArrowIcn:hover, .hover-icon, #backtotop a:hover, #filters a:hover, #filters a.selected {
	background-color: #2db2ea;
}
.cart-btn a.button:hover, .cart-btn a.button.hovered {
	background-color: #248ebb !important;
}
.cart-buttons.button a.checkout {
	background-color: #2db2ea !important;
}
.cart-buttons a.checkout:hover:before {
	background-color: #248ebb !important;
}

/* If no image logo, then text logo */
#siteName {
	font-size: 24px;
	line-height: 35px;
	margin-left: 5px;
}

.storewideDiscount {
	font-size: 14px;
	color: #CC0000;
}

#basketStats {}

/* Shopping Cart Summary */
.cart_summary {
	FONT-SIZE: 0.9em;
	color : Gray;
}
.cart_summary A {
	FONT-SIZE: 0.9em;
	color : Gray;
}


/* Basket
------------------------------------- */
/* product image */
.cart-image {max-height:120px;}

/* QTY box - cart only */
.qty-box {
	width: 56px !important; 
	margin-bottom:1px !important;}

/* Product name, prices, etc. */
.carttext {
	font-size : 0.95em;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 0.9em;
}
/* errors listed under product name*/
.smallcarterror {
	font-size : 0.9em;
	color : Red;
}



/* light grey button */
.button.cart {
  background-color: #f9f9f9;
  color: #7c7b7b;
  font-size:12px;
  font-weight:normal;
  padding-top:6px;
  padding-bottom:6px;
  border-radius:3px;
  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
  transition: box-shadow 300ms ease-out;
   }
  .button.cart:hover, .button.cart:focus {
	-webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.10);
	}
	
	
.button.cart-tiny {
  background-color: #f9f9f9;
  color: #7c7b7b;
  font-weight:normal;
  padding-top: 0.625em;
  padding-right: 0.85em;
  padding-bottom: 0.6875em;
  padding-left: 0.85em;
  font-size: 0.6875em;
  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
  border-radius:3px;
  transition: box-shadow 300ms ease-out;
   }
  .button.cart-tiny:hover, .button.cart-tiny:focus {
	-webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
	box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.10);
	}

.nobottommargin {margin-bottom:0} /* removes bottom margin */

/* turn an input button into a regular link */
.nobutton {
	background:none;
	border:0;
	text-decoration:none;
	font-size:0.9rem;
	}
	.nobutton:hover {
	text-decoration:underline;
	}

/* delete product */
a.cart-remove {
	background: #c0c0c0;
	color: #fff;
	border: none;
	float: left;
	font-family: "FontAwesome";
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height:18px;
	outline: 0;
	text-align:center;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.cart-remove {
	background-color: #f6f6f6;
	color: #a0a0a0;
}

a.cart-remove:hover {
	background: #df2727;
	color: #fff;
}

.cart-remove:before { content: "\f00d"; }

.cart-remove:before {
	position: relative;
	display: block;
	top: 12px;
	left: 0px;
}




/******************* CART END ********************/


/* ------------------------------------------------------------------- */
/* BUTTONS
---------------------------------------------------------------------- */

.button .style1 {
	border-radius:3px; 
	font: .90em/1.15 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #408976;
	border-bottom:2px solid #408976;
	padding-bottom: 1.00rem;
	}
.button .style2 {
	border-radius:3px; 
	font-weight:bold;
	background: #d1b01b;
	border-bottom:2px solid #d1b01b;
	padding-bottom: 1.00rem;
	}
	
	
/* Forms
------------------------------------- */

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
fieldset {
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	FONT-SIZE: 1em;
   }

select {
  padding: 0.5em;
  font-size: 1em;
  height: 2.8em; }

label { font-size: 1.0em; }

/* Required form field */
.required input, input.required, .required textarea, textarea.required { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.required, .required label, label.required { color: #c60f13;font-weight:600; }

.required small, small.required { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 1em; background: #c60f13; color: #fff; font-size: 1em; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

small.undertext { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 1em; background: #555; color: #fff; font-size: 1em; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

.required textarea:focus, textarea.required:focus { background: #fafafa; border-color: #b3b3b3; }


/* Titles separating sections of a form (this is NOT the Box Title)*/
.formtitle {
	FONT-SIZE: 1.2em;
	font-weight : bold;
}

/* Appears at top of form if page returns an error */
.formerror {
	FONT-SIZE: 1em;
	color : Red;
}

/* Used in the login box ('user name not found', etc.) */
.formerrorsmall {
	FONT-SIZE: 0.8em;
	color : Red;
}

/* Form field names '*/
.formtext {
	FONT-SIZE: 1em;
}
/* Instructions below form fields '*/
.formtextsmall {
	FONT-SIZE: 0.8em;
}
	.columns .formtextsmall {
		FONT-SIZE: 0.8em;
		display:block;
		margin-top:-10px;
	}

/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
	FONT-SIZE: 0.65em;
	COLOR: gray;
}

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
  
/************** BUTTONS **********************/
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font: 1em/1.15 'Fira Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  /*line-height: normal;*/
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  /*font-size: 1.15rem;*/
  background-color: #128ec3;
  border-color: #128ec3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #003b6a;
	border-color: #003b6a; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4a831c; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 1.5rem;
	float:right; }/* CUSTOM */
	
  button.expand, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 1rem; }
  button.radius, .button.radius {
    border-radius: 3px;font-size: 1rem; }
	/* CUSTOM */
  button.round, .button.round {
    border-radius: 3px;
	font-size: 1rem;
	text-transform: uppercase; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #52b1b2;
    border-color: #52b1b2;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #52b1b2; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #52b1b2; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bababa; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4a831c; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }  
	
	
	/* Accept terms in shopping cart */
#license {
	border:1px solid silver; 
	padding:20px; 
	margin-bottom:10px; 
	max-height:300px; 
	overflow-y:auto
	}
	
	
	
/* ------------------------------------------------------------------- */
/* BLOG
---------------------------------------------------------------------- */

h3.blog {font-size:1.75em}

/* format the date */
.evdate { display: block;float:left; text-align: center; height: 0px; margin-top:5px;margin-right:5px; }
.evdate span { display: block; }
.evmonth { background: #c64171; padding: 2px 10px 2px 10px; color: #fff; border-radius:2px 2px 0 0 ; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07); }
.evday { background: #f9f6ed; padding: 10px; font-size: 16px; font-weight: 500; color: #666; border-radius: 0 0 0 0;font-size:1.5em }
.evyear { background: #c64171; padding: 2px 10px 2px 10px; color: #fff; border-radius: 0 0 2px 2px; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07); }


/* Posts */
.post {
	margin: 0px 0;
}

.post-content {
	margin: 0 0 0 75px;
}

.post-img {	margin-bottom:15px;}

.post-img a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.post-img a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Tags */
.meta {
	color: #888;
	margin: 0 0 15px 0;
}

.meta a:no(h3) {
	color: #888;
	text-decoration: none;
}


/* Sidebar */

#blognav {}/* right navigation container */

a.tagcloud:link {
	font-size:11px;
	border:1px solid #ccc; 
	padding:4px 5px; 
	border-radius:4px; 
	display:inline-block; 
	margin-bottom:4px;
	} 
	a.tagcloud:hover {
		color:white; 
		background-color:#2796b7;
		-webkit-transition: background-color 300ms ease-out;
  		-moz-transition: background-color 300ms ease-out;
  		transition: background-color 300ms ease-out;
  		}

	
	
	
/******************* NEWSLETTER ******************/
.catalog-block {
  margin: 0 15px;
}
.catalog {
  /*border: 1px solid #cccccc;
  border-bottom-width: 2px;*/
  width:30%;
  float:left;/**/
  margin-right:33px;
  height:auto;
  
}
.catalog-last {
  /*border: 1px solid #cccccc;
  border-bottom-width: 2px;*/
  margin-right: 1px;
  width:29%;
  float:right;/**/
  margin-right:0px;
  height:auto;
}
.catalog-details {
  padding: 0;
}
.catalog-title {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: normal;
}

@media (max-width: 460px) {
	.catalog-block {
	  margin: 0 15px;
	}
	.catalog {
	  width:auto%;
	  height:auto;
	  width:460px;
	  
	}
	.catalog-last {
	  width:auto;
	  height:auto;
	  width:460px;
	}
}

/**************************************/	







/* LISTING RECORDS  ------------------------ */
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 1em; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	FONT-SIZE: 0.8em;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 1em;   TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 1em;    TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 1em;  ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 1em; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 14 px;
	line-height: 20px; 
}
.listingsubtext {
	FONT-SIZE: 0.95em;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 0.9em;
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 1em; 
}

/* For Manufacturer Listing */
.manufacturer_list {
	background-color: #FFFFFF;
	color:#666699;
	font-size: 1em;
	vertical-align: top;
}


