
/*
.container-fluid {
	padding:0;
	margin:0;
}
*/
.graph {
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background-clip: padding-box;
    background-color:#fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.graph-content {
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.graph-content img {
	background-clip: padding-box;
	position: relative;
}
.carousel-inner { 
    padding-bottom:20px;
}
.carousel-inner h2 { 
	display:inline;
}
.carousel-inner p { 
	display:inline;
	padding-left:10px;
}
#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding:20px 0;
}
.controls img{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding-top:60px;
    margin:0;
    text-align: center;
    position: relative;
    background:#E0E0E0;
}
#custom_carousel .controls li {
    border-left:3px solid #616161;
	
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-left:3px solid #FF474A;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold;
}

@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.footer_about_text,
	.footer_questions,
	.footer_blog,
	.footer_contact
	{
		padding-right: 0;
	}
	.footer_social_title
	{
		margin-left: 10px;
	}
}

/************
1.5 1500px
************/

@media only screen and (max-width: 1500px)
{
	.blog_post_content
	{
padding-left: 8px;
    padding-right: 80px;
	}
	.footer_col:nth-last-child(n+3)
	{
	}
	.footer_about_text,
	.footer_questions,
	.footer_blog,
	.footer_contact
	{
		padding-right: 50px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.footer_social_title
	{
		display: none !important;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.super_container
	{
		padding-left: 0;
	}
	.home_container
	{
		bottom: 70px;
	}
	.home_content
	{
		padding-left: 115px;
	}
	.sidebar
	{
		display: none;
	}
	.section_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section_container .container
	{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header
	{
		display: block;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.section_container .container
	{
		max-width: 720px;
	}
	.header_nav,
	.header_extra .info_languages,
	.header_extra .info_currencies
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.header_logo
	{
	    margin-left: 64%;
	}
	.blog_post_content
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.section_container .container
	{
		max-width: 540px;
	}
	.home_content
	{
		padding-left: 80px;
	}
	.footer_col:nth-last-child(n+3)
	{
		margin-bottom: 0px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.footer_social_icon i
	{
		font-size: 24px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.header
	{
		height: 89px;
	}
	.header_logo a > div
	{
	    padding-top: 10px;
	    padding-bottom: 10px;
	    font-size: 14px;
	    padding-left: 12px;
	    padding-right: 14px;
	}
	.cart_icon
	{
		width: 18px;
	}
	.cart_num
	{
		top: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.home_content
	{
		padding-left: 15px;
	}
	.home_title
	{
		font-size: 56px;
	}
	.menu
	{
		width: 100vw;
		left: -100vw;
	}
	.section_container .container
	{
		max-width: 100%;
	}
	.button_1
	{
		width: 123px;
		height: 40px;
	}
	.button_1 a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.header_logo
	{
		margin-left: 89px;
	}
	.header .cart
	{
		margin-right: 40px;
	}
	.hamburger
	{
	margin: 0 auto;
	}
	.blog_post_date a
	{
		font-size: 14px;
	}
	.blog_post_title a
	{
		font-size: 24px;
	}
	.newsletter_form_container
	{
		margin-top: 71px;
	}
	.newsletter_input
	{
		height: 40px;
	}
	.newsletter_button
	{
		font-size: 12px;
		width: 108px;
		height: 40px;
	}
	.footer_social_icon i
	{
		font-size: 16px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.home
	{
		height: 250px;
	}
	.home_container
	{
		bottom: 46px;
	}
	.home_title
	{
	font-size: 34px;
        
    line-height: 1.5;
	}
	.breadcrumbs
	{
		margin-top: 6px;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a
	{
		font-size: 14px;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}