/*VERSION 4.0 - 10.04.2018*/

/*RESET CSS BEGIN*/

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,
strong,
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%;
    vertical-align: baseline;
}
:focus { outline: none; }

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"],
input[type='search'] {
    -webkit-appearance: none; /* 2 */
    cursor: pointer; /* 3 */
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}

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;
}

/*RESET CSS END*/

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

strong, b { font-weight: 700; }

em, i { font-style: italic; }

p,
ul li,
ol li {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px 0;
}

ul li,
ol li {
    margin-bottom: 10px;
}

a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* font: inherit; */
	margin: 0;
}

button,
select {
	text-transform: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input { line-height: normal; }

input,
button,
select,
textarea {
	font-family: inherit;
	/* font-size: inherit; */
	line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border:  0;
	padding: 0;
}
textarea { overflow: auto; }

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		       text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after     { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	img { max-width: 100% !important; }
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------*/
/*#HELPER CLASSES*/
/*------------------------------------------*/

/*----------visible elements-------------------*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {

    .hidden-xs               { display: none !important; }
    .visible-xs              { display: block !important; }
    .visible-xs-block        { display: block !important; }
    .visible-xs-inline       { display: inline !important; }
    .visible-xs-inline-block { display: inline-block !important; }
}


@media (min-width: 768px) and (max-width: 991px) {

    .hidden-sm               { display: none !important; }
    .visible-sm              { display: block !important; }
    .visible-sm-block        { display: block !important; }
    .visible-sm-inline       { display: inline !important; }
    .visible-sm-inline-block { display: inline-block !important; }

}

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

    .hidden-md               { display: none !important; }
    .visible-md              { display: block !important; }
    .visible-md-block        { display: block !important; }
    .visible-md-inline       { display: inline !important; }
    .visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {

    .hidden-lg               { display: none !important; }
    .visible-lg              { display: block !important; }
    .visible-lg-block        { display: block !important; }
    .visible-lg-inline       { display: inline !important; }
    .visible-lg-inline-block { display: inline-block !important; }

}

.visible-print              { display: none !important; }
.visible-print-block        { display: none !important; }
.visible-print-inline       { display: none !important; }
.visible-print-inline-block { display: none !important; }

@media print {

    .hidden-print               { display: none !important; }
    .visible-print              { display: block !important; }
    .visible-print-block        { display: block !important; }
    .visible-print-inline       { display: inline !important; }
    .visible-print-inline-block { display: inline-block !important; }

}

@-ms-viewport { width: device-width; }

/*----------font family-------------------*/

.font--lato {
    font-family: 'Lato', sans-serif;
}

.font--oswald {
    font-family: 'Oswald', sans-serif;
}

/*----------font size-------------------*/

.fs--0 {
    font-size: 0;
}

.fs--14 {
    font-size: 14px;
}

.fs--15 {
    font-size: 15px;
}

.fs--16 {
    /* font-size: 1rem; */
    font-size: 16px;
}

.fs--18 {
    /* font-size: 1.125rem; */
    font-size: 18px;
}

.fs--20 {
    font-size: 20px;
}

.fs--23 {
    /* font-size: 1.278rem; */
    font-size: 23px;
}

.fs--25 {
    /* font-size: 1.389rem; */
    font-size: 25px;
}

.fs--30 {
    /* font-size: 1.667rem; */
    font-size: 30px;
}

.fs--35 {
    /* font-size: 1.95rem; */
    font-size: 35px;
}

.fs--50 {
    font-size: 50px;
}

/*----------font weight-------------------*/

.fw--light     { font-weight: 300; }
.fw--regular   { font-weight: 400; }
.fw--medium    { font-weight: 500; }
.fw--semibold  { font-weight: 600; }
.fw--bold      { font-weight: 700; }
.fw--extrabold { font-weight: 800; }
.fw--black     { font-weight: 900; }

/*----------font style------------------*/

.txt--uppercase   { text-transform: uppercase; }
.txt--capitalize  { text-transform: capitalize; }
.txt--underline   { text-decoration: underline; }
.txt--linethrough { text-decoration: line-through; }

/*-----------line height -------------------*/

.lh--normal {
    line-height: normal;
}

.lh--1 {
    line-height: 1;
}

.lh--1-2 {
    line-height: 1.2;
}

.lh--1-3 {
    line-height: 1.3;
}

.lh--1-6 {
    line-height: 1.6;
}

/*-----------font align -------------------*/

.txt--center { text-align: center; }
.txt--left   { text-align: left; }
.txt--right  { text-align: right; }

/*-----------vertical align -------------------*/

.va--middle {
    vertical-align: middle;
}

/*---------elements align------------------*/

.pull--left  { float: left; }
.pull--right { float: right; }
.pull--none  { float: none; }
.clearfix     { clear: both; }

/*---------elements position-----------------------*/

.p--relative { position: relative; }
.p--absolute { position: absolute; }
.p--fixed    { position: fixed; }

/*--------overflow---------------------------------*/

.overflow--hidden  { overflow: hidden; }
.overflow--visible { overflow: visible; }
.overflow--auto    { overflow: auto; }


/*----------------------------------------------------------------------------*/
/*#LETTER SPACING STYLE*/
/*----------------------------------------------------------------------------*/

.letter-spacing--m045  { letter-spacing: -0.045em; }
.letter-spacing--045  { letter-spacing: 0.045em; }
.letter-spacing--1  { letter-spacing: 1px; }
.letter-spacing--6  { letter-spacing: 6px; }
.letter-spacing--7  { letter-spacing: 7px; }
.letter-spacing--10 { letter-spacing: 10px; }

/*----------------------------------------------------------------------------*/
/*#FONT COLOR*/
/*----------------------------------------------------------------------------*/

.txt--white { color: #fff; }
.txt--black { color: #000; }
.txt--pink  { color: #e54e89; }
.txt--gray  { color: #727272; }
.txt--dark-gray  { color: #4c4c4c; }

/*----------------------------------------------------------------------------*/
/*#BACKGROUND STYLE*/
/*----------------------------------------------------------------------------*/

.bg--white { background-color: #fff; }
.bg--pink  { background-color: #e54e89; }
.bg--light-gray { background-color: #f2f3f4 }
.bg--dark-blue { background-color: #302e35 }

/*----------------------------------------------------------------------------*/
/*#BORDER STYLE*/
/*----------------------------------------------------------------------------*/

.border--gradient-yellow {
    border: 7px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c29242), to(#f6de8b)) 100 100 100;
    -webkit-border-image: -webkit-linear-gradient(#c29242 10%, #f6de8b 55%) 100 100 100;
    -moz-border-image: -moz-linear-gradient(#c29242 10%, #f6de8b 55%) 100 100 100;
    -o-border-image: -o-linear-gradient(#c29242 10%, #f6de8b 55%) 100 100 100;
    border-image: linear-gradient(to right, #c29242 10%, #f6de8b 55%) 100 100 100;
}

/*----------------------------------------------------------------------------*/
/*#PADDING STYLE*/
/*----------------------------------------------------------------------------*/

.p--0     { padding: 0; }
.pt--5  { padding-top: 5px; }
.pt--10  { padding-top: 10px; }
.pt--15  { padding-top: 15px; }
.pt--20  { padding-top: 20px; }
.pt--25  { padding-top: 25px; }
.pt--30  { padding-top: 30px; }
.pt--50  { padding-top: 50px; }
.pt--60  { padding-top: 60px; }
.pt--70  { padding-top: 70px; }
.pt--80  { padding-top: 80px; }
.pb--5  { padding-bottom: 5px; }
.pb--10  { padding-bottom: 10px; }
.pb--15  { padding-bottom: 15px; }
.pb--20  { padding-bottom: 20px; }
.pb--25  { padding-bottom: 25px; }
.pb--30  { padding-bottom: 30px; }
.pb--50  { padding-bottom: 50px; }
.pb--60  { padding-bottom: 60px; }
.pb--80  { padding-bottom: 80px; }
.pr--20  { padding-right: 20px; }
.plr--70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p--10  { padding: 10px; }
.p--20  { padding: 20px; }
.p--40  { padding: 40px; }

/*------------------------indented elements-------------------------*/

.box--indented { padding-left: 25px; }

.txt--indented { padding-left: 20px; }

/*----------------------------------------------------------------------------*/
/*#MARGIN STYLE*/
/*----------------------------------------------------------------------------*/

.m--0     { margin: 0 }

.mt--10  { margin-top: 10px; }

.mt--15  { margin-top: 15px; }

.mt--20  { margin-top: 20px; }

.mt--30  { margin-top: 30px; }

.mt--40  { margin-top: 40px; }

.mt--50  { margin-top: 50px; }

.mt--60  { margin-top: 60px; }

.mb--5  { margin-bottom: 5px; }

.mb--10  { margin-bottom: 10px; }

.mb--15  { margin-bottom: 15px; }

.mb--20  { margin-bottom: 20px; }

.mb--25  { margin-bottom: 25px; }

.mb--30  { margin-bottom: 30px; }

.mb--40  { margin-bottom: 40px; }

.mb--50  { margin-bottom: 50px; }

.mr--10  { margin-right: 10px; }
.mr--15  { margin-right: 15px; }
.mr--20  { margin-right: 20px; }

.ml--10  { margin-left: 10px; }
.ml--15  { margin-left: 15px; }
.ml--20  { margin-left: 20px; }

.center-block {
    display: block;
    margin-left:  auto;
    margin-right: auto;
}

/*----------------------------------------------------------------------------*/
/*#BUTTON STYLE*/
/*----------------------------------------------------------------------------*/

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    border-radius: 0.125em;
}

.btn--xxl {
    max-width: 550px;
    width: 100%;
}

.btn--xl {
    max-width: 355px;
    width: 100%;
}

.btn--lg {
    max-width: 320px;
    width: 100%;
}

.btn--md {
    max-width: 265px;
    width: 100%;
}

.btn--sm {
    max-width: 200px;
    width: 100%;
    padding: 0.3em 0.8em;
}

.btn--xs {
    max-width: 160px;
    width: 100%;
}

.btn--full {
    background: #e44e88;
    color: #fff;
}

.btn--full:hover,
.btn--full:focus {
    background: #ed7aa8;
    color: #fff;
}

.btn--start-here {
    margin-left: 65px;
    font-size: 16px;
}

.btn--start-here:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 22px;
    left: -60px;
    top: 50%;
    background: url('../images/arrow-right.svg') no-repeat center;
    transform: translateY(-50%);
}

.btn--empty {
    background: transparent;
    color: #e44e88;
    border: 1px solid #e44e88;
}

.btn--empty:hover,
.btn--empty:focus {
    color: #fff;
    background: #e44e88;
}

.btn--play {
    width: 100%;
    max-width: 85px;
    padding: 15px;
    background: #e44e88;
}

.btn--play:hover {
    background: #ed7aa8;
}

.btn--play .fa {
    color: #fff;
    font-size: 25px;
}


/*----------------------------------------------------------------------------*/
/*#IMAGE STYLE*/
/*----------------------------------------------------------------------------*/

.img--fluid  { max-width: 100%; }

.img-circle  { border-radius: 50%; }

.img-rounded { border-radius: 6px; }

/*----------------------------------------------------------------------------*/
/*#CONTAINER STYLE*/
/*----------------------------------------------------------------------------*/

.container--full { width: 100%; }

.container--xl {
    max-width: 1280px;
    width: 100%;
}

.container--lg,
 .wrap {
    max-width: 1210px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container--md {
    max-width: 960px;
    width: 100%;
}

.container--sm {
    max-width: 860px;
    width: 100%;
}

.container--xs {
    max-width: 600px;
    width: 100%;
}

/* #WORD FIXER */

@media only screen and (max-width: 767px) {

    br.responsive {
        display: none;
    }

}

/* #WIDTHS */

.mw--95 {
    max-width: 95%;
}

/* #Z-INDEXES */

.zi--0 {
    z-index: 0 !important;
}

.zi--1 {
    z-index: 1 !important;
}

/* #FLEX VIDEO */

.flex-video {
    height: 0;
    /* margin-bottom: 0.88889rem; */
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.flex-video iframe, 
.flex-video object, 
.flex-video embed, 
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

/*------------------ helper classes end ------------------*/