/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #133E22;
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: inherit;
}

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;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	opacity: 0.5;
}
.ads
{
	width: auto;
	max-width: 800px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#myBtn:hover {
  background-color: #555;
}
.tsmtitle
{
	width: 100%;
	background-color: #F3F3F3;
	margin-bottom: 15px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.tsm01
{
	width: auto;
	max-width: 1150px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 31px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 45px;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.tsm02
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 31px;
	color: #FF0000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 45px;
	padding-top: 15px;
}
.imgauto
{
	width: 100%;
	height: auto;
	margin: auto;
}
.imgcent
{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 181px;
}
.pureslider
{
	width: 100%;

}

.britext	{
	width: auto;
	max-width: 1200px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
	
.britext ul	{
	list-style-type: disc;
	padding-left: 20px;
	line-height: 35px;
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: large;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.britext2	{
	padding-bottom: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #333;
	line-height: 30px;
	text-align: justify;
	margin: 0px;
	letter-spacing: 1px;
}		
.britext2 a {
	color: #00F;
	font-size: large;
}
.topbox
{
	background-color: #fff;
	width: 100%;
	height: 85px;
}

/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
}

header p
{
        font-family: 'Ubuntu', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	text-align: center;
	margin: auto;
	padding-top: 6px;
	background-color: #F5BD04;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

nav ul
{
        list-style:none;
}

nav ul li a
{
	font-family: 'Ubuntu', sans-serif;
	transition: all .25s ease;
	font-size: medium;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

nav ul li a:hover
{
	color: #F1110F;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
	display: block;
	background-color: #90488B;
	color: #FFF;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.toggleMobile
{
        display: none;
}

nav ul li
{
	display: inline;
	text-align: center;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
}
#topcolone
{
	width: 245px;
	float: left;
	background-color: #fff;
}
#topcoltwo
{
	width: 320px;
	float: right;
	background-color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	letter-spacing: 1px;
	text-align: right;
	line-height: 20px;
}
.calltext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	line-height: 30px;
	color: #FF0000;
	letter-spacing: 1px;
	text-align: right;
}

.logoauto
{
	width: 100%;
	height: auto;
	margin: auto;	
}
.belttitle
{
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #000;
	text-align: center;
}

/* FOOTER */

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #000000;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: medium;
	background-color: #000000;
	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;
	height: auto;
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.tsmtitle2
{
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #000;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 5px;
}

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;
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 450px;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 400px;
	float: right;
}

.idctwo
	{
		width: auto;
		max-width: 1200px;
		margin: auto;
	}
	.idctwo1
	{
	width: 680px;
	float: left;
	padding-top: 10px;
	}
	.idctwo2
	{
	width: 480px;
	float: right;
	margin-right: 5px;
	}
	
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #FF0000;
	cursor: pointer;
	padding: 11px;
	width: 100%;
	text-align: left;
	border: 1px solid #CCC;
	outline: none;
	transition: 0.4s;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	letter-spacing: 1px;
	margin-top: 15px;
	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #ccc;
	color: #000000;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 1px solid #CCC;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	color: #90488B;
}
.panel ul
{
	font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #666;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 25px;
	letter-spacing: 1px;
	text-indent: -22px;
	padding-left: 10px;
}
.taracar
{
	width: auto;
	max-width: 1200px;
	margin: auto;
}
.taracar1
{
	width: 650px;
	float: left;
}
.taracar2
{
	width: 480px;
	float: right;
	padding-right: 5px;
}

.taracar1 ul
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #333;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 25px;
	letter-spacing: 1px;
	padding-left: 10px;
}
.tarapass
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	
}
.tarapass1
{
	width: 270px;
	float: left;
}
.tarapass2
{
	width: 270px;
	float: left;
	padding-left: 100px;
}
.tarapass3
{
	width: 270px;
	float: right;
}

.passtext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #F00;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 22px;
}

.full
{
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
	background-color: #F5BD04;
	margin-bottom: 15px;
	
}
.review
{
	width: 200px;
	margin: auto;
}
.idcfour
{
	width: auto;
	max-width: 480px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.idcfour1
{
	width: 240px;
	float: left;
}
.idcfour2
{
	width: 240px;
	float: right;
}

.idcfourtitle
{
font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	color: #000;
	background-color: #F0F0F0;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 1px;
	padding-left: 1px;
}
.idcfourtitle2
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FFF;
	background-color: #DD0000;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 1px;
	padding-left: 1px;
}
.idcfourtext
{
font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #333;
	background-color: #F0F0F0;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 25px;
}
.idcfourtext2
{
	font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #333;
	background-color: #F0F0F0;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 25px;
}
.taratwo
{
	width: auto;
	max-width: 480px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.taratwo1
{
	width: 240px;
	float: left;
}
.taratwo2
{
	width: 240px;
	float: right;
}
.taratext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FF0000;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
.taratext2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.taratwos
{
	width: auto;
	max-width: 1200px;
	margin: auto;
}
.taratwos1
{
	width: 800px;
	float: left;
}
.taratwos2
{
	width: 350px;
	float: right;
}
.taratwos1 ul
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #333;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
	line-height: 25px;
}
.taralinks
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.taralinks1
{
	width: 500px;
	float: left;
}
.taralinks2
{
	width: 450px;
	float: right;
}
.taralinks1 ul
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #333;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
	line-height: 25px;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youvid
{
	width: auto;
	max-width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.maintext3	{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: medium;
	color: #F00;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.greenfull
	{
	width: 100%;
	background-color: #F5BD04;
		
	}
	.greenfil
	{
	width: auto;
	max-width: 1100px;
	margin: auto;

	}
	.greenfil11
	{
	width: 600px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;

	}
	.greenfil12
	{
	width: 300px;
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
	}
	.greenfilltext
	{
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 10px;
	font-style: italic;
	}
		.greenfill2
	{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	font-style: italic;
	}
	
	.quote
	{
	width: 220px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	color: #FFF;
	background-color: #FF0000;
	letter-spacing: 1px;
	text-align: center;
	border: 4px solid #A60000;
	line-height: 45px;
	}
	
		.quote:hover
	{
	color: #4A7378;
	}
	
.faceb{
	    margin: auto;
    width: auto;
	  max-width: 310px;
}



.fb {
    margin: auto;
    width: auto;
	text-align: center;
	  background-color: #000;
    padding-bottom: 10px;
}	
	
	
@media (max-width: 1030px)
{
	
	.taralinks
{
padding-left: 5px;
padding-right: 5px;
}
.taralinks1
{
	width: 500px;
	float: left;
}
.taralinks2
{
	width: 450px;
	float: right;
}
	.taratwos
{
	padding-left: 5px;
	padding-right: 5px;
}
.taratwos1
{
	width: 640px;
	float: left;
}
.taratwos2
{
	width: 300px;
	float: right;
}
	.idctwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.idctwo1
	{
	width: 510px;
	float: left;
	padding-top: 10px;
	}
	.idctwo2
	{
	width: 420px;
	float: right;
	margin-right: 5px;
	}
	
	.taracar
{
		padding-left: 5px;
		padding-right: 5px;
}
.taracar1
{
	width: 570px;
	float: left;
}
.taracar2
{
	width: 400px;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 40px;
}

}

@media (max-width: 900px)
{
	.taratwos1
{
	width: auto;
	float: none;
	margin: auto;
}
.taratwos2
{
	width: auto;
	max-width: 450px;
	float: none;
	margin: auto;
}

.taratwo
{
	width: auto;
	max-width: 480px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.greenfil
	{
	padding-left: 5px;
	padding-right: 5px;

	}
	.greenfil11
	{
	width: 550px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;

	}
	.greenfil12
	{
	width: 250px;
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
	}


}
@media (max-width: 850px)
{
	.taralinks1
{
	width: 420px;
	float: left;
}
.taralinks2
{
	width: 300px;
	float: right;
}
	.tarapass
{
	width: auto;
	max-width: 600px;
	margin: auto;
	
}
.tarapass1
{
	width: 270px;
	float: left;
}
.tarapass2
{
	width: 270px;
	float: right;
	padding-left: 1px;
}
.tarapass3
{
	width: 270px;
	float: right;
	margin-right: 160px;
	margin-top: 15px;
}
	.tsmtitle2
	{
			width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-large;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
	background-color: #F3F3F3;
	margin-bottom: 15px;
	}
	.taracar1
{
	width: auto;
	float: none;
	margin: auto;
}
.taracar2
{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;	
	padding-top: 10px;
}
	
		.idctwo1
	{
	width: auto;
	float: none;
	margin: auto;
	padding-top: 0px;
	}
	.idctwo2
	{
	width: auto;
	max-width: 550px;
	float: none;
	margin: auto;
	}
	
		.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: 25px;
	}
	.tsm2two2text
	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: medium;
	line-height: 27px;
	}

.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
	
#topcoltwo
{
	padding-right: 5px;
}
.twocolone
{
	width: 440px;
}
.twocoltwo
{
width: 250px;
}

        header
        {
           
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
	width: auto;
	height: auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
		.active, .toggleMobile:hover {
background: rgba(144, 72, 139, 0.1);
}

        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 40px;
	height: 8px;
	left: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #E51E55;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu2
        {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000000;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }	
		.calltext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: large;
	line-height: 30px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
}	
.topbox
{
	margin-top: 45px;
}

	.greenfil11
	{
	width: auto;
	float: none;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;

	}
	.greenfil12
	{
		width: 230px;
	float: none;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	}
}

@media (max-width: 640px)
{
	.taralinks1
{
	width: auto;
	float: none;
	margin: auto;
}
.taralinks2
{
	width: auto;
	max-width: 450px;
	float: none;
	margin: auto;
}
	
	.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	max-width: 350px;
	float: none;
	margin: auto;
}
	.tsm01
{
	font-size: x-large;
	line-height: 35px;
}

	.tsm02
{
	font-size: x-large;
	line-height: 30px;
}
	
	.pureslider
	{
	margin-top: 80px;
	}
		#topcolone
{
	float: none;
	margin: auto;
	max-width: 320px;
}
	
	#topcoltwo
{
	text-align: center;	
	float: none;
	margin: auto;
}
.topbox
{
	margin-top: 0px;
}
.britext2
{
	padding-left: 10px;
	margin-top: 10px;
	line-height: 25px;
}
.brititle
{
	padding-left: 10px;
}
}

@media (max-width: 590px)
{
	
.taratwo1
{
		width: 240px;
	float: none;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.taratwo2
{
	width: 240px;
	float: none;
		margin: auto;
}	
	.tarapass
{
	width: auto;
	max-width: 600px;
	margin: auto;
	
}
.tarapass1
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
}
.tarapass2
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
	padding-left: 0px;
}
.tarapass3
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;

}

}
@media (max-width: 450px)
{
	.britext2
	{
	text-align: left;
	}
	.idcfour
{
	width: auto;
	max-width: 240px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.idcfour1
{
	width: 240px;
	float: none;
	margin: auto;
}
.idcfour2
{
	width: 240px;
	float: none;
	margin: auto;
}
	
}

/* 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%);}
}
