/**
 * ===================================================================
 *  # v1.0 Main Stylesheet
 *  url: -
 * -------------------------------------------------------------------
 *
 * TOC:
 * a. webfonts and iconfonts
 * b. base style overrides
 * d. buttons
 * e. common styles
 * 01. header styles
 * 02. footer
 *
 *
 * ===================================================================
 */
/** Generated by FG **/
@font-face {
  font-family: "MP-Reg";
  src: url("../fonts/MyriadPro-Regular.eot");
  src:
    local("☺"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rockit";
  src: url("../fonts/Rockit.eot");
  src:
    local("☺"),
    url("../fonts/Rockit.woff") format("woff"),
    url("../fonts/Rockit.ttf") format("truetype"),
    url("../fonts/Rockit.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * ===================================================================
 * a. webfonts and iconfonts
 * -------------------------------------------------------------------
 */

/**
 * ===================================================================
 * b. base style overrides
 * -------------------------------------------------------------------
 */

body {
  background: #fff;
  font-family: "MP-Reg", sans-serif;
  font-size: 22px;

  color: #ffffff;
}

/**
 * links
 */
a,
a:visited {
  color: #89d0f5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ef9737;
  text-decoration: underline;
}

/**
 * typography
 */
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1.6rem;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
h3,
h4 {
  margin-bottom: 1.4rem;
}
h5,
h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

h1 {
  font-size: 4.8rem;
  line-height: 1.25;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.35;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.5;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.7;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.75;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.3rem;
  }
}

/**
 * spacing
 */
button,
.button {
  margin-bottom: 1.2;
}
fieldset {
  margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
  margin-bottom: 3rem;
}

/**
 * ===================================================================
 * d. buttons
 * -------------------------------------------------------------------
 */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.6rem;
  font-family: Georgia, serif;
  height: 4rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #ff4f77;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * ===================================================================
 * e. common styles
 * -------------------------------------------------------------------
 */
section {
  padding-top: 40px;
  padding-bottom: 40px;
}
img {
  max-width: 100%;
}

/**
 * responsive:
 * common styles
 * -------------------------------------------------------------------
 */

/**
 * ===================================================================
 * 01. header
 * -------------------------------------------------------------------
 */
header {
}
header .navbar-default {
  background: url(../images/fontop.jpg) no-repeat;
  background-size: 100% 100%;
  border: 0px;
}
header .navbar-default {
  background: url(../images/top-bg.png);
  background-size: auto 100%;
  border: 0px;
}

a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
.style1 {color: #ffffff}

header .nav {
    margin: 100px 0px 30px 0px;
}
header .rmenu.nav {
    margin: 100px 0px 30px 0px;
}

.lmenu {
  text-align: right;
}
.lmenu.navbar-nav > li {
  display: inline-block;
  float: none;
}
.rmenu {
  display: flex;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  padding: 15px 25px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ef9737;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #ef9737;
  background-color: transparent;
}

.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.logo {
  margin-bottom: -50px;
  max-width: 140%;
  margin-left: -18%;
}

.nav > li:hover > a:after {
  width: 80%;
  left: 10%;
}

.nav > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ef9737;
  transition: all ease 0.5s;
}
.modal-content {
  background-color: #000;
}
.close {
  font-size: 41px;

  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

/**
 * responsive:
 * header section
 * -------------------------------------------------------------------
 */

/* primary navigation */

/**
 * mobile view:
 * primary navigation
 * -------------------------------------------------------------------
 */
@media only screen and (max-width: 1024px) {
}

/**
 * ===================================================================
 * 2. footer
 * -------------------------------------------------------------------
 */
footer {
  background: url(../images/fonfoot.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 30px 0px 20px 0px;
}
footer {
  background: url(../images/bot-bg.png);
  background-size: auto 100%;
  padding: 30px 0px 20px 0px;
}

/**
 * ===================================================================
 * 6.
 * -------------------------------------------------------------------
 */
body {
  background: url(../images/fonmain3.jpg) repeat-y;
  background-size: 100% auto;
}

.turn10:hover {
}

.text-shadow {
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 1);
}
.yellbg {
  background: url(../images/bgorange.png) no-repeat;

  padding: 60px 0px 40px 70px;
  margin: 30px 0px 0px -50px;

  background-size: auto 100%;
  font-family: "Rockit";
  font-size: 22px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 1);
  color: #fff;
  background-position: 0px 0px;
}
.rockit {
  padding: 20px 0px 10px 0px;
  margin: 0px;
  font-family: "Rockit";
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  text-shadow: 0px 5px 3px rgba(0, 0, 0, 1);
}

.darkbg {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  position: relative;
}

.framebg {
  background: url(../images/bgframe.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 10px 20px;
  font-size: 26px;
}

/**
 * ===================================================================
 * Standart page
 * -------------------------------------------------------------------
 */
#standartpage {
}
.canc {
  position: absolute;
  top: 20%;
  left: 10%;
  max-width: 80%;
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 6px;
  }
  .rmenu {
    display: block;
    padding: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .navbar-toggle {
    margin-top: 30px;
  }
  header .navbar-default {
    background-size: auto 100%;
    background-repeat: repeat-x;
  }

  section#main {
    background-size: auto 100% !important;
  }
  section#main {
    background: url(../images/fonmain2.jpg) no-repeat;
    background-size: 100% auto !important;
    background-repeat: repeat-y;
  }
  footer {
    background-size: auto 100% !important;
  }
  header .nav {
    margin: 0px 0px 0px 0px;
  }
  .lmenu.navbar-nav > li {
    display: block;
  }
  footer .nav > li {
    position: relative;
    display: inline-block;
  }
  .soc.text-right {
    text-align: center;
  }
  .rmenu {
    text-align: right;
  }
  .lmenu {
    padding: 0px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #191616;
  }
  .logo {
    margin-bottom: -50px;
    max-width: 100%;
    margin-left: 0%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .yellbg {
    margin: 50px 0px 50px -50px;
  }
  .rock {
    line-height: 3;
  }
  .yellbg {
    line-height: 3;
  }
}
@media (max-width: 640px) {
  .navbar-toggle {
    margin-top: 10px;
  }
  footer {
    padding: 0px 0px;
  }
  .rockit {
    padding: 20px 0px 10px 0px;
    margin: 0px;
    font-family: "Rockit";
    font-size: 17px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 5px 3px rgba(0, 0, 0, 1);
  }
}
@media (max-width: 340px) {
}

#main .mb-5 {
  margin-bottom: 50px;
}
