body {
	margin: 0px;
	font-family: "Ubuntu";
	font-weight: 300;
}
h3, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body * {
    box-sizing: border-box;
	
	
}

.hfw_main_left {
	display: inline-block;
	width: 59%;
	vertical-align: top;
	margin-bottom: 25px;
	text-align: center;
}
.hfw_main_right {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.hfw_main_img {
	max-height: 100%;
	max-width: 100%;
}
.hfw_main_title {
	text-align: center;
	font-size: 45px;
	font-weight: 400;
	margin: 50px 0px;
}
.hfw_col_2 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.hfw_spacebetween {
	padding: 0px 20px;
	margin-bottom: 80px;
	
}
.hfw_spacebetween .hfw_feature_icon_circle i {
	transition: transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -otransform 0.4s ease;
}
.hfw_spacebetween:hover .hfw_feature_icon_circle i{
	-ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
}

.hfw_button_red {
	text-align: center;
	border: 3px solid #C32121;
	padding: 14px;
	font-weight: 800;
	font-size: 19px;
	text-decoration: none;
	color: black;
	
	transition: border-radius 0.4s ease;
	-webkit-transition: -border-radius 0.4s ease;
	-moz-transition: border-radius 0.4s ease;
	-ms-transition: border-radius 0.4s ease;
	-o-transition: border-radius 0.4s ease;
}
.hfw_button_red:hover {
	border-radius: 12px;
	background-color: #C81F1F;
	color: white;
}

.hfw_button_red_hard {
	text-align: center;
	padding: 14px;
	font-weight: 800;
	font-size: 19px;
	background-color: #4D4D4D;
	color: #FFF;
	border: 3px solid #535353;
	text-decoration: none;
	
	transition: border-radius 0.4s ease;
	-webkit-transition: -border-radius 0.4s ease;
	-moz-transition: border-radius 0.4s ease;
	-ms-transition: border-radius 0.4s ease;
	-o-transition: border-radius 0.4s ease;
}
.hfw_button_red_hard:hover {
	color: #F66;
	text-decoration: u;
	border-radius: 10px;
}
img {
	max-height: 100%;
	max-width: 100%;
}
.hfw_logo_container {
	max-width: 100%;
	margin-left: 125px;
}
.hfw_header {
	margin: 30px 0px 10px;
}
.hfw_header a {
	text-decoration: none;
	font-size: 18px;
}
.hfw_header_menu_container {
	text-align: center;
	vertical-align: middle;
}
.hfw_menu {
	padding: 6px 8px;
	margin: 2px;
	color: #000;
}
.hfw_menu_selected {
	background-color: #DB4135;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
}

.hfw_best_container {
    background-color: #F5F5F5;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.25);
    margin: 25px 0px;
    padding: 35px 0px;
}

.hfw_best_title {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    padding: 0px;
    color: #B63939;
    margin: 0px;
}

.hfw_big_container {
	background-color: rgb(176, 41, 41);
	padding: 55px 67px 40px;
}

.hfw_big_descripiton {
	color: white;
	font-size: 30px;
	margin: 0px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}
.hfw_ratings_container {
	background-color: #9F2121;
	padding: 23px 0px;
}
.hfw_rating_bestcontactform {
	text-align: center;
	vertical-align: middle;
	
	text-decoration: underline;
	text-shadow: 1px 1px #4B0E0E;
	color: #ECECEC;
	font-weight: 500;
	font-size: 23px;
}
.hfw_rating_star {
	font-size: 33px;
	vertical-align: middle;
	color: #FCDA45;
	cursor: default;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
}
.hfw_rating_minidesc {
	font-size: 14px;
	color: #E9E9E9;
	font-style: italic;
}

.hfw_feature_icon_container {
	display: inline-block;
	width: 34%;
	vertical-align: top;
}

.hfw_feature_text_container {
	display: inline-block;
	width: 64%;
	vertical-align: top;
	padding: 0px 12px;
}

.hfw_feature, .hfw_example {
	padding: 0px 85px;
}

.hfw_feature_icon_circle {
	background-color: #279827;
	color: #FFF;
	font-size: 65px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: top;
	cursor: default;
	width: 125px;
	height: 125px;
	text-align: center;
	padding-top: 23px;
}

.hfw_feature_text_desc {
	margin: 15px 0px;
	text-align: justify;
	line-height: 30px;
}
.hfw_feature_text_title {
	font-size: 25px;
	font-weight: 400;
}
.hfw_feature_maintitle {
	font-size: 35px;
	text-align: center;
	padding: 60px 17px;
	line-height: 50px;
}

.hfw_video_maintitle {
	font-size: 35px;
	text-align: center;
	margin: 60px 5px;
	line-height: 60px;
	padding: 0px 124px;
}
.hfw_video_maintitle_highlight {
	color: #A52929;
}
.hfw_example_description {
	line-height: 30px;
	margin-bottom: 20px;
}
.hfw_example_description_ul {
	line-height: 30px;
	margin-left: 50px;	
	margin-bottom: 20px;
}

.hfw_footer_container {
	background-color: #000;
}

.hfw_footer_copyright {
	color: white;
	font-size: 13px;
	padding: 8px 0px;
	margin-left: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) { 
	.hfw_col_2 {
		width: 100%;
	}

	.hfw_header {
		margin: 30px 0px;
	}

	.hfw_logo_container {
		margin-bottom: 11px;
		text-align: center;
		width: initial;
		margin-left: initial;
	}
	.hfw_main_left {
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
	}
	.hfw_main_right {
		width: 100%;
	}
	.hfw_button_red, .hfw_button_red_hard {
		margin-bottom: 10px;
	}
	.hfw_big_container {
		padding: 55px 18px 40px;
	}
	.hfw_rating_star { 
		margin-top: 8px;
	}
	.hfw_feature_icon_container {
		width: 100%;
		text-align: center;
	}
	.hfw_feature_text_container {
		width: 100%;
		text-align: center;
	}
	
	.hfw_feature, .hfw_example {
		padding: 0px 25px;
	}
	.hfw_spacebetween {
		margin-bottom: 35px;
		padding: 0px;
	}
	.hfw_video_maintitle {
		padding: 0px 20px;
	}
	.hfw_video_yt {
		height: 100%;
		width: 100%;
		padding: 0px 15px;
	}
	.hfw_main_title {
		font-size: 30px;
		line-height: 40px;
	}
	.hfw_big_descripiton {
		font-size: 24px;
	}
	.hfw_feature_maintitle, .hfw_video_maintitle {
		font-size: 30px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 900px) { 
	.hfw_main_title {
		font-size: 35px;
	}
	.hfw_button_red {
		width: 100%;
		margin-bottom: 10px;
	}
	.hfw_button_red_hard {
		width: 100%;
		margin-bottom: 10px;
	}
	.hfw_big_descripiton { 
		font-size: 28px;
		
	}
	.hfw_big_container {
		padding: 55px 45px 40px;
	}
	.hfw_feature, .hfw_example {
		padding: 0px 20px;
	}
	.hfw_spacebetween {
		width: 100%;
		margin-bottom: 60px;
	}
	.hfw_video_maintitle {
		padding: 0px 30px;
	}
	.hfw_video_maintitle {
		padding: 0px 20px;
	}
	.hfw_video_yt {
		height: 100%;
		width: 100%;
		padding: 0px 15px;
	}
	.hfw_feature_icon_container {
		text-align: center;
	}
}