body {
    font-family: 'Roboto', sans-serif;	font-size:16px;
	line-height:18px;
	color:#666666;
}
p{margin:0;}
a {
	text-decoration:none;
	color:#2F1E54
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
.clear{clear:both;}

.container {
  max-width:1150px;
}
     /* HEADER PART */
header >.container {
  border-bottom: 1px solid #301F55;
}
.header_logo > .logo{
  margin-left: -15px;
  padding: 20px 0;
  float:left;
  text-align: center;
}

.header_logo > .logo > a{
	display:inline-block;
}
.header_logo > p{
	float:left;
	font-family: 'latoregular';
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 2px;
	color:#3E2E60;
	margin-top: 57px;
}
.logo img {
width:100%;	
}
.subscribe_wrp{
	margin-top:20px;
}
.subscribe > a{
	width:94px;
	height:29px;
	font-size:14px;
	display:inline-block;
    text-align: left;
}
.subscribe > .subs{
	background: url("../images/pin1.png") no-repeat scroll 88% center #DCE0E2;
	color:#322052;
	padding: 4.5px 0 0 10px;
}
.subscribe > .franc{
	background: url("../images/pin2.png") no-repeat scroll 88% center #FFFFFF;
	color:#A9B3B5;
	border:1px solid #C9D1D4;
	padding: 3.5px 0 0 10px;
	margin-left:15px;
}
/* Main Menu */
.navbar-inverse {
  border:none;
}
.navbar.navbar-inverse {
  margin-top: 30px;
}
.navbar {
  margin-bottom: 0;
}
ul.navbar-nav.main_menu{}
ul.navbar-nav.main_menu > li{margin:0 0 0 36px;}
ul.navbar-nav.main_menu > li:first-child{margin:0;}
ul.navbar-nav.main_menu > li > a{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding: 15px 0;
	border-bottom:0px solid #FFFFFF;
}
ul.navbar-nav.main_menu > li a :hover{
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #CCC;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  
  color: #fff;
  
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav {
  float: left;
}

/* Dropdown Menu */
li.dropdown.mob_show{
	display:none;
}
li.mob_hide{position: relative;}
li.mob_hide > ul.d_menu{
    background-color:#FFFFFF;
	box-shadow: -6px 7px 10px #C6CED3;
	border-top:1px solid #301F55;
    display: none;
    margin:0;
    padding: 20px 0;
    position: absolute;
    right: -10px;
    width: 120%;
	z-index: 900;
}
li.mob_hide > ul.d_menu li{
	list-style:none;
	background-color:#FFFFFF;
	padding:0 15px;
}
li.mob_hide > ul.d_menu li a{
    border-top: 1px solid #D6D2DD;
    color: #301F55;
	font-size:18px;
    display: block;
    padding: 10px 0 10px 5px;
    text-align: left;
    text-transform: capitalize;
}
li.mob_hide > ul.d_menu li:last-child >a{border-bottom:1px solid #D6D2DD;;}

/**********************************HOME Page****************************************/
.slider_wrapper > .container{
	padding:0;
}
.carousel-indicators {
  bottom: 6px;
  left: 111%;
  width: 20%;
}
.carousel-indicators li {
  background-color: #000;
  border: 2px solid #FFFFFF;
  height: 12px;
  width: 12px;
  margin: 0 0 2px 16px;
}
.carousel-indicators .active {
  background-color: #302051;
  height: 15px;
  width: 15px;
  margin: 0 0 0 16px;
}

.slider_bottom {
  margin-top: 40px;
}
.slider_bottom_txt > p {
  color: #858585;
  font-size: 18px;
  line-height: 21px;
}

.slider_bottom_txt > p > span{
	font-family: 'latoitalic';
	color:#2E2055;
}
.slider_bottom_link > a {
  display: block;
  height: 39px;
  padding: 12px 0 0 20px;
  text-align: left;
  text-transform: uppercase;
  width: 236px;
}
.slider_bottom_link > a:first-child {
    background-color: #301F55;
    background-image: url("../images/pin3.png");
    background-position: 92% center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.slider_bottom_link > a:last-child {
	background-color:#DCE0E2;
    background-image: url("../images/pin4.png");
    background-position: 92% center;
    background-repeat: no-repeat;	
	color:#311E56;
	margin-top:10px;
}

/**********************************CONTACT Page****************************************/
.contact_wrapper{
	padding-bottom:50px;
}
.contact_info > .container {
	background-color:#F3F4F6;
	border-radius: 0 0 8px 8px;
	margin-bottom:30px;
}
.contact_info h1{
    color: #301F55;
    font-family: times new roman;
    font-size: 34px;
    font-style: italic;
    margin: 30px 0 12px 10px;
}
.contact_wrapper h2{
	font-size:18px;
	text-transform:uppercase;
}
.contact_left > h2 ,.contact_right > h2 ,.midea > h2{
	border-top:1px solid #BFBBCC;
	border-bottom:1px solid #BFBBCC;
	padding:15px 0;
	margin:0 0 30px 0;
}
.contact_left_img{margin-bottom:30px;}
.contact_left_img > img {
  max-width: 100%;
}
.head_offic_address >h2 {
	font-family: 'latoregular';
	margin:0 0 15px 0;
}
.head_offic_address > p ,.canadaian_sels_info > p , .midea > p{
	margin-bottom:10px;
}


.canadaian_sels {
  overflow: hidden;
}
.canadaian_sels_info {
	padding:0;
}
.canadaian_sels_info > h3 {
	font-family: 'latoregular';
	font-size:16px;
	margin:0 0 15px 0;
}
.canadaian_sels_info{margin-bottom:20px;}
.midea{
	margin:10px 0 30px 0;
}

/**********************************COLLECTIONS Page****************************************/
.collections_wrapper {
  padding-bottom: 20px;
}
.product_content {
  text-align: center;
}
.product_content > p {
  border-top: 1px solid #D6D2DD;
  font-family: 'latoregular';
  text-transform:uppercase;
  color: #301F55;
  font-size: 12px;
  padding: 12px 0 20px;
  text-align: center;
}
.product_content > a {
  display: inline-block;
}

/* FOOTER PART */
footer{
	background-color:#FFFFFF;
	margin-top:30px;
}
.footer_top > .container {
    border-top:1px solid #301F55;
  	padding:25px 15px;
}
.footer_top_right{}
.social_net >ul{
	margin:0 -15px 0 0;
	padding:0;
	float: right;
}
.social_net >ul li:first-child{
    color: #2F2156;
    font-family: times new roman;
    font-size: 28px;
    font-style: italic;
    margin-right: 10px;
	margin-top: 6px;
}
.social_net >ul li{
	list-style:none;
	float:left;
	margin-left:10px;
}
.social_net >ul li a{
	display:inline-block;
}
.abt_canada {
  margin-top: 6px;
}
.abt_canada > a {
  color: #301F55;
  font-family: 'latoregular';
  font-size: 14px;
}

.footer_btm {
  background-color: #333333;
  color: #A8B1B6;
  font-family: 'latoregular';
  font-size: 12px;
  padding: 15px 0;
}
.footer_btm_right > span{
	font-size:22px;
	font-family: IrisUPC;
	font-weight:bold;
}
.footer_btm_right {
  margin-right: -15px;
}


.quickview
{
 margin:auto;
 background:#fff;
 border-radius:10px;
}

.quickview .col-md-6 > p {
    border-bottom: 1px solid #d6d2dd;
    color: #301f55;
    font-size: 16px;
    padding: 22px 0 20px;
    text-align: center;
  /*  text-transform: uppercase; */
}

.col-md-6 li {
    color: #301f55;
    font-family: 'latoregular';
    font-size: 10px;
    padding: 12px 0 0px;
    text-align: left;
    text-transform: uppercase;
	display:list-item;
	list-style:none;
	margin-left:-38px;
}

.col-md-6 .big {
    color: #301f55;
    font-family: 'latoregular';
    font-size: 16px;
    padding: 1px 0 0px;
    text-align: left;
    text-transform: uppercase;
	display:list-item;
	list-style:none;
}
.col-md-6 > p box {
text-align:left; 
font-size:20px;
}
.list_your_new{
	float:left;
	position:relative;
	width:40px;
	height:auto; 
	padding-top:30px;
	
}
.arrow-left{
	
	position: absolute; top: -173px; left: -309px; opacity: 1; display: block; z-index: 8; width: 40px;
	
}
.arrow-right{
	
	position: absolute; top: -173px; left: 289px; opacity: 1; display: block; z-index: 8; width: 40px;
	
}
.close-right{
	
	position: absolute; top: -350px; left: 278px; opacity: 1; display: block; z-index: 8; width: 40px;
	
}

.top-in{
padding-top:30px;	
}


.modal
{
	margin-top:100px;
	
}

.alignleft
{
 text-align:left !important; 
 
}
.modalheading
{
 font-size:28px !important; 
 padding-top:60px !important;;
 font-family:"Times New Roman", Times, serif;
 	font-style:italic;

}

.modalbutton
{
	background:#301f55; 
	color:#fff;
}

a:hover
{
 outline:none;
}
a:focus
{
	outline:none;
}
.pro_box {
	float: left;
	height: auto;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:10px;
}

.item{
  padding-left:5px;
  padding-right:5px;
}
.item-card{
  transition:0.5s;
  cursor:pointer;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  text-align: center;
}
.card-title{
 font-size:20px;
  text-align: center;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:80px;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
.card-block {
    padding: 1.25rem;
}
.card {
  
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: left;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;
  line-height:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}