a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font,  form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top;
}
embed {
	vertical-align:top;
}




/* Slider */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.slider-btn {
	background-color:rgba(242, 159, 41, 0.8);
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
	
}



/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	left:0;
	bottom:0;
	background-image:url();
	background-repeat:no-repeat;
	opacity:0.2;
	 
}

#toppage1{position:relative;z-index: 3;  /*add postion*/}

#home{
  padding: 0;
  overflow: hidden;
  position:relative;
  background: rgba(0, 0, 0, .5);
  height:93%;	
  filter: drop-shadow(4px 4px 4px #000);
  z-index: 2;  /*add postion*/
	
	

}
#main-carousel .carousel-inner .item {
  	background-repeat: no-repeat;
    background-size: 960px 460px;
	
}

@media only screen and (min-width: 801px) { 
#home{border-style: solid;
    border-width: 5px;
	border-color: white;
		
	}		
}

@media only screen and (max-width: 800px) { 
#main-carousel .carousel-inner .item {display:none;}
	
}

#main-carousel .carousel-indicators { 
	bottom:-830%;
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;

}

.carousel-indicators .active{
	background-color: #fff !important;

	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-o-transition: 600ms;
	transition: 600ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-o-transition: 600ms;
	transition: 600ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: 180px;
	text-align: center;
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-o-transition: 600ms;
	transition: 600ms;

}

.carousel-right {
  right:65px	
	  
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}




/*======================
====BODY=====
=======================*/



html, body {
	overflow-x: hidden;
	margin:0;
	font-family:Arial;
}

.col3 {
	background-color: #000;
	text-align: center	
	}
	
.topnav {
  overflow: hidden;
  background-color: #000;
	
	
	}

.topnav a {
  float: left;      /*for normal button */
  display: block;
  color: #f2f2f2;
  text-align: center;
  margin:11px;
  text-decoration: none;
  font-size: 14px;
  padding-right: 30; 

}

.active {
  background-color: white;
  color: white;
		
}

.topnav .icon {display: none;}

.dropdown1 {
    float: left;   /*for drop down button button */
    overflow: hidden;
	
	
}

.dropdown1 .dropbtn {
    font-size: 14px;    
    border: none;
    outline: none;
    color: white;
    padding: 24px 1px 0 0px;
    background-color: inherit;
    font-family: inherit;
	
	
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
    
}

.dropdown1-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	
}



.dropdown1-content a:hover {
    background-color: #ddd;
    color: black;
	
}

.dropdown1:hover .dropdown1-content {display: block;}



@media only screen and (min-width: 801px) {   /* This is for full screen */

#special{display:none}
	
#content, #maincontent {
	width:100%;
	padding:70px 0 50px;
	background:#f2f2f2;
	position:relative;
	z-index:1;
}	
	
	
h2 {
	font-size:50px;
	font-weight:normal;
	line-height:90px;
	color:#fff;
	text-align:center;
	}
	
h2 span {color:#000;}
#page1 h2 {margin-bottom:9px;}	
	
	
.topnav a:hover, .dropdown1:hover .dropbtn {
  background-color: #c42e02;
  color: white;z-index: 3;	
	
}
	
.topnav {padding-right: 100px;}
	
#logo {
  overflow: hidden;
  background-color: #000;
  padding-left: 15%;
  float:left;
  margin:5px    
	}
	
#startpos {margin-left: 150px}
	
#map {display:none;}
	
#msFong {display:none;}
	
.mainsquare {
	width:940px;
	height:500px;
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:25px;
}

.carousel-caption {display:none}

.row-bot {
	width:100%;
	background:url(http://www.smartsoup.com/images/row-bot-tail.gif) center top repeat-x;
}
.row-bot-bg {
	width:100%;
	min-height:122px;
	background:url(http://www.smartsoup.com/images/row-bot-bg.jpg) center top no-repeat;
}
.accordion {display:none;}	
.panel {background-color: transparent;}	
	
.abword {font-family: 'Roboto', sans-serif;
	color:#769e02;
	
}
	
.mimage {
	display:none;
}	
	
	
}	
/* MEDIA FOR IPAD NOW */


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

#special2 {display:none;}	
	
h2 {
	font-size:35px;
	font-weight:normal;
	line-height:45px;
	color:#fff;
	text-align:center;
}
	
h2 span {color:#000;}
	
#page1 h2 {margin-bottom:9px;}	

	
#myTopnavCover {
	 position: fixed;
	 width: 100%;
	 z-index: 12;
	 line-height: 50px;
     padding-top: 0px;
	
	 
	}
	
#myTopnav {
	 position: fixed;
	 width: 100%;
	 z-index: 12;
	 line-height: 10px;
     padding-top: 0px;
	 background: rgba(33,33,33,1);
	 
	}
	
#dropping{
		position: absolute;
		z-index: -1;
	}

.dropdown1:hover .dropbtn {
  background-color: #c42e02;
  color: white;
}	
	
 .topnav a:not(:first-child), .dropdown1 .dropbtn {
    display: none;
	  }
  
.topnav a.icon {
    float: right;
    display: block;
	  }
	
		
.dropdown1 .dropbtn {
	font-size: 24px;  
    border: none;
    outline: none;
    color: white;
    padding: 0px 14px;
    background-color: inherit;
    margin: 0;
	overflow: hidden;
}	
	
.topnav a {
	font-size: 15px;
	}

.topnav.responsive {position: relative;}
	
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	  }

	.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 18px;  
  }
	
  .topnav.responsive .dropdown1 {float: none;}
	
  .topnav.responsive .dropdown1-content {position: relative;}
	
  .topnav.responsive .dropdown1 .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	  
  }
#logo {
	position: relative;
	margin: 15px;
	width:40px;
	height: 48px;	
		
	}
#delivery {
	display:none
		
	}
#service {
	display:none

	}
#consultant .img-border {
	width:93%;
	margin:2px;
	}

.mimage {
	position:relative;
	padding-top:50px;
	height:800px;
	
}
	
	
.video-background{
	position:relative;
	padding-top:0px;	
	background-position: 50% 50%;
	width: 100%;
	
	
	}		
	
	
.accordion {
    background-color: rgba(255, 255, 255, 0.1); /*#FF8022*/
    color:#292929;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    cursor: pointer;
    padding: 18px;
    width: 100%;
	border-color: white transparent transparent transparent;
	border-style: solid none solid solid;
	border-width: 2px 1px 2px 2px;
	border-radius: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
/*-webkit-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}
	
.active, .accordion:hover {background-color:rgba(134,174,204,0.65);}

.panel {
    padding: 0 18px;
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
	

}


.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {content: "\2212";}
	
.row-bot {
	position: relative;
	padding-top: 13%;
	width:100%;
	height: 10px;
	background:url() center top repeat-x;
}
	
.row-bot-bg {
	width:100%;
	min-height:122px;
	background:url(http://www.smartsoup.com/images/row-bot-bg.jpg) center top no-repeat;
}
	
#msFong {
  background-color: transparent;
  position: fixed;
  bottom: -130px;
  width: 100%;
  display:block;
  transition: top 0.3s;
}

#msFong a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}
	
#content {
	width:100%;
	padding:15px 0 50px;
	background:#f2f2f2;
	position:relative;
	z-index:1;
}		

#maincontent {
	width:100%;
	padding:15px 0 50px;
	background: rgba(134,174,204,0.85);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,174,204,0.85)), color-stop(100%, rgba(212,228,239,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 100%, rgba(134,174,204,0.65) 0%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
	position:relative;
	z-index:1;
}	
.abword {text-align: justify;color:dimgray;}
.parx {background: rgba(134,174,204,0.85);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,174,204,0.85)), color-stop(100%, rgba(212,228,239,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 100%, rgba(134,174,204,0.65) 0%);}
	}	




/* FOR MOBILE ONLY */




@media screen and (max-width: 600px) {

#special2 {display:none;}	
	
h2 {
	font-size:35px;
	font-weight:normal;
	line-height:45px;
	color:#fff;
	text-align:center;
}
	
h2 span {color:#000;}
	
#page1 h2 {margin-bottom:9px;}	

	
#myTopnavCover {
	 position: fixed;
	 width: 100%;
	 z-index: 12;
	 line-height: 50px;
     padding-top: 0px;
	
	 
	}
	
#myTopnav {
	 position: fixed;
	 width: 100%;
	 z-index: 12;
	 line-height: 10px;
     padding-top: 0px;
	 background: rgba(33,33,33,1);
	 
	}
	
#dropping{
		position: absolute;
		z-index: -1;
	}

.dropdown1:hover .dropbtn {
  background-color: #c42e02;
  color: white;
}	
	
 .topnav a:not(:first-child), .dropdown1 .dropbtn {
    display: none;
	  }
  
.topnav a.icon {
    float: right;
    display: block;
	  }
	
		
.dropdown1 .dropbtn {
	font-size: 24px;  
    border: none;
    outline: none;
    color: white;
    padding: 0px 14px;
    background-color: inherit;
    margin: 0;
	overflow: hidden;
}	
	
.topnav a {
	font-size: 15px;
	}

.topnav.responsive {position: relative;}
	
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	  }

	.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 18px;  
  }
	
  .topnav.responsive .dropdown1 {float: none;}
	
  .topnav.responsive .dropdown1-content {position: relative;}
	
  .topnav.responsive .dropdown1 .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	  
  }
#logo {
	position: relative;
	margin: 15px;
	width:40px;
	height: 48px;	
		
	}
#delivery {
	display:none
		
	}
#service {
	display:none

	}
#consultant .img-border {
	width:93%;
	margin:2px;
	}

.mimage {
	position:relative;
	padding-top:0px;
	height:550px;
	overflow: hidden;
	

		
}
	
.video-background{
	position:absolute;
	padding-top:0px;
	object-fit: cover;
	width: 100%;
	height:100%;
	background-position: 50% 50%;
	-webkit-filter: sepia(0) hue-rotate(0deg) brightness(.7);
    	filter: sepia(0) hue-rotate(0deg) brightness(.7) ;
	/*background-position: 50% 50%;*/
	}	
	
	
.accordion {
    background-color: rgba(255, 255, 255, 0.1); /*#FF8022*/
    color:#292929;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    cursor: pointer;
    padding: 18px;
    width: 100%;
	border-color: white transparent transparent transparent;
	border-style: solid none solid solid;
	border-width: 2px 1px 2px 2px;
	border-radius: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
/*-webkit-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.75);
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}
	
.active, .accordion:hover {background-color:rgba(134,174,204,0.65);}

.panel {
    padding: 0 18px;
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
	

}


.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {content: "\2212";}
	
.row-bot {
	position: relative;
	padding-top: 20%;
	width:100%;
	height: 10px;
	background:url() center top repeat-x;
}
	
.row-bot-bg {
	width:100%;
	min-height:122px;
	background:url(http://www.smartsoup.com/images/row-bot-bg.jpg) center top no-repeat;
}
	
#msFong {
  background-color: transparent;
  position: fixed;
  bottom: -130px;
  width: 100%;
  display:block;
  transition: top 0.3s;
}

#msFong a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}
	
#content {
	width:100%;
	padding:15px 0 50px;
	background:#f2f2f2;
	position:relative;
	z-index:1;
}		

#maincontent {
	width:100%;
	padding:15px 0 50px;
	background: rgba(134,174,204,0.85);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,174,204,0.85)), color-stop(100%, rgba(212,228,239,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 100%, rgba(134,174,204,0.65) 0%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
	position:relative;
	z-index:1;
}	
.abword {text-align: justify;color:dimgray;}
.parx {background: rgba(134,174,204,0.85);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,174,204,0.85)), color-stop(100%, rgba(212,228,239,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 100%, rgba(134,174,204,0.85) 0%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 100%, rgba(134,174,204,0.65) 0%);}
	}	

