/* 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: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E60418;
	padding-left: 5px;
}

#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;
}
.topbox
{
	background-color: #438098;
	width: 100%;
	height: 105px;
}

.mailsend
{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #000;
	line-height: 0px;
	text-align: center;
}

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: 'Cabin', 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;
}
.imgauto
{
	width: 100%;
	height: auto;
	margin: auto;
}
.imgauto2
{
	width: 100%;
	height: auto;
	margin: auto;
	border: 1px solid #999;
}
.britext	{
	width: auto;
	max-width: 1200px;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	color: #333;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	padding-bottom: 10px;
	}

	
.britext ul	{
	list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', 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: 'Cabin', sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 25px;
	text-align: justify;
}	

.britext2 a {
	color: #00F;
}


/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #469b5d;

}

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

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

nav
{
	width: auto;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

nav ul
{
        list-style:none;
}

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

nav ul li a
{
	font-family: 'Cabin', sans-serif;
	text-transform: none;
	transition: all .25s ease;
	font-size: medium;
	color: #000000;
	letter-spacing: 1px;
	line-height: 30px;
}

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

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

#mobileMenu ul li
{
	display: block;
	background-color: #469B5D;
	color: #000;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 25px;
}

.toggleMobile
{
	display: none;
	color: #000;
}


/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1200px;
	margin: auto;
}
#topcolone
{
	width: 245px;
	float: left;
}
#topcoltwo
{
	width: 350px;
	float: right;
	font-size: large;
	font-family: 'Cabin', sans-serif;
	color: #F47202;
	line-height: 30px;
	text-align: right;
	letter-spacing: 1px;
	margin-right: 5px;
}

/* FOOTER */

footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #438098;
	text-align: center;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: 14px;
	background-color: #438098;
	font-family: 'Cabin', 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);
}
.contact
{
	font-family: 'Cabin', sans-serif;
	color: #000;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px;
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
font-family: 'Cabin', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 450px;
	float: right;
}

	.strtwo
	{
		width: auto;
		max-width: 1200px;
		margin: auto;
	}
	.strtwo1
	{
	width: 650px;
	float: left;
	margin-top: 15px;
	}
		.strtwo2
	{
		width: 500px;
		float: right;
		margin-top: 15px;
	}
	.sttitle
	{
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	color: #438098;
	letter-spacing: 1px;
	line-height: 35px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
		.sttitle2
	{
	font-family: 'Cabin', sans-serif;
	font-size: x-large;
	color: #438098;
	letter-spacing: 1px;
	line-height: 35px;
	padding-bottom: 10px;
	text-align: center;
	}
	.histtwo
	{
		width: auto;
		max-width: 1200px;
		margin: auto;
	}
		.histtwo1
	{
		width: 650px;
		float: left;
	}
			.histtwo2
	{
	width: 500px;
	float: right;
	margin-top: 25px;
	}
	.circle
	{
	width: auto;
	max-width: 250px;
	margin: auto;
	padding-bottom: 10px;
	}
		.amentwo1 ul
	{
			list-style-type: disc;
	padding-left: 30px;
	list-style-position: inside;
	font-family: 'Cabin', sans-serif;
	color: #333;
	font-size: 17px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: -24px;
	}
	
	.amentwo
	{
		width: auto;
		max-width: 1200px;
		margin: auto;
	}
	.amentwo1
	{
	width: 550px;
	float: left;
	margin-top: 15px;
	}
		.amentwo2
	{
		width:550px;
		float: right;
		margin-top: 15px;
	}
	
		

	
	.apictwo
	{
		width: auto;
		max-width: 515px;
		margin: auto;
	}
		.apictwo1
	{
		width: 250px;
		float: left;
		margin-top: 15px;
	}
			.apictwo2
	{
		width: 250px;
		float: right;
		margin-top: 15px;
	}
		.viewgall
	{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #469B5D;
	letter-spacing: 1px;
	line-height: 35px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	}
			.galltext
	{
	font-family: 'Cabin', sans-serif;
	font-size: large;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
	padding-bottom: 10px;
	text-align: center;
	}
	.gallery
	{
		width: auto;
		max-width: 1000px;
		margin: auto;
	}
	.cal
{
	width: auto;
	max-width: 1200px;
	margin:auto;
}
.responsiveCal {
 
position: relative; 
padding-bottom: 75%; 
height: 0; 
overflow: hidden;
margin:auto;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}
@media (max-width: 1030px)
{
	
	.amentwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.amentwo1
	{
	width: 550px;
	float: left;
	margin-top: 15px;
	}
		.amentwo2
	{
		width:415px;
		float: right;
		margin-top: 15px;
	}

	.apictwo
	{
		width: auto;
		max-width: 415px;
		margin: auto;
	}
		.apictwo1
	{
		width: 200px;
		float: left;
		margin-top: 15px;
	}
			.apictwo2
	{
		width: 200px;
		float: right;
		margin-top: 15px;
	}
	.histtwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
		.histtwo1
	{
		width: 500px;
		float: left;
	}
			.histtwo2
	{
	width: 400px;
	float: right;
	margin-top: 35px;
	}
	
	.strtwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.strtwo1
	{
	width: 500px;
	float: left;
	margin-top: 15px;
	}
		.strtwo2
	{
		width: 450px;
		float: right;
		margin-top: 25px;
	}
	
.britext
{
	padding-left: 8px;
	padding-right: 5px;
}
#topcol
{
	padding-left: 5px;
	padding-right: 5px;	
}
}

@media (max-width: 900px)
{

	.amentwo1
	{
	width: 450px;
	float: left;
	margin-top: 15px;
	}
		.amentwo2
	{
		width:365px;
		float: right;
		margin-top: 15px;
	}
	
	.apictwo
	{
		width: auto;
		max-width: 315px;
		margin: auto;
	}
		.apictwo1
	{
		width: 150px;
		float: left;
		margin-top: 15px;
	}
			.apictwo2
	{
		width: 150px;
		float: right;
		margin-top: 15px;
	}

		.histtwo1
	{
		width: 525px;
		float: left;
	}
			.histtwo2
	{
	width: 300px;
	float: right;
	margin-top: 35px;
	}
	
	.strtwo1
	{
	width: auto;
	float: none;
	margin: auto;
	margin-top: 15px;
	}
		.strtwo2
	{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
		margin-top: 25px;
	}

}
@media (max-width: 810px)
{
	.amentwo1
	{
	width: auto;
	float: none;
	margin: auto;

	}
		.amentwo2
	{
	width: auto;
	float: none;
	margin: auto;
	}
	
	.apictwo
	{
		width: auto;
		max-width: 515px;
		margin: auto;
	}
		.apictwo1
	{
		width: 250px;
		float: left;
		margin-top: 15px;
	}
			.apictwo2
	{
		width: 250px;
		float: right;
		margin-top: 15px;
	}	
	.circle
	{
	width: auto;
	max-width: 225px;
	margin: auto;
	padding-bottom: 25px;
	}
		.histtwo1
	{
		width: 460px;
		float: left;
	}
			.histtwo2
	{
	width: 250px;
	float: right;
	margin-top: 35px;
	}
   #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: 30px;
	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: #469B5D;
        }
        .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;
        }
		#topcolone
{
	float: none;
	margin: auto;
}
#topcoltwo
{
	width: 100%;
	float: none;
	margin: auto;
	font-size: large;
	text-align: center;
}
.topbox
{
	height: auto;
}

}


@media (max-width: 768px)
{
	.sttitle
	{
	text-align: center;
	}
	.circle
	{
	width: auto;
	max-width: 225px;
	margin: auto;
	padding-bottom: 25px;
	}
		.histtwo1
	{
		width: auto;
		float: none;
		margin: auto;
	}
			.histtwo2
	{
			width: auto;
			max-width: 300px;
		float: none;
		margin: auto;
	margin-top: 10px;
	}

	.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;
}
          #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }		
.britext2
{
	font-size: medium;
}
}


@media (max-width: 700px)
{
	
	
	#topcolone
{
	float: none;
	margin: auto;
}
#topcoltwo
{
	width: 100%;
	float: none;
	margin: auto;
	font-size: large;
	text-align: center;
}
	.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}

}


@media (max-width: 530px)
{
	
		.apictwo
	{
		padding-left: 5px;
		padding-right: 5px;
		
	}
		.apictwo1
	{
	width: auto;
	max-width: 350px;
	float: none;
	margin: auto;
	padding-bottom: 15px;
	}
			.apictwo2
	{
			width: auto;
		max-width: 350px;
		float: none;
		margin:auto;
	}
	

	.britext2
	{
	text-align: left;
	}

	
}
@media (max-width: 370px)
{
	

}

/* 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%);}
}
.britext2bold {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
