* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, 
h1, h2, h3, h4, h5, h6, 
form, input, textarea, button, select, option,
ul, li, img, p, hr, 
table, tr, td, thead, tbody, tfoot 
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #203137;
}

input, textarea, button, select {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #203137;
}

button {cursor: pointer;}

a {color: inherit; text-decoration: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, li {
	list-style: none;
}

::-webkit-input-placeholder {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #818181;
}

:-moz-placeholder {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #818181;
}

:focus {
	outline: 0;
}

::selection {
	color: #fff;
	background: #0d91bc;
}

code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	font-family: 'Courier New';
	font-size: 90%;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background-color: #eaeaea;
	border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
	background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #aaaaaa;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

/* grid
--------------------------------------------------------*/

.row {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}

.row:after,
.wrapper:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	min-height: 1px;
}

.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}


/* blocks */

.no-margin {margin: 0 !important;}
.no-padding {padding: 0 !important;}

.wide {width: 100%;}
.max-wide {max-width: 100%;}

.w50 {width: 50px !important;}
.w75 {width: 75px !important;}
.w100 {width: 100px !important;}
.w125 {width: 125px !important;}
.w150 {width: 150px !important;}
.w175 {width: 175px !important;}
.w200 {width: 200px !important;}
.w225 {width: 225px !important;}
.w250 {width: 250px !important;}
.w275 {width: 275px !important;}
.w300 {width: 300px !important;}
.w325 {width: 325px !important;}
.w350 {width: 350px !important;}
.w375 {width: 375px !important;}
.w400 {width: 400px !important;}
.w425 {width: 425px !important;}
.w450 {width: 450px !important;}
.w475 {width: 475px !important;}
.w500 {width: 500px !important;}

.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.m30 {margin: 30px !important;}
.m35 {margin: 35px !important;}
.m40 {margin: 40px !important;}
.m45 {margin: 45px !important;}
.m50 {margin: 50px !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}

.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}

.left {float: left;}
.right {float: right;}
.block {display: block;}
.none {display: none;}
.tr {
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.floater {
	float: none !important;
	width: 0 !important;
	min-width: 0 !important;
	max-width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	clear:both !important;
}

/* text tools 
--------------------------------------------------------*/

.light {font-weight: 300;}
.regular {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}

small, .small {font-size: 12px; line-height: 15px;}
big, .big {font-size: 16px;}
sub {vertical-align: sub; font-size: 12px;}
sup {vertical-align: super; font-size: 12px;}

.italic {font-style: italic;}
.no-italic {font-style: normal;}
.underline {text-decoration: underline;}
.linethrough {text-decoration: line-through;}

.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}
.capitalize {text-transform: capitalize;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}

.text-default {color: #203137;}
.text-black {color: #000;}
.text-white {color: #fff;}

/* btn */

.btn {
	display: inline-block;
	vertical-align: middle;
	height: 49px;
	line-height: 49px;
	padding: 0 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #fe7200;
	transition: background 0.3s ease 0s,
				color 0.3s ease 0s;
	cursor: pointer;
}

.btn:hover {background: #ef6b00;}

.btn-inv {
	border: 1px solid #fff;
	line-height: 47px;
	background: transparent;
}

.btn-inv:hover {
	background: #fff;
	color: #0d91bc;
}

.btn-blue {background: #0d91bc;}
.btn-blue:hover {background: #0d83a9;}

/* form */

.form-input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #b8b8b8;
	border-radius: 60px;
	transition: border-color 0.3s ease 0s;
	font-size: 16px;
}

.form-input:focus {border-color: #0d91bc;}
.form-input.input-error {border-color: #ea0000;}

.form-input::-webkit-input-placeholder {font-size: 16px;}
.form-input:-moz-placeholder {font-size: 16px;}

