body,p{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;

}
li {
    line-height: 25px;
}

#wm_about .about-text > div > div,
#wm_industries .panel-body li {
    line-height: 20px;
    margin-bottom: 10px;
	position:relative;
	padding-left:12px;
}
#wm_about .about-text > div > div > span.orange-arrow,
#wm_industries .panel-body li::before {
    position: absolute;
	left:0px;
	top:-1px;
}
#content_wrapper  {

	overflow: hidden;

}



.animated{

	visibility:hidden;

}



.visible{

	visibility:visible;

}

.img-auto-width{
	height:100% !important;
	width:auto !important;
}

/*------------------------------------------*/

/*	 Preload Animation 

/*------------------------------------------*/



.animationload {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #fff; 

	z-index: 999999; 

}

.loader {

	position: absolute;

	top: 50%; 

	left: 50%;

	font-size:20px;

	color:#7B7979;

	/* 

	margin: -100px 0 0 -100px;

	width: 200px;

	height: 200px;

	background-image: url(../img/icons/loader.png);

	background-position: center;

	background-repeat: no-repeat;

	background-size: 70px 70px;

	*/

}

.loader i{

	font-size:30px;

	margin-right:10px;

}

       

/*------------------------------------------*/

/*	 Headers

/*------------------------------------------*/



h1, h2, h3, h4, h5, h6 {

	margin-top: 0; 

	margin-bottom: 10px;

}



/*------------------------------------------*/

/*	 Lists

/*------------------------------------------*/



ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



/*------------------------------------------*/

/*	 Link Setting

/*------------------------------------------*/



a {

	text-decoration: none;

	-webkit-transition: all 250ms ease-in-out;

	-moz-transition: all 250ms ease-in-out;

	-o-transition: all 250ms ease-in-out;

	-ms-transition: all 250ms ease-in-out;

	transition: all 250ms ease-in-out;

}



a:hover {

	color: #444;

	text-decoration: none;

}



a:focus {

	color: #f8f8f8;

	outline: none;

	border: none;

	text-decoration: none;

} 



/*------------------------------------------*/

/*	 Theme Button

/*------------------------------------------*/



.btn-theme {

	background-color: #ef5a20;

	color: #333;

	font-size: 14px;

	text-transform: uppercase;

	font-weight: 700;

	padding: 10px 20px;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

}



.btn-theme:hover {

	background-color: #d9a701;

	color: #fff;

}



/*------------------------------------------*/

/*	 Button Hover/Focus

/*------------------------------------------*/



.btn:focus {

	outline: none;

}



.btn:focus {

	color: #f8f8f8;

	text-decoration: none;

}



/*------------------------------------------*/

/*	 Section Titlebar

/*------------------------------------------*/



.titlebar {

	margin-bottom: 70px !important;

	margin-top: 60px !important;

	text-align: center;

}



.titlebar h3 {

	color: #393536;

	font-size: 35px;

	font-weight: 300;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-bottom: 10px;

}



.titlebar h2 {

	color: #222;

	font-size: 40px;

	font-weight: 400;

	text-transform: uppercase;

}



.titlebar h2:after {

    display: block;

    content: "";

    height: 2px;

    width: 200px;

	background: #ef5a20;

    margin: 15px auto;

    position: relative;

}







/* ==========================================================================

   02. HEADER & NAVIGATION

   ========================================================================== */



/*------------------------------------------*/

/*	 Logo Image    

/*------------------------------------------*/



.navbar-brand {

	padding: 18px 15px;

}  

a#mobile-logo{display:none;} 

     

/*------------------------------------------*/

/*	 Navigation Menu    

/*------------------------------------------*/



#navigation-menu{text-align:left;} 

#navigation-menu .navbar-nav{float:none;} 



.navbar {	

	margin-bottom: 0;

	-webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

	padding: 25px 0px;

	-webkit-transition: all 350ms ease-in-out;

	-moz-transition: all 350ms ease-in-out;

	-o-transition: all 350ms ease-in-out;

	-ms-transition: all 350ms ease-in-out;

	transition: all 350ms ease-in-out;

}



.navbar-fixed-top { 

	background-color: #fff;

	border-bottom: none;

}



.navbar-nav > li{

	margin-left:59px;

}

.navbar-nav > li:first-child{

	margin-left:0;

}

.navbar-nav > li > span,

.navbar-nav > li > a {

	font-family: 'Lato', sans-serif;
	color: #7b7979;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0;
	letter-spacing:1px;
	/*
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	*/
}



.navbar-nav > li > span > a{

	color:#a7a5a6;

	font-size:28px;

	margin-right:20px;

}



/*------------------------------------------*/

/*	 Navbar Scroll   

/*------------------------------------------*/



.scroll-fixed-navbar {

	padding: 0;

}



.scroll-fixed-navbar.navbar-fixed-top {

    background-color: #FFF;

/*

    border-bottom: 15px solid #fff;

    border-top: 15px solid #fff;

    box-shadow: 0px 0px 1px 1px #ccc;

*/

    border-bottom: 1px solid #999;

}

.scroll-fixed-navbar.navbar-fixed-top img {
	height:40px;
	width:auto;
}
a#wm-intro {
	width:187px;
	text-align:center;
}
/*------------------------------------------*/

/*	 Menu Hover

/*------------------------------------------*/



.navbar-nav > li > a:hover,

.navbar-nav > li > a.selected-nav {

	color: #ef5a20;

	background-color: transparent;

}



/*------------------------------------------*/

/*	 Responsive Menu    

/*------------------------------------------*/



.navbar-toggle {

    position: relative;

    float: right;

	background-color: transparent;

    padding: 10px;

	margin: 13px 30px 13px 0;

	border: none;

	color: #fff;

	border: 2px solid #ddd;

}



.navbar-toggle .icon-bar {

	background-color: #ddd;

}







/* ==========================================================================

   03. INTRO

   ========================================================================== */



#intro,#wm_intro {

	width: 100%;

	background:#fff;

	overflow:hidden;

}

#wm_intro .slide,

#wm_intro .slides{

	width:100%;

	height:100%;

	display:block;

}

#wm_intro .slide {

	-moz-background-size:cover !important;

	-webkit-background-size:cover !important;

	-o-background-size:cover !important;

	background-size:cover !important;

}

.slide-text-box{

}

.slide-title{

	font-size:27px;

	color:#fff;

	font-weight:100;

	margin-bottom:15px;

	font-family: 'Raleway', sans-serif;

}

.slide-description{

	font-family: 'Raleway', sans-serif;

	font-size:18px;

	color:#fff;

	font-weight:300;

	margin-bottom:30px;
	line-height:28px;

}

.slide-link{

	text-transform:capitalize;

	color:#fff;

	background:#ef5a20;

	padding: 10px 60px;

	font-size:20px;

	font-weight:400;

}

.lato-normal-400{
	font-weight:400 !important;
	font-family: 'Lato', sans-serif;
}
.lato-ultra-bold{
	font-weight:900 !important;
	font-family: 'Lato', sans-serif;
}
.lato-bold-700{
	font-weight:700 !important;
	font-family: 'Lato', sans-serif;
}
.lato-light-300{
	font-weight:300 !important;
	font-family: 'Lato', sans-serif;
}
.marsdesign a,
.copyright-div a,
.footer-menu{
	font-weight:400;
	font-size:14px;
}

/*------------------------------------------*/

/*	 INTRO CONTENT

/*------------------------------------------*/



#intro_content {

	padding-top: 190px;

	padding-bottom: 140px;

}



/*------------------------------------------*/

/*	 INTRO TEXT

/*------------------------------------------*/



#intro h2 {	

	font-size: 75px;

	font-weight: 800;

	line-height: 85px;

	text-transform: uppercase;

	margin-top: 15px;

	margin-bottom: 15px;

	letter-spacing: 1px;

}



#intro h3 {	

	font-size: 34px;

	font-weight: 800;

	line-height: 34px;

	text-transform: uppercase;

	margin-bottom: 20px;

}



.intro_text p {	

	font-size: 18px;

	font-weight: 400;

	line-height: 28px;

	margin-bottom: 25px;

}



/*------------------------------------------*/

/*	 INTRO BUTTONS

/*------------------------------------------*/



.intro_buttons .btn-theme {

	background-color: #333;

	color: #fff;

	font-size: 16px;

	font-weight: 700;

	margin-right: 10px;

	padding: 9px 18px;

	text-transform: uppercase;

}



.intro_buttons .btn-theme:hover {

	background-color: #151515;

}



/*------------------------------------------*/

/*	 INTRO IMAGE

/*------------------------------------------*/



#intro_image .img-responsive { 

	display: inline-block; 

}







/* ==========================================================================

   04. ABOUT

   ========================================================================== */

.about-image{

	width:418px;

	height:606px;

	float:right;

}



#wm_about,

#about {

	padding-top: 100px;

	padding-bottom: 100px;

} 



#wm_about h3{

    color: #393536;

    font-size: 42px;

    font-weight: 300;

    text-transform: uppercase;

    margin-bottom: 30px;

    letter-spacing: 7px;

}

#wm_about ul li{

}

.orange-arrow{

	color:#EF5A20;

}

/*------------------------------------------*/

/*	TABS HOLDER IMAGE

/*------------------------------------------*/



#tabs-holder .img-responsive { 

	display: inline-block; 

} 



/*------------------------------------------*/

/*	TABS

/*------------------------------------------*/



.nav-tabs {

	border:none;

}



.nav-tabs > li > a {

	color: #222;

    font-size: 22px;

	font-family: 'Lato', sans-serif;

    font-weight: 400;

	text-transform: uppercase;

	padding: 0;

	border: none;	

}



.nav-tabs > li:first-child {

	border-right: 1px solid #999;

	padding-right: 20px;

}



.nav-tabs > li:last-child {

	padding-left: 20px;

}



.nav-tabs > li.active > a, 

.nav-tabs > li.active > a:hover, 

.nav-tabs > li.active > a:focus {

	color: #ef5a20;

	border: none;

	padding: 0;

}



.nav-tabs > li > a:hover {

	color: #ef5a20;

	border: none;

}



/*------------------------------------------*/

/*	Tab Description

/*------------------------------------------*/



.tab-content > .tab-pane {

    padding: 25px 0;

	border: none;

	border: none;

}



.tab-content > .tab-pane p {

	font-size: 16px;

	line-height: 28px;

	font-weight: 300;

}



.tab-content a {

	margin-top: 20px;

	margin-right: 10px;

}







/* ==========================================================================

   05. ABOUT-1

   ========================================================================== */



#about-1 {

	background-color: #f5f5f5; 

	border-top: 1px solid #eee;

	padding-top: 80px;

	padding-bottom: 80px;

} 

   

/*------------------------------------------*/

/*	ACCORDION HOLDER IMAGE

/*------------------------------------------*/



#accordion-holder .img-responsive { 

	display: inline-block; 

}  



/*------------------------------------------*/

/*	ACCORDION

/*------------------------------------------*/

#wm_industries .panel-group{

	margin-bottom:0;

}

.panel-group .panel {

    margin-bottom: 0px;

    background: none;

    border: none;

    border-radius: 0;

	-webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}



/*------------------------------------------*/

/*	Panel Title

/*------------------------------------------*/



.panel-heading {

    padding: 0;

    background: none !important;

    border: 0 !important;

}



.panel-title {

    color: #222;

	font-size: 20px;

	font-family: 'Lato', sans-serif;

    font-weight: 400;

	text-transform: uppercase;

    border-top: 1px solid #ccc;

    text-transform: uppercase;

}



.panel-title > a {

    display: block;

    color: #ef5a20;

    padding: 25px 0 12px 0;

}



.panel-title > a:hover {

    color: #ef5a20;

}

.panel.last{

    border-bottom: 1px solid #ccc;

	margin-bottom:100px;

}

/*------------------------------------------*/

/*	Panel Title Icon

/*------------------------------------------*/



.panel-title i {

	color: #ef5a20;

	font-size: 28px;

	margin-right: 10px;

}



/*------------------------------------------*/

/*	Panel Content 

/*------------------------------------------*/



.panel-body {

	color: #444;

	font-size: 16px;

	line-height: 19px;

	font-weight: 300;

}

#wm_industries .panel-body {

	padding-left:0 !important;

}

.panel-default > .panel-heading + .panel-collapse .panel-body {

    border: 0

}



.panel-default > .panel-heading + .panel-collapse {

    border: none;

    border-top: none;

}





a.panel-toggle .industry-description{

	position:relative;

	padding-right:150px;
	
	color:#444;

	font-weight:300;

	text-transform:none;

	font-family: 'Lato', sans-serif;

	font-size:18px;

	margin-top:10px;

	line-height:19px;

	

}

a.panel-toggle .industry-description:after{

	font-size:32px;

	font-family: 'FontAwesome';

	content: "\f107";

	color:#999;

	position:absolute;

	top:-5px;

	right:15px;

}

a.panel-toggle.active .industry-description:after{

	font-size:32px;

	font-family: 'FontAwesome';

	content: "\f106";

	color:#999;

	position:absolute;

	top:-5px;

	right:15px;

}

.panel-body li:before{

	content:"›";

	padding-right:5px;

	color:#ef5a20;

}

#wm_industries .panel-body ul{

	/*margin-left:-15px;*/



}


/* ==========================================================================

   SOLUTIONS

   ========================================================================== */

.solutions-box-container{

	position:relative;

}

.solutions-box{

	padding-top:60px;

}

.solutions-box-background{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	border-right:1px solid #ccc;

	border-bottom:1px solid #ccc;

}

.solution-description{

	font-size:15px;

	padding:0;

	height:100px;

	width:85%;

	max-width:357px;

	display:inline-block;
	line-height:17px;

}

.solutions-text{

	margin-top:30px;
	max-width:290px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.solutions-text > h4{

	font-size:16px;

}

.solution-image{

	text-align:center;

}

.solution-image img{

	width:85%;

	max-width:357px;

	height:auto;

}

.solutions-box-background.third{

	border-right:none;

}

.bottom_item-3{

	border-bottom:none;

}

/* ==========================================================================

   07. SERVICES

   ========================================================================== */

#wm_industries,

#wm_services{

	background:#f8f9f9;

}

.service-icon{

	text-align:center;

	margin-top:60px;

}

.service-description{

	font-size:14px;

	padding:0 20px;

	height:100px;

}

.services-text{

	margin-top:30px;

}

.services-text > h4{

	font-size:20px;

}

#services {

	padding-top: 80px;

	padding-bottom: 80px;

}



#wm_benefits{

	background:#3a3a3c;

	padding-bottom:50px;

}

.benefits-text > h4{

	color:#fff;

	font-weight:300;
	font-family: 'Lato', sans-serif;


}





/*------------------------------------------*/

/*	  SERVICE IMAGE

/*------------------------------------------*/



#services_image .img-responsive { 

	display: inline-block; 

	margin-bottom: 80px;

}



/*------------------------------------------*/

/*	  SERVICE BOX

/*------------------------------------------*/



.service-box {

	margin-bottom: 40px;

}



.service-box h4 {

	color: #222;

	font-size: 20px;

	font-weight: 400;

}



.service-box i {

	margin-right: 10px;

}



.service-box p {

	font-size: 16px;

	line-height: 26px;

	font-weight: 300;

}



/*------------------------------------------*/

/*	  SERVICE BUTTONS

/*------------------------------------------*/



#service-buttons {

	margin-top: 30px;

}



#service-buttons a {

	margin-right: 20px;

}

/*------------------------------------------*/

/*	  FILTER BUTTONS

/*------------------------------------------*/ 



#gallery-filter {

	margin-bottom: 50px;

}



.btn-toolbar .btn-group {

    float: none;

}



/*------------------------------------------*/

/*	   Button Settings

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn {

	background: #f4f4f4;

    color: #333;

	font-size: 15px;

	font-family: 'Lato', sans-serif;

	font-weight: 400;

	text-transform: uppercase;

	margin: 0 3px;

	padding: 8px 16px;

	text-shadow: none;

	-webkit-box-shadow: 0 0 0 0;

    -moz-box-shadow: 0 0 0 0;

     box-shadow: 0 0 0 0;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out; 

}



.btn-group > .btn:first-child:not(:last-child),

.btn-group > .btn:last-child:not(:first-child) {

 	-webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

}



/*------------------------------------------*/

/*	   Filter Button Hover

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn:hover {

	color: #fff;

	background-color: #ef5a20;

}



/*------------------------------------------*/

/*	  Filter Button Active

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn.active,

#gallery-filter .btn-group > .btn.focus {

	color: #222;

	background-color: #ef5a20;

	box-shadow: 0 0 0 0;

	cursor: default;

}



/*------------------------------------------*/

/*	  PORTFOLIO IMAGES HOLDER

/*------------------------------------------*/ 



.portfolio-items-list {

	margin: 0;

}



/*------------------------------------------*/

/*	  Portfolio Item

/*------------------------------------------*/ 



.portfolio-item {

	position: relative;	

	display: none;

    opacity: 0;

	-moz-opacity: 0; 

	padding: 0;

	text-align: center;

}



.portfolio-item a {

	cursor: url(../img/icons/pointer.png),crosshair;

}



.hover-overlay {

	width: 100%;

	height: auto;

	overflow: hidden;

	position: relative;

}



.hover-overlay img {

	-webkit-transition: all 600ms;

	-moz-transition: all 600ms;

	-o-transition: all 600ms;

	transition: all 600ms;

}



/*------------------------------------------*/

/*	  Overlay Content 

/*------------------------------------------*/ 



.overlay-content {

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 20;

	width: 100%;

	text-align: center;

	zoom: 1;

	opacity: 0;

	-webkit-transition: all 200ms ease-out;

	-moz-transition: all 200ms ease-out;

	-o-transition: all 200ms ease-out;

	transition: all 200ms ease-out;

}



.overlay-content h4 {

	color: #fff;

	font-size: 22px;

	font-weight: 800;

	text-transform: uppercase;

}



.overlay-content h5 {

	color: #fff;

	font-size: 15px;

	font-weight: 400;

	text-transform: uppercase;

}



/*------------------------------------------*/

/*	  Overlay Background 

/*------------------------------------------*/ 



.item-overlay {

	opacity: 0;

	-moz-opacity: 0; 

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(225, 196, 0, 0.75);

	-moz-transition: opacity 400ms ease-out;

	-webkit-transition: opacity 400ms ease-out;

	-o-transition: opacity 400ms ease-out;

	transition: opacity 400ms ease-out;

}



/*------------------------------------------*/

/*	  Image Hover Effect 

/*------------------------------------------*/ 



.hover-overlay:hover > img {

	transform: scale(1.2);

	-ms-transform: scale(1.2);

	-webkit-transform: scale(1.2);

	-o-transform: scale(1.2);

	-moz-transform: scale(1.2);

}



.hover-overlay:hover .item-overlay {

	opacity: 1; 

	-moz-opacity: 1; 

}



.portfolio-item:hover .overlay-content {

	bottom: 40%;

	opacity: 1; 

	-moz-opacity: 1; 

}

/* ==========================================================================

   14. CLIENTS

   ========================================================================== */

 

#wm_partners,

#clients {

	padding-top: 80px;

	padding-bottom: 150px;

	position: relative;

}

#wm_partners{

	background:url(../img/partners/partner_background.jpg);

	-webkit-background-size:cover;

	-moz-background-size:cover;

	-o-background-size:cover;

	background-size:100% 100%;

	position:relative;

}

	



/*------------------------------------------*/

/*	 CLIENTS CAROUSEL NAVIGATION

/*------------------------------------------*/



.customNavigation {

	display: inline-block;

	position: absolute;

	bottom: 80px;

	right: 49%;

}



.customNavigation .btn {

	padding: 4px 10px;

}



.customNavigation i {

	font-size: 20px;

	color: #fff;

}

/* ==========================================================================

   18. CONTACT-INFO 

   ========================================================================== */



#contact-info {

	padding-top: 50px;

	padding-bottom: 0px;

	background:#f8f9f9;

} 



/*------------------------------------------*/

/*	 Contact Info

/*------------------------------------------*/  



.contact-info {

    margin-bottom: 40px;

}



/*------------------------------------------*/

/*	 Contact Info Icon

/*------------------------------------------*/ 

.skype_c2c_text_span{

	color:#666;

}

.contact-info .fa {

    color: #ef5a20;

    font-size: 60px;

    line-height: 60px;

    margin-bottom: 10px;

}



/*------------------------------------------*/

/*	 Contact Text

/*------------------------------------------*/ 



.contact-info h4 {

	color: #222;

	font-size: 18px;

	text-transform: uppercase;

	font-weight: 800;

}



.contact-info p {

	color: #393536;

	font-size: 16px;

	line-height: 24px;

	font-weight: 300;

}



.contact-info a {

	color: #393536;

	font-weight: 100;

}



.contact-info a:hover {

  color: #ef5a20;

}







/* ==========================================================================

   19. GOOGLE MAP

   ========================================================================== */



.googlemap-wrapper {

  position: relative;

}



.googlemap-wrapper img {

  max-width: none !important;

}



.map-canvas {

  width: 100%;

  height: 500px;

  padding: 6px;

  background-color: #f0f0f0;

  border: 1px solid #ddd;

}



.map-canvas:before {

  position: absolute;

  top: 50%;

  left: 50%;

  display: block;

  margin: -15px 0 0 -15px;

  width: 30px;

  height: 30px;

  color: #2f2f2f;

  content: '\f110';

  text-align: center;

  font-size: 20px;

  font-family: 'FontAwesome';

  line-height: 30px;

  -webkit-animation: spin 2s infinite linear;

  animation: spin 2s infinite linear;

  font-style: normal;

  font-weight: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}







/* ==========================================================================

   20. CONTACTS 

   ========================================================================== */



#contact {

	/*background-image: url(../img/parallax_bg/contacts.jpg);*/

	background: #f8f9f9;

	background-attachment: fixed !important;

	background-repeat: no-repeat;

	background-position: bottom center;		

	background-size: cover;

	color: #aaa;

	/*padding-top: 80px;*/

	padding-bottom: 80px;

} 



/*------------------------------------------*/

/*	  Contact Titlebar

/*------------------------------------------*/



#contact .titlebar {

	margin-bottom: 20px;

}



#contact .titlebar h3, 

#contact .titlebar h2 {

	color: #ddd;

}



/*------------------------------------------*/

/*	  CONTACT FORM

/*------------------------------------------*/



#contact-form {

	margin-top: 30px;

}

/*------------------------------------------*/

/*	  Contact Form Input

/*------------------------------------------*/



#contact-form .form-control {

	height: 50px;

	background-color: #fff;

	font-size: 14px;

	margin-bottom: 20px;

	border: 1px solid #ccc;

	box-shadow: 0 0 0 0;

	-webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}



.contact-form input[type="text"],

.contact-form input[type="email"],

.contact-form textarea {

	background-color: #f3f3f3;

	color: #444;

	font-size: 14px;

	margin-bottom: 15px;

	padding: 12px 0;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

	box-shadow: 0 0 0 0;

}



#contact-form textarea {

	min-height: 200px;

}



/*------------------------------------------*/

/*	  Contact Form Input Focus

/*------------------------------------------*/



.form-control:focus {

    outline: 0px none;

    box-shadow: none;

}



/*------------------------------------------*/

/*	  Contact Form Submit Button

/*------------------------------------------*/



#form_btn {

	margin-top: 20px;

}



#form_btn .btn-theme {

	font-size: 16px;

	font-weight: 700;

	padding: 10px 20px;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

}



/*------------------------------------------*/

/*	  Contact Form Error Message 

/*------------------------------------------*/



.error {

	color: red;

	font-size: 13px;

	font-weight: 400;

	margin-bottom: 20px;

}







/* ==========================================================================

   21. FOOTER

   ========================================================================== */ 

 

#footer {

	padding-top: 80px;

	padding-bottom: 60px;

	background-color: #262626;

}



/*------------------------------------------*/

/*	  Newsletter

/*------------------------------------------*/



#newsletter {

	margin-bottom: 10px;	

}



#newsletter h3 {

	color: #ddd;

	font-size: 22px;

	font-weight: 400;

	text-transform: uppercase;

	letter-spacing: 5px;

	margin-bottom: 5px;

}



#newsletter p {

	color: #ddd;

	line-height: 26px;

	font-weight: 300;

	margin-bottom: 0;

}



.message {

	font-size: 15px;

	margin-bottom: 20px;

}



#newsletter_form {

	margin: 15px auto;

	width: 50%;

}



/*------------------------------------------*/

/*	  Newsletter Form Input

/*------------------------------------------*/



#newsletter form input[type="email"] {

    background-color: #fff;

	border: 1px solid #ccc;

	width: 74%;

	color: #414141;

	font-size: 16px;

    font-weight: 300;

    padding: 10px 15px;

	-webkit-border-radius: 6px 0 0 6px;

	-moz-border-radius: 6px 0 0 6px;

	-o-border-radius: 6px 0 0 6px;

	border-radius: 6px 0 0 6px;

}



#newsletter form input[type="submit"] {

	width: 25%;

	background-color: #ef5a20;

	border: 1px solid #ef5a20;

	color: #fff;

	font-size: 16px;

    font-weight: 900;

	text-transform: uppercase;

    padding: 10px 15px;

	-webkit-border-radius: 0 6px 6px 0;

	-moz-border-radius: 0 6px 6px 0;

	-o-border-radius: 0 6px 6px 0;

	border-radius: 0 6px 6px 0;

	-webkit-transition: all 350ms ease-in-out;

	-moz-transition: all 350ms ease-in-out;

	-o-transition: all 350ms ease-in-out;

	-ms-transition: all 350ms ease-in-out;

	transition: all 350ms ease-in-out;

}



#newsletter form input[type="submit"]:hover {

	background-color: #d9a701;

}





#footer_copyright p {

	color: #ddd;

	line-height: 40px;

}



#footer_copyright p span {

	color: #ef5a20;

	font-size: 15px;

	font-weight: 800;

}



/*------------------------------------------*/

/*	 Footer Social Icons  

/*------------------------------------------*/



.contact-socials {

	display: inline-block; 

	padding-left: 0;



}



.contact-socials li {

	float: left;

	width: auto !important;

    display: inline-block !important;

    vertical-align: top;

    clear: none !important;

	padding: 0;

}



/*------------------------------------------*/

/*	 Footer Social Icon Setting 

/*------------------------------------------*/



.foo_social {

	text-align: center;

	color: #999;

	width: 40px;

	height: 40px;

	font-size: 18px;

    line-height: 40px;

	margin: 0 5px;

    display: block;

    text-decoration: none;

	-webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

	-webkit-transition: all 250ms ease-in-out;

	-moz-transition: all 250ms ease-in-out;

	-o-transition: all 250ms ease-in-out;

	-ms-transition: all 250ms ease-in-out;

	transition: all 250ms ease-in-out;

}



/*------------------------------------------*/

/*	 Footer Social Icons Hover 

/*------------------------------------------*/



.foo_social.ico-facebook:hover {background-color: #3b5998; color: #fff;}

.foo_social.ico-twitter:hover {background-color: #00a9ed; color: #fff;}

.foo_social.ico-behance:hover {background-color: #00a8e7; color: #fff;}

.foo_social.ico-google-plus:hover {background-color: #cd1111; color: #fff;}

.foo_social.ico-linkedin:hover {background-color: #015886; color: #fff;}

.foo_social.ico-dribbble:hover {background-color: #d92d84; color: #fff;}

.foo_social.ico-instagram:hover {background-color: #beb3a8; color: #fff;}

.foo_social.ico-pinterest:hover {background-color: #ac281a; color: #fff;}

.foo_social.ico-dropbox:hover {background-color: #008ad2; color: #fff;}

.foo_social.ico-skype:hover {background-color: #00a9ed; color: #fff;}

.foo_social.ico-youtube:hover {background-color: #cd1b20; color: #fff;}

.foo_social.ico-tumblr:hover {background-color: #3a5976; color: #fff;}

.foo_social.ico-vimeo:hover {background-color: #00adee; color: #fff;}

.foo_social.ico-flickr:hover {background-color: #d2d2d2; color: #fff;}

.foo_social.ico-github:hover {background-color: #222; color: #fff;}

.foo_social.ico-renren:hover {background-color: #364a83; color: #fff;}

.foo_social.ico-vk:hover {background-color: #3b5998; color: #fff;}

.foo_social.ico-xing:hover  {background-color: #015f5e; color: #fff;}

.foo_social.ico-weibo:hover  {background-color: #be4443; color: #fff;}

.foo_social.ico-rss:hover{background-color: #ff6600; color: #fff;}

.foo_social.ico-digg:hover  {background-color: #222; color: #fff;}

.foo_social.ico-deviantart:hover {background-color: #57675d; color: #fff;}

.foo_social.ico-envelope:hover {background-color: #999; color: #fff;}

.foo_social.ico-delicious:hover {background-color: #0A0A0A; color: #fff;}







/* ==========================================================================

   22. SCROLL TO TOP

   ========================================================================== */



#scrollUp {

	display: none;

	width: 40px;

	height: 40px;

	position: fixed;

	bottom: 20px;

	right: 20px;

	background-image: url(../img/icons/back-to-top.png);

	background-repeat: no-repeat;

	background-position: 50% 48%;

	background-color:rgba(225, 196, 0, 0.85);	

	-webkit-transition: all 250ms linear;

	-moz-transition: all 250ms linear;

	transition: all 250ms linear;	

	opacity:0.5;

}



#scrollUp:hover {

	background-color:rgba(225, 196, 0, 1);	

}



nav a#pull {  

    display: none;  

}







/* ==========================================================================

   23. CONTACT FORM RESPONSE PAGE   

   ========================================================================== */



#form_response {

	margin: 50px auto; 

}



#form_response .img-responsive { 

	display: inline-block;

}



#form_response h1 {

	font-size: 26px; 

	font-weight: 400;

	margin-top: 10px;

	text-transform: uppercase;

}



#form_response p {

	font-size: 16px; 

	font-weight: 300;

	line-height:24px;

	margin-bottom: 20px;

}



#form_response .btn-theme {

	background-color: #ef5a20;

	color: #333;

	font-size: 14px;

	text-transform: uppercase;

	font-weight: 700;

	padding: 10px 20px;

	-webkit-transition: all 300ms ease-in-out;

	-moz-transition: all 300ms ease-in-out;

	-o-transition: all 300ms ease-in-out;

	-ms-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

}



#form_response .btn-theme:hover {

	background-color: #ef5a20;

	color: #fff;

}
@media (max-width:767px){
	#wm_about .about-text > div > div{
		display:inline-block;
		margin-bottom:0;
	}
	.mobile-why{
		display:block !important;
	}
}






