/*-----FONTS AND H1,H2,H3-----*/
@font-face {
	font-family: 'mrglovani';
	src: url(fonts/bpg_mrgvlovani_caps_2010.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mtavruli';
	src: url(fonts/mtavruli.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nino';
	src: url(fonts/bpg_nino_mtavruli_normal.ttf);
	font-weight: normal;
	font-style: normal;
}

h1,h2,h2 {
    font-family: 'mrglovani';
    border-bottom: 1px solid #D9D9D9;
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: strong;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h2 a {
    color:#595959;
    text-decoration: none;
    /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
    -o-transition:color .2s ease-out, background 2s ease-in;
    -ms-transition:color .2s ease-out, background 2s ease-in;
    -moz-transition:color .2s ease-out, background 2s ease-in;
    -webkit-transition:color .2s ease-out, background 2s ease-in;
    /* ...and now for the proper property */
    transition:color .2s ease-out, background 2s ease-in;
}

h2 a:hover {
    color:#d0002a;
    background:none;
}

/*-----END FONTS AND H1,H2,H3-----*/




.22{
        background:url('http://1.bp.blogspot.com/-FaeRKNmFDX8/Ud16d2_PZFI/AAAAAAAAAsM/5xugOK5YAuE/s1600/facebook.png');
    background-repeat:no-repeat;
    width:43px;
    height:43px;
    position:fixed;
    left:0px;
    top:160px;
    z-index:1000;
}
.222{ background:url('http://3.bp.blogspot.com/-W7Z5XKfLWd8/Ud16eM8AadI/AAAAAAAAAsQ/cv7fgYD5fiE/s1600/facebook-hover.png');background-repeat:no-repeat;width:150px;height:43px;position:fixed;left:0px;top:160px; z-index:1100;}











/*-----VIDEO BACKGROUND-----*/

.puntos_bg {
    background: url(images/c.png);
    height: 100%;
}

#video1 {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    visibility: visible;
}
/*-----END VIDEO BACKGROUND-----*/



body {
    background-image:url('images/bg.bmp');
    background-repeat:no-repeat;
    background-size:100%;
    background-color: #000;
    font-family: "nino";
}

.body-content {
    color: #ffffff;
    font: 16px "nino";
}

#nav {
        margin-top: 32px;
        float: right;
        font: "mtavruli";
        overflow: hidden;
}

#nav ul {
        margin:0;
        padding:0;
        list-style:none;
}

#nav ul li {
        float:left;
}

#nav ul li a {
    font-family: "mtavruli";
        float: left;
        color:#efefef;
        padding: 7px 10px 7px 10px;
        text-decoration:none;
       
}

#nav li ul {
        background:rgba(0, 0, 0, 0.9);
        left: -999em;
        margin: 35px 0 0;
        position: absolute;
        width: 210px;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        outline: 1px solid white;
outline-radius: 5px;
}

#nav li ul a {
        background: none;
        border: 0 none;
        margin-right: 0;
        width: 190px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
}

#nav ul li a:hover,
#nav ul li:hover > a {
        color: #fff;
        background:none;
    border-bottom: 1px solid white;
        

}

#nav li ul a:hover, 
#nav ul li li:hover > a  {
    color: #2c2c2c;
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 0px solid rgba(0,0,0,0.6);
        border-top: 0px solid #7BAED9;
        text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}



#nav li:hover ul {
        left: auto;
}


#nav li li ul {
        margin: -1px 0 0 160px;
        visibility:hidden;
}

#nav li li:hover ul {
        visibility:visible;
}

#nav ul ul li:last-child > a {
}

#nav ul ul ul li:first-child > a {
}


.main {
    width: 100%;
    margin: 0 auto;
    background: url(images/header-bg.png)  center top no-repeat;
}

.logo {
    float: left;
    margin-top: 32px;
}

.head {
    width: 900px;
    height: 100px;
    margin: 0 auto;
}







.text {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-top: 50px;
}


.content {
    /* background-color: rgba(255,255,255,0.05); */
    text-align: center;
    margin: 40px auto 0 auto;
    width: 800px;
    height: 250px;
    /* border: 1px solid rgba(255,255,255,0.5); */
    border-radius: 10px;
}

.content1{
    color: #fff;
    text-align: bottom;
    float: left;
    width: 200px;
    height: 230px;
    border: 0px solid red;
}

.content2{
    color: #fff;
    margin-left: 97px;
    float: left;
    border: 0px solid red;
    width: 200px;
    height: 230px;
}

.content p{
    font-size: 22px;
    font-family: "mtavruli";
}

.content p a{
    background-color: rgba(0,0,0,0.30);
    text-decoration: none;
    color: #fff;
    font-family: "mtavruli";
    border: 1px solid rgba(255,255,255,0.5);
    padding: 10px 50px;
}

.content p a:hover{
    background-color: rgba(255,255,255,0.07);
    color: #fff;
    font-family: "mtavruli";
    border: 3px solid rgba(255,255,255,0.9);
    padding: 10px 50px;
}


.content3{
    color: #fff;
    margin-left: 97px;
    float: left;
    border: 0px solid red;
    width: 200px;
    height: 230px;
}





.footer {

    width: 100%;
    height: 200px;
    margin: 0 auto -50px auto;
    background: url(images/footer-bg.png)   repeat-x;
}

.footerp {
    color: #fff;
    width: 900px;
    height: 140px;
    margin: 0 auto;
}

.footerr {
    background-colokr: rgba(255,255,255,0.05);
    text-align: center;
    margin: 30px auto 0 auto;
    width: 800px;
    height: 140px;
    border: 0px solid rgba(255,255,255,0.5);
}

.footerr1{
    color: #fff;
    text-align: bottom;
    float: left;
    width: 200px;
    height: 140px;
    border: 0px solid red;
    position: relative;
}

.footerr2{
    color: #fff;
    margin-left: 97px;
    float: left;
    border: 0px solid red;
    width: 200px;
    height: 140px;
    position: relative;
}

.footerr p{
    font-size: 22px;
    font-family: "mtavruli";
}

.footerr p a{
    background-color: rgba(0,0,0,0.30);
    text-decoration: none;
    color: #fff;
    font-family: "mtavruli";
    border: 0px solid rgba(255,255,255,0.5);
}

.footerr p a:hover{
    background-color: rgba(255,255,255,0.07);
    color: #fff;
    font-family: "mtavruli";
    border: 3px solid rgba(255,255,255,0.9);
}


.footerr3{
    color: #fff;
    margin-left: 97px;
    float: left;
    width: 200px;
    height: 140px;
    position: relative;
}

div.footerr3 div.text {
    text-align: right;
    font-size: 12px;
    font-family: sans-serif;
	position: absolute;
	bottom: 20px;
    line-height: 23px;
}

div.footerr3 div.text a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}


div.footerr1 div.text {
    text-align: left;
    font-size: 12px;
    font-family: sans-serif;
	position: absolute;
	bottom: 20px;
    line-height: 23px;
}

div.footerr1 div.text a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.footerr2 div.text {
    display: inline-block;
    vertical-align: middle;
}

div.footerr2 div.text a {
    color: white;
}
















    
    .baneri{
        position:fixed;
        right:0px;
        top:160px;
        z-index:1000;
}
    .baneri2{
        position:fixed;
        right:0px;
        top:250px;
        z-index:1000;
}    
    .baneri3{
        position:fixed;
        right:0px;
        top:340px;
        z-index:1000;
}    
    
    
    
.fixedmenu{
    background:url('http://1.bp.blogspot.com/-FaeRKNmFDX8/Ud16d2_PZFI/AAAAAAAAAsM/5xugOK5YAuE/s1600/facebook.png');
    background-repeat:no-repeat;
    width:43px;
    height:43px;
    position:fixed;
    right:0px;
    top:160px;
    z-index:1000;
}
.fixedmenu1{
    background:url('http://3.bp.blogspot.com/-W7Z5XKfLWd8/Ud16eM8AadI/AAAAAAAAAsQ/cv7fgYD5fiE/s1600/facebook-hover.png');
    background-repeat:no-repeat;
    width:43px;
    height:43px;
    position:fixed;
    right:0px;
    top:160px;
    z-index:1100;
}
    
.fixedmenu_1{
    margin:0 0 0 43px;
}
    
    
    
.fixedmenutw{
    background:url('http://1.bp.blogspot.com/-WeUDB_HkbWA/Ud16fP78JoI/AAAAAAAAAsk/1k2WNVRCBvo/s1600/twitter.png');
    background-repeat:no-repeat;
    width:43px;
    height:43px;
    position:fixed;
    right:0px;
     top:205px;
    z-index:1000;
}
    
.fixedmenutw1{
    background:url('http://1.bp.blogspot.com/-AEj1b-df974/Ud16fs5CVkI/AAAAAAAAAss/HYNXT4cJpPI/s1600/twitter_hover.png');
    background-repeat:no-repeat;
    width:43px;
    height:43px;
    position:fixed;
    right:0px;top:205px;
    z-index:1100;
}
.fixedmenutw_1{
    margin:0 0 0 43px;
}