.fixed-header .header-outer {
    background-color: rgba(0, 165, 255, 0.33);
}
.logoLoad
{
	max-height: 160px;
	max-width: 160px;
}
.main_logo
{
	max-width: 80px;
	max-height: 80px;
	margin-top: 25px;
	margin-left: 45px;
}
.nav-container {
    float: left;
    padding: 70px 108px 0;
    margin-right: 
}
ul.menu li > a {
    float: left;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
   /* margin-right: 25px;*/
    text-decoration: none;
}
ul.menu li > a:hover {
/*     float: left;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    margin-right: 25px;
    color: pink; */
    font-size: 18px;
    transition: all 1s;
    color: #f6961e !important;
    -webkit-text-stroke: 0.2px black;
}
#show
{
    padding-top: 30px;
}
#show1
{
    padding-top: 62px;
    color: white;
}
.circle.smallCircle1{
    height: 55px;
    padding: 6px 1px;
    width: 52px;
}
.circle.smallCircle1 span i{
    font-size: 23px;
    height: 28px;
    line-height: 28px;
    width: 40px;
}
    #hakkimizda
    {
      background-image: url(http://www.artchiz.com/wp-content/uploads/2013/08/parallax-background.png);
    } 
    .sablon
    {
	  margin: 3px 4px 17px;
    font-size: 20px;
    font-weight: 700;
    color: #242d3c;
    }
    .grap
    {
      box-shadow: -3px 4px 1px 4px;
    border-radius: 10px 10px 10px 10px;
    }
.form-group
{
    margin-bottom: 8px;
}
.support-formbox .formgroup {
    padding: none;
}
.btn-primary {
    color: #fff;
    background-color: #d94939;
    border-color: #d94939;
}
.portrait
{
    width: 100%;
    height: 100%;
    padding:0px 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#circle_id{
    background-color: white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#circle_id img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.up_right
{
    margin-left: 84px;
}
.up_left
{
    margin-right: 84px;
}

/* Responsive css*/
@media only screen and (max-width: 768px) {
    .up_left
    {
        margin-right: 115px;
    }
    .up_right
    {
        margin-left: 115px;
    }
    .form-group.col-sm-12
    {
        padding-right: 0;
        padding-left: 0;
    }
    .main_logo
    {
        max-width: 60px;
        max-height: 60px;
        margin-top: 5px;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 500px) {
    .up_right, .up_left
    {
        margin: 0 0 0 0;
    }
}