@charset "utf-8";
 @font-face {
font-family: OpenSans;
src: url('fonts/OpenSans-Regular.ttf');
}
 @font-face {
font-family: OpenSans-Semibold;
src: url('fonts/OpenSans-Semibold.ttf');
}
body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.container {
	margin: 0 auto;
	padding: 0px;
	width:900px;
	font-size:12px;

}
/* ------------------------------PAGE STRUCTURE------------------------------ */

#container {
	width: 1000px;
	margin: 0 auto;
}
#topbar {
	margin: 0 auto;
	width:500px;
	height: 250px;
	margin-top:90px;
	text-align:center;
}
#navbar {
	width: auto;
	display: block;
	height: 8px;
	border-top:2px solid #0e4381;
}
#navbar a {
	heigth: 28px;
	line-height: 28px;
	padding: 0 8px;
	display: inline;
}
#main {
	width: auto;
	height:auto;
	display: block;
	padding: 10px 0;
}
.clear {
	clear: both;
	height: 10px;
	display: block;
}
.footer_content {
	float:left;
	width:100%;
	background:url(hee_1.gif);
	border-top:5px solid #0f4a90;
	margin-top:213px;
	position:absolute;
	bottom:0px;
	display: block;
	font-size: 10px;
	color:#3d3d3d;
	padding:20px 0 20px 0;
	border-top:3px solid #0e4381;
}
/***************************************************************************/

div.footer_copyright {
	float:left;
	width:970px;
	background:url(logo1.png) center left no-repeat;
	font-size:12px;
	color:#3d3d3d;
	padding-left:1000px;
	padding-top:10px;
	padding-bottom:1px;
	line-height:38px;
}
/* ------------------------------CUSTOM CLASSES------------------------------ */

/*home menu*/

.home_icoNav {
	margin:0;
	padding:0;
	white-space:nowrap;
	text-align:center
}
.home_icoNav li {
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	text-align:center;
	list-style:none;
	display:inline-block;
	margin:0 5px 10px;
	background: #f9f9f9;
	border:1px solid #e2e2e2;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px
}
.home_icoNav li:hover {
	border-color:#0f4a90;
	-moz-box-shadow: 0 0 6px #004080;
	-webkit-box-shadow: 0 0 6px #004080;
	box-shadow: 0 0 6px #004080
}
.home_icoNav li a {
	position:relative;
	display:block;
	padding:18px 8px 10px;
	width:162px;
	height:105px;
	font-size:14px;
	color:#0f4a90;
	text-align:center;
	background-repeat:no-repeat;
	background-position: center 10px;
	font:bold;
	text-decoration:none;
}
.home_icoNav li a p {
	float:left;
	width:100%;
}
.home_icoNav li a i {
	font-size:54px;
	color:#114c90;
	float:left;
	width:100%;
}
.new-item {
	background:url(font-awesome-339-25680.png) center no-repeat;
	float:left;
}
.new-item p {
	margin-top:65px;
}
.home_icoNav li a:hover {
	text-decoration:none
}
.home_icoNav .label {
	position:absolute;
	right:-5px;
	top:-5px
}
.label, .badge {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#999
}
.label {
	padding:1px 4px 2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.label-info {
	background-color:#3a87ad
}
.label-infoo {
	background-color:#FF0000
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900);

//colors
$red: #E1332D;
$white: #fff;

//base styles

* {
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

body {
  background: $red;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.buttons {
  display: table;
  height: 100%;
  width: 100%;
}

.container { 
  display: table-cell;
  padding: 1em;
  text-align: center; 
  vertical-align: middle;
}

h1 {
  color: $white;
  font-size: 1.25em;
  font-weight: 900;
  margin: 0 0 2em;
  
  @media (min-width: 450px) {
    font-size: 1.75em;
  }
  
  @media (min-width: 760px) {
    font-size: 3.25em;
  }
  
  @media (min-width: 900px) {
    font-size: 5.25em;
    margin: 0 0 1em;
  }
}

p {
  color: $white;
  font-size: 12px;
  
  @media(min-width: 600px) {
    left: 50%;
    position: absolute; 
    transform: translate(-50%, 0);
    top: 90%;
  }
  
  @media(max-height: 500px) {
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
  
  a {
    background: rgba($white, 0);
    border-bottom: 1px solid;
    color: $white;
    line-height: 1.4;
    padding: .25em;
    text-decoration: none;
    
    &:hover {
      background: rgba($white, 1);
      color: $red;
    }
  }
}
//button styles


//default button
.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 280px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%; 
  
  @media(min-width: 400px) {
    display: inline-block;
    margin-right: 2.5em;
  
    &:nth-of-type(even) {
      margin-right: 0;
    }
  }
  
  @media(min-width: 600px) {
  
    &:nth-of-type(even) {
      margin-right: 2.5em;
    }
    
    &:nth-of-type(5) {
      margin-right: 0;
    }
    
  }
  
  &:hover { text-decoration: none; }
  
}

/////////////////////////////////
//button one
///////////////////////////////
.btn-1 {
  background: darken($red, 1.5%);
  font-weight: 100;
  
  svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%; 
  }
  
  rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
  }
}

.btn-1:hover {
  background: rgba($red, 0);
  font-weight: 900;
  letter-spacing: 1px;
  
  rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

////////////////////////////
//button two
//////////////////////////
.btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

/////////////////////////////
//button -3 
///////////////////////////
.btn-3 {
  background: lighten($red, 3%);  
  border: 1px solid darken($red, 4%);
  box-shadow: 0px 2px 0 darken($red, 5%), 2px 4px 6px darken($red, 2%);
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear;
}

.btn-3:hover {
  background: darken($red, 1.5%);
  border: 1px solid rgba(#000, .05);
  box-shadow: 1px 1px 2px rgba(#fff, .2);
  color: lighten($red, 18%); 
  text-decoration: none;
  text-shadow: -1px -1px 0 darken($red, 9.5%);
  transition: all 250ms linear;
}

/////////////////////////////
//button-4 
///////////////////////////
.btn-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
  
  span {
    z-index: 20;
  }
  
  &:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
}

.btn-4:hover {
  
  &:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

/////////////////////////////
//button-5 
///////////////////////////
.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}
/*end grid menu*/
