/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #011729;
 font-size: 16px;
 line-height: 1.8;
 /* font-family: "Arial Narrow", "Arial", "Helvetica", "Tahoma", "Geneva", sans-serif; */
/* font-family: 'Roboto', sans-serif;*/
 /*font-family: 'Sterling Demi',Calibri,Arial;*/
 font-family: "Open Sans", 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
 /* font-family: 'lato', Verdana, Helvetica, Arial, sans-serif;*/
 
 
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper,.ewLayout {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/16.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.ewContentColumn {
    background-color: #fff;
    padding: 0px;
    vertical-align: top;
}

.navbar-default {
   background-image: linear-gradient(to bottom, #0088cc 0%, #0077b3 100%);
   text-transform: uppercase;
}
   


.navbar-default .navbar-nav>li>a {
    color: #FFF;
	border-right: 1px solid #ababab;
}
.ewRow {
   /* margin-bottom: 20px;*/
    white-space: normal;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857;
    color: #0077b3;
    white-space: nowrap;
    font-weight: bold;
}

.map {
        height: 400px;
        width: 100%;
       }
	   
	  .ewGrid {
    display: grid;
	border: 1px solid #e4e4e4;
	  }