/*
Theme Name: Tgtc
Author: Charlin
Author URI: http://www.charlin.be/
Version: 1
Text Domain: tgtc
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/Tgtc/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

/*@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face{
    font-family:'signpaintermedium';
    src:url("fonts/signpainter/signpainter-housescript-webfont.eot");
    src:url("fonts/signpainter/signpainter-housescript-webfont.eot?#iefix") format('embedded-opentype'),
        url("fonts/signpainter/signpainter-housescript-webfont.woff2") format('woff2'),
        url("fonts/signpainter/signpainter-housescript-webfont.woff") format('woff'),
        url("fonts/signpainter/signpainter-housescript-webfont.ttf") format('truetype'),
        url("fonts/signpainter/signpainter-housescript-webfont.svg#signpaintermedium") format('svg');
    font-weight:normal;
    font-style:normal
}

body {
    font-family: "Raleway", sans-serif;
    padding-top: 129px;
}

.img-circle {
    border: 2px solid #e00e18;
}

/*-----------------------*/
/*       Wrappers        */
/*-----------------------*/

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 310px;
}

#sidebar-wrapper {
	z-index: 1000;
	left: 310px;
	width: 0;
	height: 100%;
	margin-left: -310px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}

#wrapper.toggled #sidebar-wrapper {
	width: 310px;
}

#page-content-wrapper {
	width: 100%;
	/*padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -310px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	/*position: fixed;*/
    /*top: 20px;
	z-index: 999;*/
	/*margin-left: 15px;*/
    float: right;
	border: none;
    margin-top: 10px;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}

/*-------------------------------*/
/*           Overlay             */
/*-------------------------------*/
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250,250,250,.8);
	z-index: 110;
}

.navbar-toggle_ {
	/*position: fixed;
	top: 39px;
	right: 20px;
	z-index: 99;*/
    background: #fff;
    color: #000;
}

/*-------------------------------*/
/*           Sidebar             */
/*-------------------------------*/

#sidebar-wrapper {
    border-top: solid #e00e18 20px;
    background: #e00e18;
}

#sidebar-wrapper aside {
    /*padding: 0 15px;*/
}

/*#sidebar-wrapper h1,
#sidebar-wrapper h2,
#sidebar-wrapper h3,
#sidebar-wrapper p {
    color: #fff;
}*/

#sidebar-wrapper h1 {
    text-transform: uppercase;
    margin: 15px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.slidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slidebar-menu li {
    margin: 0;
    padding: 0;
}

.slidebar-menu li a {
    display: block;
    line-height: 250%;
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
    transition: all .2s;
    text-decoration: none;
}

.slidebar-menu li.current-menu-item a, .slidebar-menu li a:hover {
    background: #fff;
    color: #535c66;
    text-decoration: none;
}

.slidebar-menu ul {
    list-style: none;
    padding-left: 0;
}

.slidebar-menu ul li a::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    top: -5px;
    margin-right: 15px;
}

.slidebar-menu ul li.current-menu-item a::before,
.slidebar-menu ul li a:hover::before {
    background: #535c66;
}

.slidebar-footer {
    /*border-top: solid #699f3e 5px;
    border-bottom: solid #699f3e 5px;*/
    margin: 20px 0 0;
    padding: 1px 15px 15px;
    color: #333 !important;
    background: #fff;
}

.slidebar-footer .widget-title {
    font-size: 18px;
    color: #000 !important;
}

.slidebar-footer ul {
    list-style: none;
    padding: 0;
}

.slidebar-footer a {
    color: #000;
    text-decoration: none;
}

.slidebar-footer .fa {
    font-size: 20px;
}

#sidebar-wrapper .charlin-link {
    display: block;
    margin: 25px auto;
    max-width: 100px;
}

#sidebar-wrapper .charlin-logo path {
    fill: #fff;
}

/*-------------------------------*/
/*           Website             */
/*-------------------------------*/

.scrolloff {
    pointer-events: none;
}

.btn {
    border-radius: 0;
    border: none;
}

.tgtc-container {

}

.tgtc-header {
    padding: 20px 0 0;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all .3s ease;
    background: #fff;
}

.tgtc-header-small {
    padding: 10px 0 0;
    /*box-shadow: 0 0 10px rgba(0,0,0,.5);*/
    background: #f3f3f3;
}

.tgtc-header-img h1 {
    margin: 0;
    padding: 0;
}

.tgtc-header-img h1 img.img-responsive {
    transition: all .3s ease;
    margin: 0 auto;
}

.tgtc-header-small .tgtc-header-img h1 img.img-responsive {
    max-width: 80%;
}

.tgtc-header .site-description,
.tgtc-header-mobile .site-description {
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0;
    padding: 0 5px 0;
    text-align: right;
    font-family: "signpaintermedium", sans-serif;
    color: #e10e19;
    font-size: 24px;
    text-transform: uppercase;
}

.tgtc-header-mobile .site-description {
    height: auto;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}

.tgtc-header-small .site-description {
    height: 26px;
    margin: 15px 0 0;
}

.language-selector {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    float: right;
    overflow: hidden;
}

.language-selector li {
    padding: 0;
    margin: 0;
    float: left;
    font-weight: 500;
    font-size: 10px;
}

.tgtc-header-mobile .language-selector li {
    font-size: 14px;
}

.language-selector li:after {
    content : "•";
    display: inline-block;
    color: #6d6e71;
    margin: 0 5px;
}

.language-selector li:last-child:after {
    display: none;
}

.language-selector li a {
    display: block;
    color: #6d6e71;
    text-transform: uppercase;
    text-align: center;
    float: left;
}

.language-selector li.current-language-item a {
    color: #e10e19;
}

.language-selector-mobile {
    float: none;
    text-align: center;
}

.language-selector-mobile li {
    display: inline-block;
    float: none;
    margin: 0 15px;
}

.language-selector-mobile li::after {
    display: none;
}

.language-selector-mobile li a {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.tgtc-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}

.tgtc-header-content {
    position: relative;
    transition: all .3s ease;
}

.tgtc-header-content .header-logo {
    position: absolute;
    top: -66px;
    left: 30px;
    z-index: 10;
    transition: all .3s ease;
}

.tgtc-header-small .header-logo {
    top: -120px;
    left: 57px;
}

.tgtc-header .header-logo img {
    max-width: 185px;
    transition: all .3s ease;
}

.tgtc-header-mobile {
    position: relative;
}

.tgtc-header-mobile .header-logo {
    margin: 0;
}

.tgtc-header-mobile .header-logo img {
    position: absolute;
    top: -5px;
    left: 5px;
    width: 140px;
}

.tgtc-header-small .header-logo img {
    max-width: 130px;
}

.social-nav {
    list-style: none;
    margin: 5px 0px 0 40px;
    padding: 0;
    float: right;
}

.social-nav li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
}

.social-nav li:first-child {
    margin-left: 0;
}

.social-nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    background: #6d6e71;
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    padding-top: 4px;
}

.tgtc-header-mobile .social-nav li {
    margin-left: 6px;
}

.tgtc-header-mobile .social-nav li a {
    min-width: 20px;
    min-height: 20px;
    font-size: 10px;
}

.social-nav li.social-linkedin a { background: #007bb6; }
.social-nav li.social-twitter a { background: #01aced; }
.social-nav li.social-facebook a { background: #3b5898; }
.social-nav li.social-instagram a { background: #ff3f65; }
.social-nav li.social-youtube a { background: #cc181e; }

.social-nav.social-nav-mobile {
    float: none;
    margin: 15px 0;
    text-align: center;
}

.social-nav.social-nav-mobile li {
    text-align: center;
}

.social-nav.social-nav-mobile li a {
    display: inline-block;
    background: #fff;
}

.social-nav-mobile li.social-linkedin a { color: #007bb6; }
.social-nav-mobile li.social-twitter a { color: #01aced; }
.social-nav-mobile li.social-facebook a { color: #3b5898; }
.social-nav-mobile li.social-instagram a { color: #ff3f65; }
.social-nav-mobile li.social-youtube a { color: #cc181e; }

.tgtc-header .contact-infos {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.tgtc-header .contact-infos li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #6d6e71;
    font-size: 10px;
    font-weight: 500;
}

.tgtc-header .contact-infos li:before {
    content: "•";
    margin: 0 5px;
    display: inline-block;
}

.tgtc-header .contact-infos li:first-child:before {
    display: none;
}

.contact-infos-mobile {
    clear: both;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.contact-infos-mobile li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 9px;
    /*color: #fff;*/
}

.tgtc-header-nav {
    float: right;
    margin: 15px 0 10px;
}

.tgtc-header-nav .main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tgtc-header-nav .main-menu > li {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    z-index: 10;
}

.tgtc-header-nav .main-menu > li:first-child {
    margin-left: 0;
}

.tgtc-header-nav .main-menu li > a {
    display: block;
    color: #6d6e71;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.tgtc-header-nav .main-menu li > a:hover {
    color: #e10e19;
}

.tgtc-header-nav .main-menu > li.current-menu-item > a,
.tgtc-header-nav .main-menu > li.current-menu-parent > a {
    color: #e10e19;
}


.tgtc-header-nav .main-menu > li > ul {
    display: none;
    position: absolute;
    left: -50%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    list-style: none;
    padding: 22px 0;
    border: 1px solid #e00e18;
}

.tgtc-header-nav .main-menu > li:hover ul {
    display: block;
}

.tgtc-header-nav .main-menu li > ul > li {
    white-space: nowrap;
    margin: 0 15px;
}

.tgtc-header-nav .main-menu li > ul > li a {
    color: #000;
    line-height: 21px;
}

.tgtc-header-nav .main-menu > li > ul > li.current-menu-item a,
.tgtc-header-nav .main-menu > li > ul > li a:hover {
    color: #e10e19;
}

.tgtc-banner {
    position: relative;
}

.tgtc-banner .post-title {
    text-transform: uppercase;
    color: #fff;
    opacity: .9;
    font-size: 53px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 30px;
    margin: 0;
    padding: 0;
}

.sidebar-container {
    margin-bottom: 40px;
}

.sidebar-container .promo-side {
    margin-top: -40px;
    margin-bottom: 15px;
}

.sidebar-container .particalinfo-product-side {
    margin-top: -45px;
}

.sidebar-container .promo-side .promo-side-title,
.sidebar-container .particalinfo-product-side .particalinfo-product-side-title {
    margin: 0;
    font-family: "signpaintermedium", sans-serif;
    font-size: 28px;
    background: #e00e18;
    color: #fff;
    text-transform: uppercase;
    min-height: 40px;
    text-align: center;
    padding-top: 10px;
}

.sidebar-container .particalinfo-product-side .particalinfo-product-side-title {
    font-size: 32px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-container .promo-side .promo-side-content,
.sidebar-container .particalinfo-product-side .particalinfo-product-side-content {
    background: #ffe9d5;
    padding: 15px 15px 5px;
}

.sidebar-container .testimonials-side {
    margin: 15px 0;
}

.sidebar-container .testimonials-side::before,
.sidebar-container .testimonials-side::after {
    clear: both;
    content: "";
    display: block;
    min-height: 1px;
}

.sidebar-container .testimonials-side .testimonials-content {
    border: 1px solid #e00e18;
    border-radius: 10px;
    padding: 15px 15px 0;
}

.sidebar-container .last-news-side {
    border: 1px solid #e00e18;
    padding: 15px;
    margin: 15px 0;
}

.sidebar-container .last-news-side .last-news-side-content {
    background: none;
}

.sidebar-container .particalinfo-product-side .particalinfo-product-side-content {
    padding: 25px 15px 0px 0;
}

.sidebar-container .otherbestsellers-product-side {
    padding: 20px 15px 15px;
}

.sidebar-container .promo-side .promo-side-content h1,
.sidebar-container .last-news-side .last-news-side-content h1,
.sidebar-container .particalinfo-product-side .particalinfo-product-side-content h1,
.sidebar-container .otherbestsellers-product-side h1,
.sidebar-container .testimonials-side .testimonials-content > h1,
.subscribe-form h1 {
    font-size: 16px;
    color: #e00e18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sidebar-container .promo-side .promo-side-content h2,
.sidebar-container .last-news-side .last-news-side-content h2,
.subscribe-form h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0;
    line-height: 20px;
}

.subscribe-form h2 {
    font-size: 17px;
}

.sidebar-container .particalinfo-product-side .particalinfo-product-side-content .fa {
    color: #e00e18;
    font-size: 35px;
    text-align: center;
    display: block;
}

.sidebar-container .promo-side .promo-side-content p,
.sidebar-container .last-news-side .last-news-side-content p,
.sidebar-container .particalinfo-product-side .particalinfo-product-side-content p,
.sidebar-container .testimonials-side .testimonials-content > p {
    font-size: 14px;
}

.sidebar-container .particalinfo-product-side .particalinfo-product-side-content p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 150%;
}

.sidebar-container .promo-side .promo-side-content p a,
.sidebar-container .last-news-side .last-news-side-content p a {
    color: #e00e18;
    font-weight: 700;
}

.sidebar-container .otherbestsellers-product-side p {
    font-size: 14px;
}

.sidebar-container .otherbestsellers-product-side ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.sidebar-container .otherbestsellers-product-side li {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-container .otherbestsellers-product-side li a {
    color: #000;
    text-decoration: none;
}

.sidebar-container .otherbestsellers-product-side li a:hover {
    color: #e00e18;
}

.sidebar-container .otherbestsellers-product-side li::before {
    content: "-";
    display: inline-block;
    padding: 0 5px 0 1.5px;
}

.sidebar-container .otherbestsellers-product-side li:first-child::before {
    display: none;
}

.sidebar-container .quickcontact {
    background: #e00e18;
    color: #fff;
    margin: 15px 0;
}

.sidebar-container .quickcontact .row,
.sidebar-container .particalinfo-product-side .particalinfo-product-side-content .row {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-container .quickcontact div[class^='col-'],
.sidebar-container .particalinfo-product-side .particalinfo-product-side-content div[class^='col-']{
    padding-left: 0;
    padding-right: 0;
}

.sidebar-container .quickcontact .fa {
    font-size: 35px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
}

.sidebar-container .quickcontact ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.sidebar-container .quickcontact li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 150%;
}

.sidebar-container .fb-side {
    border: 1px solid #e00e18;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.subscribe-form {
    border: 1px solid #e00e18;
    padding: 15px;
    margin: 15px 0;
}

.sidebar-container .btn-box-icon {
    white-space: normal;
    text-align: center;
    padding: 15px;
}

.sidebar-container .btn-box-icon .btn-box-icon-title,
.sidebar-container .btn-box-icon .btn-box-icon-description {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.sidebar-container .btn-box-icon .btn-box-icon-description {
    margin: 10px 0;
}

.searchform {
    border: 1px solid #e00e18;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.searchform form {
    background: #e5e5e5;
    padding: 15px 15px 0;
}

.searchform .form-block {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #000;
    transition: all .3s ease;
    overflow: hidden;
    min-height: 36px;
}

.searchform .btn.form-main-btn,
.searchform .btn.search-btn {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.searchform .btn.choose-btn,
.searchform .btn.search-btn {
    text-align: center;
}

.searchform .form-block .form-checkboxes {
    padding: 0 15px 15px;
    overflow: hidden;
}


.searchform .form-block label {
    display: block;
    text-transform: uppercase;
}


/********************
    CHECKBOX
***********************/
div input.labelauty[type=checkbox] + label {
    display: block;
    margin-right: 6px;
    background: none !important;
    border-radius: 0;
    padding: 0;
    color: #000 !important;
    font-size: 13px;
    position: relative;
}

div input.labelauty[type=checkbox] + label > span.labelauty-unchecked,
div input.labelauty[type=checkbox] + label > span.labelauty-checked {
    display: inline-block;
    margin-left: 45px;
}

div input.labelauty:not(:checked) + label > span.labelauty-checked,
div input.labelauty:checked + label > span.labelauty-unchecked {
    display: none;
}

div input.labelauty[type=checkbox] + label > span.labelauty-unchecked-image, input.labelauty[type=checkbox] + label > span.labelauty-checked-image {
    width: 14px;
    height: 14px;
    border: 1px solid red;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 22px;
}

div input.labelauty[type=checkbox] + label > span.labelauty-unchecked-image {
    background: none;
}

div input.labelauty[type=checkbox] + label > span.labelauty-checked-image {
    background-image: url(assets/labelauty/images/input-checked.png);
    background-size: contain;
    background-color: red;
}

/********************
    RADIO
***********************/
div input.labelauty[type=radio] + label {
    display: block;
    margin-right: 6px;
    background: none !important;
    border-radius: 0;
    padding: 0;
    color: #000 !important;
    font-size: 16px;
    position: relative;
}

div input.labelauty[type=radio] + label > span.labelauty-unchecked-image,
div input.labelauty[type=radio] + label > span.labelauty-checked-image {
    margin-top: 2px;
}
div input.labelauty[type=radio] + label > span.labelauty-unchecked-image, .searchform input.labelauty[type=radio] + label > span.labelauty-checked-image {
    width: 14px;
    height: 14px;
}

div input.labelauty[type=radio] + label > span.labelauty-checked {
    color: red;
}

div input.labelauty[type=radio] + label > span.labelauty-unchecked-image {
    background: none;
}

div input.labelauty[type=radio] + label > span.labelauty-checked-image {
    background: none;
}

div input.labelauty[type=radio] + label > span.labelauty-unchecked-image:after,
div input.labelauty[type=radio] + label > span.labelauty-checked-image:after {
    position: relative;
    top: -5px;
}

div input.labelauty[type=radio] + label > span.labelauty-unchecked-image:after {
    content : "( )";
}

div input.labelauty[type=radio] + label > span.labelauty-checked-image:after {
    content : "(•)";
    color: red;
}

.bestsellers {
    border-radius: 10px;
    border: 1px solid #e00e18;
    padding: 0 15px;
}

.bestseller-item {
    margin: 15px 0;
}

.bestseller-item .bestseller-item-thumb {
    border-radius: 50%;
    border: 2px solid #e00e18;
}

.bestseller-item .bestseller-item-title {
    color: #e00e18;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
}

.bestseller-item .bestseller-item-title a {
    color: #e00e18;
}

.bestseller-item .bestseller-item-description {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.bestseller-item.viewall-item {
    text-align: center;
}

.bestseller-item .viewall-btn {
    font-size: 16px;
    font-weight: bold;
    margin: 60px 0;
}

.single-product-content,
.goodtoknow-container,
.teambenefits-container {
    border-radius: 10px;
    border: 1px solid #e00e18;
    padding: 15px;
}

.goodtoknow-container,
.teambenefits-container {
    margin: 15px 0;
    padding-bottom: 0;
}

.single-product-content .main-image {
    margin-bottom: 15px;
}

.single-product-content .product-gallery {
    margin-top: 0px;
    margin-bottom: -15px;
}

.single-product-content .product-gallery a {
    display: block;
    margin: 15px 0;
}

.single-product-content .single-product-title,
.single-product-content .product-gallery-title,
.goodtoknow-container .goodtoknow-content > h1,
.teambenefits-container ..teambenefits-content > h1 {
    color: #e00e18;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.single-product-content .product-gallery-title {
    margin-bottom: 0;
}

.single-product-content .devis-btn-container {
    width: 155px;
    float: right;
}

.single-product-content .devis-btn-container span {
    display: block;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 0 7px;
    margin-top: 10px;
}

.goodtoknow-container .goodtoknow-content .goodtoknow-description p,
.teambenefits-container .teambenefits-content .teambenefits-description p {
    font-size: 14px;
    line-height: 19px;
}

.sidebar-container .testimonials-side .testimonial-item {
    margin-bottom: 15px;
}

.sidebar-container .testimonials-side .testimonial-item .testimonial-title {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0;
}

.sidebar-container .testimonials-side .testimonial-item .testimonial-description p {
    font-size: 12px;
    line-height: 15px;
}

.sidebar-container .testimonials-side .testimonial-item .img-circle {
    border-width: 1px;
}

.sidebar-container .testimonials-side .testimonial-item a.view-all-testimonials {
    color: #e00e18;
    font-weight: 700;
    font-size: 12px;
}

.products-list {
    margin-top: 0px;
}

.products-list .product-item {
    border: 1px solid #e10e19;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
}

.products-list .product-item .product-item-title {
    color: #e10e19;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.products-list .product-item .product-item-subtitle {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
}

.products-list .product-item .product-item-description {
    font-size: 16px;
    color: #000;
}

.products-list .product-item .product-item-description a {
    color: #e10e19;
    font-weight: 700;
}

.search-form-resume .resume-section {
    font-size: 11px;
    font-weight: 500;
}

.search-form-resume .resume-title {
    color: #e10e19;
    display: inline-block;
    text-transform: uppercase;
}

.search-form-resume .resume-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.search-form-resume .resume-section ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 16px;
}

.search-form-resume .resume-section ul li::before {
    content: "/";
    display: inline-block;
}

.search-form-resume .resume-section ul li:first-child::before {
    display: none;
}

.search-form-resume .btn-edit-search-form {
    margin-top: 15px;
}

.news-date {
    display: block;
    font-weight: bold;
    font-size: 19px;
}

.tgtc-top-menu {

}

.tgtc-content {

}

.tgtc-main {
    margin: 0 0 50px;
}

.tgtc-main p {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #1a2841;
}

.tgtc-main .page-header {
    border: 0;
}

.tgtc-main .lawyer-page-thumb {
    border: 3px solid #fff;
    box-shadow: 1px 0 8px rgba(0,0,0,.2);
    margin-bottom: 25px;
}

.tgtc-main h1 {
    font-size: 21px;
    font-weight: bold;
    color: #e10e19;
    margin-top: 5px;
}

.tgtc-main h2 {

}

.tgtc-main h3 {

}

.tgtc-main ul {

}

.tgtc-main ul li {

}

.tgtc-main p {

}

.tgtc-main .tgtc-red-style {
    color: #e10e19;
}

.tgtc-main .tgtc-first-style {
    font-size: 14px;
}

.tgtc-footer-top {
    background: #e10e19;
    color: #fff;
    padding: 15px 15px 5px;
}

.tgtc-footer-top p {
    text-align: center;
}

.tgtc-footer-top p,
.tgtc-footer-top a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.tgtc-footer-top .footer-logo-parent {
    position: relative;
}

.tgtc-footer-top .footer-logo {
    position: absolute;
    margin-top: -25%;
}

.tgtc-footer-bottom {
    margin-top: 10px;
}

.tgtc-footer-bottom p {
    text-align: center;
    font-size: 12px;
    color: #6d6e71;
    text-transform: uppercase;
}

.tgtc-footer-bottom a {
    color: #6d6e71;
    text-decoration: none;
}

.btn-lg {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-light-gray {
    background-color: #c7c8ca;
    color: #fff;
}

.btn-light-orange {
    background-color: #fedbbd;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
}

.btn-orange,
.btn-orange:focus {
    background: #f5821f;
    color: #fff;
}

.btn-orange:hover {
    background: #fedbbd;
    color: #fff;
}

.btn-red,
.btn-red:focus {
    background: #e00e18;
    color: #fff;
}

.btn-red:hover {
    background: #c7c8ca;
    color: #fff;
}

.custom-form,
.tab-pane {
    padding: 15px 15px 15px;
    border: 1px solid #e00e18;
    border-radius: 15px;
}

.tab-pane {
    border-radius: 0 0 15px 15px;
}

.tab-pane .custom-form {
    border-radius: 0 0 15px 15px;
    border: 0;
    padding: 0;
}

.nav-tabs li a {
    position: relative;
    top: 1px;
    border-bottom-color: #e00e18 !important;
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: #fff;
    border-color: #e00e18;
    background: #e00e18;
    color: #fff;
    border-bottom-color: #e00e18 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-color: #e00e18;
    color: #000;
    border-bottom-color: #fff !important;
}

.custom-form label {
    text-transform: uppercase;
}

.custom-form .form-control {
    border-radius: 0;
    border: 1px solid #000;
}

.custom-form input[type=submit]{
    float: right;
}

.custom-breadcrumb {
    margin: 10px 0 10px;
}

.custom-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-breadcrumb ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
    border-right: 1px solid #6d6e71;
    line-height: 1;
}

.custom-breadcrumb ul li:first-child {
    padding-left: 0;
}

.custom-breadcrumb ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.custom-breadcrumb ul li a {
    display: block;
    color: #6d6e71;
    font-size: 11px;
    font-weight: 500;
}

.custom-breadcrumb ul li.current-item a {
    color: #e10e19;
}

.box-border {
    border: 1px solid #e00e18;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}


.box-border.box-red {
    border-color: #e00e18;
}

#mc-embedded-subscribe-form .input-group-btn {
    padding-left: 10px;
}

#mc-embedded-subscribe-form .input-group-btn .btn {
    font-weight: bold;
}

#mc-embedded-subscribe-form .input-group .form-control {
    border-radius: 0;
    border-color: #000;
    font-size: 12px;
}

#mc-embedded-subscribe-form .input-group .form-control::placeholder {
    color: #000;
}

.youtube-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:1199px) {

    body {
        padding-top: 160px;
    }

    .tgtc-header-small {
        /*background: none;*/
        /*position: relative;*/
    }

    .sidebar-container .promo-side {
        margin-top: -70px;
    }

    .sidebar-container .particalinfo-product-side {
        margin-top: -80px;
    }

}

@media (max-width:991px) {

    body {
        padding-top: 193px;
    }

    .sidebar-container {
        margin-top: 30px;
    }

    .sidebar-container .promo-side, .sidebar-container .particalinfo-product-side {
        margin-top: 0;
    }

    .bestseller-item .bestseller-item-thumb {
        margin: 0 auto;
    }

    .tgtc-footer-top .footer-logo {
        margin-top: -37px;
    }

    .sidebar-container .testimonials-side .testimonial-item a.view-all-testimonials {
        display: block;
        text-align: center;
    }

    .tgtc-main {
        margin-bottom: 0;
    }

}

@media (max-width:767px) {

    body {
        padding-top: 0px;
    }

    .sidebar-container .btn-box-icon {
        margin-bottom: 15px;
    }

    .tgtc-footer .footer-logo {
        position: relative;
        margin: 0 auto;
    }

    .nav-tabs li a {
        font-size: 15px;
    }

}


@media (min-width: 1200px) {
    .container{
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .sidebar-container .quickcontact li {
        text-align: center;
    }

    .tgtc-header-small .header-logo img {
        max-width: 100px;
    }

}
