html{font-family: "GE Flow", sans-serif; min-height: 100% !important;}
body {
    background-color: #ffffff;
	font-family: "GE Flow", sans-serif;
    line-height:  1;
	font-size: 15px;
    color: #a8a8a8;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
	
	font-style: normal !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
	font-size: 15px;
}
/*
a:link, a:active, a:visited{color: #005CF8;}
a {
	color: #42A5EF;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
*/
iframe {
    border: 0;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "GE Flow", sans-serif;
	font-weight: normal;
	margin:6px 0 6px;
}

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

body > section {
    padding: 150px 20px;
	margin: 0 auto !important;
	direction: rtl;
}

.logo-title {
	position: absolute; left: 50%; 
	margin-left: -150px; 
	padding-top: 140px; 
	z-index: 99999;
  	margin: 0 auto 85px;
  	width: 300px;
}
.section-title {
  margin: 0 auto 40px;
  width: 420px;
  background-color: transparent;
}

.section-title h2 {
  color: #1f2021;
  font-size: 32px;
  font-style: normal;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px dotted #999999;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -75px;
  position: absolute;
  width: 150px;
}

.section-title h2:after {
border: 0;
bottom: -2.5px;
content: "";
height: 5px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
background-color: #cccccc;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 18px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-general a:link, a:visited, a:active {color: #f7f7f7;}

.btn-general {
  background-color: #1A4676;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.btn-general:focus {
  background-color: #1A4676;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.btn-general:hover {
  background-color: #333333;
  color: #2EDEAD;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}


.btn-full a:link, a:visited, a:active {color: #f7f7f7;}

.btn-full {
  width: 90%;
  background-color: #1A4676;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
}
.btn-full:focus {
  background-color: #1A4676;
  color: #f7f7f7;
}
.btn-full:hover {
  background-color: #333333;
  color: #2EDEAD;
}


.btn-more {
  background-color: #333333;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px;
  margin-top: 20px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/
#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a {
font-size: 20px;
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.navbar-brand a, .navbar-brand a:active, .navbar-brand a:visited {
	color: #ffffff !important;
}
.navbar-brand a:hover {
	color: #f7f7f7 !important;
}

.animated-nav .navbar-brand {
  padding: 15px;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 20px 20px;
}

#navigation > .container {
  /* border-bottom: 1px solid #636364; */
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 30px 20px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}
#nav-arrows > a.sl-prev:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #fff;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #fff;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 4px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 16px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message{
  height: 198px;
  resize: none !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}
textarea{resize: none !important;}
.contact-form #msg-submit {
	width: 100%;
  font-size: 15px;
  padding: 17px 50px;
  margin-bottom: 20px;
}
.contact-form #spon-submit {
	width: 100%;
  font-size: 15px;
  padding: 17px 50px;
  margin-bottom: 20px;
}
.contact-form #tickets-submit {
	width: 100%;
  font-size: 15px;
  padding: 17px 50px;
  margin-bottom: 20px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}

.founder-social ul li a {
  color: #333333;
  display: block;
  padding: 10px;
}

.founder-social ul li a:hover {
  color: #8A0988;
}

/*============================================================
    Footer
#7b1128
rgba(123,17,40,1.00)
#660033
rgba(102,0,51,1.00)
============================================================*/
footer{	
	background-color: rgba(51,153,153,1.00);
    padding: 20px 0 30px;
}
#footer {
}

.footer-social ul li a {
  color: #fff;
  display: block;
  padding: 10px;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.footer-social ul li a:hover {
  color: #00C7FC;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.copyright {
    font-size: 12px;
    color: #fff;
	text-decoration: none;
}

.copyright a {
    color:#FFF793;
	text-decoration: none;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.copyright a:hover {
    color: #fff;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}
