/*
 * 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: #333;
 font-size: 13px;
 line-height: 1.6;
}

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;
	}
}



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 {
	background: #fff;
}

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

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


.footer_page h1, 
.footer_page h2, 
.footer_page h3, 
.footer_page h4, 
.footer_page h5, 
.footer_page h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'UniviaProRegular' , arial , sans-serif;
}

.footer_page h2 {
    font-size: 24px;
    line-height: 33px;
}

.footer_page h3 {
    font-size: 20px;
    line-height: 27px;
}

.footer_page p, 
.footer_page li, 
.footer_page li a, 
.footer_page label {
    color: #555;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.footer_page a{
	color: #ef9a3e !important; 
}

.footer_page .breadcrumbs{
	margin-top: 60px;
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/patterns/breadcrumbs.png) repeat;
}

.footer_page .breadcrumbs h1{
	color: #666;
    font-size: 22px;
    margin-top: 10px;
}