body,
html {
  height: 100%;
  direction: ltr;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
body,
html {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
* {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  overflow: hidden;
}
textarea {
  resize: vertical;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
/* Clear Floats */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */
.none {
  display: none;
}
/* End Clearfix */
.fix {
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #e43444 url("../images/bg.png") center top no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.container {
  margin: auto;
  padding-top: 110px;
}
.trans,
.social *,
.social .icon:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1.logo {
  text-align: center;
  margin-bottom: 40px;
}
h2.text {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
h4.text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact {
  text-align: center;
}
.contact .social {
  margin: 70px 0 30px;
}
.contact .social .icon {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 5;
  margin-right: 14px;
}
.contact .social .icon:before {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #ffffff;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact .social .icon:hover {
  z-index: 6;
}
.contact .social .icon:hover:before {
  background-color: #ff6600;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.contact .social .icon:hover .box {
  z-index: 2;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contact .social .icon i {
  background-color: transparent;
  background-image: url('../images/icons.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  z-index: 2;
}
.contact .social .icon .box {
  width: 0;
  height: 16px;
  position: absolute;
  left: 45px;
  top: 14px;
  z-index: -11;
  color: #ffffff;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.contact .social .icon.email i {
  background-position: -135px 0;
}
.contact .social .icon.email:hover:before {
  width: 255px;
}
.contact .social .icon.email:hover .box {
  width: 175px;
}
.contact .social .icon.phone i {
  background-position: -180px 0;
}
.contact .social .icon.phone:hover:before {
  width: 200px;
}
.contact .social .icon.phone:hover .box {
  width: 135px;
}
.contact .social .icon.facebook i {
  background-position: 0px 0;
}
.contact .social .icon.facebook:hover:before {
  background-color: #3b5998;
}
.contact .social .icon.twitter i {
  background-position: -45px 0;
}
.contact .social .icon.twitter:hover:before {
  background-color: #fff;
  border-color: #20a0e1;
}
.contact .social .icon.linkedin i {
  background-position: -90px 0;
}
.contact .social .icon.linkedin:hover:before {
  background-color: #fff;
  border-color: #5acf5f;
}
.contact .social .icon.messenger i {
  background-position: -225px 0;
}
.contact .social .icon.messenger:hover:before {
  background-color: #ffffff;/*#007cff;*/
  border-color: #007cff;
}
.contact .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.copyright {
  color: #eb7e86;
  font-size: 14px;
  text-align: center;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .container {
    padding: 110px 0 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
