/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 992px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
	.service-list{ margin-bottom:30px;}
	.c-logo-part ul li{ margin:0 15px;}
	.form{ margin:0 0 0 20px}
	.main-nav{ display:block !important; }
	/*.portfolioContainer{ width:800px; margin:0px auto !important; } */ 
	
	/*Form Search Internal */



/*End Form Search*/

	
}	


.icon-contact-div h4
{
	font-size:14px;
}

@media only screen and (min-width: 1000px) {



}


@media only screen and (min-width: 1025px) and (max-width: 1220px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
	/*Form Search Internal */

.form-wrapper1 {
    width: 600px;
    padding: 15px;
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 10px;
	margin-top:25px;
	
	
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
}
 
/* Form text input */
 
.form-wrapper1 input {
    width: 310px;
    height: 40px;
    padding: 5px 5px;
    float: left;   
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal;
	font-weight:normal; 
	color:#1b1b1b;   
}
 
.form-wrapper1 input:focus {
    outline: 0;
    /*background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;*/
	background: transparent;
}
 
.form-wrapper1 input::-webkit-input-placeholder {
   /*color: #999;*/
   font-weight: normal;
   /*font-style: italic;*/
}
 
.form-wrapper1 input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper1 input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper1 button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 120px;
   /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 25px/35px 'Titillium Web', sans-serif;
    /*color: #1b1b1b;*/
	color:#FFFFFF;
    text-transform: uppercase;
    
	/*background:#fff0e5;*/
	/*background:#8226ff;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
   
.form-wrapper1 button:hover{    
   background: #ff8226;
}  
   
.form-wrapper1 button:active,
.form-wrapper1 button:focus{  
   /* background: #c42f2f;*/
    outline: 0;  
}
 
.form-wrapper1 button:before { /* left arrow */
/*    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 28px;
    left: -6px;*/
}
 
.form-wrapper1 button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper1 button:focus:before,
.form-wrapper1 button:active:before{
        border-right-color: #c42f2f;
}     
 
.form-wrapper1 button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.amvideo
{
	margin-top:10px;
}

.amvideo video
{
	width:100%;
	height:300px;
}

.col-lg-4sticky
	{
		float: left;
	}
	
	.col-lg-4sticky
  	{
	  width:33.33%;
  	}


/*End Form Search*/

	
}


@media only screen and (max-width: 1024px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
	
	
	/*Form Search Internal */

.form-wrapper1 {
    width: 600px;
    padding: 15px;
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 10px;
	margin-top:25px;
	
	
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
}
 
/* Form text input */
 
.form-wrapper1 input {
    width: 310px;
    height: 40px;
    padding: 5px 5px;
    float: left;   
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal;
	font-weight:normal; 
	color:#1b1b1b;   
}
 
.form-wrapper1 input:focus {
    outline: 0;
    /*background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;*/
	background: transparent;
}
 
.form-wrapper1 input::-webkit-input-placeholder {
   /*color: #999;*/
   font-weight: normal;
   /*font-style: italic;*/
}
 
.form-wrapper1 input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper1 input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper1 button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 120px;
   /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 25px/35px 'Titillium Web', sans-serif;
    /*color: #1b1b1b;*/
	color:#FFFFFF;
    text-transform: uppercase;
    
	/*background:#fff0e5;*/
	/*background:#8226ff;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
   
.form-wrapper1 button:hover{    
   background: #ff8226;
}  
   
.form-wrapper1 button:active,
.form-wrapper1 button:focus{  
   /* background: #c42f2f;*/
    outline: 0;  
}
 
.form-wrapper1 button:before { /* left arrow */
/*    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 28px;
    left: -6px;*/
}
 
.form-wrapper1 button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper1 button:focus:before,
.form-wrapper1 button:active:before{
        border-right-color: #c42f2f;
}     
 
.form-wrapper1 button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.amvideo
{
	margin-top:10px;
}

.amvideo video
{
	width:100%;
	height:300px;
}


.col-lg-4sticky
	{
		float: left;
	}
	
	.col-lg-4sticky
  	{
	  width:33.33%;
  	}


/*End Form Search*/


.amhide
{
	padding:10px 0px 0px 10px;
}


#desc-menu-center ul {
    margin: 25px 0 0 0;
	
}
#desc-menu-center ul li {
    list-style: none;
    
    display: inline;
	
	margin: 0px 0px 5px 0px;

	
	
}

#desc-menu-center .active {
    
    background: #FF7600;
	color: #FFF;
	
	
}

#desc-menu-center ul li a {
  color: #FFF;
  text-decoration:none;  
  padding: 7px 8px;
  line-height: 20px;
  background-color: #2C3E50;
  font-size:12px;
}

#desc-menu-center ul li a:hover
{
	text-decoration:none;
	background: #FF7600;
	 
}


.amhide
{
	padding:10px 0px 0px 10px;
}


.ploc
{
	font-size:12px;
	line-height:16px;
}

	
}	





   
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/****Ipad Portrait 768 Container 750 ****/
	body{ font-size:13px;}
	p{ line-height:20px ;}
	.header h1{ font-size:46px;}
	.main-nav ul li a{ padding:14px;}
	.small-logo{ padding:0 20px;}
	h2{ font-size:30px}
	h6{ font-size:16px;}
	h3{ font-size:15px;}
	.service-list{ margin-bottom:20px; font-size:15px;}
	.featured-work p.padding-b{ padding-bottom:15px;}
	.main-section{ padding:70px 0;}
	.c-logo-part ul li{ margin:0 1%; float:left; width:18%;}
	.c-logo-part ul li a{ display:block;}
	.c-logo-part ul li a img{ display:block;}
	.form{ margin:0;}
	.contact-info-box{ margin:0 ;}
	.social-link{ margin:0;}
	
	.main-nav{ display:block !important; }
	.main-nav li a{ padding:8px 15px;}
	/*.portfolioContainer{ width:750px; margin:0px auto !important; }
	.Portfolio-box{ height:250px;}*/
	
	.amvideo
{
	margin-top:0px;
}

.amvideo video
{
	width:100%;
	height:300px;
}

.col-lg-2
	{
		width:25%;
		
	}
	
	.col-lg-77
	{
		width:54%;
		
		float:left;
	}
	
	.col-lg-77	.form-wrapper1
	{
		/*width:500px;*/
		width:90%;
	}
	
	.col-lg-77	.form-wrapper1 input {
    /*width: 230px;*/
	width:65%;
    height: 40px;
    padding: 2px 2px;
   
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#1b1b1b;   
}


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
   
	float:left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    
	width: 100px;
	   
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  



.col-lg-4sticky
	{
		float: left;
	}
	
	.col-lg-4sticky
  	{
	  width:33.33%;
  	}

	 
	
}


@media only screen and (max-width: 900px) {
	
	
.container
{
	width:100%;
}
	

#desc-menu-center ul {
    margin: 15px 0 0 0;
	
}
#desc-menu-center ul li {
    list-style: none;
    
    display: inline;
	
	margin: 0px 0px 5px 0px;

	
	
}

#desc-menu-center .active {
    
    background: #FF7600;
	color: #FFF;
	
	
}

#desc-menu-center ul li a {
  color: #FFF;
  text-decoration:none;  
  padding: 4px 6px;
  line-height: 20px;
  background-color: #2C3E50;
  font-size:11px;
}

#desc-menu-center ul li a:hover
{
	text-decoration:none;
	background: #FF7600;
	 
}

.ploc
{
	font-size:11px;
	line-height:16px;
}

#am-overview p
{
	padding:5px 20px 0px 20px;
}

.amhide
{
	padding:10px 0px 0px 10px;
}

}




@media only screen and (max-width: 800px) {
	/****Mobile Landscape 480 Container 100% ****/
	body{ font-size:12px;}
	h2{ font-size:26px;}
	h3{ font-size:14px;}
	h6{ font-size:16px; margin-bottom:40px;}
	p{ line-height:18px;}
	.service-list{ font-size:12px; margin-bottom:20px;}
	.we-create li{ font-size:13px; padding:0 0 0 8px}
	.header h1{ font-size:28px;}
	
	.header{ /*padding:60px 0;*/
	 background: url(../frontimg/PAGE-13.jpg) no-repeat center center fixed; 
    background-size: cover;  /* for a 4:3 aspect ratio */
    }
	
	.col-lg-2
	{
		width:25%;
		
	}
	
	.col-lg-77
	{
		width:54%;
		
		float:left;
	}
	
	.col-lg-77	.form-wrapper1
	{
		/*width:500px;*/
		width:90%;
	}
	
	.col-lg-77	.form-wrapper1 input {
    /*width: 230px;*/
	width:65%;
    height: 40px;
    padding: 2px 2px;
   
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
   
	float:left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    
	width: 100px;
	   
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  
	
	.main-section{ padding:60px 0 70px;}
	.main-nav{ display:none; position:absolute; left:0; width:100%; top:74px; margin:0 auto; flote : none; background:#fff;}
	.main-nav li{ display:block;}
	.main-nav li.small-logo{ display:none;}
	.main-nav li a{ display:block; padding:7px 32px; border-bottom:none;}
	.main-nav li a:hover{color:#7cc576}
	.team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;	}
	.team-leader-box:nth-of-type(3n){ margin:0 auto}
	.res-nav_click{ display:block;}
	.featured-work{ font-size:12px; margin-top:30px;}
	.featured-box{ font-size:12px;}
	.featured-box p{ line-height:18px; }
	.c-logo-part ul a{ margin-bottom:5px;}
	.main-section.team{ padding:60px 0 50px;}
	.business-talking h2{ font-size:36px;}
	.contact-info-box{ margin:0 0 12px 30px; font-size:12px;}
	.contact-info-box span{ line-height:18px;}
	.social-link{ margin-left:30px;} 
	.form{ margin:0 30px;}
	.copyright{ font-size:12px;}
	.business-talking a{ padding:10px 25px; font-size:14px;}
	.main-section.contact{ padding:60px 0 70px}
	.client-part-haead{ font-size:20px; line-height:30px;}
	.link{ font-size:14px; padding:10px 25px;}
	.logo{ width:100px;}
	.main-section.contact{ background-size:contain;}
	.Portfolio-nav li a{ padding:5px 16px;}
	.Portfolio-nav li{ display:block;}
	/*.isotope-item img{ width:300px; left:50%; margin-left:-100px;}
	.isotope-item{ width:300px; margin:0px auto;}
	.isotope{ width:400px; margin:0px auto;}
	.Portfolio-box{}
	.portfolioContainer{ width:350px; margin:0px auto !important; } */
	
	.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	/*margin:20px 0 70px;*/
	margin:10px 0 25px 0px;
	text-transform:uppercase;
	font-size:30px;
	color:#fff;
}

#contact h2
{
	
	font-size:25px;
	color:#000;
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	font-style:normal;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:left;
	text-transform:uppercase;

}

#builders
{
	display:none;
}



#clientsDropDown {
  position:absolute;
  bottom:20px;
  z-index: 100;
 /* width:300px;*/
  border:solid 0px #ccc;
  border-bottom:none;
  width:100%;
  /*background:#F90;*/
}

#contact-form h3 {
	color:#FF6600;
	text-align:center;
	font-size:15px;
}

#contact-form input
{
	width:80%;
}




#desc-menu-center {
    /*width: 980px;
    height: 75px;
    margin: 0 auto;*/
}
#desc-menu-center ul {
    margin: 15px 0 0 0;
	
}
#desc-menu-center ul li {
    list-style: none;
    
    display: inline;
	
	margin: 0px 0px 5px 0px;

	
	
}

#desc-menu-center .active {
    
    background: #FF7600;
	color: #FFF;
	
	
}

#desc-menu-center ul li a {
  color: #FFF;
  text-decoration:none;  
  padding: 4px 6px;
  line-height: 20px;
  background-color: #2C3E50;
  font-size:11px;
}

#desc-menu-center ul li a:hover
{
	text-decoration:none;
	background: #FF7600;
	 
}

.ploc
{
	font-size:11px;
	line-height:16px;
}

#am-overview p
{
	padding:5px 20px 0px 20px;
}




	
}

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

.main-nav-outer
{
	display:none;
}

.am-top-menu
{
	display:none;
}

.sticky-wrapper
{
	display:none;
}

#am-overview p
{
	padding:5px 20px 0px 20px;
}

}


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

.topcall
{
width:100%;
text-align:center;
right:0px;
top:10px; color:#FFFFFF; font-size:30px; 
font-family: 'Titillium Web', sans-serif;

}


/*@media only screen and (max-width: 479px) {*/
	/****Mobile Portrait 320 ****/
	.contact-info-box{ margin-left:0px;}
	
	/*.header{ padding:10px;}*/
	
	.header{ /*padding:60px 0;*/
	 background: url(../frontimg/PAGE-13-736px.jpg) no-repeat fixed; 
	 margin:0 auto;
    /* background-size: cover;  /* for a 4:3 aspect ratio */
   	 height:100%;
    }
	
	.social-link{ margin-left:0px;}
	.form{ margin:0}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
	.Portfolio-box img { max-width:100%;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important } 
	
	.service-list-col2first p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2mid p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2right p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}
	
	
	
	
	
	.amflash {
    
    background: #444;
    background: rgba(0,0,0,.2);
    
    }
	
	.logo{
	/*width:130px;*/
	
	margin:70px auto 35px;
	}
	
	.amflash h2{
	
	padding:10px 0px 0px 0px;
    }
	
	.form-wrapper {
    width: 98%;
    padding: 2px;
	/*background:#F00;*/
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 5px;
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
	}
 
	/* Form text input */
 
	.form-wrapper input {
    width: 70%;
    height: 40px;
    padding: 2px 2px;
    float: left; 
	margin-bottom:8px;  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #ffffff;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#fff;   
}


/* Form submit button */
.form-wrapper button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 30%;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#fff0e5;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  

.business-talking h2{

	font-size:25px;

}

.ask-madhyam h2
{
	font-size:25px;
}

.col-lg-2
{
	width:20%;
	float:left;
}
.col-lg-77
{
	width:58%;
	float:left;
	/*background:#960;*/
}

.col-lg-33
{
	width:20%;
	float:left;
}

.col-lg-77 .form-wrapper1
{
	width:380px;
}

.col-lg-77	.form-wrapper1 input {
    width: 230px;
    height: 40px;
    padding: 2px 2px;
   
   float:left;
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
    float:left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 100px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  

.amcol-lg-2
{
	float:left;
	width:40%;
}


}




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

.col-lg-2
{
	width:100%;
}

 .ammain-search
{
	width:100%;
}

.ammain-search img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.col-lg-77
{
	width:100%;
}


.col-lg-77 .form-wrapper1
{
	width:80%;
	/*background:#FF0000;*/
}


.col-lg-33
{
	width:100%;
	
}

.topcall1
{
	/*background:#CC0000;*/
	width:100%;
	text-align:center;
}

.col-lg-77	.form-wrapper1 input {
    width: 100%;
    height: 40px;
    padding: 2px 2px;
   
	margin-left:auto;
	margin-right:auto;
	display:block;
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 140px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  


.col-lg-33
{
	width:100%;
	
}

#topcall1
{
	/*background:#CC0000;*/
	width:100%;
	text-align:center;
}

.am-top-menu .ploc
{
	font-size:11px;
}

h1
{
	font-size:20px;
}

.col-xs-4mid h1
{
	font-size:20px;
}

.col-xs-4last h3
{
	font-size:18px;
	text-transform:capitalize;
}

.view-details
{
  position: relative;
  width: 100px;
  height: 30px;
  padding: 5px 0px 8px 0px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
  margin-top: 20px;
  border-radius: 4px;

}

.quick-details
{
  position: relative;
  width: 100px;
  height: 30px;
  padding: 5px 0px 8px 0px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
  margin-top: 20px;
  border-radius: 4px;

}



.topcall
{
width:100%;
text-align:center;
right:0px;
top:10px; color:#FFFFFF; font-size:30px; 
font-family: 'Titillium Web', sans-serif;

}


/*@media only screen and (max-width: 479px) {*/
	/****Mobile Portrait 320 ****/
	.contact-info-box{ margin-left:0px;}
	
	/*.header{ padding:10px;}*/
	
	.header{ /*padding:60px 0;*/
	 background: url(../frontimg/PAGE-13-small2.jpg) no-repeat fixed; 
	 margin:0 auto;
    /* background-size: cover;  /* for a 4:3 aspect ratio */
   	 height:100%;
    }
	
	.social-link{ margin-left:0px;}
	.form{ margin:0}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
	.Portfolio-box img { max-width:100%;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important } 
	
	.service-list-col2first p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2mid p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2right p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}
	
	
	
	
	
	.amflash {
    
    background: #444;
    background: rgba(0,0,0,.2);
    
    }
	
	.logo{
	/*width:130px;*/
	
	margin:70px auto 35px;
	}
	
	.amflash h2{
	
	padding:10px 0px 0px 0px;
    }
	
	.form-wrapper {
    width: 98%;
    padding: 2px;
	/*background:#F00;*/
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 5px;
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
	}
 
	/* Form text input */
 
	.form-wrapper input {
    width: 70%;
    height: 40px;
    padding: 2px 2px;
    float: left; 
	margin-bottom:8px;  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #ffffff;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#fff;   
}


/* Form submit button */
.form-wrapper button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 30%;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#fff0e5;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  

.business-talking h2{

	font-size:25px;

}

.ask-madhyam h2
{
	font-size:25px;
}

.amcol-lg-6, .amcol-lg-2
{
	z-index:500;
}




/*
#clientsDropDown {
 width:100%;
 bottom:50px;
 border:none; 
}

#clientsDropDown #contact-form
{
	width:300px;
	margin:0 auto;
}
*/

#clientsDropDown {
  position:absolute;
  bottom:20px;
  z-index: 100;
 /* width:300px;*/
  border:solid 0px #ccc;
  border-bottom:none;
  width:100%;
  /*background:#F90;*/
}

#contact-form h3 {
	color:#FF6600;
	text-align:center;
	font-size:15px;
}


}




@media only screen and (max-width: 630px) {
	
	.col-lg-4sticky
{
	width:100%;
}

.togglemail
{
	display:none;
}

.slform
{
	display:none;
}
	
}


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

.topcall
{
width:100%;
text-align:center;
right:0px;
top:10px; color:#FFFFFF; font-size:30px; 
font-family: 'Titillium Web', sans-serif;

}


.form-wrapper1 {
    padding: 2px;
    margin: 0 auto;
    border-radius: 10px;
	margin-top:25px;
   /* margin-left:0px;*/
    width:80%;
}


.col-lg-77	.form-wrapper1 #tag {
    width: 98%;
    height: 40px;
    padding: 2px 2px;
    margin:0 auto;
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 15px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}

.main-nav-outer
{
	border-top:0px;
	border-bottom:0px;
}



/*@media only screen and (max-width: 479px) {*/
	/****Mobile Portrait 320 ****/
	.contact-info-box{ margin-left:0px;}
	
	/*.header{ padding:10px;}*/
	
	.header{ /*padding:60px 0;*/
	 background: url(../frontimg/PAGE-13-small1.jpg) no-repeat fixed; 
	 margin:0 auto;
    /* background-size: cover;  /* for a 4:3 aspect ratio */
   	 height:100%;
    }
	
	.social-link{ margin-left:0px;}
	.form{ margin:0}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
	.Portfolio-box img { max-width:100%;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important } 
	
	.service-list-col2first p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2mid p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2right p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}
	
	
	
	
	
	.amflash {
    
    background: #444;
    background: rgba(0,0,0,.2);
    
    }
	
	.logo{
	/*width:130px;*/
	
	margin:70px auto 35px;
	}
	
	.amflash h2{
	
	padding:10px 0px 0px 0px;
    }
	
	.form-wrapper {
    width: 98%;
    padding: 2px;
	/*background:#F00;*/
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 5px;
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
	}
 
	/* Form text input */
 
	.form-wrapper input {
    width: 100%;
    height: 40px;
    padding: 2px 2px;
    float: left; 
	margin-bottom:8px;  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #ffffff;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#fff;   
}


/* Form submit button */
.form-wrapper button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 50%;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#fff0e5;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.business-talking h2{

	font-size:25px;

}

.ask-madhyam h2
{
	font-size:25px;
}






}


@media only screen and (max-width: 500px) {
	
.topcall
{
width:100%;
text-align:center;
right:0px;
top:25px; color:#FFFFFF; font-size:30px; 
font-family: 'Titillium Web', sans-serif;

}

.ammain-search
{
	width:100%;
}

.ammain-search img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}




#display

{

width:250px;

display:none;

float:left;

/*border-left:solid 1px #dedede;

border-right:solid 1px #dedede;

border-bottom:solid 1px #dedede;*/

margin-top:40px;

margin-left:5px;

overflow:hidden;

position:absolute;

z-index:110000;

}

.display_box

{

padding:2px; /*border-top:solid 1px #dedede;*/ font-family: 'Titillium Web', sans-serif; font-size:15px; /*height:20px;*/ background:#fff; z-index:110000;

}

	
	
/*@media only screen and (max-width: 479px) {*/
	/****Mobile Portrait 320 ****/
	.contact-info-box{ margin-left:0px;}
	
	/*.header{ padding:10px;}*/
	
	.header{ /*padding:60px 0;*/
	 background: url(../frontimg/PAGE-13-small.jpg) no-repeat fixed; 
	 margin:0 auto;
    /* background-size: cover;  /* for a 4:3 aspect ratio */
   	 height:100%;
    }
	
	.social-link{ margin-left:0px;}
	.form{ margin:0}
	.c-logo-part ul li{ display:block;}
	.Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
	.Portfolio-box img { max-width:100%;}
	.portfolioContainer{ width:280px !important; margin:0 auto !important } 
	
	.service-list-col2first p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2mid p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}

	.service-list-col2right p
	{
	padding:7px 0px 7px 0px;
	color:#FFFFFF;
	text-align:center;
	}
	
	
	
	
	
	.amflash {
    
    background: #444;
    background: rgba(0,0,0,.2);
    
    }
	
	.logo{
	/*width:130px;*/
	
	margin:70px auto 35px;
	}
	
	.amflash h2{
	
	padding:10px 0px 0px 0px;
    }
	
	.form-wrapper {
    width: 98%;
    padding: 2px 0px 0px 10px;
	/*background:#F00;*/
    margin: 0 auto;
    /*background: #444;
   /* background: rgba(0,0,0,.2);*/
    border-radius: 5px;
   /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
	}
 
	/* Form text input */
 
	.form-wrapper input {
    width: 100%;
    height: 40px;
    padding: 2px 2px;
    float: left; 
	margin-bottom:8px;  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #ffffff;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#fff;   
}




/* Form submit button */
.form-wrapper button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 50%;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#fff0e5;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  


.col-lg-77
{
	/*background:#960;*/
}

.col-lg-77 .form-wrapper1
{
	width:80%;
	/*background:#FF0000;*/
}


.col-lg-33
{
	width:100%;
	
}

.topcall1
{
	/*background:#CC0000;*/
	width:100%;
	text-align:center;
}

.col-lg-77	.form-wrapper1 input {
    width: 100%;
    height: 40px;
    padding: 2px 2px;
   
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}


/* Form submit button */
.form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 140px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  



.col-xs-4new {
  width: 100%;
  /*background:#FF0000;*/
}

.col-xs-4mid {
  width: 100%;
  /*background:#FF0000;*/
}

.col-xs-4last {
  width: 100%;
  /*background:#FF0000;*/
  text-align:left;
}


.col-xs-4last h3
{
	font-size:18px;
	padding:5px 0px 0px 15px;
	color:#FF3300;
}


.col-xs-4last .view-details, .quick-details
{
	float:left;
	margin-left:15px;
}

.col-xs-4last img
{
	margin-left:15px;
}

.view-details, .quick-details {
	margin-top:10px;
	
}


.business-talking h2{

	font-size:25px;

}

.ask-madhyam h2
{
	font-size:25px;
}

.enquire-tab
{
	display:none;
}

#clientsDropDown {
  position:absolute;
  bottom:50px;
  z-index: 100;
 /* width:300px;*/
  border:solid 0px #ccc;
  border-bottom:none;
  width:100%;
  /*background:#F90;*/
}

#contact-form h3 {
	color:#FF6600;
	text-align:center;
	font-size:15px;
}


.col-lg-4sticky
{
	width:100%;
}

.togglemail
{
	display:none;
}

.slform
{
	display:none;
}


#am-floorplan .floorplans
{
	margin:0 auto;
	width:99.99%;
}


.floor1div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor2div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor3div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor4div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor5div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor6div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor7div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor8div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor9div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor10div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


#am-overview iframe
{
	width:95%;
	height:220px;
}



.txt_darkgrey {
    color: #333333;
	font-size:22px;
	}


}





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

.col-lg-77
{
	width:100%;
	
}

.form-wrapper1 {
    padding: 2px;
    margin: 0 auto;
    border-radius: 10px;
	margin-top:25px;
   /* margin-left:0px;*/
    width:80%;
}



.col-lg-77	.form-wrapper1 #tag {
    width: 98%;
    height: 40px;
    padding: 2px 2px;
    margin:0 auto;
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 15px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}	


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
    margin-left:55px;
	
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 140px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  

.main-nav-outer
{
	border-top:none;
	border-bottom:none;
}

.col-xs-4last h3
{
	font-size:18px;
	padding-left:10px;
	
}

.col-xs-4last img
{
	margin-left:10px;
}

.col-xs-4last .view-details, .quick-details
{
	margin-left:10px;
}



#clientsDropDown {
  position:absolute;
  bottom:33px;
  width: 100%;
  z-index: 100;
  border:solid 0px #ccc;
 background:#FF6600; 
  
}



#contact-form
{
	width:300px;
	margin:0 auto;
}

#contact-form input{
	
	
	width:200px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:2px;
	
}

#clientsDropDown {
  position:absolute;
  bottom:50px;
  z-index: 100;
 /* width:300px;*/
  border:solid 0px #ccc;
  border-bottom:none;
  width:100%;
  /*background:#F90;*/
}

.col-xs-3
{
	width:100%;
}



.am-headingtop {
    
    font-weight: normal;
    font-size: 22px;
    margin: 20px 0;
    color: #333333;
	font-family: 'Titillium Web', sans-serif;
}

	.txt_orange {
    color: #e67e22;
	font-size:22px;
	}
	
	.am-slogan p
	{
		padding:5px 10px 0px 10px;
	}

#am-floorplan .floorplans
{
	margin:0 auto;
	width:99.99%;
}


.floor1div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor2div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor3div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor4div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor5div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}



.floor6div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor7div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor8div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor9div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}


.floor10div img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}

#am-overview,#am-locationmap,#am-masterplan,#am-floorplan,#am-pricelist,#am-paymentplan,#am-specification,#am-quickcontact
{
	padding-top:15px;
}




}




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

.col-lg-77
{
	width:100%;
	
}

.form-wrapper1 {
    padding: 2px;
    margin: 0 auto;
    border-radius: 10px;
	margin-top:25px;
   /* margin-left:0px;*/
   width:80%;
}


.col-lg-77	.form-wrapper1 #tag {
    width: 98%;
    height: 40px;
    padding: 2px 2px;
    margin:0 auto;
	
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 15px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}	


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;
    margin-left:40px;*/
	
	margin:0 auto;
	
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 140px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  

.main-nav-outer
{
	border-top:none;
	border-bottom:none;
}

.col-xs-4last h3
{
	font-size:18px;
	padding-left:10px;
	
}

.col-xs-4last img
{
	margin-left:10px;
}

.col-xs-4last .view-details
{
	margin-left:10px;
}






}



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



.form-wrapper1 {
    padding: 2px;
    margin: 0 auto;
    border-radius: 10px;
	margin-top:25px;
   /* margin-left:0px;*/
   width:80%;
}



.col-lg-77
{
	width:100%;
	/*background:#FF0000;*/
}





.col-lg-77	.form-wrapper1 input {
    width: 280px;
    height: 40px;
    padding: 2px 2px;
    margin-left:30px;
	margin-right:30px;
	display:block;
	margin-bottom:8px;
	  
    /*font: 26px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	 font: 15px 'Titillium Web', sans-serif;
    border: 2px solid #cccccc;
   /* background: #eee;*/
    background: transparent;
    border-radius: 3px 0 0 3px; 
	font-style:normal; 
	color:#000;   
}


.col-lg-77	.form-wrapper1 #tag
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}


/* Form submit button */
.col-lg-77 .form-wrapper1 button {
    overflow: visible;
   /* position: relative;*/
    margin-left:auto;
	margin-right:auto;
	display:block;
	
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 140px;
    /*font: 25px/45px "HelveticaNeue LT 55 Roman", "HelveticaNeueLT Com 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT Std Blk";*/
	font: 18px/25px 'Titillium Web', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    /*background: #d83c3c;*/
	background:#26a3ff;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	margin-bottom:10px;
}  


.col-xs-4last h3
{
	font-size:18px;
	padding-left:10px;
	
}

.col-xs-4last img
{
	margin-left:10px;
}

.col-xs-4last .view-details
{
	margin-left:10px;
}




}