
body {
background: #282828;
}

td {
	font: 13px Tahoma, Arial;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {

    color: #5a768d;
    margin: 0px;
}


h1 {
    font-size: 25px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}

h3 {
    font-size: 14px;
}


a {

font: bold 12px Tahoma, Arial;
color: #5a768d;
text-decoration: underline;
}

a:hover {

font: bold 12px Tahoma, Arial;
color: #5a768d;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 20px 33px 20px 5px;

}
.p1
{
padding: 20px 33px 20px 5px;

}
.p2
{
padding: 30px 10px 20px 0px;

}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;

}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;

}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;

}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}

@import url();

.zoomIt{
	display: block !important;
	-webkit-transition:-webkit-transform 1s ease-out;
	-moz-transition:-moz-transform 1s ease-out;
	-o-transition:-o-transform 1s ease-out;
	-ms-transition:ms-transform 1s ease-out;
	transition:transform 1s ease-out;
}
.zoomIt:hover{
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

body {
    background:();
}

.main {
    width: 90%;
    max-width: 700px;
    margin: 10px auto;

}

.slides {
    width: 100%;
}

.slides img {
    width: 90%;
}

.slidesjs-pagination {
    background:#282828;
    list-style: none;
    overflow: hidden;
}

.slidesjs-pagination li {
    float: left;
}

.slidesjs-pagination li a {
    display: block;
    padding: 1px 11.19px;
    color: #fff;
    text-decoration: none;
}

.slidesjs-pagination li a:hover {
    background:#282828;
}
.slides .active {
    background:#000;
}


.slidesjs-navigation {
    background:#282828;
    color:#282828;
    text-decoration: none;
    display: inline-block;
    padding: 1px 6px;
    float: right;
}


* {
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizig:border-box;
    box-sizing:border-box;
}

.bar {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000px;
}

.bar ul {
    list-style: none;
}

.bar ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.bar ul li .icon-facebook {background:#3b5998;}
.bar ul li .icon-twitter {background:#00abf0;}
.bar ul li .icon-google-plus {background:#d95232;}
.bar ul li .icon-html5 {background:#f16529;}

.bar ul a:hover {
    padding: 10px 30px;
    background: #000;
}


