@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Quicksand:400,700');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding-top: 75px;
}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 27px;
    line-height: 34px;
}

h2 {
    font-size: 13px;
    color: #a7abb2;
    font-weight: 400;
    line-height: 23px;
}

h2 a {
    color: #a7abb2 !important;
    text-decoration: none;
}

h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
}

a {
    color: #0030ff;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}

.color1 {
    color: #2d3034;
}

.color2 {
    color: #a7abb2;
}

.color3 {
    color: #83c6a4;
}

.p100 {
    width: 100%;
}

.p75 {
    width: 75%;
}

.p66 {
    width: 66.333%;
}

.p50 {
    width: 50%;
}

.p33 {
    width: 33.333%;
}

.p25 {
    width: 25%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.continer {
    width: 100%;
}

.shdw1 {
    -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dly1 {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

img {
    max-width: 100%;
}

p {
    margin: 15px 0;
}

blockquote {
    background: #f1f1ec url('../assets/site/quote.png') no-repeat center;
    background-size: contain;
    color: #ee4d22;
    margin: 25px -10px;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    line-height: 27px;
}

blockquote h2 {
    font-family: 'Open Sans', sans-serif;
}

header {
	text-align: center;
	position: absolute;
	width: 100%;
	background: white;
	top: white;
	top: 0;
	margin-bottom: 20px;
}

a.color3 {
    text-decoration-color: #83c6a4;
}

body.openmenu {
    overflow: hidden;
}

#menu {
    position: absolute;
    top: 75px;
    left: -80%;
    width: 80%;
    height: calc(100vh + 75px);
    background: white;
    overflow-y: scroll;
    z-index: 666;
    padding-bottom: 200px;
}

body.openmenu #menu {
    left: 0;
}

#darkbg {
    position: fixed;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
}

body.openmenu #darkbg {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
}

header #menubtn {
    position: absolute;
    top: 25px;
    padding: 15px;
    left: 10px;
}

body.openmenu #menubtn {
    transform: rotate(90deg);
}

header #advertisement {
    background: #f2f2f2;
    text-align: center;
    height: 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 15px;
    color: rgb(0, 0, 0);
    padding-top:3px;
}

header .logo {
    margin-top: 15px;
    width: 230px;
}

#tranding {
    background: #bfc3cc;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#tranding img {
    float: left;
    margin: 6px 9px 0px 4px;
}

#tranding h2 {
    color: white;
    font-weight: 400;
    display: inline;
    line-height: 28px;
}

#artical-header {
    margin: 20px auto;
}

#artical-header h1 {
    margin-bottom: 10px;
}

#artical-profile {
    margin-top: 10px;
    height: 55px;
}

#artical-profile img {
    float: left;
    max-height: 55px;
    border-radius: 100%;
    margin-right: 10px;
}

#artical-profile h1 {
    display: inline;
    font-size: 15px;
    position: absolute;
    margin-top: -3px;
}

#artical-profile h2 {
    display: inline;
    position: absolute;
    margin-top: -9px;
}

#sharing-btns {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner{
width: 100%;
}

.face-share {
    /* background: linear-gradient(#7bcee1, #83c6a4); */
    background-color: #7bcee1;
    color: #2e2e2e;
    padding: 5px 10px 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 33%;
    font-weight: 400;
}

.face-share:hover {
    background-color: #83c6a4;
    text-decoration: none;
    color: #ffffff;
}

#trndin {
    background: #f1f1f1;
    border-top: 1px solid #ececec;
}

#socialcounter span {
    position: relative;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 0px 7px;
    display: inline-block;
    width: 33%;
    font-size: 12px;
    border-radius: 4px;
    color: #9a9a9a;
    margin-bottom: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .5px;
}

#socialcounter span:after,
#socialcounter span:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#socialcounter span:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

#socialcounter span:before {
    border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #c5c2c2;
    border-width: 6px;
    margin-left: -6px;
}

h2.title {
    text-transform: uppercase;
    color: #ee4d22;
    font-weight: 700;
}
center{
    margin: 30px auto;
}

.art {
    overflow: hidden;
    background: white;
    border-radius: 3px;
    margin-top: 20px;
}

.art .art-bg {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.art .art-title {
    padding: 5px 20px 14px;
}

.art .art-title a {
    text-decoration: none;
}

.art h2 {
    margin-bottom: -4px;
    margin-top: 5px;
}

.foot_logo {
    text-align: center;
    padding-top: 10px;
    background: white;
}

footer {
    background: #495259;
    color: #a7abb2;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}

footer a {
    color: #a7abb2;
}

.list {
    background: #f5faf1;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 5px solid #cbe6b6;
    margin-bottom: 20px;
}

/* --------------------------- gost */
#timer9658Div {
    display: none;
    text-align: center;
    font-size: 19px;
    border-radius: 3px;
    width: 100%;
    margin: 20px auto;
    background-color: #fef5c4;
    border: 1px solid #fadf98;
    padding: 13px;
    line-height: 1.5;
    text-transform: uppercase;
}

#safe-date {
    display: block;
}

#date,
#socialcounter {
    display: none;
}

.gost #safe-date,
.gost h2 span {
    display: none;
}

.gost #advertisement span {
    color: transparent;
}

.gost #date,
.gost #socialcounter,
.gost #timer9658Div,
.gost #comments,
.gost .redtext {
    display: block !important;
}

/* comments */
#comments {
    display: none;
}

#comments>div>span {
    color: #83c6a4;
    font-weight: 600
}

.img {
    border-radius: 100%;
}

#comm>div>div:first-child {
    background-size: contain !important;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin: 0 10px 0 0;
}

#comm h1 {
    font-size: 13px;
    font-weight: 700;
    color: #83c6a4;
    margin: 0 0 5px;
    font-family: sans-serif;
}

#comm h2 {
    font-size: 12px;
    line-height: 1.3;
    color: #333;
    font-weight: 100
}

#comm h2,
#comm p {
    padding-left: 60px;
    margin-top: 0px;
}

#comm p {
    font-size: 11px;
    color: #83c6a4;
    margin: 5px 0 0
}

#comm p:before {
    content: " ";
    display: table;
    clear: both;
    float: none
}

#comm>div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px
}

#comm>div:last-child {
    border: none
}

#comm>div>div {
    background-size: contain !important;
    background-position: 0;
    background-repeat: no-repeat;
    max-width: 270px;
    margin: 5px auto 5px 60px
}

#comm>div>div>div {
    padding-bottom: 53.72%
}

#comm i {
    background-size: 11px;
    padding: 0 5px 0 16px;
    font-style: normal
}

#comm .date {
    color: grey;
    border-bottom: 1px dotted grey
}

/* ----------------------CTA VIDEO */
.cta-div {
    max-width: 500px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#myVideo {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cta-b-div {
    display: flex;
    flex-direction: row;
}

.col1 {
    width: 20%;
}

.col1>img {
    width: 100%;
    background-color: blue;
    border-radius: 18px;
}

.col2 {
    width: 45%;
    color: #000;
    text-align: left;
    margin-left: 20px;
}

.col3 {
    width: 25%;
    background: rgb(149, 85, 0);
    background: linear-gradient(0deg, rgba(149, 85, 0, 1) 0%, rgba(255, 151, 4, 1) 51%, rgba(255, 220, 0, 1) 76%, rgba(255, 224, 13, 1) 100%);
    color: aliceblue;
    border-radius: 20px;
    text-decoration: none;
    border: 3px solid rgb(255, 226, 153);
}

.star {
    width: 15px;
    margin-left: -2px;
}

@media only screen and (max-width: 750px) {
    .col1 {
        width: 25%;
    }

    .col2 {
        width: 60%;
    }

    .col3 {
        width: 90%;
        margin-bottom: 20px;
        font-size: larger;
    }
}

/*  */
.os-button,
.os-rating {
    max-width: 90%;
}

.os-button {
    background-color: black;
    border-radius: 10px;
    border: solid 3px gray;
}

.os-rating {
    margin-top: 10px;
}

/*  */
#comments {
    margin-top: 20px;
}

.img-caption{
    width: 60%;
    background: #222;
    text-align: left;
    padding: 15px 20px;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-decoration: none !important;
 }

.noline {
    text-decoration: none !important;
 }

 .list {
    background: #f5faf1;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 5px solid #cbe6b6;
    margin-bottom: 20px;
}

/* cta */

#myVideo {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.col1 {
    width: 20%;
    background-color: white;
}

.col1>img {
    width: 100%;
    background-color: white !important;
    border-radius: 20%;
}

.col2 {
    width: 50%;
    color: #000;
    text-align: left;
    margin-left: 10px;
}

.col3 {
    width: 25%;
    background: rgb(149, 85, 0);
    background: linear-gradient(0deg, rgba(149, 85, 0, 1) 0%, rgba(255, 151, 4, 1) 51%, rgba(255, 220, 0, 1) 76%, rgba(255, 224, 13, 1) 100%);
    color: aliceblue;
    border-radius: 15px;
    text-decoration: none;
    border: 3px solid rgb(255, 226, 153);
}

.star {
    width: 15px;
    margin-left: -2px;
}
.cta-div {
    background-color: white;
    padding: 2px;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.cta-img,
.cta-vid {
    max-width: 500px;
    border-radius: 10px 10px 0 0;
}

.cta-btn {
    width: 500px;
    padding: 0 20px;
}

.cta-watch {
    font-size: 24px;
    max-width: 350px;
    height: 50px;
    background-color: #198754;
    transition: transform .2s;
    padding:10px;
    
    border-radius: 10px;
    white-space: unset;
    
}

.cta-watch a{
    text-decoration:none;
    color:white;
}

.cta-watch:hover {
    
    background-color: #37614d;
}

@media only screen and (max-width: 750px) {
    .col1 {
        width: 25%;
        margin-top: 10px;

    }

    .col2 {
        margin-top: 20px;
        width: 60%;
    }

    .col3 {
        margin-top: 20px;
        width: 90%;
        margin-bottom: 20px;
    }
    .cta-div,
    .cta-img{
        max-width: 100%;
        border-top: 10px 10px 0 0;
    }

    .myVideo {
        max-width: 100%;
    }
}

/*---------------------------------------- SVG MAP ----------------------------------------*/

.stateText {
	fill: #FFFFFF;
	pointer-events: none;
}

.stateImage {
	fill: #F8991D;
}

.stateButton {
	fill: #000;
}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
	fill: #cc0000;
}


.links-list a {
    color:#495259;
    font-size:14px;
    text-decoration: underline;
}

.links-list {
    padding:40px;
}

 
 
