html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*============================================ GLOBAL  =================================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    line-height: 20px;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
    /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border-width: 0;
    height: 1px;
    line-height: 0;
    margin: 30px 0px 30px 0px;
    page-break-after: always;
    text-align: center;
    width: 100%;
    clear: both;
}

em {
    font-style: italic;
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1,
h2 {
    margin-bottom: 15px;
    line-height: normal;
}

h3,
h4,
h5 {
    margin-bottom: 15px;
    line-height: normal;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pagetitle,
.pagedesc {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}


.title {
    padding: 8px 0 7px 8px;
    text-transform: uppercase;
}

.titleRegular {
    font-weight: 400;
}

.titleBold {
    font-weight: 700;
}

.titleLight {
    font-weight: 300;
}

.titleUppercase {
    text-transform: uppercase;
}

.titleNormal {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.textBoldUppercase {
    font-weight: 700;
    text-transform: uppercase;
}

.margin60 {
    margin-bottom: 60px;
}

.margin30 {
    margin-bottom: 30px;
}

.marginright70 {
    margin-right: 70px !important;
}

img.circleimg {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
}


/* links */
a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}


/* float align */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone,
img.alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
}


img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p,
ul,
ol,
blockquote {
    margin-bottom: 20px;
}

ul {
    list-style: disc;
    margin: 0 0 18px 1.5em;
}

ul li {
    padding-bottom: 10px;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 2.2em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

blockquote {
    clear: none;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 8px;
    padding: 7px 0px 0px;
}

blockquote:before,
blockquote:after {
    content: '"';
}


blockquote.left,
blockquote.right {
    float: right;
    margin: 0 0 0 20px;
    width: 65%;
}

blockquote.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}


/* code */
code {
    font-family: Verdana, Arial;
    letter-spacing: 1px;
    margin: 25px 0 25px 0px;
    display: block;
    font-size: 0.9em;
    padding: 15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#outerheader {
    margin: 0px auto;
    padding: 0;
}

#outerbeforecontent {
    margin-bottom: 67px;
}

/*** END CONTAINER ***/

/*** HEADER ***/
#top {}

#logo {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo img {
    display: block;
}

#logo h1 {
    margin: 0;
    font-size: 28px;
    line-height: 28px;
}

#logo .desc {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

#topright {
    text-align: right;
    margin: 42px 0px 0px 0px;
}

#toptext {
    margin-bottom: 5px;
}

/* TOP MENU */
#navigation {
    position: relative;
    z-index: 200;
    margin: 0;
}

#nav-wrap {
    text-align: left;
}

/* Nav Menu */
#topnav {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.sf-menu li {
    text-align: center;
}

.sf-menu a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 22px 30px 21px 26px;
    margin: 0px 0px 0px 0px;
}

.sf-menu li:hover,
.sf-menu li.current {}

.sf-menu a:hover,
.sf-menu li.current>a {
    border-width: 4px 0px 0px 0px;
    border-style: solid;
    padding-top: 18px;
}


/* Drop down menu */
.sf-menu ul a:hover,
.sf-menu ul li.current>a {
    border-width: 0px;
}

.sf-menu li li {
    line-height: 20px;
    margin: 0;
    padding: 0px;
    width: auto;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 12em;
    /* left offset of submenus need to match (see below) */
    padding-top: 6px;
}

.sf-menu ul ul {
    padding: 0px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    display: block;
    float: left;
    position: relative;
    margin: 0;
}

.sf-menu li li {
    margin: 0px 0px !important;
    text-align: left;
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 2px;
    top: 3.4em;
    /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 12em;
    /* match ul width */
    top: -1px;
    margin-left: 0px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 12em;
    /* match ul width */
    top: -1px;
}

.sf-menu ul li a {
    padding: 12px 29px 11px 29px !important;
    margin: 0px;
    font-size: 16px;
}

.sf-menu a.sf-with-ul {
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}



/* dropdown mobile */
.tinynav {
    display: none;
}



/*============================================ SLIDER   =================================================*/
#slidercontainer {}

#slider .slider-img {
    display: none;
}

#slider {
    position: relative;
    margin: 30px 0 51px 0;
}

#slider #slideritems {
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
}

#slider .slides li {
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

#slider .slider-2ndpic {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 650px;
    height: 400px;
}

#slider .flex-caption {
    position: absolute;
    top: 50px;
    left: 40px;
}

#slider .flex-caption h2 {
    font-size: 50px;
    margin: 0px;
}

#slider .flex-caption h3 {
    font-size: 30px;
    margin: 0px 0px 9px 0px;
}

#slider .flex-caption .desc {
    font-size: 13px;
}

#slider img {
    display: block;
}

#slider .flex-control-nav {
    text-align: left;
    bottom: 110px;
    left: 40px;
    z-index: 999;
}

#slider .flex-control-nav li {
    margin: 0px 10px 0px 0px;
}

#slider .flex-control-nav li a {
    width: 16px;
    height: 16px;
}

#slider .camera_wrap .camera_pag {
    bottom: 0px;
    left: 40px;
    z-index: 999;
    position: absolute;
}

#slider .camera_wrap .camera_pag .camera_pag_ul {
    text-align: left;
}

#slider .camera_wrap .camera_pag .camera_pag_ul li span {
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*============================================ HIGHLIGHT  =================================================*/
#outerhighlight {
    border-width: 1px 0px;
    border-style: solid;
}

#highlightcontent {
    text-align: center;
    padding: 39px 0px 50px;
}

#highlightcontent h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

#highlightcontent .button,
#highlightcontent .button-alt {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
}

#highlightcontent .button-alt {
    margin-left: -3px;
}

/*============================================ BEFORE CONTENT  =================================================*/

#beforecontent {
    margin: 60px 0 55px;
}

.pagetitlecontainer {
    margin-bottom: 37px;
}

.pagetitle {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.pagedesc {
    font-size: 14px;
    float: left;
    padding: 22px 0 0 15px;
}

/*============================================ CONTENT  =================================================*/
#outermain {
    padding-bottom: 80px;
}

#outermain.inner {
    margin-top: 60px;
}

#maincontent {}

.row .positionright {
    float: right;
}

.row .positionleft {
    float: left;
}

.padcontent {
    padding-right: 20px;
    padding-left: 0px;
}

.positionright .padcontent {
    padding-right: 0px;
    padding-left: 20px;
}


.indentleft {
    overflow: hidden;
}

.margin_top {
    padding-top: 5px;
}

.margin_bottomoff {
    margin-bottom: 0 !important;
}

.margin_bottom_small {
    margin-bottom: 5px;
}

.margin_bottom_middle {
    margin-bottom: 12px;
}

.margin_bottom_large {
    margin-bottom: 16px;
}

.margin_bottom_extralarge {
    margin-bottom: 25px;
}

.textCenter {
    text-align: center;
}

.textMiddle {
    padding: 10px 0px 20px;
}

.center {
    margin: 0 auto !important;
    float: none;
    display: block;
}

.nomargin {
    margin-right: 0;
}

.nopadding {
    padding-right: 0px;
}

.displayblock {
    display: block;
}


.header-wrapper h2 {
    display: inline-block;
    margin-right: 3px;
}

.header-wrapper a {
    font-size: 11px;
    text-transform: uppercase;
}

/*=== Portfolio Shortcode ===*/
#ts-portfolio {
    display: block;
    margin-bottom: -60px;
}

#ts-portfolio .header-wrapper {
    margin: 0px 0px 9px;
}

/*=== Post Shortcode ===*/
.post-shortcode h2 {
    margin: 0px 0 6px 0;
    line-height: 16px;
}

.post-shortcode h2 a {
    font-weight: normal;
    font-size: 16px;
}

.post-shortcode .post-meta {
    font-size: 11px;
    margin-bottom: 10px;
}

.post-shortcode .alpha {
    clear: both;
}

.post-shortcode .imgcontainer {
    width: 180px;
    float: left;
    margin-right: 20px;
}


/*=== Testimonials ===*/
.entry-quote-big {
    margin: 10px 0px 65px 0px;
    padding: 60px 0px 55px;
}

.entry-quote-big .quote-image {
    width: 96px;
    float: left;
}

.entry-quote-big .quote-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
}

.entry-quote-big .quote-content {
    margin-left: 186px;
}

.entry-quote-big blockquote {
    clear: none;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 8px;
    padding: 7px 0px 0px;
}

.entry-quote-big blockquote:before,
.entry-quote-big blockquote:after {
    content: '"';
}

.entry-quote-big .quoteinfo {
    font-style: italic;
}

.entry-quote {
    margin-bottom: 30px;
}

.entry-quote .quote-image {
    width: 43px;
    float: left;
    margin-right: 10px;
}

.entry-quote .quote-image img {
    width: 43px;
    height: 43px;
    display: block;
}

.entry-quote .entry-content {
    position: relative;
    overflow: visible;
    margin-bottom: 42px;
}

.entry-quote blockquote {
    clear: none;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 20px 40px;
}

.entry-quote blockquote:before,
.entry-quote blockquote:after {
    content: '"';
}

.entry-quote .quotearrow {
    background-repeat: no-repeat;
    width: 52px;
    height: 23px;
    position: absolute;
    bottom: -23px;
    left: 42px;
    z-index: 100;
}

.entry-quote .quoteinfo {
    font-style: italic;
}

.entry-quote .quoteinfo .info {
    float: left;
    line-height: 43px;
}


/*=== List ===*/
ul.list {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

ul.list li:before {
    content: "\00bb";
    padding-right: 5px;
}

ul.list li {
    padding-bottom: 0px;
}



/*=== Images ===*/
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/*=== Form & Button ===*/
form {
    margin: 0;
    padding: 0;
}

input[type="text"],
textarea,
input[type="password"],
select {
    padding: 7px 5px;
    font-size: 11px;
}

textarea {
    width: 90%;
}

textarea:focus {
    outline: 0;
}

.button,
.button:visited,
.button-alt,
.button-alt:visited,
input[type="submit"],
button,
.more {
    padding: 13px 20px 11px 20px;
    font-family: "Fjalla One", sans-serif;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.button:hover,
.button-alt:hover,
input[type="submit"]:hover,
button:hover,
.more:hover {
    text-decoration: none;
}


/*=== Separator ===*/
.separator {
    display: block;
    height: 48px;
    margin: 0 0 46px;
    text-align: center;
    width: 100%;
    clear: both;
}

.spacer {
    display: block;
    height: 30px;
    width: 100%;
    clear: both;
}

/*=== Dropcaps ===*/
.dropcap1 {
    display: block;
    float: left;
    font-size: 32px;
    line-height: 34px;
    margin: 4px 8px 0 0;
}

.dropcap2 {
    display: block;
    float: left;
    border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;
}

.dropcap3 {
    display: block;
    float: left;
    font-size: 26px;
    line-height: 35px;
    width: 47px;
    height: 40px;
    text-align: center;
    margin: 6px 8px 0 0;
    padding: 5px 0;
}

/*== Highlight ==*/
.highlight1 {
    padding: 2px 5px;
}

.highlight2 {
    padding: 2px 5px;
}

/*=== Pullquotes ===*/
.pullquote-right,
.pullquote-left {
    padding: 0px 10px 0px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 22px;
    margin: 0px 2px 20px 20px;
    width: 50%;
}

.pullquote-left {
    float: left;
    margin-left: 2px;
    margin-right: 20px;
}


/*==== Tabs ====*/
.tabcontainer {
    margin: 0;
}

ul.tabs {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 0 0px 0;
    list-style: none;
    width: 100%;
    float: left;
}

ul.tabs li {
    float: left;
    margin: 0 0;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}

ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 5px 0px;
    outline: none;
}

.tab-content {}

ul.tabs li:hover {}

.tab-body {
    padding: 20px 20px 0px;
    float: left;
}

/*==== Tabs 2 ====*/
.tabcontainer2 {
    margin: 0 0 20px 0;
}

.tabcontainer2 ul.tabs {
    margin: 0 25px 0px 0px;
    padding: 0 0 0px 0;
    list-style: none;
    width: 22%;
    float: left;
}

.tabcontainer2 ul.tabs li {
    display: block;
    float: none;
    padding: 0px 15px;
}

.tabcontainer2 ul.tabs li:first-child {
    border-top: 0px;
}

.tabcontainer2 ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
}

.tabcontainer2 .tab-content {
    padding: 0px 0px;
    float: left;
    width: 73%;
}

.tabcontainer2 ul.tabs li:hover {}

.tabcontainer2 .tab-body {
    padding: 0px;
}

/*==== jQuery Toggles ====*/
#toggle {
    border: 0px;
}

h2.trigger {
    padding: 0;
    margin: 0 0 7px 0;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}

h2.trigger span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 12px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}

h2.active span {}

h2.active {}

.toggle_container {
    margin: 0 0 7px 40px;
    margin-top: -7px;
    padding: 10px 20px;
    overflow: hidden;
    clear: both;
}


/*==== Tables ====*/
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

table,
td,
th {
    text-align: left;
}

th {
    padding: 10px;
}

td {
    padding: 10px;
}

tfoot td {
    border: 0px;
}

th,
tr:hover {}

table {
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    font-size: 13px;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    padding: 6px 24px;
}

tr.odd td {}


/*==== Features ====*/
.ts-features .img-container {
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.ts-features .img-container img {
    width: 31px;
    height: 31px;
    padding: 12px;
}

.ts-features .feature-title {
    margin: 0px 0px 0px 70px;
    padding-top: 15px;
}

.ts-features .feature-text {
    clear: both;
    padding-top: 17px;
    text-align: justify;
}


/*============================================ SIDEBAR  =================================================*/

#sidebar {
    padding-bottom: 20px;
}

.padsidebar {}

#sidebar .widget-title {
    margin: 0px -20px 20px -30px;
    padding: 20px 20px 17px 30px;
}

.widget-title {
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
}

#sidebar ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0px;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget-container {
    margin-bottom: 50px;
    padding: 0px 20px 25px 30px;
}


#sidebar li li {
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0 0 8px 0px;
}

#sidebar li li:before {
    content: "\00bb";
    padding-right: 5px;
}

#sidebar li li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

#sidebar li li a {
    font-size: 13px;
}

#sidebar li li a:hover,
#sidebar li li a.active {
    text-decoration: none;
}

#sidebar .textwidget {}

#sidebar .textwidget p {
    margin-bottom: 10px;
}

#sidebar .rp-widget {}

/*==== Search ====*/
#searchform {
    position: relative;
    width: 100%;
    margin: 18px 0 0px;
}

#searchform .bgsearch {}

#searchform #s {
    border: 0 none;
    padding: 10px 40px 8px 10px !important;
}

#searchform input {
    background: transparent;
    border: 0 none;
}

.searchbutton {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 25px;
}

/*==== Tagcloud Widget ====*/
.tagcloud .tag {
    display: inline-block;
}

.tagcloud .tag a {
    display: inline-block;
    padding: 5px !important;
    margin: 0px 1px 3px 0px !important;
}

/*==== Gallery Widget ====*/
ul.flickr {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.flickr li {
    float: left;
    margin-right: 7px !important;
    border: 0px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

ul.flickr li img {
    padding: 4px;
    background-color: transparent;
}


/*==== Testimonial Widget ====*/
.testimonial-widget {}

.testimonial-widget h6 {
    line-height: 20px;
    margin-bottom: 10px;
}

.testimonial-widget .alignleft {
    margin-right: 10px;
}

.testimonial-widget .quote {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    font-style: italic;
}

/*==== Tag ====*/
.tags a {
    padding: 5px 10px !important;
    margin: 0 0px 3px 0 !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
}

.tags a:hover {}

/*==== Banner ====*/
.banner img {
    display: block;
}

/*==== Recent post widget ====*/
.ts-recentpost {
    margin-bottom: 10px;
}

.ts-recentpost .header-wrapper h2 {
    margin-bottom: 30px;
}

.ts-recentpost .columns {
    margin-bottom: 60px;
}

.ts-recentpost .posttitle a {
    text-transform: uppercase;
}

.ts-recentpost .imgcontainer img {
    display: block;
}

.rp-widget {
    background: none !important;
    padding: 0px;
}

#sidebar ul.rp-widget li {
    padding-bottom: 16px;
    margin-bottom: 0px !important;
    clear: both;
    background: none !important;
    list-style: none !important;
    border: 0px !important;
}

.rp-widget li:last-child {
    padding-bottom: 0px !important;
}

.rp-widget li .postimg {
    float: left;
    margin: 0 14px 0px 0;
    padding: 0 0 0 0;
    width: 94px;
}

.rp-widget li .postimg img {
    position: relative;
    z-index: 2px;
}

.rp-widget li.last {
    margin: 0 !important;
    padding: 0 !important;
}

.rp-widget li h3 {
    font-size: 16px;
    margin-bottom: 0px;
}

.rp-widget li h3 a {
    font-size: 16px !important;
    text-transform: uppercase;
}

.rp-widget li .smalldate {
    font-size: 11px;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0px;
}

#sidebar .rp-widget li:before {
    content: "";
    padding-right: 0px;
}

#footersidebar .rp-widget img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 14px;
}

#footersidebar .rp-widget li h3 a {
    font-size: 13px;
}

#footersidebar .rp-widget .smalldate {
    font-size: 11px;
}

#footersidebar .rp-widget p {
    margin-top: 20px;
    margin-bottom: 15px;
}

#footersidebar .rp-widget .more {
    text-transform: uppercase;
    font-size: 10px;
}

/* Social */
.sn {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0px 0px 0 0px;
}

.sn li {
    list-style-type: none;
    margin: 0;
    padding: 0 0px 0 4px;
    display: inline;
    background: transparent;
}

.sn span {
    height: 34px;
    width: 34px;
    display: inline-block;
}

.sn .icon-img {
    background-position: center;
    background-repeat: no-repeat;
}

/*============================================ FOOTER =================================================*/
#footer {}


/*==== FOOTER SIDEBAR  ====*/
#footersidebar {
    padding: 46px 0 20px 0;
}

#footersidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footersidebar li.widget-container {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0px;
}

#footersidebar .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 11px 0;
    margin-bottom: 15px;
}

#footersidebar li li {
    margin: 0 0 5px 0;
    padding-bottom: 7px;
}

#footersidebar li a {
    padding: 0px;
    margin: 0px;
}

#footersidebar li a:hover {
    text-decoration: none;
}

/*==== COPYRIGHT ====*/
#copyright {
    padding: 18px 0px 20px;
    font-size: 11px;
    text-align: left;
}

#copyright a,
#copyright a:visited {}

.sometext {
    padding-left: 15px;
    color: #555555;
    font-size: 13px;
    padding-bottom: 5px;
    text-align: justify;
    padding-right: 20px;
}

p.paratitle {
    margin-bottom: 0px;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
}

.tablerow {
    height: 25px;
    vertical-align: middle;
    padding-left: 10px;
}

.altrow {
    height: 25px;
    vertical-align: middle;
    background: #d0d7c5;
    padding-left: 10px;
}


.wpcf7 p {
    margin-bottom: 10px;
}

.wpcf7 label {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    margin-bottom: 6px;
    font-size: 11px;
    width: 60%;
}

.wpcf7 textarea {
    margin-bottom: 7px;
    padding: 8px 5px;
    font-size: 11px;
    width: 90%;
}

.wpcf7-submit {
    margin: 0;
}



ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.rounded-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list li:hover {
    background: #eee;
}

.rounded-list li:hover:before {
    transform: rotate(360deg);
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #f8bba1;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list a:hover {
    background: #eee;
}

.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #f8bba1;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #f8bba1;
}

.heading-product {
    text-transform: none;
    margin: 0px -20px 20px -30px;
    padding: 20px 20px 17px 30px;
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 10px solid #041ef9;
    border-right: 2px solid #041ef9;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

blockquote::after {
    /*Reset to make sure*/
    content: "";
}

blockquote .from {
    text-decoration: double;
    text-align: right;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover {
    color: #666;
}


/* box-shadow */
ol.gradient-list>li::before,
ol.gradient-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1rem 0;
    padding-left: 1rem;
}

ol.gradient-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 2rem;
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
    color: #6e6e6e;
    font-weight: normal;
    text-align: left;
    border: 1px solid #ddd;
}
ol.gradient-list>li span {
    color: #000;
    background: #e8e8e8;
    padding: 5px 5px;
    top: -10px;
    position: absolute;
    left: 10px;
}

ol.gradient-list>li+li {
    margin-top: 2rem;
}

.left50 {
    float: left;
    width: 50%;
}



ol.alternating-colors {
    padding-left: 50px;
}

ol.alternating-colors li {
    color: #4F4F4F;
    padding-left: 16px;
    margin-top: 24px;
    position: relative;
    font-size: 16px;
    line-height: 20px;

    &:before {
        content: '';
        display: block;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        border: 4px solid #ffe09d;
        position: absolute;
        top: 3px;
        left: -23px;
        background: #eda504;
    }
}

.alternating-colors strong {
    font-size: 18px;
    font-style: italic;
}

.fl50 {
    width: 50%;
    float: left;
}

.fr50 {
    width: 50%;
    float: right;
}

.t-aligh-right {
    text-align: right;
}
.gradient-list {
    text-align: center;
}
img.rounded {
    border-radius: 50%;
    border: 4px dotted #ddd;
}
img.rounded2 {
    border-radius: 5%;
    border: 4px dotted #ddd;
}
img.rounded3 {
    border-radius: 20px;
}
img.rounded1 {
    border-radius: 10%;
}

h1.style1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

div.shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 30px 0;
    padding: 20px;;
    border-radius: 10px;
}

p.tile_info {

    border-radius: 10px;
    background: rgb(255, 230, 192);
    background: radial-gradient(circle, rgba(255, 230, 192, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}

p.note {
    border-left: 8px solid #e7732e;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;

}

span.orange {
    color: #e7732e;
    font-size: 20px;
}

div.gradient1{
    background: #e3ffe7;
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    font-size: 20px;;
}

div.gradient1{
    background: #e3ffe7;
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 20px;;
}

.padding10{
    padding: 10px,!important;
}

div.gradient2{
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    padding: 20px;
    font-size: 20px;;
}


.imgcenter{
    text-align: center;
}

.mt-4 {
    margin-top: 1.5rem!important;
}
.container1
{
    margin: 0 auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.text-center {
    text-align: center!important;
}

.pb-3 {
    padding-bottom: 1rem!important;
}
.common-section h1 span {
    color: #FF824A;
}
.col-lg-4 {
    flex: 0 0 auto;
    width: 31.33333333%;
    margin-bottom: 100px;
}
.security-section .card-list-row .card {
    border: 0;
    background: #FFF1E6;
    padding: 2rem;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    border-bottom: 3px solid transparent;
    -webkit-transition: all ease-in 0.1s;
    transition: all ease-in 0.1s;
    border-radius: 20px;
}
.security-section .card-list-row .card:hover {
    border-color: #FF824A;
}
.security-section .card-list-row .card .image-col {
    height: 100px;
    margin-bottom: 1.8rem;
}
.security-section .card-list-row .card .image-col img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.security-section .card-list-row .card h2 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.security-section .card-list-row .card p {
    font-size: 17px;
    margin-bottom: 0;
}