@charset "utf-8";
body {
    margin:0;
	padding:0;
    overflow-x:hidden;
	font-family: 'Roboto', sans-serif;

    background-color: #673ab71a;
	/*font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Great Vibes', cursive;*/
	/*font-family: 'Dancing Script', cursive;
	font-family: 'Cookie', cursive;
	font-family: 'Euphoria Script', cursive;
	font-family: 'Roboto Slab', serif;*/
   
  
   
}
body *{
    outline: none;
}
a {
    text-decoration:none;
}
.clear {
	clear: both;
}
ul {
    margin:0;
    padding:0;
    list-style:none;
}
textarea {
	font-family: "open sans", sans-serif;
}
/****************************************HOME****************************************/


.section_full {
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.section_half {
	float: left;
	height: auto;
	width: 50%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1 {
	float: left;
	height: auto;
	width: 10%;
	padding: 15px;
	box-sizing:border-box;
}
.section_2 {
	float: left;
	height: auto;
	width: 20%;
	padding: 15px;
	box-sizing:border-box;
}
.section_3 {
	float: left;
	height: auto;
	width: 30%;
	padding: 15px;
	box-sizing:border-box;
}
.section_4 {
	float: left;
	height: auto;
	width: 40%;
	padding: 15px;
	box-sizing:border-box;
}
.section_6 {
	float: left;
	height: auto;
	width: 60%;
	padding: 15px;
	box-sizing:border-box;
}
.section_7 {
	float: left;
	height: auto;
	width: 70%;
	padding: 15px;
	box-sizing:border-box;
}
.section_8 {
	float: left;
	height: auto;
	width: 80%;
	padding: 15px;
	box-sizing:border-box;
}
.section_9 {
	float: left;
	height: auto;
	width: 90%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1-3 {
	float: left;
	height: auto;
	width: 33.3333%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1-6 {
	float: left;
	height: auto;
	width: 16.6666%;
	padding: 15px;
	box-sizing:border-box;
}
.section_15 {
	float: left;
	height: auto;
	width: 15%;
	padding: 15px;
	box-sizing:border-box;
}
.section_25 {
	float: left;
	height: auto;
	width: 25%;
	padding: 15px;
	box-sizing:border-box;
}
.section_35 {
	float: left;
	height: auto;
	width: 35%;
	padding: 15px;
	box-sizing:border-box;
}
.section_45 {
	float: left;
	height: auto;
	width: 45%;
	padding: 15px;
	box-sizing:border-box;
}
.section_55 {
	float: left;
	height: auto;
	width: 55%;
	padding: 15px;
	box-sizing:border-box;
}
.section_65 {
	float: left;
	height: auto;
	width: 65%;
	padding: 15px;
	box-sizing:border-box;
}
.section_75 {
	float: left;
	height: auto;
	width: 75%;
	padding: 15px;
	box-sizing:border-box;
}
.section_85 {
	float: left;
	height: auto;
	width: 85%;
	padding: 15px;
	box-sizing:border-box;
}
.section_95 {
	float: left;
	height: auto;
	width: 85%;
	padding: 15px;
	box-sizing:border-box;
}

.width_full {
	width: 100%;
	box-sizing:border-box;
}
.width_half {
	width: 50%;
	box-sizing:border-box;
}
.width_1 {
	width: 10%;
	box-sizing:border-box;
}
.width_2 {
	width: 20%;
	box-sizing:border-box;
}
.width_3 {
	width: 30%;
	box-sizing:border-box;
}
.width_4 {
	width: 40%;
	box-sizing:border-box;
}
.width_6 {
	width: 60%;
	box-sizing:border-box;
}
.width_7 {
	width: 70%;
	box-sizing:border-box;
}
.width_8 {
	width: 80%;
	box-sizing:border-box;
}
.width_9 {
	width: 90%;
	box-sizing:border-box;
}
.width_1-3 {
	width: 33.3333%;
	box-sizing:border-box;
}
.width_1-6 {
	width: 16.6666%;
	box-sizing:border-box;
}
.width_15 {
	width: 15%;
	box-sizing:border-box;
}
.width_25 {
	width: 25%;
	box-sizing:border-box;
}
.width_35 {
	width: 35%;
	box-sizing:border-box;
}
.width_45 {
	width: 45%;
	box-sizing:border-box;
}
.width_55 {
	width: 55%;
	box-sizing:border-box;
}
.width_65 {
	width: 65%;
	box-sizing:border-box;
}
.width_75 {
	width: 75%;
	box-sizing:border-box;
}
.width_85 {
	width: 85%;
	box-sizing:border-box;
}
.width_95 {
	width: 85%;
	box-sizing:border-box;
}

.btn {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
}
.center_text {
	text-align:center;
}
.left_text {
	text-align:left;
}
.right_text {
	text-align:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.none-float {
	float:none;
}
.no-border {
	border:none !important;
}
.border-top {
	border-top: solid 1px #9b9b9b;
}
.border-right {
	border-right: solid 1px #9b9b9b;
}
.border-bottom {
	border-bottom: solid 1px #9b9b9b;
}
.border-left {
	border-left: solid 1px #9b9b9b;
}

.no-border-top {
	border-top: none!important;
}
.no-border-right {
	border-right: none!important;
}
.no-border-bottom {
	border-bottom: none!important;
}
.no-border-left {
	border-left: none!important;
}

.padding_t-b {
	padding: 15px 0!important;
}
.padding_l-r {
	padding: 0 15px!important;
}
.padding_top {
	padding: 15px 0 0 0!important;
}
.padding_right {
	padding: 0 15px 0 0!important;
}
.padding_bottom {
	padding: 0 0 15px 0!important;
}
.padding_left {
	padding: 0 0 0 15px!important;
}
.padding_top_only {
	padding-top: 15px!important;
}
.padding_right_only {
	padding-right: 15px!important;
}
.padding_bottom_only {
	padding-bottom: 15px!important;
}
.padding_left_only {
	padding-left: 15px!important;
}
.no-padding {
	padding:0!important;
}
.no-paddingtop {
	padding-top: 0!important;
}
.no-paddingright {
	padding-right: 0!important;
}
.no-paddingbottom {
	padding-bottom: 0!important;
}
.no-paddingleft {
	padding-left: 0!important;
}


.margin_t-b {
	margin: 15px 0!important;
}
.margin_l-r {
	margin: 0 15px!important;
}
.margin_auto {
	margin: 0 auto!important;
}
.margin_top {
	margin: 15px 0 0 0!important;
}
.margin_right {
	margin: 0 15px 0 0!important;
}
.margin_bottom {
	margin: 0 0 15px 0!important;
}
.margin_left {
	margin: 0 0 0 15px!important;
}
.margin_top_only {
	margin-top: 15px!important;
}
.margin_right_only {
	margin-right: 15px!important;
}
.margin_bottom_only {
	margin-bottom: 15px!important;
}
.margin_left_only {
	margin-left: 15px!important;
}
.no-margin {
	margin:0!important;
}
.no-margintop {
	margin-top: 0!important;
}
.no-marginright {
	margin-right: 0!important;
}
.no-marginbottom {
	margin-bottom: 0!important;
}
.no-marginleft {
	margin-left: 0!important;
}


.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.fixed {
	position:fixed;
}
.blue {
	background-color: #079ff5;
}
.green {
	background-color: #abac16;
}
.red {
	background-color: #f74e4e;
}

input[type="text"], select, input[type="password"], input[type="email"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d2d8d8;
    padding: 0 15px;
    height: 40px;
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/selectarow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d2d8d8;
    padding: 15px;
    height: 120px;
    margin: 0;
    font-size: 14px;
    color: #000;
}
label {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}


.pagination li {
    display: inline-block;
	background-color: #f8f8f8;
	border: solid 1px #bdbdbd;
	transition: all 0.9s ease 0s;
}
.pagination li:hover, .pagination li.active {
	background-color: #222222;
	border: solid 1px #222222;
}
.pagination li a {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #222222;
    font-weight: 600;
}
.pagination li:hover a, .pagination li.active a {
	color: #fff;
}
.view_btn {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    border: solid 1px #989898;
    margin: 15px 0 5px 5px;
	transition: all 0.9s ease 0s;
}
.view_btn.grid {
    background-image: url(../images/siteicons/grid.png);
}
.view_btn.list {
    background-image: url(../images/siteicons/list.png);
}
.view_btn:hover, .view_btn.active {
    background-color: #079ef5;
    border: solid 1px #079ef5;
}
.grid:hover, .grid.active {
    background-image: url(../images/siteicons/grid_white.png);
}
.list:hover, .list.active {
    background-image: url(../images/siteicons/list_white.png);
}
/*************************************************************/
.bg {
	height: auto;
	width: 100%;
	
}
.container {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
	padding:0 15px;
}
header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.logo {
    float: left;
}
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    text-align: center;
    top: 0;
}
.menu_toggle {
    display: none;
}


.menu {
    padding: 35px 0;
    text-align: right;
	
}

.menu li:last-child {
	padding-right:0;
}
.menu li {
    background-position:0 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: all 0.5s ease 0s;
	background-image:url(../images/dot.png);
	
}
.menu li:hover a{
	color:#ffc000;
}
.menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
     padding: 0 0 30px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.menu li.active a {
    border-bottom: 2px solid;
    color: #ffc000;
}

.banner_box {
    bottom: 7px;
    position: absolute;
    vertical-align: bottom;
    width: 100%;
}

.caption h1 {
    color: #fceeb1;
    font-size: 211px;
    font-weight: bold;
    line-height: 0;
    margin: 0;
	opacity:0.3;
}
.caption h3 {
    color: #fff;
    display: block;
    font-size: 109px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 0.6;
    margin: 2px 0 0 0;
}

.caption {
    padding: 0 0 0;
    text-align:center;
    width: 100%;
}

.stay_connect{
	background-color:#0a0909;
	padding:30px 0;
	text-align:center;
}

.connect_3 ul li {
    display: inline-block;
    padding: 0 5px;
}
.connect_3 ul li a{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	width:23px;
	height:22px;
	display:block;
}
.facebook{
	background-image:url(../images/fb_1.png);
}
.twitter{
	background-image:url(../images/fb_2.png);
}

.linkedin{
	background-image:url(../images/fb_3.png);
}

.stay_connect article p span {
    color: #fff;
    display: block;
    margin: 10px 0 0;
}
.stay_connect article p {
    color: #dea72d;
    font-family: roboto condensed;
    font-size: 17px;
    margin: 0;
}
.stay_connect article ul {
    margin: 10px 0 0;
}
.stay_connect .connect_2 {
    border-left: 1px dotted #444444;
	border-right: 1px dotted #444444;
}

.stay_connect .connect_1 {
    border-left: 1px dotted #444444;
}

.stay_connect .connect_3 {
   	border-right: 1px dotted #444444;
}
.stay_connect article {
    padding: 0 0;
}

.welcome{
	background-color:#aa8345;
}


.welcome h3{
	color:#000;
	font-family: 'Great Vibes', cursive;
	font-size:50px;
	 margin: 0 0 15px;
}
.welcome h3 span {
   font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    font-size: 38px;
    margin: 0;
    padding: 0 0 0;
}
.welcome p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.welcome {
    padding: 0 0;
	position:relative;

}

.welcome_text a {
    border-left: 4px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0;
    padding: 15px 20px;
	transition: all 0.5s ease 0s;
}
/*.welcome_text a:hover{
	background-color:transparent;
	box-shadow:0 0 0 4px #fff inset, 0 0 0 1px transparent;
	color:#fff;
}*/
.welcome_text a:hover{
	background-color:#fff;
	color:#aa8345;
}
.welcome_text article {
    margin: 0 0 35px;
}
.welcome_text {
    padding: 50px 30px 64px 0;
}
.welcome_pic {
    background-image: url("../images/welcome_pic.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.features {
    background-color: #282b2e;
    padding: 40px 0;
}
.features article {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 0 0 0 60px;
}
.feature_1{
	background-image:url(../images/feature_1.png);
}
.feature_2{
	background-image:url(../images/feature_2.png);
}
.feature_3{
	background-image:url(../images/feature_3.png);
}
.features article p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.features article p span{
	color:#949597;
	display:block;
	font-size:15px;
	line-height:1.5;
	margin:5px 0 0 0;
    
}
.view_menu {
    background-image: url("../images/menu_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 93px 0;
    position: relative;
    text-align: center;
}
.view_menu a {
    background-image: url("../images/view_menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 100;
    margin: 0 auto;
    padding: 8px 8px;
    width: 415px;
	transition: all 0.5s ease 0s;
}
.view_menu a strong {
    font-weight: 600;
}
.view_menu a span {
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    padding: 12px 40px;
	transition: all 0.5s ease 0s;
}

.view_menu a:hover span{
	 background-color: rgba(0, 0, 0, 0.5);
}
.powder {
    position: absolute;
    right: 0;
    top: 35px;
}
.tomato {
    left: 0;
    position: absolute;
    top: 0;
}
.foot_menu {
    margin: 0 0 45px;
}
.foot_menu ul li {
    background-image: url("../images/dot.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.foot_menu ul li.active a {
    color: #ffc000;
}
.foot_menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

footer {
    background-color: #0b0d0f;
    padding: 50px 0 0;
    text-align: center;
}
.sec_1 p {
    color: #999999;
    font-size: 14px;
    line-height: 2;
	margin:0;
}
.sec_1 {
    text-align: right;
}
.sec_2 {
    text-align: center;
}
.sec_3 {
    text-align:left;
}
.sec_1 a {
    border-bottom: 2px solid #808080;
    color: #fff;
    font-weight: 600;
}
.order_btn {
    border: 2px solid #ffc000;
    color: #ffc000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 145px;
	transition: all 0.5s ease 0s;
}
.order_btn:hover{
	 color: #000;
	 background-color:#ffc000;
}
.sec_2 p {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin: 45px 0 25px;
}
.sec_2 ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 22px;
    width: 23px;
}
.sec_2  ul li {
    display: inline-block;
    padding: 0 15px;
}
.facebook_2{
	background-image:url(../images/fb_1.png);
}
.twitter_2{
	background-image:url(../images/fb_2.png);
}

.linkedin_2{
	background-image:url(../images/fb_3.png);
}
.sec_3 h4 span {
    color: #fff;
    display: block;
    margin: 15px 0 0;
}
.sec_3 h4 {
    color: #ffc000;
    margin: 0;
}
.sec_3 p {
    color: #999;
    font-size: 16px;
    margin: 0 0 5px;
}
.sec_3 h4 {
    color: #ffc000;
    margin: 0 0 40px;
}
.copy_right {
    border-top: 1px solid #4f5050;
    margin: 15px 0 0;
}
.copy_right > p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 20px 0;
}
/**************************************************/
@media (min-width:250px) and (max-width:1250px) {
.caption h3 {
    
    font-size: 83px;
    
}
.caption h1 {
  
    font-size: 160px;
   
}
.banner_box {
    bottom: 5px;
   
}
}
@media (min-width:250px) and (max-width:1070px) {
	.menu li a {
 
    font-size: 13px;
  
}
.caption h3 {
    font-size: 73px;
}
.caption h1 {
    font-size: 145px;
}
}
@media (min-width:250px) and (max-width:935px) {
	.menu {
   
    width: 65%;
}
.caption h3 {
    font-size: 60px;
}
.caption h1 {
    font-size: 120px;
}
}
@media (min-width:250px) and (max-width:780px) {
	.logo > img {
    width: 170px;
}
.caption h1 {
    font-size: 90px;
}
.caption h3 {
    font-size: 44px;
}
}
@media (min-width:250px) and (max-width:730px) {
.menu li a {
  
    padding: 0 0 5px;
    
}
.menu li {
   
    display: block;
    padding: 10px 0;
   
}
.top_menu {
    background-color: #000;
    box-shadow: 0 0 3px #888;
    padding: 30px 30px;
    position: absolute;
    right: 15px;
    top: 80px;
	display:none;
	text-align:center;
}
.menu_toggle {
    display: block;
    float: right;
}
.blueberry .slides li {
    height: 500px !important;
   
}
.blueberry .slides {
   
    height: 500px !important;
   
}
}
@media (min-width:250px) and (max-width:565px) {
	.caption h3 {
    font-size: 28px;
	font-weight: 400;
}
.caption h1 {
    font-size: 60px;
}
.banner_box {
    bottom: 3px;
}
.menu {
    width: auto;
}
}
@media (min-width:250px) and (max-width:390px) {
	.caption h3 {
    font-size: 17px;
    font-weight: 400;
}
.caption h1 {
    font-size: 40px;
}
.top_menu {
   
    top: 107px;
}
.menu {
    padding: 55px 0 0;
   
}
header {
    background-color: rgba(0, 0, 0, 0.4);
   
}
.logo {
   
    margin: 5px 0 0;
}

}
@media (min-width:250px) and (max-width:540px) {
	.stay_connect article {
    border: medium hidden !important;
    float: none;
    margin: 0 auto 40px;
    padding: 0;
	width: 100%;
}
.stay_connect .connect_3 {
   
    margin: 0 auto;
}

}
@media (min-width:250px) and (max-width:885px) {
	.welcome h3 {
    font-size: 30px;
}
.welcome h3 span {
    font-size: 20px;
}
.welcome_text article {
    float: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.welcome p {
    font-size: 13px;
}
.welcome_text a {
    font-size: 12px;
    padding: 8px 15px;
   
}
}
@media (min-width:250px) and (max-width:660px) {
	.welcome_text {
    padding: 50px 30px 64px 0;
    width: 100%;
}
.welcome_pic {
   
    display: none;
    
}
	
}
@media (min-width:250px) and (max-width:800px) {

	.features article p {
 
    font-size: 17px;
   
}
.features article p span {
  
    font-size: 13px;
  
}
}
@media (min-width:250px) and (max-width:560px) {
.features article {
    float: none;
    margin: 0 auto 25px;
    width: 85%;
}
.feature_3{
	margin-bottom:0 !important;
}
}
@media (min-width:250px) and (max-width:360px) {
	.features article {
 
    width: 95%;
}
}
@media (min-width:250px) and (max-width:810px) {
.tomato {
    top: 102px !important;
    width: 130px !important;
}
.powder {
  
    top: 100px;
    width: 110px;
}
.view_menu a {
  
    background-size: 100% 100%;
    font-size: 25px;
    width: 260px;
}
.view_menu a span {
  
    padding: 12px 25px;
   
}
.foot_menu ul li a {
  
    font-size: 11px;
    
}
.order_btn {
    font-size: 11px;
    width: 120px;
}
.sec_1 p {
   
    font-size: 13px;
   
}
.sec_1 a {
 
    font-size: 13px;
   
}
.sec_3 h4 {
    
    font-size: 13px;
   
}
.sec_3 p {
   
    font-size: 13px;
   
}
.copy_right > p {
  
    font-size: 13px;
   
}
}
@media (min-width:250px) and (max-width:655px) {
	.sec_2 ul li {
 
    padding: 0 5px;
}
.sec_1 {
    padding: 0;
    
}
.sec_3 {
    padding: 0;
    
}
}
@media (min-width:250px) and (max-width:560px) {
	.foot_menu ul li {
     padding: 0 10px;
   
}
footer article {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}
}
@media (min-width:250px) and (max-width:415px) {
	.tomato {
   
    width: 100px !important;
}
.powder {
   
    width: 90px;
}
.foot_menu {
    margin: 0 0 30px;
}
.sec_1 {
    margin: 0 0 20px;
   
}
.foot_menu ul li {
    margin: 0 0 10px;
    
}
}
/***********************about***************************/
.inner_banner{
	height:500px;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.about_banner{
	background-image:url(../images/about_banner.png);
}
.banner_box_2 {
    bottom: 7px;
    position: absolute;
    vertical-align: bottom;
    width: 100%;
}
.caption_2 h1 {
    color: #fceeb1;
    font-size: 211px;
    font-weight: bold;
    line-height: 0;
    margin: 0;
	opacity:0.3;
}
.caption_2 h3 {
    color: #fff;
    display: block;
    font-size: 109px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 0.6;
    margin: 2px 0 0 0;
}

.caption_2 {
    padding: 0 0 0;
    text-align:center;
    width: 100%;
}
.about_text {
    border: medium solid #aa8345;
    padding: 25px 30px 40px;
}
.about_pic img {
    width: 100%;
}
.about_pic {
    margin: 0;
    padding: 0 35px;
}
.about_us {
    padding: 50px 0;
}
.about_text h4 {
    color: #6e5650;
    font-family: "Great Vibes",cursive;
    font-size: 35px;
    margin: 30px 0 15px;
}
.about_text p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 12px;
}
/***********************about*RESPONSIVE**************************/
@media (min-width:250px) and (max-width:875px) {
.about_text {
   
    width: 100%;
}
.about_pic {
    display: none;
    
}
}
@media (min-width:250px) and (max-width:430px) {
	.about_text {
    
    padding: 15px 15px 30px;
}
}
@media (min-width:250px) and (max-width:730px) {
.contact_bg .section_half {
    float: none;
    padding: 0;
    width: 100%;
}
}

/**********contact*******************/
.contact_banner{
	background-image:url(../images/about_banner.png);
}
/*.contact_banner .caption_2 h3 {
    font-size: 92px;
}
.contact_banner .caption_2 h1 {
    font-size: 175px;
}*/
.contact_bg {
    background-color: #f2ede9;
    padding: 50px 0;
}
.sub {
    background-color: #ff9c00;
    border: medium hidden;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: right;
    font-family: "Hind",sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 10px 20px;
    width: 146px;
}
.contact_bg input[type="text"], select, input[type="password"], input[type="email"] {
    border: 1px solid #d2d8d8;
    box-sizing: border-box;
    color: #7b7b7b;
    display: block;
    font-size: 14px;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 15px;
    width: 100%;
}
.contact_bg textarea {
    border: 1px solid #d2d8d8;
    box-sizing: border-box;
    color: #7b7b7b;
    display: block;
    font-size: 14px;
    height: 140px;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.contact_bg a {
    border: 1px solid #ffc000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 40px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    width: 120px;
	transition: all 0.3s ease 0s;
}
.contact_bg a span {
    background-color: #ffc000;
    display: block;
    left: -5px;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    top: -5px;
	transition: all 0.3s ease 0s;
}
.menu_bg {
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding:40px 0;
}
.menu_bg section {
    text-align: center;
}
.item {
    margin-bottom: 25px;
    min-height: 125px;
    padding: 0 10px;
    position: relative;
    width: 50%;
	text-align:left;
}
.item h4 {
    border-bottom: 2px dotted #dcdcdc;
    color: #393939;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 0 0 10px;
}
.item > p {
    color: #666;
    font-size: 14px;
    font-weight: 300;
	margin: 5px 0 0;
}
.menu_bg section h3 {
    /* background-color:#00008B; */
    color: #fff;
    display: inline-block;
    font-family: "Great Vibes",cursive;
    font-size: 35px;
    margin: 0 0 35px;
    padding: 8px 25px 5px;
    text-align: center;
}
.item h4 span.price {
    background-color: #0084C1;
    border-radius: 60px;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: -5px 0 0;
    padding: 0;
    text-align: center;
    width: 70px;
}
.section_half.item > span {
    display: inline-block;
    font-size: 14px;
    margin: 10px 15px 0 0;
}
.section_half.item > span strong {
    

    background-color: #0084C1;
    border-radius: 60px;
    color: #fff;
    float: right;
    font-size: 23px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: -5px 0 0;
    padding: 0;
    text-align: center;
    width: 70px;
}







.testimonial_container {
    background-color: #f5f5f5;
    padding: 25px 0;
}
.testimonial_container section {
    padding: 10px;
}
.testimonial_container section article {
    background-color: #fff;
    background-image: url("../images/logo_bg.png");
    background-position: center -37px;
    background-repeat: no-repeat;
    border-bottom: 4px solid #e5e5e5;
    margin: 0 0 20px;
    padding: 20px;
}
.testimonial_container section article img {
    border-radius: 61px;
    display: block;
    margin: 0 auto;
}
.testimonial_container section article h3 {
    font-weight: 400;
    margin: 5px 0 0;
    text-align: center;
}
.testimonial_container section article p {
    font-size: 13px;
    font-style: italic;
    line-height: 22px;
    margin: 35px 0 10px;
    padding: 0 10px;
    text-align: center;
}
.testimonial_container section article span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.gallery_bg {
    padding: 20px 0 30px;
}



@media (min-width:250px) and (max-width:1250px) {
.caption_2 h1 {
    font-size: 160px;
}	
.caption_2 h3 {
    font-size: 83px;
}
}

@media (min-width:250px) and (max-width:930px) {
.caption_2 h1 {
    font-size: 120px;
}	
.caption_2 h3 {
    font-size: 60px;
}
}

@media (min-width:250px) and (max-width:780px) {
.caption_2 h1 {
    font-size: 90px;
}	
.caption_2 h3 {
    font-size: 45px;
}	
}

@media (min-width:250px) and (max-width:560px) {
.caption_2 h1 {
    font-size: 60px;
}	
.caption_2 h3 {
    font-size: 28px;
    font-weight: 400;
}
}

@media (min-width:250px) and (max-width:370px) {
.caption_2 h1 {
    font-size: 50px;
}	
}

@media (min-width:250px) and (max-width:730px) {
.item {
    float: none;
    min-height: auto;
    width: 100%;
}	
}

@media (min-width:250px) and (max-width:780px) {
.testimonial_container section article {
    background-image: none;
}
}

@media (min-width:250px) and (max-width:670px) {
.testimonial_container section {
    float: none;
    padding: 0px;
    width: 100%;
}	
.testimonial_container section article p {
    margin: 15px 0 10px;
}
.testimonial_container section article {
    margin: 0 0 10px;
}
.testimonial_container section article img {
    width: 55px;
}
}

@media (min-width:250px) and (max-width:400px) {
.testimonial_container section article p {
    margin: 15px 0 10px;
    padding: 0;
    text-align: justify;
}	
}
/**************************************************/
#addr1 {
    background-image: url("../images/addr_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25px auto;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 10px 35px;
}
#addr2 {
    background-image: url("../images/addr_2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 22px auto;
    margin: 0;
    padding: 0 0 10px 35px;
}
.address li:first-child {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.address ul {
    margin: 30px 0 0;
}
.address ul li {
    margin: 0 0 10px;
}
.address ul li span {
    float: right;
}
.address ul {
    margin: 30px 0 0;
    width: 300px;
}