/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
	
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E60418;
	padding-left: 5px;
}
li a
{
	color: #00F;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #F00;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	opacity: 0.5;
}

#myBtn:hover {
  background-color: #555;
}
 
.dec01
{
	width: auto;
	max-width: 1200px;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin: auto;
}
.dec03 {
	width: auto;
	max-width: 1200px;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #BC2729;
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
	margin: auto;
}

.dec02
{
	font-family: 'Ubuntu', sans-serif;
	font-size: xx-large;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	line-height: 35px;
}

.decfullwidth
{
	width: 100%;
	background-color: #F3F3F3;
	margin-top: -3px;
}
input
{
width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

textarea
{
	width: 280px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.formtext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
}
input[type=submit] {
    width: 280px;
    background-color: #213F63;
    color: white;
    padding: 5px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
	background-color: #2E5789;
}
.britext	{
	width: auto;
	max-width: 1200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
	
.britext ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
.britext2	{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FFF;
	line-height: 27px;
	text-align: left;
	letter-spacing: 1px;
	
}	

.britext2 a {
	color: #FF0;
}
.logoauto
{
	width: 100%;
	height: auto;
}
/* FOOTER */

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #BC2729;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: medium;
	background-color: #BB292C;
	font-family: 'Ubuntu', sans-serif;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 8px;
	text-align: center;
	letter-spacing: 1px;
	height: auto;
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 450px;
	float: right;
}
.mainimg
{
	width: 100%;
	height: auto;
	margin: auto;
}
.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 50px;
	position: absolute;
	left: 33%;
	text-align: center;
	letter-spacing: 1px;
}
.dtext2
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FFF;
	line-height: 25px;

}
.dtext1
{
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FF0;
	line-height: 30px;
}
.timethreelink2
{
	width: 150px;
	font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #FF0;
	background-color: #000;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 15px;
	border: 0px solid #000;
	line-height: 30px;
	transition: 0.3s;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.timethreelink2:hover
{
	width: 150px;
	border-radius: 15px;
	border: 0px solid #333;
	line-height: 30px;
	color: #FFFF00;
	font-size: medium;
}
.dtwo
{
	width: 320px;
	margin: auto;
}
.dtwo1
{
	width: 150px;
	float: left;
}
.dtwo2
{
	width: 150px;
	float: right;
}
.mail
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	line-height: 25px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
}

@media (max-width: 1290px)
{
	.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 30px;
	position: absolute;
	left: 26%;
	text-align: center;
	letter-spacing: 1px;
}
}


@media (max-width: 1030px)
{
	
.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 30px;
	position: absolute;
	left: 20%;
	text-align: center;
	letter-spacing: 1px;
}	
	

}

@media (max-width: 768px)
{
	.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 40px;
	position: absolute;
	left: 10%;
	text-align: center;
	letter-spacing: 1px;
}
	
	.contacttwo
{
	width: auto;
	max-width: 740px;
	margin: auto;
}
.contacttwo1
{
	width: 350px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}
.britext2	{
 line-height: 23px;	
}
.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
 header
        {
           
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
		
		
}

@media (max-width: 610px)
{
	
		.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 40px;
	position: absolute;
	left: 10px;
	text-align: center;
	letter-spacing: 1px;
}
	
	
	.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}
 
}
@media (max-width: 570px)
{
		.dtext
{
	width: auto;
	max-width: 600px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #FFF;
	top: 15px;
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
}
.dtext2
{
	font-size: medium;
	line-height: 20px;
}
.britext2
{
	font-size: medium;
	line-height: 20px;
	text-align: center;
}

}
@media (max-width: 480px)
{

}
@media (max-width: 400px)
{
		
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
