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


@font-face {
    font-family: "Conto Medium";
    src: url(../font/Conto%20Medium.otf);
}
@font-face {
    font-family: BebasNeue;
    src: url(../font/BebasNeue.otf);

}
@font-face {
    font-family: "Bebas Neue Light";
    src: url(../font/BebasNeue%20Light.otf);

}
@font-face {
    font-family: "Bebas Neue Book";
    src: url(../font/BebasNeue%20Book.otf);

}


body {
 color: #333;
 font-family:"Conto Medium", Arial, Helvetica, sans-serif;
 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;
	}
}

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

a {
 color: #4ac4ee;
 text-decoration: none;
}

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

a:focus {
text-decoration: none;
}
a:hover {
 color: #4ac4ee;
 text-decoration: blink;
}

/*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;
}
/*.item-outer:hover{
	    
background: rgba(42,53,122,1);
background: -moz-linear-gradient(left, rgba(42,53,122,1) 0%, rgba(74,197,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,53,122,1)), color-stop(100%, rgba(74,197,238,1)));
background: -webkit-linear-gradient(left, rgba(42,53,122,1) 0%, rgba(74,197,238,1) 100%);
background: -o-linear-gradient(left, rgba(42,53,122,1) 0%, rgba(74,197,238,1) 100%);
background: -ms-linear-gradient(left, rgba(42,53,122,1) 0%, rgba(74,197,238,1) 100%);
background: linear-gradient(to right, rgba(42,53,122,1) 0%, rgba(74,197,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a357a', endColorstr='#4ac5ee', GradientType=1 );
		    padding: 12px !important;
    border-radius: 9%;}
.item-outer:active{
	    background-color: #0f75be !important;
		    padding: 12px !important;
    border-radius: 9%;}*/
		
