body {
  margin:0;
  padding:0;
  font-family:Tahoma, Verdana, Arial, Sans-Serif;
  font-size:13px;
  color: #3d3d3e;
  -webkit-font-smoothing: antialiased;
  background-image: url('../img/bg-content.png'), url('../img/bg-body-main.png');
}

@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 1s infinite;}

a { color: #27BDD8; text-decoration:none; outline:none; }
a:hover { color: #27BDD8; text-decoration: none; }
a img { border: none; }

/* END body */

/* Content */
.content-section {
    padding: 10px 0;
}

.container {
  max-width: 1030px !important;
}


/* Head */
.bg-head {
  background: url('../img/bg-body-main.png') repeat scroll center top transparent;
  /*background: url('../img/bg-head.png') repeat scroll center top transparent;
  height: 206px;*/
}
.content-section.bg-head {
  padding-top: 0;
}

.head-top-line {
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .5);
}

.bg-panel {
  background: url('../img/bg-body-bottom.png') repeat-x scroll center top transparent;
}
.bg-panel-copy {
  background: url('../img/bg-panel-bottom.png') repeat scroll center top transparent;
}

.hotline strong {
  font-size: 1.1em;
}

.hotline span {
  font-size: 0.8em;
}

#topMenu {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  list-style: none;
  text-align: right;
  font-size: 0.9em;
  min-height: 1px;
}

#topMenu li {
  display: inline;
  padding: 0 15px 0 7px;
  background: url(../img/separator-top-menu-item.png) no-repeat right center;
}
#topMenu li.last {
  padding-right: 0;
  background: none;
}
#topMenu li a {
  color:#5d5e60;
}

#topMenu li a:hover {
  color: #e31e2d;
  text-decoration: underline;
}

.logo {
  width: 400px !important;
  margin-top: -10px;
}

.btn-width {
  font-family: "Oswald","Open Sans",Arial,sans-serif;
  width: 180px;
  -moz-box-shadow:    inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow:         inset 0px 0px 20px 1px rgba(0,0,0,0.25);

  background: #A6CE39; /* #00A550*/

  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #fff;

}

.btn-width:hover {
  color: #c9101e;
  background: rgba(255, 255, 255, 0.1) !important;
  
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
}

.btn-width-red {
  background: #e31e2d; /* #00A550*/
}

.magtin-top {
  margin-top: 5px;
}

.head-h1 h1 {
  font-size: 2em;
  color: #e31e2d;
  font-family: "Oswald","Open Sans",Arial,sans-serif;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 19px;
}

.col-lg-0 {
  width: 20%;
  display:block;
  float: left;
  text-decoration: none;
}
.col-lg-0 > div {
  margin: 10px 5px;
}

.content-img {
  border: 4px solid #e31e2d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}

.panel-default h2 {
  font-size: 12px;
}

.panel-footer {
  padding: 0px !important;
  height: 50px;
}

.content-panel {
  float: none;

  margin: 25px auto;
  padding: 0 15px 25px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  min-height: 450px !important;

  -moz-box-shadow:    0px 0px 20px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow:         0px 0px 20px 1px rgba(0,0,0,0.25);
  clear: both;

}

.content-panel h2 {
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  color: #e31e2d;
  margin: 35px 0 10px 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Oswald', Tahoma, Arial, Sans-Serif;
 
}
.content-panel-hr {
   background: url('../img/separator-content-shadow.png') repeat-x 0 0;
   height: 30px;
   margin-left: -15px;
   margin-right: -15px;
}
.content-panel h3 {
  font-size: 1.7em;
  color: #e31e2d;
  font-family: 'Oswald', Tahoma, Arial, Sans-Serif;
  font-weight: normal;
}

.red-text {
  color: #e31e2d;
}

.red-text-big {
  color: #e31e2d;
  font-size: 15px;
}

.grey-text {
  color: #999;
}

.grey-text-tags {
  color: #999;
  font-size: 12px;
}

/* DIV BOX */

.div-box {
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-box-shadow:    inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow:         inset 0px 0px 20px 1px rgba(0,0,0,0.25);

  background: #ffffff;

  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #e31e2d;
  text-decoration: none !important;
}

.div-box:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  /*background: rgba(201, 16, 30, 0.1) !important;*/
  /*color: #e31e2d;*/
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  text-decoration: none !important;
}

.div-box-img {
  height: 172px;
  margin: 0px auto;
}

.div-box-img img {
  width: 172px;
  margin: 10px auto;
}

.div-box-h2 {
  height: 50px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center;
}
.div-box-h2-new {
  position: absolute;
  padding-left: 12px;
  padding-top: 20px;
  font-family: "Oswald","Open Sans",Arial,sans-serif;
  font-size: 1.8em;
  text-align: center;
}

.div-box-h2 span {
  font-family: "Oswald","Open Sans",Arial,sans-serif;
  font-size: 1.4em;
  text-align: center;
}

.div-box-h2 .span-2 {
  margin-top: -10px;
}

.btn-school {
  font-family: "Oswald","Open Sans",Arial,sans-serif;
  margin: 5px 0 5px 0;
  width: 100%;
  height: 50px;
  padding-top: 15px;

 -moz-box-shadow:    inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.25);
  box-shadow:         inset 0px 0px 20px 1px rgba(0,0,0,0.25);

  background: rgba(201,16,30, 1);
/*
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  */
  color: #fff;
    justify-content: center; /* align horizontal */
  align-items: center;
}

.btn-school:hover {
  /*background: rgba(255, 255, 255, 0.1) !important;*/
  background: url('../img/bg-body-main.png');
}

.btn-school-1 {
  background: rgba(227,30,45, 1);
}
.btn-school-1:hover {
  color: #e31e2d;
}
.btn-school-2 {
  background: rgba(166,206,57, 1);
}
.btn-school-2:hover {
  color: #A6CE38;
}
.btn-school-3 {
  background: rgba(63,215,243, 1);
}
.btn-school-3:hover {
  color: #3fd7f3;
}




/** END DIV BOX */

.footer-div {
  min-height: 170px;
}
.footer-div-border {
  position: relative;
  top: 0px;
  float: right;
  display: inline-block;
  background: url('../img/separator-bottom-blocks.png') repeat-y 0 0;
  min-height: 170px;
}

.footer-div a {
  color: #fff;
}
.footer-div a:hover {
  text-decoration: underline;
}

.footer-div .title {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #FFF;
  font-weight: normal;
  font-family: 'Oswald', Tahoma, Arial, Sans-Serif;
}

.footer-div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top {
  margin-top: 20px;
}

.footer-copyright p {
  margin-top: 18px;
  font-size: 0.8em;
  color: #fff;
}

.footer-copyright a {
  color: #fff;
}

.footer-copyright:hover {
  color: #fff;
  text-decoration: none;
}

.footer-row {
  background: url('../img/separator-bottom-blocks.png') repeat-y 250px 0px;
  min-height: 1px;
}


.footerbg {
  border-top: 7px solid #CFCFCF;
  background: url('../img/bg-panel-bottom.png') repeat scroll center top transparent;
  padding-bottom: 20px;
}
.footerbg-grey {
  border-top: 1px solid #b31723;
  background: url('../img/bg-body.png') repeat scroll center top transparent;
}