/* --------------------------------------------------------------------------------------
+
+   AUTHOR: Plakarstudio
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
             /* SPRITES
$icon-spacing: 10px;
@import "icon/*.png";
@include all-icon-sprites(true);
 */
@font-face {
  font-family: "Novecentowide-demibold";
  src: url('../fonts/Novecentowide - Demi Bold.ttf') format('truetype'), url('../fonts/Novecentowide - Demi Bold.eot') format('embedded-opentype'), url('../fonts/Novecentowide - Demi Bold.woff') format('woff'), url('../fonts/Novecentowide - Demi Bold.otf') format('opentype');
}

@font-face {
  font-family: "Novecentowide-Light";
  src: url('../fonts/Novecentowide - Light.ttf') format('truetype'), url('../fonts/Novecentowide - Light.eot') format('embedded-opentype'), url('../fonts/Novecentowide - Light.woff') format('woff'), url('../fonts/Novecentowide - Light.otf') format('opentype');
}

html {
  overflow-x: hidden;
}

body {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.625;
  font-size: 16px;
  background-color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h1 {
  font-family: "Novecentowide-demibold", sans-serif;
}

h2 {
  font-family: "Novecentowide-Light", sans-serif;
  line-height: 1.625;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
}
a:hover {
  color: white;
}

p {
  clear: both;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 960px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  height: 37px;
  line-height: 37px;
  width: 82px;
  text-align: center;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  color: #3a6a10;
  font-size: 24px;
}
.ar .btn {
  font-size: 16px;
  font-family: "Novecentowide-Light", sans-serif;
}
.eng .btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.btn.activ {
  background-color: #3a6a10;
  color: #fff;
}
.btn.activ:hover {
  background-color: #345e0f;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
/* MAIN PART */
input[type="text"], textarea {
  vertical-align: middle;
  border: none;
  color: white;
  background-color: white;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  background-color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 86px;
  background-color: #303030;
  width: 100%;
  border-top: 2px solid #f48520;
  position: relative;
}
header .logo_img {
  width: 960px;
  height: 71px;
  background: url('../images/logo.png?1365086422') no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -480px;
}
header .logo {
  width: 82px;
  height: 71px;
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -41px;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  background-color: #2c2c2c;
  width: 100%;
  text-align: center;
  height: 47px;
}
footer p {
  color: #505050;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  height: 47px;
  line-height: 47px;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.content {
  width: 100%;
  height: 871px;
  background: url('../images/bck_img.jpg?1365166204') no-repeat 50% 0;
}
.content .text {
  position: absolute;
  left: 50%;
  margin-left: -332px;
  top: 293px;
  width: 406px;
  height: 406px;
  text-align: center;
}
.content .text.eng {
  direction: ltr;
  display: block;
}
.content .text.eng .first {
  width: 90px;
  margin: 0 auto 20px;
}
.content .text.eng .second {
  width: 260px;
  margin: 0 auto 20px;
}
.content .text.eng .line1 {
  width: 351px;
  margin: 0 auto 20px;
  background-color: #3a6a10;
  height: 1px;
}
.content .text.eng .line2 {
  width: 277px;
  margin: 0 auto 20px;
  background-color: #3a6a10;
  height: 1px;
}
.content .text.eng a.mail {
  display: block;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  margin: 25px auto 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.content .text.ar {
  direction: rtl;
  display: none;
}
.content .text.ar h1, .content .text.ar h2 {
  margin-bottom: 25px;
  font-size: 18px;
}
.content .text.ar h1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px !important;
}
.content .text.ar .first {
  width: 90px;
  margin: 0 auto 25px;
}
.content .text.ar .second {
  width: 310px;
  margin: 0 auto 25px;
}
.content .text.ar .line1 {
  width: 343px;
  margin: 0 auto 25px;
  background-color: #3a6a10;
  height: 1px;
}
.content .text.ar .line2 {
  width: 277px;
  margin: 0 auto 25px;
  background-color: #3a6a10;
  height: 1px;
}
.content .text.ar a.mail {
  display: block;
  text-transform: none;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 1;
  margin: 25px auto 0;
}
.content .hover {
  position: absolute;
  left: 50%;
  margin-left: -332px;
  top: 293px;
  width: 406px;
  height: 406px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .on {
  display: block;
}
.content .off {
  display: none;
}
.content .hover_bic {
  width: 270px;
  height: 270px;
  display: block;
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -925px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .bic {
  position: absolute;
  top: 306px;
  left: 50%;
  margin-left: -980px;
}
.content .hover_run {
  width: 203px;
  height: 203px;
  display: block;
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -527px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .run {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -567px;
}
.content .run.bw {
  top: 202px;
  margin-left: -567px;
}
.content .hover_football {
  width: 188px;
  height: 188px;
  display: block;
  position: absolute;
  top: 545px;
  right: 50%;
  margin-right: -261px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .football {
  position: absolute;
  top: 508px;
  right: 50%;
  margin-right: -298px;
}
.content .hover_balls {
  width: 258px;
  height: 258px;
  display: block;
  position: absolute;
  top: 365px;
  right: 50%;
  margin-right: -487px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .balls {
  position: absolute;
  top: 313px;
  right: 50%;
  margin-right: -538px;
}
.content .hover_swimming {
  width: 345px;
  height: 345px;
  display: block;
  position: absolute;
  top: 320px;
  right: 50%;
  margin-right: -970px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .swimming {
  position: absolute;
  top: 250px;
  right: 50%;
  margin-right: -1040px;
}
