﻿* {
margin:0px; 
padding: 0px;
}

body {
font: 16px Verdana;
line-height:1.6;
background: url('images/bottom_texture.jpg');
}

#outer {
width:100%;
overflow:hidden;
position: absolute;
top: 20%;
display: block;
}

#wrapper {
width:100%;
overflow:hidden;
margin: 0 auto;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.25);
display: block;
}

#container {
padding: 45px 0;
width: 100%;
} 

a {
color: rgb(236, 252, 242);
text-decoration: none;
}

a:hover {
color: white;
}

a.active {
color: red;
}


.first {
display: block;
color: white;
text-align: center;
width: 100%;
color: rgb(236, 252, 242);
font-family: 'Merriweather Sans', sans-serif;
font-weight: 100;
padding-right: 10px;
}

.second {
width: auto;
color: white;
text-align: center;
font-size: 15px;
width: 80%;
margin: 10px auto;
}

.d1, .d2, .d3 {
min-width: 250px;
display: inline-block;
padding-top: 30px;
padding-bottom: 30px;
font-family: 'Merriweather Sans', sans-serif;
text-align: center;
vertical-align: top;
color: rgb(236, 252, 242);
}

img {
height: 30px;
}

h1 {
font-family: 'Montserrat', sans-serif;
font-size: 30px;
}

h2{
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 30px;
}

hr {
margin: 0 auto;
width: 50%;
color: rgb(236, 252, 242);
   border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(236, 252, 242,0), rgba(236, 252, 242,0.75), rgba(236, 252, 242,0)); 
    background-image:    -moz-linear-gradient(left, rgba(236, 252, 242,0), rgba(236, 252, 242,0.75), rgba(236, 252, 242,0)); 
    background-image:     -ms-linear-gradient(left, rgba(236, 252, 242,0), rgba(236, 252, 242,0.75), rgba(236, 252, 242,0)); 
    background-image:      -o-linear-gradient(left, rgba(236, 252, 242,0), rgba(236, 252, 242,0.75), rgba(236, 252, 242,0)); 
}

hr.hr {
width: 80%;
margin: 0 auto;
color: rgb(0,0,0);
   border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0,0.75), rgba(0, 0, 0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0,0.75), rgba(0, 0, 0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0,0.75), rgba(0, 0, 0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0,0.75), rgba(0, 0, 0,0)); 
}

.mail {
	 unicode-bidi: bidi-override;
	 direction: rtl;
 } 
 
.links {
margin: 10px auto;
font-family: 'Raleway', sans-serif;
width: 100%;
text-align: center;
}

.links a {
font-size: 11px;
}

.separator {
margin: 0 20px;
color: rgb(236, 252, 242);
font-size: 14px;
}