* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-size: 16px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
	font-weight: 400;
	line-height:1.3;
}

@font-face {
	font-family: "Montserrat_tom";
	src: url("/font/Montserrat-Regular.ttf");
}


html,
body,
button,
input,
select,
textarea {
	font-family: 'Montserrat_tom', sans-serif;
}
.font2 {
	font-family: 'Montserrat_tom', sans-serif;
}

footer,
header,
nav,
section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  margin-bottom: 10px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul {
  margin: 0;
}

h1, h2, h3 {
	line-height: 1.3;
}

h1, h2, h3 {
	margin-bottom:8px;
	color:#555;
	font-family: 'Montserrat_tom', sans-serif;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}

a {
	color: #DC143C;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}
a:focus,
a:visited {
	color: #DC143C;
}
a:hover,

a:active {
	text-decoration: none;
	outline: none;
	color: #A10028;
}
.uppercase {
	text-transform:uppercase;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.justify {
	text-align:justify;
}
.text-underline {
  font-style: underline;
}
.hidden {
	display: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.transition-3s {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wrapper,
.relative {
  position: relative;
}
.d-inline {
    display: inline-block;
}
.d-block {
    display: block;
}
.absolute {
	position:absolute;
}
.container {
    max-width: 1200px;
}
.page-section.grey {
	background-color:#F4F4F4;
}

/******************************************************************************
	TOP BAR
*******************************************************************************/



/******************************************************************************
	HEADER
*******************************************************************************/
header.header .logo {
	display:block;
	width:100%;
	height:auto;
}
/******************************************************************************
	VALIDATION
*******************************************************************************/
#success_page {
    margin-top: -60px;
    background: #fff;
}
.message i {
	color:#40B808;
}

/******************************************************************************
	LAYOUT
*******************************************************************************/
.card {
    border: 10px solid #E9E9E9;
	border-radius:0;
}
.card h4 {
	font-size:20px;
	color:#2978C5;
	margin-bottom:0;
}
.form-control,
.custom-select {
	border-radius:0;
}

.custom-select {
	color: #777;
}
.custom-control {
	font-size:1.25rem;
}

.form-control:focus,
.custom-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2978C5;
  outline: 0;
  box-shadow:none;
}


.custom-control-input:focus ~ .custom-control-label::before {
    background-color: #fff;
	border:#adb5bd solid 1px;
	box-shadow:none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
	border-color:#2978C5;
	background-color:#2978C5;
	box-shadow:none;
}
.card .btn {
	border-radius:0;
}

label.label {
    font-size: 1.15rem;
}
.checkbox, 
.radio {
	line-height: 1;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .6em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
   margin-left: 0.01em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
	color:#2978C5;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.btn-success {
    color:#fff;
	border-color: #40B808;
	background-color:#40B808;
}
.btn-success:hover {
    color:#ffff;
	border-color: #339306;
	background-color:#339306;
}

.logorf {
	max-width: 300px;
}

.mwb-product-list-wrap.hover-style-3 figure {
    margin: 0;
}
.mwb-product-list-wrap {
  border: 1px solid #dddddd;
  padding: 5px;
  background-color: #fff;
}
.mwb-product-list-wrap .mwb-image {
  position: relative;
  overflow: hidden;
}
.mwb-product-list-wrap .mwb-user-action {
  background-color: #ee9234;
  left: -60px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  margin: 0;
  z-index: 9;
  opacity: 0;
}

.mwb-product-list-wrap:hover .mwb-user-action {
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: visible;
  opacity: 1;
}


.mwb-product-list-wrap.hover-style-3 .mwb-user-action {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.mwb-product-list-wrap.hover-style-3:hover .mwb-user-action {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/******************************************************************************
	FOOTER
*******************************************************************************/
#footer.footer {
	position:relative;
}
#footer .copyright {
	background:#111;
	line-height: 22px;
	padding: 15px 0 15px;
}
#footer .copyright, 
#footer .copyright a {
	color:#f7f7f7;
}
#footer .copyright a:hover {
	color:#40B808; 
}

/******************************************************************************
	TO TOP
*******************************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: rgba(41, 120, 197, 0.95);
}
#back-to-top.show {
    opacity: 1;
}


/****************************************************
	RESPONSIVE
****************************************************/
/** Min-Width **/
@media (min-width: 768px) {

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

}
@media (min-width: 992px) {
	.desktop {
	display:none;
	}
	header.header .logo {
	max-width:100%;
	height:auto;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {

}


@media (min-width: 1200px) and (max-width: 1400px) {

}

/** Max-Width **/
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	

	header.header .logo {
    max-width: 100%;
	}

}

@media (max-width: 767px) {
	.order-first,
	.text.order-first {
    -ms-flex-order: 13;
    order: 13;
	}
	#success_page {
    margin-top: -80px;
    background: #fff;
    padding-top: 20px;
	}

}

@media (min-width:577px) and (max-width:767px) {

}

@media (max-width: 576px) {
	.mobile {
	display:none;
	}
	.container {
    max-width: 400px;
	}
	.order-last {
    -ms-flex-order: -1;
    order: -1;
	}
	h1 {
    font-size: 30px;
	line-height:1.1;
	}
	h2 {
    font-size: 24px;
	line-height:1.1;
	}
	.pt-40 {padding-top:20px}
	.pb-40 {padding-bottom:20px;}
	.size24 {
    font-size: 20px;
	}
	.card h4 {
	font-size:22px;
	font-weight:600;
	}
	#footer .list-inline-item {
    display:block;
	text-align:center;
	}

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

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

}