.logo_box a@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Gagalin', sans-serif;
  font-weight: 400;
  color: #f8786b;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Gagalin', sans-serif;
}
a {
  color: #f8786b;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
section,
body{
  width: 100% !important;
}
section,
body,
.container{
  display: block;
  text-align: center;
  box-sizing: border-box;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.partners-text a{ text-decoration: underline; color: #2a95be;}
#parners > div > div > a > img{
  max-width: 593px;
}
.partners-text{font-size: 54px; font-family: gagalinregular;}
.greentxt{color:#5eb046;font-size:20px;}.txt{font-size:20px;}.red{color:#ed1b2e;}
.container{
  width: 1300px;
}
#video{margin-top:20px;}
.video-text{font-size: 70px !important; color: #367ca0; line-height: 0px; margin-bottom: 60px;}
.video-from-text{font-size: 40px; text-transform: uppercase; text-align: center; color:#78c153; font-weight: bold; line-height: 10px;}
.content,
.container{
  text-align: center;
}
.content h2 {
  font-family: 'sob_2013';
  font-weight: 600;
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.social_active  img{
	width: 100%;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  /*left: 50%;*/
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  /*left: 50%;*/
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #f58220;
}
#mobile-nav{
	display: none;
	position: absolute;
	right: 10px;
	top: 15px;
}
#mobile-nav i{
	font-size: 50px;
	color: #5eae44;
}
.show-all-images{margin-top: 50px;}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #f58220;
  border-bottom: 1px solid #e97511;
}
.btn.btn-second {
  background: #a7cd52;
  border-bottom: 1px solid #8aaa43;
}
.btn.btn-second {
  color: #fff;
}
.btn.btn-second:hover,
.btn.btn-second:focus {
  background: #8aaa43;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e97511;
}
#flow_bttn{
	position: absolute;
	right: 170px;
	top: -140px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*header*/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.logo_general {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: middle;
  padding-top: 250px;
  width: 50%;
  padding-right: 70px;
}
#logo{
	
	z-index: 999;

	
}
#logo_mobile{
	position: absolute;
	left:5px;
	top: 10px;
	z-index: 999;
	display: none;
}
header {
    background: url(../images/header.png) no-repeat left top rgba(255, 255, 255, 0);
	position:fixed; 
	height: 78px;
	width: 100%;
	z-index:9999;
}
#main-menu.navbar-default .navbar-nav > li > a {
	padding-top: 29px;
	padding-bottom: 30px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 26px;
    border-top: 3px solid #5eae44;
    color: #5eae44;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #f58220;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #f58220;
    background-color: transparent;
  }

 #main-menu.navbar-default{
        height: 150px;
    }
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 884px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #595957;
	-webkit-text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.7);
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.7);
}
#main-slider .slider-inner h2 b{
  font-size: 32px;
}
#main-slider .slider-inner p {
   -webkit-text-shadow: 1px -1px 1pxrgba(0, 0, 0, 0.4);
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
}
#main-slider .slider-inner h2 > span {
	color: #dd443b;
	-webkit-text-shadow: 1px -1px 1pxrgba(0, 0, 0, 0.7);
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.7);
	text-align: center;
	vertical-align: middle;
	font-size: 60px;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #f58220;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
.about-fest p {
  font-size: 16px;
}
#cta h2 {
  margin-top: 60px;
}
#cta .btn {
	
	
  margin-top: 40px;
}
#cta2 {
	background: #fff url(../images/cta2/cta2-bg.jpg) no-repeat 50% 10%;grass_01.png;
	/* background-size: cover; */
	color: #fff;
	padding-top: 0;
	position:relative;
}
#cta2 .container .text-center {
  padding-top: 30px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #f58220;
}
#programm{
	background-color: #89c5cc;
	min-height: 230px;
}
.program-image-desktop{
	display:block;
}
.program-image-mobile{
	display: none;
}
.programm-menu li{
	float: left;
	width: 380px;
	display: inline-block;
}
.programm-menu li a{
	color: #ffffff;
    z-index: 999;
    font-size: 58px;
    font-family: gagalinregular;
	line-height: 50px;
	text-decoration: none;
}
.programm-menu li a:hover , .programm-menu li .active{
	text-decoration: none;
	color: #ffffff;
	 opacity: 1;
}
#teams-img-mobile{
	display: none;
}
#programm .inner_img,
.section-header,
#programms,
#social_icon ul,
#contact_info ul,
#scheme{
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
}

#scheme img{
  width: 100%;
}
#scheme{
  margin: 70px auto;
  text-align: center;
}
.logos_sff > div > div > div > a > img{
  width: 221px;
  height: auto;
}
.map_info{
  max-width: 1000px;
}
.txt_map{
  margin-left: 60px;
}
/*social_activity*/
.lable {  
  font-size: 12px;
  color: #3b3b3b;
  margin-top: 20px;
  text-transform: uppercase;
}
.logo-right {
  display: block;
  padding-left: 91px;
  padding-top: 70px;
}
.logo-right span {
  padding-left: 5px;
}
/*social_activity end*/

/*social*/
#social_activity{
  margin-bottom: 100px;
}
.social_active li:first-child h3{
  list-style: none;
}
.social_active h3{
  font-size: 18px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  list-style: sircel url("list_style.svg");
  display: block;
}
#social_activity > div > div > div.content.social_active > li:nth-child(2) {
  margin-top: 50px;
}
/*social end*/

.logos_sff img,
.logos_special img {
  transition: 0.2s ease,padding 0.8s linear;
  /*filter: url(svg/filters.svg#grayscale);
  filter: gray; 
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%); */
}
.logos_sff img:hover {
   filter: none;
  -webkit-filter: grayscale(0%);
}
.logos_sff,
.logos_special {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 25px 0;
}
.logo_box {
  display: table;
  width: 100%;
}
.logo_box a{
  margin-top: 40px;
  display: inline-block;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 0;
  text-align: center;
}
#teams {
  padding: 0px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*background: #f5f5f5;*/
}
#registration{
  padding: 100px 0 50px;
  background: #fff url(../images/registrate.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
.registration form .btn {
  width: 100%;
}
.registration form h5 {
  padding-top: 8px;
  color: #292929;
  float: right;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.registration form h5 a {
  color: #5eb241;
  text-decoration: underline;
}
#registration h2 {
  color: #fff;
}
#registration h3 {
  color: #fff;
  margin-bottom: 0;
}
#registration .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #f58220;
  border-radius: 100px;
  position: relative;
}
#registration .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #f58220;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#registration h3 {
  margin-bottom: 50px;
}
#pricing {
  padding: 100px 0 70px;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #5eb241 0%, #5eb241 100%);
  background-image: -webkit-linear-gradient(90deg, #5eb241 0%, #5eb241 100%);
  background-image: -ms-linear-gradient(90deg, #5eb241 0%, #5eb241 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#location {
  height: 500px;
  position: relative;
  overflow: hidden;
}
#location .container-wrapper {
  position: absolute;
  top: 0;
  right: 5%;
/*  background: rgba(69, 174, 214, 0.3);*/
  z-index: 1;
}
#location .container{
	width: 450px !important;
}
#location .map_boy {
	position: absolute;
	top: 325px;
	z-index: 44;
	left: 240px;
}
#location .container-wrapper .row {
   background: url(../images/location_bgr.png) no-repeat center right;
}
#location .contact-form {
  width: 320px;
  height: 470px;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
#location .contact-form h3 {
  padding-top: 160px;
}
#location .contact-form a .btn {
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 400px;
}
/* Footer */
#footer{
	background-image: url(../images/footer.jpg);
	width: 100%;
	height: 330px;
	position: relative;
}
#footer .container{
	position:relative;
	margin-top: 200px;
}
#footer .sofia-fun-fest-footer li p, #footer .sofia-fun-fest-footer li a{
	font-family: Trebuchet MS Regular;
}
#footer #fb-icon{
	position: absolute;
	top: -86px;
	right: 95px;
}
#footer-copyright {
	padding-top: 10px;
	padding-bottom: 14px;
	color: #fff;
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	background-color: #367ca0;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#footer-copyright .container,
#footer-copyright .container .rights {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #0e364b;
	margin-top: 5px;
}
#teams img{
	width: 100%;
}
#social_icon,
#contact_info {
  text-align: center;
  border-bottom: 0px solid #cccccc;
}
#social_icon ul {
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
}
#social_icon a{
  font-size: 15px;
}
#social_icon a:first-child {
  margin-right: 10px;
}
#social_icon ul li{
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  vertical-align: middle;
  line-height: 35px;
  cursor: pointer;
}
#social_icon ul li:first-child {
  background: url(../images/icons/fb.svg) no-repeat center;
}
#social_icon ul li:nth-child(2) {
  background: url(../images/icons/tw.svg) no-repeat center;
}
#social_icon ul li:nth-child(3) {
  background: url(../images/icons/g+.svg) no-repeat center;
}
#social_icon ul li:nth-child(4) {
  background: url(../images/icons/rss.svg) no-repeat center;
}
#social_icon ul li:hover:first-child{
  background: url(../images/icons/fb_hover.svg) no-repeat center;
  border: 1px solid #547bbd;
}
#social_icon ul li:hover:nth-child(2) {
  background: url(../images/icons/tw_hover.svg) no-repeat center;
  border: 1px solid #78ccf0;
}
#social_icon ul li:hover:nth-child(3) {
  background: url(../images/icons/g+_hover.svg) no-repeat center;
  border: 1px solid #e9644a;
}
#social_icon ul li:hover:nth-child(4) {
  background: url(../images/icons/rss_hover.svg) no-repeat center;
  border: 1px solid #f39200;
}
#contact_info ul {
  margin-top: 12px;
}
#contact_info ul li {
  border-left: 1px solid #cccccc;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 33%;
  height: 41px;
  vertical-align: middle;
}
#contact_info ul li:first-child {
  border-left: none;
}
#contact_info ul li span {
  text-transform: uppercase;
  color: #fff;
  font-style:bold;
  font-size:15px;
}
#program-mobile-box{
	display: none;
}
#contact_info ul li a {
  color: #3b3b3b;
  margin-top: 4px;
}
.icons
.animcontainer,
.bikecontainer,
.tree,
.family,
.boy_scate,
.boy_football{
  position: absolute;
}
.tree{
  top: 68px;
  left: 352px;
}
.family{
  top: 340px;
  left: 450px;
}
.boy_scate{
  top: 350px;
  left: 0px;
}               
.boy_football{
  top: 425px;
  right: 30%;
}

.animcontainer{
  position:absolute;
  top: 150px;
  right: 505px;
  -webkit-animation: anim2 ease-in-out 10s;
}
.bikecontainer{
	top: 493px;
	right: 50px;
	-webkit-animation: anim2 ease-in-out 10s;
}
.icon0{
	position:absolute;
    top: 850px;
    right: 730px;
	z-index: 999;
}
.icon1{
	position:absolute;
    top: 850px;
    right: 570px;
	z-index: 999;
}
.icon2{
	position:absolute;
    top: 850px;
    right: 490px;
	z-index: 999;
}
.icon3{
	position:absolute;
    top: 850px;
    right: 425px;
	z-index: 999;
}
.icon4{
	position:absolute;
    top: 850px;
    right: 650px;
	z-index: 999;
}
/*.move {-webkit-animation: anim2 ease-in-out 3s infinite alternate; }*/

/*@-webkit-keyframes anim2 {
   0% {  right: 150px; -webkit-transform: scaleX(1); } 
   49%   { right: 100%; -webkit-transform: scaleX(1); }
   50% {right: 100%; -webkit-transform: scaleX(-1);}
   100% {right: 150px; -webkit-transform: scaleX(-1);}
}*/
.girl{
    margin-top: -133px;
    margin-left: 0;
    -webkit-animation: anim2 ease-in-out 10s infinite;
}
/*@-webkit-keyframes anim2 {
   0% {  margin-left: 0; -webkit-transform: scaleX(1); } 
   49%   { margin-left: -1024px; -webkit-transform: scaleX(1); }
   50% {margin-left: -1024px; -webkit-transform: scaleX(-1);}
   100% {margin-left: 1000px; -webkit-transform: scaleX(-1);}
}*/
#container#footer {
	background-image: url(footer.jpg);
	text-align: center;
	position: absolute;
	height: 60px;
	width: 100%;
	bottom: 0px;
}

