body {
    font-family: 'Open Sans', sans-serif;
    background:;
	background:url(../images/bg2.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	text-align: center;
	margin: 20px 0 30px;
	font-size: 3em;
	color: #000;
	font-weight: 300;
}
/*-- main --*/
.main-row {
    width: 1200px;
    margin: 0 auto !important;
} 
.pricing-grid {
    width: 22%;
    float: left; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.pricing-grid {
    margin: 0 16px;
}
/*Pricing table and price blocks*/ 
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
} 
/*----*/  
.agileinfo-price  h2,.agileinfo-price  h3{
	font-size: 2em;
	color: #fff;
	font-weight: 300;
}
.agileinfo-price ,.agileinfo-price .two,.agileinfo-price .three {
	background: #8c25ec;
	padding:6px 0 1px 0; 
	text-align: center;
}
.agileinfo-price.two{
	background: #f39c0f; 
}
.agileinfo-price.three {
	background: #e83454; 
}

.agileinfo-price.four {
	background: #90CA02; 
}

.agileinfo-price  ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.agileinfo-price  ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.agileinfo-price  ul li{
	list-style: none;
}
.agileinfo-price  h5 {
	padding: 11px 0;
	font-style: italic;
	font-size: 25px;
	color: #F0EBEB;
	text-shadow:#000000 1px 1px 1px;
}
ul.count,.pricing-grid1 ul li a,ul.count,.pricing-grid2 ul li a,ul.count,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 10px 20px;
}
.price-bg {
    background: #fff; 
    padding:4px 0 4px 0;
}
p.price-label-1 {
	color: #8c25ec;
	text-align: center;
}
p.price-label-2 {
	color: #f39c0f;
	text-align: center;
}
p.price-label-3 {
	color: #e83454;
	text-align: center;
}
.price-bg p span {
    font-weight: bold;
    font-size: 5em;
    line-height: 0.8em;
    margin-right: 5px;
}
.price-bg p i {
	vertical-align: super;
}
.price-bg ul {
	padding: 0;
	margin-top: 1em;
}
.price-bg ul li{
	list-style: none;
} 
.buy {
    padding:4px 0;
    text-align: center;
}
.buy a {
    background: #8c25ec; 
    font-size: 1em;
    color: #fff; 
    padding: .5em 1.5em;
    display: inline-block;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.buy a:hover {  
    border: 1px solid #8c25ec;
    background: none;
    color: #7409d7; 
}
.buy.buy-two a {
    background: #f39c0f;
}
.buy.buy-two a:hover {  
    border: 1px solid #f39c0f;
    background: none;
    color: #f39c0f;
    font-weight: 500;
}
.buy.buy-three a {
    background: #e83454;  
}
.buy.buy-three a:hover {  
    border: 1px solid #e83454;
    background: none;
    color: #e83454;
    font-weight: 500;
} 


.buy.buy-four a {
    background: #90CA02;  
}
.buy.buy-four a:hover {  
    border: 1px solid #90CA02;
    background: none;
    color: #e83454;
    font-weight: 500;
} 


ul.count li {
    border-bottom: 1px dashed #dadada;
    padding: 4px 0;
    text-align: center;
    color: #C20202;
    font-size:25px;
    font-weight: 400;
}
a.popup-with-zoom-anim {
  outline: none; 
}
/*-- start-pricing-tabels --*/
/*-- cube shadow --*/ 
.w3ls-main {
    width: 270px; 
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
	-ms-perspective: 1000px;
    perspective: 1000px;
} 
.show-front { 
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	left:-2px;
}

.show-front figure {
    display: block;
    position: absolute;
    width: 271px;
    height: 135px;
}

.show-front.panels-backface-invisible figure {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.show-front .top    {  
	background: -webkit-linear-gradient(13deg, #7409d7 0%, #8118e3 75%);
	background: -moz-linear-gradient(13deg, #7409d7 0%, #8118e3 75%); 
} 
.show-front .top.top-two { 
	background:-webkit-linear-gradient(33deg, #d88d06 0%, #dc8d02 75%); 
	background:-moz-linear-gradient(33deg, #d88d06 0%, #dc8d02 75%); 
}
.show-front .top.top-three { 
	background: -webkit-linear-gradient(54deg, #c51635 0%, #e62748 75%);  
	background: -moz-linear-gradient(54deg, #c51635 0%, #e62748 75%);  
}


.show-front .top.top-four { 
	background: -webkit-linear-gradient(54deg, #75A401 0%, #89C100 75%);  
	background: -moz-linear-gradient(54deg, #75A401 0%, #89C100 75%);  
}

.show-front .front  {
	-webkit-transform: translateZ( 100px );
	-moz-transform: translateZ( 100px );
	-o-transform: translateZ( 100px );
	-ms-transform: translateZ( 100px );
	transform: translateZ( 100px );
}  
.show-front .top {
    -webkit-transform: rotateX( 75deg ) translateZ( 88px );
    -moz-transform: rotateX( 75deg ) translateZ( 88px );
    -o-transform: rotateX( 75deg ) translateZ( 88px );
	-ms-transform: rotateX( 75deg ) translateZ( 88px );
    transform: rotateX( 75deg ) translateZ( 88px );
} 
.show-front.show-front {
	-webkit-transform: translateZ( -100px );
	-moz-transform: translateZ( -100px );
	-o-transform: translateZ( -100px );
	-ms-transform: translateZ( -100px );
	transform: translateZ( -100px );
} 
.show-front.show-top {
	-webkit-transform: translateZ( -100px ) rotateX(  -90deg );
	-moz-transform: translateZ( -100px ) rotateX(  -90deg );
	-o-transform: translateZ( -100px ) rotateX(  -90deg );
	-ms-transform: translateZ( -100px ) rotateX(  -90deg );
	transform: translateZ( -100px ) rotateX(  -90deg );
}

.agileits-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0); 
	-o-transform: translateZ(0); 
	-ms-transform: translateZ(0); 
    transform: translateZ(0); 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
	-moz-transition-property: transform; 
    transition-property: transform;
}
.agileits-shadow:hover, .agileits-shadow:focus, .agileits-shadow:active {
    -webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.agileits-shadow:before { 
    position: absolute;
    z-index: -1;
    content: '';
    top: 94%;
    left: 5%;
    height: 44px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, #191918 0%, rgba(0, 0, 0, 0) 81%);
    background: radial-gradient(ellipse at center, #191918 0%, rgba(0, 0, 0, 0) 81%);
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.agileits-shadow:hover:before, .agileits-shadow:focus:before, .agileits-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-o-transform: translateY(5px);
	-ms-transform: translateY(5px);
    transform: translateY(5px);
} 
/*-- //cube shadow --*/   
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    background: #000;
    padding: 1em;
    max-width: 629px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    border: 15px solid#f0eef3;
} 
.payment-online-form-left{
}
form li {
list-style: none;
}
form ul {
 padding:0;
}
.payment-online-form-left h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.5em 0;
    text-align: left;
    font-weight: 300;
}
.payment-online-form-left span{
	vertical-align: middle;
	margin-right: 10px;
}
.col_checkbox input[type="radio"] {
    cursor: pointer;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 42%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
} 
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    color: #e83454;
    border-color: #e83454;
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -152px -30px;

}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"]{
	background:#f39c0f;
	padding: 0.7em 1em;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#e83454;
}
.payment-sendbtns input[type="submit"]{
	background:#e83454;
	padding: 0.7em 1em;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance:none;
	outline:none;
}
.payment-sendbtns input[type="submit"]:hover{
	color:#fff;
	background:#f39c0f;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
	margin: 1em 1em 1em 0;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
} 
.visa{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
	vertical-align: middle;
}
.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat -71px -26px;
	vertical-align: middle;
}
.payment-online-form-right{
	float: right;
	width: 30%;
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
	padding-bottom: 2em;
}
.payment-online-form-right a:hover{
	color:#1ABC9C;
}
.payment-online-form-right ul li{
	display:block;
	padding: 0.5em;
}
.payment-online-form-right ul li a{
	color:#9095AA;
}
.payment-online-form-right h4{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(144, 149, 170, 0.22);
	padding: 0.8em;
}
.payment-online-form-right ul {
	padding: 0px 1em;
}
.payment-online-form-right h5{
	color: #FFF;
	padding: 0.5em 0.8em 0.4em;
	font-size: 1em;
}
.payment-type {
	border-top: 1px solid rgba(144, 149, 170, 0.22);
	margin-top: 3%;
	text-align: left;
}
 
/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
	display: none; 
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
   background:#EEEEEE;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
 right: 0px;
	top:0px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  outline:none;
 }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #8c25ec; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}
.image-top img{
	width:100%;
}
.image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
}
p.bottom {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
}
.copyright {
	text-align: center;
}
.copyright p {
	color: #E4D870;
	font-size:12px;
}
.copyright p a{
	color: #2BC9CF;
}
.copyright p a:hover {
  color: #FFFFFF;
} 
/*-- //main --*/ 



.header{
background:url(../images/bg.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:left;
border-top:1px solid #FFFFFF;}

.logopanel{
position:absolute;
margin:0 0 0 0;
float:left;
width:1140px;}

.logoslj{
margin:0 auto;
width:321px;}


.left {
    float: left;
}

.left ul {
    padding:15px 0;
    margin: 0;
    list-style: none;
}

.left ul li {
    float: left;
}



.left ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 12px;
}


.left ul li a:hover{

color:#E2DF15;
   
}




.header-social {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-social li {
    float: left;
    padding: 0 0 0 12px;
	list-style:none;
}

.header-social li a {
    text-decoration: none;
    color: #fff;
	font-size:18px;
}

.header-social li a.fa {
    color: #fff;
}

.header-social li a:hover {
    color: #459D90;
	transition:.35s;
}


/*-- New Style Starts --*/


.bgm{
background-color:#FE822C;
padding:4px 0 4px 0;}


.dmenu2{
	position:absolute;
	margin:-2px 0 0 5px;
	float:left;}
	
	
.nb{
position:absolute;
margin:0 0 0 0;
float:left;
width:299px;}

.nbtxt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
text-align:center;}	


.hdl{
	padding:4px 0 4px 0;
	color:#D40808;
	border-bottom-style:none;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCC;}
	
	
.hdl2{
	border-top:1px solid #CCC;
	padding:40px 0 0 0;}	
	
	
.txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#181818;
	text-align:justify;
	line-height:16pt;
	padding:10px 0 10px 0;
	background-color:;}	
	
	
.rdm{
	margin:20px 0 0 0;
	float:right;}
	
.img{
	margin:0 20px 30px 0;
	float:left;}
	
.im{
	position:absolute;
	margin:180px 0 0 0;
	float:left;
	text-align:center;
	width:210px;}
	
ul.rd{
	margin:0;
	padding:0;
	list-style:none;}
	
	
.rd li{
	display:inline-block;
	padding:10px 30px 10px 30px;}
	
	
	
.rd li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	border-radius:0;
	text-align:center;
	background-color:#E81C28;
	border-bottom-right-radius:12px;
	border-left:6px solid #FBA510;
	border-top-left-radius:6px;
	color:#FFFFFF;
	padding:20px 30px 20px 30px;
	text-transform:uppercase;}		
	
.rd li a:hover{
	border-left-color:#E81C28;
	background-color:#7335CE;
	transition:.50s;}
	
	
.usf{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#F4D130;
	text-align:left;
	padding:0 0 6px 0;}	
	


.txtb{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#F0F0F0;
	text-align:left;
	padding:0 0 0 30px;
	background:url(../images/icon.png) 5px;
	background-repeat:no-repeat;}
	
.txtb a:link{color:#F0F0F0;}
.txtb a:visited{color:#F0F0F0;}	
.txtb a:hover{color:#FFF8A5; padding:6px; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;}
  
 .ch1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#82FF7C;
	text-align:left;
	border-bottom:none;
	padding:0 0 2px 0;}
	
	
.ch2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	padding:0 0 6px 0;} 
	
	
.ch1a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#BE2828;
	text-align:left;
	border-bottom:none;
	padding:0 0 2px 0;}	
	
.ch2a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#262B28;
	text-align:left;
	border-bottom:1px solid #E2E2E2;
	padding:6px 0 6px 0;}
	
	
strong{
	color:#0018AC;
	font-size:14px;}
	
	
.social {
	    border-radius:6px;
		width:auto;
		height: auto;
	}

	.social a {
		
		padding:10px 10px 10px 50px;
		display: block;
		height: 100%;
		text-align: left;
		color:#FFFFFF;
		background-color:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		text-transform:uppercase;
		border:1px solid #666666;
	}

	.social a:hover {
		color:#D9E929;
		transition:.50s;
		padding:10px 10px 10px 55px;
		border:1px solid #E2DF15;
		
	}
	
.iconl{
	position:absolute;
	margin:-7px 0 0 -40px;
	float:left;
	width:33px;
	height:35px;}
	
.mar{
font-family:Arial, Helvetica, sans-serif;
color:#192FB7;
text-align:justify;
line-height:18pt;}							
.orb{
position:absolute;
margin:20px 0 0 0;
float:left;
width:1120px;
text-align:right;}



.ltxt{
position:absolute;
margin:90px 0 0 225px;
float:left;
color:#F6F920;
font-size:14px;}
