
/*
Table Of Contents

1.)  Typography
2.)  Default Styles
3.)  Container - Main
4.)  Header
5.)  Content - Main
6.)  Footer

===============================================*/

/*
 1.) Typography
----------------------------------------*/
@import url("bootstrap.min.css") all;

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-thin-webfont.eot');
    src: url('../webfonts/worksans-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-thin-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-thin-webfont.woff') format('woff'),
         url('../webfonts/worksans-thin-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-thin-webfont.svg#WorkSans') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-extralight-webfont.eot');
    src: url('../webfonts/worksans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-extralight-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-extralight-webfont.woff') format('woff'),
         url('../webfonts/worksans-extralight-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-extralight-webfont.svg#WorkSans') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-light-webfont.eot');
    src: url('../webfonts/worksans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-light-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-light-webfont.woff') format('woff'),
         url('../webfonts/worksans-light-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-light-webfont.svg#WorkSans') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-regular-webfont.eot');
    src: url('../webfonts/worksans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-regular-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-regular-webfont.woff') format('woff'),
         url('../webfonts/worksans-regular-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-regular-webfont.svg#WorkSans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-medium-webfont.eot');
    src: url('../webfonts/worksans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-medium-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-medium-webfont.woff') format('woff'),
         url('../webfonts/worksans-medium-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-medium-webfont.svg#WorkSans') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-semibold-webfont.eot');
    src: url('../webfonts/worksans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-semibold-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-semibold-webfont.woff') format('woff'),
         url('../webfonts/worksans-semibold-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-semibold-webfont.svg#WorkSans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-bold-webfont.eot');
    src: url('../webfonts/worksans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-bold-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-bold-webfont.woff') format('woff'),
         url('../webfonts/worksans-bold-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-bold-webfont.svg#WorkSans') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-extrabold-webfont.eot');
    src: url('../webfonts/worksans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-extrabold-webfont.woff') format('woff'),
         url('../webfonts/worksans-extrabold-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-extrabold-webfont.svg#WorkSans') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../webfonts/worksans-black-webfont.eot');
    src: url('../webfonts/worksans-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/worksans-black-webfont.woff2') format('woff2'),
         url('../webfonts/worksans-black-webfont.woff') format('woff'),
         url('../webfonts/worksans-black-webfont.ttf') format('truetype'),
         url('../webfonts/worksans-black-webfont.svg#WorkSans') format('svg');
    font-weight: 900;
    font-style: normal;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "WorkSans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #424242;
	line-height: 34px;
	letter-spacing: 0.0025em;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
body {
	font-size: 16px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
body {
	line-height: 24px;
}
}


/* #Links
================================================== */

a {
	color: #3f8ec4;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: #337ab7;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: 0;
}

a:visited {
	outline: 0;
	text-decoration: none;
}

img {
	max-width: 100%;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0 0 5px 0;
	margin: 0;
}

h1 {
	font-size: 42px;
	line-height: 52px;
	padding: 0 0 25px 0;
}

h2,
h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
}

p {
	padding: 0 0 35px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 45px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.thin {
	font-weight: 100;
}

.extralight {
	font-weight: 200;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

@media (max-width: 991px) {
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 10px 0;
}

h1 {
	font-size: 36px;
	line-height: 44px;
	padding: 0 0 20px 0;
}

h2,
h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 26px;
}

p {
	padding: 0 0 30px 0;
}

p:last-child {
	padding: 0 0 40px 0;
}
}

@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 36px;
}

h2,
h3 {
	font-size: 22px;
	line-height: 28px;
}

p {
	padding: 0 0 25px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 35px 0;
}
}


/* #Order and Unorder Styles
================================================= */

ul,
ol {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 45px;
}

li:last-child {
	padding-bottom: 35px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	background: #424242;
	border-radius: 360px;
	position: absolute;
	top: 15px;
	left: 0;
}

li ul:last-child,
li ol:last-child {
	padding-bottom: 0;
}

li ul li:last-child,
li ul li:last-child {
	padding-bottom: 0;
}

@media (max-width: 991px) {
ul li::before {
	top: 11px;
}

ul:last-child,
ol:last-child {
	padding-bottom: 40px;
}

li:last-child {
	padding-bottom: 30px;
}
}

@media (max-width: 991px) {
ul:last-child,
ol:last-child {
	padding-bottom: 35px;
}

li:last-child {
	padding-bottom: 25px;
}
}


ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li::before {
	content: counter(item);
	font-weight: 500;
	color: #424242;
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #de463b;
	border: none;
	border-radius: 5px;
	box-shadow: inset #979797 0 0 0 1px;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 21px 30px 18px 30px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	background: #ee281a;
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}

@media (max-width: 991px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 22px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 20px;
	line-height: 26px;
	padding: 17px 25px 17px 25px;
}
}


figure {
	padding: 0;
	margin: 0;
}


/*
 3.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	background: #f1f4f8;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1190px;
	padding: 0 40px;
}

@media (max-width: 767px) {
.container {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.padding-left {
	padding-top: 25px;
	margin-left: 60px;
}

@media (max-width: 991px) {
.padding-left {
	padding-top: 25px;
	margin-left: 30px;
}
}

@media (max-width: 991px) {
.padding-left {
	padding-top: 15px;
	margin-left: 20px;
}
}


/*
 4.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
	padding: 21px 0 23px 0;
}

.header-main .brand {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #2b292d;
	line-height: 26px;
}

.header-main .brand a {
	color: #2b292d;
	text-decoration: none;
}

.header-main p {
	font-size: 18px;
	color: #707070;
	line-height: 24px;
}

.header-main p:last-child {
	padding: 0;
}

@media (max-width: 767px) {
.header-main {
	padding: 17px 0;
}

.header-main .brand {
	font-size: 18px;
	line-height: 24px;
}

.header-main p {
	font-size: 16px;
	line-height: 22px;
}
}


/*
 5.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
}


/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	padding: 60px 0 100px 0;
}

@media (max-width: 991px) {
.content-inner {
	padding: 50px 0 80px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 40px 0 60px 0;
}
}


/* Left - Content */
.left-content {
	width: 78.80%;
	float: left;
	padding: 0 10px 0 0;
}

.left-content .box {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid rgba(51, 122, 183, 0.15);
	border-radius: 2px;
	padding: 17px 20px 25px 20px;
}

.left-content figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 15px 0;
}

.left-content figure:last-child {
	margin-bottom: 40px;
}

.left-content figure img {
	width: 100%;
}

.left-content figure:first-child {
	margin-top: 0;
}

.left-content .sub-title {
	float: none;
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: normal;
	background: #337ab7;
	border-radius: 9px;
	padding: 5px 11px;
	margin: 0 0 20px 0;
}

.left-content .date {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #c5c5d1;
	line-height: 20px;
	padding: 0 0 25px 0;
}

.left-content .date .divider {
	margin: 0 10px;
}

.left-content .date .stars {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 10px 0 0;
}

.left-content .date .stars img {
	max-height: 20px;
	vertical-align: top;
}

.left-content .cont-box {
	width: 100%;
	float: left;
	border: 2px solid #ffd280;
	border-radius: 3px;
	margin: 0 0 28px 0;
}

.left-content .cont-box:last-child {
	margin-bottom: 0;
}

.left-content .cont-box h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	background: #fce6ba;
	padding: 16px 17px 12px 17px;
}

.left-content .cont-box aside {
	width: 100%;
	float: left;
	padding: 50px 35px 35px 35px;
}

.left-content .cont-box aside p:last-child {
	padding-bottom: 0;
}

.left-content .alert-box {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	background: #d9edf7;
	border: 1px solid #bce8f1;
	padding: 21px 22px 21px 22px;
	margin: 0 0 20px 0;
}

.left-content .alert-box:last-child {
	margin-bottom: 0;
}

.left-content .btn,
.left-content button,
.left-content input[type="button"],
.left-content input[type="submit"] {
	width: 100%;
}

.left-content .btn-out {
	margin: 0 0 25px 0;
}

.left-content .price-txt {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #acacac;
	line-height: 24px;
	text-align: center;
}

.left-content .price-txt strong {
	margin: 0 20px;
}

.left-content .price-txt .red {
	color: #b63d37;
}

.left-content .price-txt .green {
	color: #3da779;
}

@media (max-width: 991px) {
.left-content {
	width: 100%;
	padding: 0 0 40px 0;
}

.left-content:last-child {
	padding-bottom: 0;
}

.left-content figure:last-child {
	margin-bottom: 35px;
}

.left-content .date {
	padding: 0 0 20px 0;
}

.left-content .cont-box {
	margin: 0 0 20px 0;
}

.left-content .cont-box h3 {
	font-size: 22px;
	line-height: 28px;
}

.left-content .cont-box aside {
	padding: 40px 25px 30px 25px;
}

.left-content .btn-out {
	margin: 0 0 20px 0;
}
}

@media (max-width: 767px) {
.left-content {
	width: 100%;
	padding: 0 0 20px 0;
}

.left-content .box {
	padding: 15px 15px 20px 15px;
}

.left-content figure {
	margin: 10px 0 20px 0;
}

.left-content figure:last-child {
	margin-bottom: 30px;
}

.left-content .sub-title {
	padding: 8px 15px;
	margin: 0 0 15px 0;
}

.left-content .date {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #c5c5d1;
	line-height: 20px;
	padding: 0 0 20px 0;
}

.left-content .date .divider {
	margin: 0 10px;
}

.left-content .date .stars {
	width: 100%;
	margin: 0 0 10px 0;
}

.left-content .cont-box {
	margin: 0 0 20px 0;
}

.left-content .cont-box h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 12px 15px 10px 15px;
}

.left-content .cont-box aside {
	padding: 20px 15px;
}

.left-content .alert-box {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 20px 0;
}

.left-content .price-txt strong {
	margin: 0 10px;
}
}


/* Right - SideBar */
.right-sidebar {
	width: 21.20%;
	float: left;
	padding: 0 0 0 10px;
}

.right-sidebar h3 {
	font-weight: 700;
	font-size: 18px;
	color: #4f505c;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0 26px 0;
}

.right-sidebar h3 a {
	color: #4f505c;
}

.right-sidebar .col-box1 {
	width: 100%;
	float: left;
	padding: 25px 15px 25px 15px;
}

.right-sidebar .col-box1 p {
	font-weight: 700;
	font-size: 16px;
	color: #3f8ec4;
	line-height: 28px;
	text-align: center;
}

.right-sidebar .col-box1 p:last-child {
	padding-bottom: 0;
}

.right-sidebar .col-box1 p a { 
	color: #3f8ec4;
}

.right-sidebar .col-box2 {
	width: 100%;
	float: left;
	padding: 30px 15px;
}

.right-sidebar .col-box2 p {
	font-size: 15px;
	color: #3f8ec4;
	line-height: 22px;
}

.right-sidebar .col-box2 p:last-child {
	padding-bottom: 0;
}

.right-sidebar .col-box2 p a {
	color: #3f8ec4;
}

.right-sidebar .add {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.right-sidebar .add img {
	width: 100%;
}

.right-sidebar .box {
	width: 100%;
	float: left;
	background: #ffffff;
}

@media (max-width: 991px) {
.right-sidebar {
	width: 100%;
	max-width: 250px;
	float: none;
	margin: 0 auto;
	padding: 0;
}

.right-sidebar h3 {
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 20px 0;
}

.right-sidebar .col-box2 p {
	font-size: 14px;
	line-height: 20px;
}
}


/*
 6.) Footer
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 2px solid #dedfe1;
	background: #ffffff;
	padding: 36px 0;
}

.footer-main ul {
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0 -15px 0 -7px -15px;
}

.footer-main ul li {
	float: none;
	display: inline-block;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding: 0;
	margin: 0 15px 7px 15px;
}

.footer-main ul li:before {
	display: none;
}

.footer-main ul li a {
	color: #999999;
}

.footer-main ul li a:hover,
.footer-main ul li a.active {
	color: #3f8ec4;
}

@media (max-width: 767px) {
.footer-main {
	padding: 30px 0;
}
}