/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans-bold/css/dejavu-sans-bold.min.css");
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans-condensed/css/dejavu-sans-condensed.min.css");
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans-condensed-bold-oblique/css/dejavu-sans-condensed-bold-oblique.min.css");
@import url("//cdn.web-fonts.ge/fonts/archyedt-bold/css/archyedt-bold.min.css");
/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");*/
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "DejaVu Sans Condensed", sans-serif;

}
.condom{
        font-family: "DejaVu Sans Condensed", sans-serif;
}
h3{
    font-family: "DejaVu Sans Condensed Bold Oblique", sans-serif;

}
.mob{
    display:none;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.form-group{
    
    margin-bottom: 52px;
}.form-group img{
    float:left;
    margin-left: -26px;
    margin-top: 4px;
}
.inf{
    position:absolute;width:300px;
    margin-top:-32px;
    height:auto;
    background-color:#fff;
    border-radius: 5px;
     border:1px solid #666;
      padding:5px; color:red;
}
/*.form-group:before{
    content:url(../img/info.png);
    float:left;
    margin-left: -27px;
}*/
.form-group textarea{
    min-height: 150px;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */
.new_header{
    color:#000;
    width:100%;
    margin-top: -100px;
    /*border:solid 1px #999;*/
    /*height: 500px;*/
    /*background-color: #ea1d44;*/
}

.candidatOne{
    background-color: #ea1d44;
    height:400px;
     transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);

}
.candidatTwo{
    background-color: #ea1d44;
    height:400px;
     transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);

}
.candidatThree{
    background-color: #80ac40;
    height:400px;
     transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);

}
hr.small {
    max-width: 100px;
}
.modal-dialog {
    width: 600px;
    margin: 150px auto;
}
.fieldContainer {
    position: relative;
    margin-bottom: 20px;
}
label.error {
    /*position: absolute;*/
    right: 143px;
    top: -25px;
    border: solid 1px red;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 2px 5px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 30%;
    width: 60px;
    height: 100%;
    /* margin-right: -250px; */
    overflow-y: auto;
    /* background: #222; */
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.navbar-default{
    border-bottom:14px solid #091f3f;
    text-align: center;
    margin-top: 100px;
    background-color: #e1e1e1;
    


}
.ok{
    background-color: #fff !important;
}
.no_before:before{
    content: "";
}
.top-header{
    background-color: #fff;
    padding: 0;
    margin:0;
    height: 100px;
    /*position: fixed;*/
    width:100%;
    top:0;
    z-index: 99999;
}
.header-title{
    text-align: right;
    font-family: "ArchyEDT-Bold", sans-serif;
    font-size: 56px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background-color: #091f3f;
        color:#fff;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    /* color: #999; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 19px;
    background-color: #000;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: transparent;
    background: rgba(255,255,255,0.2);
    border: 2px solid #000;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus ,.active{
    text-decoration: none;
    
    /*color: transparent;*/
    background-color: #091f3f;
    color:#fff;
    /*border: 2px solid #000;*/
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}
form{
    font-family: "DejaVu Sans Bold", sans-serif !important;
    color:#333;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a.active{
    text-decoration: none;
    
    color: transparent !important;
    background: rgba(255,255,255,0.2);
    border: 2px solid #000;
}
.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
 
    background: #ea1d44 no-repeat center center scroll;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    /*border-bottom:14px solid #fff;*/
    margin-top: 0

}

/* About */

.about {
    padding: 0 0;
      /*min-height: 100%;*/
     /*background: #091f3f no-repeat center center scroll;*/
     font-family: "DejaVu Sans", sans-serif;
     font-size: 16px;
     /*border-bottom:14px solid #fff;*/
    

}

/* Services */

.services {
    padding: 50px 0;
        background: #ea1d44 no-repeat center center scroll;
        /*min-height: 1500px;*/

}

.service-item {
    margin-bottom: 30px;

}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.gilaki{
        width: 236px;
        height: 62px;
        background: url(../img/send.png) no-repeat;
        /*opacity: 0.6;*/
        border: none;
        outline: none;
        float: right;
}
.gilaki:hover{
    background-color: transparent;
    opacity: 0.9;
    outline: none;
}
/* Portfolio */
.logo,.footer-logo{
    padding-top: 42px;
}
.footer-logo{
    text-align: center;
  position: relative;
  bottom:130px;
}
.footer-logo{
    margin-left: -650px;
    float: left
}
.logo a{
    float:left;
    margin-left: -40px;
}
.orange{
     float:right;
     margin-top: 75px;
}
.video{
    width:100%;
    float:left;
}
.video img{
    width:100%;
}
.orange img{
    width:100%;
}
.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

.checkboxa{
    margin-right:10px;
}
.social{
    position: relative;
    bottom: -178px;
}
.social ul{
    width:100px;
    float:left;
    padding:0;
    margin:0;
}
.social ul li{
    float:left;
    list-style: none;
    width:33px;
    margin-left:5px;
    margin-bottom: 5px;
}

@media(max-width:768px) {
    /*.logo{display: none}*/
    .orange{margin-top: 0;}
    .header{height: auto}
    .social{bottom: -150px; }
    .inf{display:none;}
    .logo{padding: 0}
    .logo a{margin-left: 0;}
    #sidebar-wrapper{
        display: none;
    }
    .header-title{
            font-size: 22px;
            margin-top: -40px;
    }



}
@media(max-width:986px) {
         .header-title{
            font-size: 14px;
            margin-top: -40px;
    } 
}

/* Footer */

footer {
    
    position: relative;
    bottom:0;
  
    /*background-color: #00aeef ;*/
   

}
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span {
  background-color: #091f3f;
}

input[type="radio"]:checked + label span {
  background-color: #fff;
  border:solid 2px #091f3f;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
/*check*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  color: ##091f3f;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="checkbox"] + label span {
  background-color: #091f3f;
}

input[type="checkbox"]:checked + label span {
  background-color: #fff;
  border:solid 2px #091f3f;
}

input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.footer-image{
    width:100%;
   padding-bottom: 0;
   float: left;
}



.one{background-color: #f5bb16}
.two{background-color: #ea1d44}
.three{background-color: #80ac40;z-index: 5;}
/*.one:hover{background-color: #80ac40}*/
.two{background-image:url(../img/bg3.png)}
/*.three{background-image:url(../img/bgdefoult.png)}*/

.one img{z-index:0 }
.two img{z-index: 0}
.three img{z-index:2 }



.accordian {
    width: 1023px; height: 500px;
    overflow: hidden;
    
    /*Time for some styling*/
    margin: 0 auto;
/*    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);*/
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
    width: 2000px;
    margin: 0;
    padding: 0;
    /*This will give ample space to the last item to move
    instead of falling down/flickering during hovers.*/
}

.accordian li {
    position: relative;
    display: block;
    width: 341px;
    height:500px;
    float: left;
    
    /*border-left: 1px solid #888;*/
    
/*    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);*/
    
    /*Transitions to give animation effect*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*If you hover on the images now you should be able to 
    see the basic accordian*/
}


.two:before {
    content: url(../img/blueBorder.png);
    line-height: 0;
    font-size: 0;
    width: 139px;
    height: 0;
    position: absolute;
    top: 0px;
    left: -140px;
    background-color: #ea1d44;
}
.two:hover:before {
    content: url(../img/blueBorder.png);
    line-height: 0;
    font-size: 0;
    width: 139px;
    height: 0;
    position: absolute;
    top: 0px;
  
    background-color: #ea1d44;
    
}

.three:before {
    content: url(../img/greenBorder.png);
    line-height: 0;
    font-size: 0;
    width: 139px;
    height: 0;
    position: absolute;
    top: 0px;
    left: -140px;
    background-color: #ea1d44;
    z-index:1;
}
.three:hover:before {
    content: url(../img/greenBorder.png);
    line-height: 0;
    font-size: 0;
    width: 139px;
    height: 0;
    position: absolute;
    top: 0px;
 
    background-color: #ea1d44;

}


/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 940px;margin-left: 50px;}


.accordian li img {
      display: block;
    margin-top: 100px;
    margin-left: 5px;
    position: absolute;
    height: 400;

}.accordian li:hover .image_title{
    display:none;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.three a img{margin-left: 45px;}
.two a img{margin-left: 0;}
/*Image title styles*/
.image_title {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0; bottom: 0; 
width: 940px;   

}
.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}
.image_title img{
      z-index: 1;
    height: 25px !important;
    top: 311px;
    margin-left: 44px !important;s
}
.image_title_3  > img{
     z-index: 5;
}
.image_title_1  > img{
     z-index: 0;
}
.image_title_2  > img{
     z-index: 2;
}

.bio{
    float:left;
    margin:0;
    padding: 15px;
    width:280px;
    text-align: left;
    margin-right: 100%;
}
.bioText{
    text-align: left;
    padding: 15px 0px;
}
 ul li{
    text-align: left !important;
}
.yello{
    background-color: #F5BC17 ;
}
.blue{
    background-color: #01AEF0  ;
}
.green{
    background-color: #81AC41  ;
}
.text-center h4{
    text-align: left;

}
p{text-align: left !important;
  font-family: "DejaVu Sans Condensed", sans-serif;}
.home ul {
    text-align: center
}
.home ul li{
    width:500px;
    /*text-align: center;*/
    margin-top: -15px;

}
.newsoc {
       padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -151px;
    margin-left: 254px;
    float: left;
}
.newsoc li{
    float:left;
    padding:0;

}
.newsoc li h3{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {

    .mob{display:block;}
    .half{display:none;}
    .new_header img{
        width:100%;
        margin-top:100 !important;
    }
    .mob img{
        width:100%;
    }
    .newsoc{
        display:none;
    }
    p{
        font-size: 14px !important;
    }
    h3{
        font-size: 16px;
    }
   .home ul li{
        width:250px !important;
    }
    .back img{
        width:20px;
        height: 0px;
        /*display: none;*/
    }
    .home{
        padding-left: 15px !important;
    }
    .bio{
        width:180px;
    }
    .container{
        padding: 0
    }

}







