@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* In our demo, the footers are fixed to the bottom of the page */

footer{
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}

.footer-distributed{
	background-color: #309811;
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;*/
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
    /*padding: 0px 50px;*/

    /*height: 222px;*/
    border-radius: 10px;
    border: 1px solid #1feb52;
    /*margin: 5px;*/
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 35%;
    padding: 0px 0px 0px 60px;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 20px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #FFFC00;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  white;
	font-size: 14px;
    text-align: center;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.footer-copyright{
text-align:center;
padding-top: 1%;


}

.plain-footer
{
text-align:center;
padding-top: 3%;
font-color:black;
}

/* scoial med*/


p#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

p#socialicons img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

p#socialicons2 img{ /* 2nd set of icons. Rotate them 60deg onmouseover and out */
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

p#socialicons2 img:hover{
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
-o-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
}

p#socialicons3 img{ /* 3rd set of icons. Rotate them -360deg onmouseover ONLY. Note where the "transition prop is added */
}

p#socialicons3 img:hover{
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
/*    Based on a style by http://www.cssportal.com    */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
    background-attachment: Fixed;
    background-size: 100% 100%;
    background-image: url("../images/background1.png");
}

p {
    padding: 2px;
}

#wrapper {
    width: 100%;
    min-width: 1050px;
    max-width: 4000px;
    margin: 0 auto;
    background:#000000;
}

#headerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#header {
    height: 250px;
    background: #FF6633;
    background: url("../images/header3_1.jpg") no-repeat center;
    /*border-radius: 10px;
    border: 1px solid #0000ff;*/
    margin: 5px;
}

#navigationwrap {
    width: 100%;
/*    min-width: 1250px;
    max-width: 4000px;*/
    float: left;
    margin: 0 auto;
}

#navigation {
    /* Not required for the ribbon manu
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid;
    margin: 5px;*/
    height: 80px;
}

#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    margin-left: 200px;
    margin-right: 150px;
    float: center;
}

#content {
    background-color: #CCFF99;
    /*background: url("");*/
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}

#leftcolumnwrap {
    width: 200px;
    margin-left:-100%;
    float: left;
}

#leftcolumn {
    /*background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #1fb8eb;*/
    margin: 5px;
}

#rightcolumnwrap {
    width: 150px;
    margin-left: -150px;
    float: left;
}

#rightcolumn {
    /*background: #CC33FF;
    border-radius: 10px;
    border: 1px solid #b81feb;*/
    margin: 5px;
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #1feb52;
    margin: 5px;
}

/****** Pricing table *******/

.pricetablewrap{
width:100%;
position:relative;
height:100%;

}

.pricing-table{
    font-family: 'Lobster', sans-serif;
    list-style: none;
    float: left;
    padding: 5px;

}
.pricing-table ul{
    border-width: 3px;
    border-style: solid;
    border-color: #E35C22;
    border-radius: 22px;
    margin: 2px;
    width: 199px;
    text-align: center;
    font-family: 'Lobster', sans-serif;;
    list-style: none;
    float: left;
    padding: 5px;
    background-color: #FFFFFF;

}
.pricing-table ul li{
    padding: 7px;
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #B8B8B8;
    border-radius: 82px;
    border-bottom-width: 0px;
    font-size: 18px;
}
.pricing-table li:nth-child(odd){
    background-color: #FFFFFF;
}
.pricing-table ul .heading{
    color: #FFFFFF;
    background-color: #101CC9;
    font-size: 22px;
}
.pricing-table ul .price{
    color: #F54C18;
    background-color: #FFFFFF;
    font-size: 32px;
}
.pricing-table ul .action{
    font-size: 24px;
    background-color: #4DC920;
    color: #C9501C;
}
.feature{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 3px 5px 7px rgba(0,0,0,.7);
}

.pricing-table:hover {
		box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		transform: scale(1.04) translateY(-5px);
		z-index: 1;
		border-bottom: 0 none;
		border-radius: 22px;
}
.pricing-table:hover h3 {
		background: #222;
}
.pricing-table:hover .action {
        color: #FFFFFF;
    	box-shadow: inset 0 0 45px 1px #DB7224;
		background: linear-gradient(#F9B84A, #101CC9);
}

/****** Pricing table *******/

/****** Flipping coin *******/

.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
  width: 100px;
  height: 100px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}

/****** Flipping coin *******/

/****** Member area *******/

#fullcontainer {
    margin: 0 auto;
    width: 100%;
}

#singlecolumncontainer {
    width: 100%;
    float: left;
    margin: 0 auto;
}

#singlecolumncontent {
    /*height: 200px;*/
    /*background: #FF6633;*/
    border-radius: 10px;
    border: 1px solid #eb521f;
    margin: 5px;
}

#leftcolumncontainer {
    width: 50%;
    float: left;
    margin: 0 auto;
}

#leftcolumncontent {
	/*height:200px;*/
    background: #CCFF99;
    border-radius: 10px;
   /* border: 1px solid #1fb8eb; */
    margin: 5px 2px 5px 2px;
}

#rightcolumncontainer{
    width: 50%;
    float: right;
    margin: 0 auto;
}

#rightcolumncontent {
    background: #CCFF99;
    border-radius: 10px;
    /*border: 1px solid #b81feb;*/
    margin: 5px 2px 5px 2px;
	/*height:200px; */
}

/****** Member area *******/


