@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

@font-face {
	font-family:corbelb;
	font-weight: normal;
	src: url(../fonts/CORBELB.TTF);
}

@font-face{
      font-family:'Ebrima';
      src:url(../fonts/ebrima.ttf)
}

@font-face {
	font-family:calibrib;
	font-weight: normal;
	src: url(../fonts/CALIBRIB.TTF);
}

@font-face {
    font-family: "Ropa Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Ropa Sans"), local("RopaSans-Regular"), url("http://themes.googleusercontent.com/static/fonts/ropasans/v3/QnguTd82yEUxQZygH2gm8D8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

*:focus {
	outline:none;
}

.clear {
	clear:both;
}

input, select, textarea {
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	}

a {text-decoration:none; color:#bd8421;	
    transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

*, ul, li, h1, h2, p, b {
	font-weight:normal;
	margin: auto;
	padding:0px;
	list-style:none;
	line-height:1.5;
}

*{
    margin: 0px;padding: 0px;
}
body{
    background:#000000 url(../images/bg-head.jpg) no-repeat center top;
    margin: 0px auto;
}

#pages-se {
	margin:0 auto 0 auto;
	position:relative;
	padding:146px 0 0 0;
    overflow: hidden;
}

#main-pages {
	width: 960px;
	margin: 0px auto 30px;
}
a.logo-server{
    background: url(../images/logo.png) center center no-repeat;
    width: 479px;
    height: 170px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 20px;
}
.border-light-menu{
    background: url(../images/border-light.png) center center no-repeat;
    width: 1200px;
    height: 9px;
    margin: 0px auto 0px;
    position: relative;
    top: 4px;
}
#navigation-bar{
    background: url(../images/main-nav.png) center center no-repeat;
    width: 960px;
    height: 68px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 9999;
    /* border-right: 1px solid #aa251b; */
    /* border-left: 1px solid #aa251b; */
    border-radius: 0px;
}
#navigation-bar > ul{
    border-radius: 6px;
	position: relative;
}
#navigation-bar > ul > li{
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.27);
    border-left: 1px solid rgba(255, 255, 255, 0.04);
    margin-left: -4px;
    height: 64px;
}
#navigation-bar > ul > li > a{
    padding: 18px;
    display: block;
    line-height: 32px;
    font-family: 'Ebrima';
    font-size: 15px;
    font-weight: bold;
    color: #796e25;
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    position: relative;
    z-index: 2;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;

}
#navigation-bar > ul > li > a:hover{
    box-shadow: inset 0px 0px 6px 20px rgba(0, 0, 0, 0.21);
    color: #9a6e06;
    text-shadow: 0px 0px 3px #000;
    border-radius: 5px;
}

#steps-server{
        margin: 0px auto 0px -1px;
}
#steps-server > ul{}
#steps-server > ul > li{
    /* display: inline-block; */
    list-style: none;
    float: left;
    margin-left: 3px;
}
#steps-server > ul > li > a{
    height: 100px;
    width: 316px;
    display: block;
    opacity: 0.7;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#steps-server > ul > li > a:hover{
   opacity: 10; 
}

#steps-server > ul > li > .step-1{
    background: url(../images/step/1.png) center center no-repeat;
}
#steps-server > ul > li > .step-2{
    background: url(../images/step/2.png) center center no-repeat;
}
#steps-server > ul > li > .step-3{
    background: url(../images/step/3.png) center center no-repeat;
}

/* Start Side Right */
#side-right{
    float: right;
    width: 270px;
}    
#side-right .top-box-right{
    background: url(../images/right-side-head.png) center center no-repeat;
    width: 270px;
    height: 47px;
}#side-right .top-box-right h1.head-title-right{
    font-family: 'Ebrima';
    font-size: 14px;
    color: #796e25;
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#side-right .middle-box-right{
    background: url(../images/right-side-body.png) center center repeat-y;
    height: auto;
    width: 270px;
    
}
#side-right .middle-box-right .text{
    font-family: 'Open Sans';
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: #796e25;
    padding: 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;  
}
#side-right .footer-box-right{
    background: url(../images/right-side-footer.png) center center no-repeat;
    height: 14px;
    width: 270px;
}

/* end Side Right */

/* Start Side left */

#side-left{
    float: left;
    width: 690px;
}    

#side-left .top-box-left{
    background: url(../images/left-side-head.png) center center no-repeat;
    width: 690px;
    height: 47px;
}#side-left .top-box-left h1.head-title-left{
    font-family: 'Ebrima';
    font-size: 14px;
    color: #796e25;
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#side-left .middle-box-left{
    background: url(../images/left-side-body.png) center center repeat-y;
    height: auto;   
    width: 690px;
    padding: 10px 0px;
}

#side-left .middle-box-left .text{
    font-family: 'Open Sans';
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: #796e25;
    padding: 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}

#side-left .footer-box-left{
    background: url(../images/left-side-footer.png) center center no-repeat;
    height: 14px;
    width: 690px;
}
/* end Side left */

#footer{}
#footer > .border-footer{
    background: url(../images/border-light.png) center center no-repeat;
    width: 1200px;
    height: 9px;
    margin: 0px auto;
}
#footer > .background-footer{
    background-color: #000;
    width: 1200px;
    height: 100px;
}
#footer > .background-footer > .copyright{
    float: left;
    position: relative;
    top: 30%;
    left: 30px;
    background-color: #16161a;
    padding: 5px 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #635f5f;
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #24242f;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.69), 2px 2px 1px rgba(0, 0, 0, 0.17), inset 0 0 2px rgb(56, 56, 78), inset 0 0 15px rgba(47, 47, 68, 0.22); */
    text-align: center;
    
}
#footer > .background-footer > .sponser{
    float: right;
    width: 40%;
    position: relative;
    top: 30%;
}
#footer > .background-footer > .sponser > ul{}
#footer > .background-footer > .sponser > ul > li{
    display: inline-block;
    margin-top: 5px;
    padding-left: 11px;    
}
#footer > .background-footer > .sponser > ul > li > a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px; 
    color: #706622;
}


.input-text{
    background-color: #0a0a0c;
    border: 1px solid #202029;
    height: 34px;
    width: 93%;
    margin-bottom: 5px;
    text-align: center;
    color: #796e25;
    line-height: 30px; 
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}
.input-submit{
    background: url(../images/btn-web.png) center center no-repeat;
    height: 35px;
    width: 103px;
    text-align: center;
    line-height: 35px;
    color: #777777;
    border: 0px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    opacity: 0.7;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    cursor: pointer;
}
.input-submit:hover{
  opacity: 10;  
}

.status{
    background-color: #706622;
    color: #000;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.12);
    box-shadow: inset 0px 0px 8px 1px rgb(152, 138, 34); 
    padding: 5px;
    font-family: tahoma;
    font-size: 11px;
	transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
    border-radius: 5px;
    text-transform: uppercase;
}
.info{
    background-color: #597022;
    color: #000;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.12);
    box-shadow: inset 0px 0px 8px 1px rgb(116, 148, 39);
    padding: 5px;
    font-family: tahoma;
    font-size: 11px;
	transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
    border-radius: 5px;
    text-transform: uppercase;
}
.info > a{
    color: #000;
}
.off{
    color: #ff0a0a;
    text-shadow: 0px 1px 1px #9c0000;
    background-color: #181821;
    padding: 3px 12px;
    border-radius: 5px;
}
.on{
    color: #22ff49;
    text-shadow: 0px 1px 1px #009c1a;
    background-color: #181821;
    padding: 3px 12px;
    border-radius: 5px;    
}
.alert{
    background-color: #820000;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #FFEB3B;
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.69), 2px 2px 1px rgba(0, 0, 0, 0.17), inset 0 0 2px rgba(239, 0, 0, 0.42), inset 0 0 15px rgba(86, 0, 0, 0.51);
}
.alert-files{
    width: 60%;
    background-color: #820000;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #FFEB3B;
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.69), 2px 2px 1px rgba(0, 0, 0, 0.17), inset 0 0 2px rgba(239, 0, 0, 0.42), inset 0 0 15px rgba(86, 0, 0, 0.51);
}

.tops{
    background-color: #16161a;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #887b29;
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.69), 2px 2px 1px rgba(0, 0, 0, 0.17), inset 0 0 2px rgb(56, 56, 78), inset 0 0 15px rgba(47, 47, 68, 0.22);
}

/* img gallery */

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #333;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 8px;
    float: left;
    width: 49.99999%;
    background-color: #000;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}