﻿body
{
    background-color: #F0F0F0;
    text-align: justify;
}
*
{
    margin:auto;
    padding:auto;
}
h1, h2, h3, h4, h5, h6
{
    background: -webkit-linear-gradient(#f30521, #42020a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eb1d3e
}/*
h1, h2, h3, h4, h5, h6
{
    background: -moz-linear-gradient(#f30521, #42020a);
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: #eb1d3e
}
h1, h2, h3, h4, h5, h6
{
    background: -ms-linear-gradient(#f30521, #42020a);
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    color: #eb1d3e
}*/
.clear
{
    clear:both;
}
.menu_main
{
    width:70%;
    float:right;
}
.logo_main
{ width:30%;
    float:left;
}
.titel
{
    margin:10px 0 0 0;
}
.welcome
{
    border-width: 1px;
    border-color: #620000;
    margin: -5px 0px 10px 0px;
    border-bottom-style: solid;
    line-height:60px;
}
       
.welcome1 li
{
    list-style: upper-roman;
}
  
.more
{
    background: -webkit-linear-gradient(#f30521, #42020a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eb1d3e
    
}
p, a , li, table tr td
{
    font-size:15px;
}
ul li
{
    list-style:none;
}
.left-link ul
{ 
    background: linear-gradient(#f30521,#f30521, #42020a);
    border-radius: 20px;
    -moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	padding:15px;
}

.left-link ul li a
{
    line-height:30px;
    color:White;
    text-decoration:none;
}
.left-link ul li a:hover
{
    color: #000;
}
.float-left
{
    float:left;
}
.float-right
{
    float:right;
}
.float-left-img
{
    border: 1px solid #800000;
    margin: 0px 10px 0px 0px;
    padding:5px;
    background-color:White;
}
.col-md-8 p
{
   line-height:25px;
}


.box_tms{width:32%; margin:.5%; float:left; border:1px solid #ccc;}
.box_tms img{float:left; width:100px; /*padding-right:10px;*/ padding-left:0; border:2px solid #ccc;}
.box_tms p{padding:10px 0 0 112px; display:block; color:#333; font-size:18px; white-space:nowrap;}
.box_tms p span{color:#999; font-size:12px; display:block; text-wrap: normal;}

.btn-style{
	border : solid 1px #ff0000;
	border-radius : 20px 3px 20px 4px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	font-size : 20px;
	color : #ffffff;
	padding : 1px 17px;
	background : #ff0000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(0%,#ff0000), color-stop(100%,#000));
	background : -moz-linear-gradient(top, #000 0%, #ff0000 0%, #000 100%);
	background : -webkit-linear-gradient(top, #000 0%, #ff0000 0%, #000 100%);
	background : -o-linear-gradient(top, #000 0%, #ff0000 0%, #000 100%);
	background : -ms-linear-gradient(top, #000 0%, #ff0000 0%, #000 100%);
	background : linear-gradient(top, #000 0%, #ff00000 0%, #000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000',GradientType=0 );

}


.footer
{
    background-color: #E1E1E1;
    background: linear-gradient(#E1E1E1, #757575);
}
.footer h3
{
     background: -webkit-linear-gradient(#f30521, #42020a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #eb1d3e
}
.footer ul
{
    margin-left:-36px;
}
.footer ul li a
{
    color: #000;

}
*{ outline-width:0;}
.cr .row{width:100%; padding:10px 0;}
.cr .row .inp_1{width:98%; padding:1%;}
.cr .row .inp_sec{width:100%; padding:1%;}
.cr .row_2{width:50%; float:left; padding:10px 0px 10px 0px ; margin:10px 0px 10px 0px ;}
.cr .row_2 .inp_2{width:92%; padding:2.3%;}
.cr .row_2 .inp_2.sep{float:right;}
.cr .row_2 .sep{margin-left:10px;}
label{margin:5px 0; display:block;}
input[type='text'],textarea,input[type='file'],input[type='submit'],select,option{border-radius:5px; border:1px solid #ccc;}
input[type='submit']{float:right; width:200px; padding:8px; cursor:pointer; transition-duration:1s;}
input[type='submit']:hover{box-shadow:#000 0 1px 2px; transition-duration:1s;}
input[type='submit']:active{box-shadow:inset #fff 0 1px 2px; transition-duration:1s;}
@media (max-width: 750px){
.menu_main
{
    width:37%;
    float:right;
}
.logo_main
{ width:63%;
    float:left;
}
}

@media (max-width: 900px){
    .float-left
{
    float:none;
}

.menu_main
{
    width:100%;
    float:none;
    text-align:center;
}
.logo_main
{ width:100%;
    float:none;
    text-align:center;
}

.titel
{
    margin:-10px 0 0 0;
}
}
@media (max-width: 1008px){
    .float-left
{
    float:none;
}

.menu_main
{
    width:100%;
    float:none;
}
.logo_main
{ width:100%;
    float:none;
    text-align:center;
}
.titel
{
    margin:5px 0 5px 0;
}
}
@media (max-width: 408px){
    .float-left
{
    float:none;
}
.titel
{
    margin:5px 0 5px 0;
}
.menu_main
{
    width:100%;
    float:none;
}
.logo_main
{ width:100%;
    float:none;
}
}
@media (min-width: 208px)
{
  
.float-right
{
    float:none;
    clear:both;
}
    .float-left-img
{
    border: 1px solid #800000;
    margin: 0px 10px 0px 0px;
    padding:5px;
    width:200px;
    
}
}