/*
Theme Name: RSTW
Theme URI: 
Author: Rony
Author URI: 
*/

/* Reset for All Browsers */

html, body {min-height:100%;}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#363636;
}

* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}
img {border:0; vertical-align:bottom; max-width:100%;}
a {outline:none; text-decoration:none; color:#0177a6; transition:all 0.4s ease;}
a:hover {color:#093c50; text-decoration:none;}
form, h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;}
p {margin:0 0 12px 0;}
h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#093c50;}
ul, li {margin:0; padding:0;}

.fl {float:left;}
.fr {float:right;}
.clear {clear:both; font-size:0px; line-height:0px;}

input:focus {outline:none;}
select:focus{outline:none;}

* html .clearfix { height: 1%;}

*+html .clearfix { display: inline-block;}

.clearfix:after,
.page_inner:after,
#header:after,
.col3:after,
#content:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



/* Reset for All Browsers */

.page_inner {max-width:1024px; margin:auto; position:relative;}

/* HEADER */
#header {
	padding:20px 0px;
}

#header h1 {
	float:left;
	width:27%;
}

#header .toplinks {
	float:right;
	width:70%;
	text-align:right;
}

#header .toplinks a {
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#01577a;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin-left:16px;
	transition:background-color 0.4s ease;
	background-image:-webkit-linear-gradient(bottom, #01425d, #01577a);
	background-image:-moz-linear-gradient(bottom, #01425d, #01577a);
	background-image:-o-linear-gradient(bottom, #01425d, #01577a);
	background-image:linear-gradient(to top, #01425d, #01577a);
}

#header .toplinks a:last-child {
	color:#363636;
	background-color:#dcb300;
	background-image:-webkit-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:-moz-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:-o-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:linear-gradient(to top, #dcb300, #ffcf00);
}

#header .toplinks a:first-child {
	color:#fff;
	background-color:#363636;
	background-image:none;
}

#header .toplinks a:hover {
	background-color:#01425d;
	background-image:-webkit-linear-gradient(bottom, #01577a, #01425d);
	background-image:-moz-linear-gradient(bottom, #01577a, #01425d);
	background-image:-o-linear-gradient(bottom, #01577a, #01425d);
	background-image:linear-gradient(to top, #01577a, #01425d);
	text-decoration:none;
}

#header .toplinks a:last-child:hover {
	background-image:-webkit-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:-moz-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:-o-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:linear-gradient(to top, #ffcf00, #dcb300);
}

#header .toplinks a:first-child:hover {
	background-color:#666666;
	text-decoration:none;
	background-image:none;
}

/* /HEADER */

.main-nav {
	background:url(images/top-nav.png) 0 0 repeat-x;
	height:44px;
	text-align:right;
	z-index:2;
	position:relative;
}

.main-nav li {
	display:inline-block;
	line-height:44px;
	margin-left:15px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.main-nav li:after {
	content:"|";
}

.main-nav li:last-child:after {content:"";}

.main-nav li a {
	color:#FFF;
	margin-right:15px;
	letter-spacing:-0.5px;
	transition:all 0.5s ease;
}

.main-nav li:last-child a {margin-right:0px;}

.main-nav li:hover a,
.main-nav li.active a {color:#999999; text-decoration:none;}

.home_innrr {
    margin: 60px 0;
}

#slider {
	margin-top:-44px;
}
.slder_innr {
	margin:0 auto 120px auto;
	width:1054px;
}
.slder_txt {
    bottom: 12%;
    position: absolute;
    width: 536px;
}
.head_txt_sldr {
	font-size:28px;
	font-family:arial;
	font-weight:bold;
	color:#fff;
	 margin-bottom: 6px;
	 max-width:370px;
}
.head_sub_txt_sldr {
	font-size:22px;
	font-family:arial;
	font-weight:normal;
	color:#b2c7cf;
	 margin-bottom: 10px;
	 max-width:350px;
}
.head_link_txt_sldr {

}
.link_sldr  {
	font-size:20px;
	font-family:arial;
	font-weight:bold;
	color:#fff !important;
	background-image: -moz-linear-gradient(center top , #015678, #01445f, #01435e);
	background-image: -webkit-linear-gradient(center top , #015678, #01445f, #01435e);
    border-radius: 9px;
	border:1px solid #01425c;
    float: left;
    font-size: 17px;
    padding: 7px 23px;
    margin-top: 4px;
    text-align: center;
	background-color:#015678;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#015678),color-stop(0.66,#01445f), color-stop(0.83,#01435e));
  /* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(#015678,#01445f,#01435e);
  /* firefox; multiple color stops */
  background-image:-moz-linear-gradient(top,#015678,#01445f,#01435e);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015678', endColorstr='#01435e');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#015678', endColorstr='#01435e')";
  /* ie10 */
  background-image: -ms-linear-gradient(#015678,#01445f,#01435e);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#015678,#01445f,#01435e);
  /* The "standard" */
  background-image: linear-gradient(#015678,#01445f,#01435e);
  behaviour:url(ie-css3.htc);
-moz-box-shadow: 0 0 5px 5px #000;
-webkit-box-shadow: 0 0 5px 5px #000;
box-shadow: 0 0 20px #000;

}

.banner {
	background:#093c50 url(images/banner-explore.jpg) 100% 0 no-repeat;
	margin-top:-44px;
	height:270px;
	background-size:auto;
}

.banner.rsn {
    background-image: url("images/banner-resources.jpg");
    background-position: center 0;
}
.banner.pr {background-image:url(images/banner-pricing.jpg);background-position: center 0;}
.banner.su {background-image:url(images/banner-signup.jpg);background-position: center 0;}
.banner .page_inner {min-height:270px;}

.banner h1 {
	font-size:42px;
	position:absolute;
	bottom:30px;
	left:0;
	color:#FFF;
	margin-bottom:0;
}
.col3 {margin:45px 0;}

.col3 article {
	float:left;
	width:30.6640625%/*314px*/;
	margin-left:4.00390625%;
}

.col3 article:first-child {margin-left:0;}

.col3 h1 {
	font-size:24px;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:10px;
}

.col3 article a {
	color:#0177a6;
	font-weight:bold;
	transition:all 0.5s ease;
}

.col3 article a:hover {color:#093c50; text-decoration:none;}

.col3 article li {
	list-style:none;
	font-size:16px;
	font-weight:bold;
	background:url(images/bullet.png) 0 3px no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}

.col3 article li:first-child {
	background:none;
	font-style:italic;
	padding-left:0;
}

.resources {
	background-color:#e2e2e2;
	border-top:1px solid #c2c2c2;
	padding:30px 0 40px 0;
}

.resources .col {
	float:right;
	width:46.484375%
}

.resources .page_inner .col:first-child {float:left;}

.resources .news h2 {
	background:url(images/icon-resources.png) 0 0 no-repeat;
	padding:22px 0 14px 65px;
	font-size:28px;
	border-bottom:1px solid #c2c2c2;
}
.resources .news ul {margin-bottom:15px;}

.resources .news li {
	list-style:none;
	border-bottom:1px solid #c2c2c2;
	background:url(images/bullet-large.png) 0 0 no-repeat;
	padding:0 0 0 35px;
	margin-bottom:10px;
}

.resources .news li h3 {
	font-size:16px;
	color:#0177a6;
	margin-bottom:5px;
}

.resources .news li p a {font-style:italic;}

.why {}
.why h2 {
	font-size:24px;
	color:#0177a6;
	margin-bottom:20px;
}

.why li {
	list-style:none;
	position:relative;
	padding:0 0 0 55px;
	margin-bottom:25px;
}

.why li .icon {
	position:absolute;
	left:0;
	top:0;
}

.why h3 {
	font-size:16px;
	margin-bottom:5px;
}

#content {padding:60px 0;}


#content p {margin-bottom:15px;}

.left-panel {
	float:left;
	width:65%;
}

.right-panel {
	float:right;
	width:30%;
}

.left-panel h2 {
	font-size:24px;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:5px;
}
.left-panel h2 a{
	font-size:22px;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:5px;
}
.blog .left-panel h2 a ,.archive .left-panel h2 a ,.category .left-panel h2 a {
	font-size:22px;
	border-bottom:0 none;
	padding-bottom:5px;
}

ul.arrow {}

ul.arrow li {
	list-style:none;
	background:url(images/bullet.png) 0 2px no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}

.left-panel .signup {}

.left-panel .signup h3 {
	font-size:18px;
	color:#363636;
}

.left-panel .signup a {
	font-size:18px;
	font-weight:bold;
}

.right-panel .signup {
	background:#363636;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:35px 30px ;
	margin-bottom:35px;
}

.right-panel .signup h2 {
	font-size:18px;
	font-weight:bold;
	color:#b9b9b9;
	border-bottom:1px solid #5e5e5e;
	padding-bottom:10px;
	margin-bottom:16px;
}
.right-panel .signup p {margin:0;}

.right-panel .signup a {
	font-size:24px;
	color:#FFF;
	font-weight:bold;
}

.right-panel .signup.white {}

.right-panel .signup.white h2 {color:#FFF;}

.right-panel .signup.white a {color:#fece01;}

.right-panel .why {
	background:#015779;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:35px 30px 5px 30px;
	color:#FFF;
}

.right-panel .why h2 {
	color:#82c1e8;
	font-size:22px;
	border-bottom:1px solid #347994;
	padding-bottom:10px;
}

.right-panel .why h3 {
	color:#FFF;
	letter-spacing:-0.30px;
}

h3.date {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#6a6a6a;
}

.read-full a {
	font-weight:bold;
}

.pagination {
	border-top:1px solid #c2c2c2;
	padding-top:10px;
	margin-top:20px;
	text-align:center;
}

.pagination a {
	font-weight:bold;
	text-decoration:underline;
	margin:0 2px;
}

.pagination a.active {
	color:#363636;
	text-decoration:none;
}

.right-panel .news {
	background:#e2e2e2;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:35px 30px 15px 30px;
	border:1px solid #c2c2c2;
	margin-bottom:35px;
}

.right-panel .news h2 {
	font-size:24px;
	background:url(images/icon-resources-small.png) 0 35% no-repeat;
	padding-left:50px;
	letter-spacing:-1px;
	border-bottom:1px solid #8097a0;
	padding-bottom:15px;
}

.right-panel .news h2 span {
	font-size:18px;
	display:block;
}

.right-panel .news ul {margin-bottom:25px;}

.right-panel .news li {
	list-style:none;
	background:url(images/bullet-dark.png) 0 2px no-repeat;
	padding-left:20px;
	margin-bottom:15px;
}

.right-panel .news li a {font-weight:bold;}

.archives {
	border-top:1px solid #8097a0;
	padding-top:15px;
	margin-bottom:20px;
}

.archives h3 {
	font-size:18px;
}

.archives select {
	width:210px;
}
#recent-posts-2 h3 {
	display:none;
}
#recent-posts-2  {
	 border-top: 0 none;
}
.rpwe-summary {
	margin-bottom:12px;
}
.left-panel article {
	margin-bottom:30px;
}
.pricing {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#093c50;
	color:#c6c6c6;
}

.pricing th {
	padding:30px 15px 10px 15px;
	border-left:1px solid #7d98a3;
	font-size:26px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	color:#FFF;
}
.pricing th:first-child {
	border-left:0;
	background-color:#2e596a;
	border-radius:10px 0 0 0;
	-webkit-border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
}

.pricing td {
	padding:10px 20px;
	border-top:1px solid #7d98a3;
	border-left:1px solid #7d98a3;
	vertical-align:top;
	font-weight:bold;
	width:30%;
}

.pricing tbody tr td:first-child {
	border-left:0;
	width:10%;
	color:#7d9daa;
	font-style:italic;
}

.pricing tbody tr:nth-child(odd) td {background-color:#062734;}
.pricing tbody tr td:first-child {background-color:#2e596a;}
.pricing tbody tr:nth-child(odd) td:first-child {background-color:#2b4752;}

.pricing tbody tr:last-child td:first-child {
	border-radius:0px 0px 0px 10px;
	-webkit-border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
}

.pricing tbody tr:last-child td:last-child {
	border-radius:0px 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
}

.pricing h2 {
	font-size:18px;
	color:#7D9DAA;
	display:none;
	text-decoration:underline;
}

.pricing h3 {
	font-size:14px;
	color:#FFF;
}

.pricing ul {margin-bottom:20px;}

.pricing li {
	list-style:none;
	background:url(images/bullet-light.png) 0 2px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

.pricing .cost {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-right: 20px;
    width: 42%;
}
.assgn {
    float: left;
    width: 46%;
}
.pricing .cost span {font-size:16px; position:relative; top:-20px;}

.pricing a.signup {
	display:inline-block;
	width:112px;
	height:45px;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#ffcf00;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.75);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.75);
	box-shadow:0 0 5px rgba(0,0,0,.75);
	background-image:-webkit-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-moz-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-o-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:linear-gradient(to top, #dab100, #ffcf00);
	font-size:20px;
	color:#363636;
	position:relative;
}

.mgm_register_form {
	float:left;
}

.mgm_register_form label,.mgm_form label {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#363636;
	margin-bottom:2px;
}
.mgm_register_form .subscription_options_box .mgm_subs_pack_desc label ,.mgm_form .mgm_get_pack_form_container .mgm_subs_pack_desc label {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#363636;
	margin-bottom:2px;
	margin-top: 0;
	text-transform: none;
}
.mgm_subs_pack_desc {
    float: left;
    width: auto !important;
}
.mgm_register_form input[type="text"] ,.mgm_register_form input[type="email"],.mgm_register_form input[type="password"],.mgm_form input[type="text"] ,.mgm_form input[type="email"],.mgm_form input[type="password"] {
	width:395px;
	margin-bottom:20px;
	border:1px solid #a7a9ac;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:35px;
	 background: none;
	line-height:100%;
	text-indent:10px;
}
.post-100 #wpcf7-f722-p100-o1 .mgm_register_form {
	float:none;
}
.mgm_register_form fieldset {
	border:0;
	padding:0;
	margin:15px 0 0 0;
	font-size:16px;
}
.mgm_field_textarea {
    height: 100px;    
	background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 8px 10px;
    width: 395px;
}
.mgm_register_form .subscription_options_box label {
	font-weight:bold;
	color:#093c50;
	margin-bottom:10px;
	text-transform:uppercase;
	 margin-top: 16px;
}

.mgm_register_form fieldset div {margin-bottom:5px;}

.mgm_register_form .terms_conditions_box label {display:inline-block;}

.mgm_register_form  label span, .mgm_form  label span {color:#0177a6;}
.mgm_register_form  label em, .mgm_form  label em {font-weight:normal;}

.mgm_register_form input[type="submit"], .mgm_form input[type="submit"], .mgm_form input[type="button"] {
	display:inline-block;
	width:126px;
	height:45px;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:0;
	background-color:#ffcf00;
	background-image:-webkit-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-moz-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-o-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:linear-gradient(to top, #dab100, #ffcf00);
	font-size:20px;
	color:#363636;
	font-weight:bold;
	margin-top:20px;
	cursor:pointer;
}
#wp-submit-lp {
	width:250px;
}
.terms_conditions_box .mgm_field_html , .mgm_subs_desc {
	display:none;
}

.wpcf7 {
	float:left;
}

.wpcf7 label, wpcf7 label {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#363636;
	margin-bottom:2px;
}
.wpcf7 .subscription_options_box .wpcf7 label ,.wpcf7 .wpcf7 .wpcf7 label {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#363636;
	margin-bottom:2px;
	margin-top: 0;
	text-transform: none;
}
.wpcf7 {
    float: left;
    width: auto !important;
}
.wpcf7 input[type="text"] ,.wpcf7 input[type="email"],.wpcf7 input[type="password"],.wpcf7 input[type="text"] ,.wpcf7 input[type="email"],.wpcf7 input[type="password"] {
	width:395px;
	margin-bottom:20px;
	border:1px solid #a7a9ac;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:35px;
	 background: none;
	line-height:100%;
	text-indent:10px;
}

.wpcf7 fieldset {
	border:0;
	padding:0;
	margin:15px 0 0 0;
	font-size:16px;
}

.wpcf7 .subscription_options_box label {
	font-weight:bold;
	color:#093c50;
	margin-bottom:10px;
	text-transform:uppercase;
	 margin-top: 16px;
}

.wpcf7 fieldset div {margin-bottom:5px;}

.wpcf7 .terms_conditions_box label {display:inline-block;}

.wpcf7  label span, .wpcf7  label span {color:#0177a6;}
.wpcf7  label em, .wpcf7  label em {font-weight:normal;}

.wpcf7 input[type="submit"], .wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	display:inline-block;
	width:118px;
	height:45px;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:0;
	background-color:#ffcf00;
	background-image:-webkit-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-moz-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:-o-linear-gradient(bottom, #dab100, #ffcf00);
	background-image:linear-gradient(to top, #dab100, #ffcf00);
	font-size:20px;
	color:#363636;
	font-weight:bold;
	margin-top:20px;
	cursor:pointer;
}
/**/
.mgm_prifile_form span {
display: none;
}
#mgm_paypal_form input.mgm_paymod_logo,#mgm_eway_form  input.mgm_paymod_logo{
width: 180px;
}

body .mgm_get_subs_btn {
padding: 10px 0 !important;
	font-size:16px;
}
body .mgm_get_subs_btn.mainPaymentLabel{
	padding-bottom:15px !important;
}

.maxAreaz .mgm_paymod_description{
display:none;
}
.maxArea1{
float: left;
margin-left: 134px;
margin-right: 16px;
}
.maxArea2{
	float:left;
}
/**/
/* FOOTER */
#footer {
	background-color:#555555;
	padding:70px 0 100px 0;
}

#footer .lc {
	float:left;
	width:240px;
}

#footer .trial {margin-bottom:15px;}

#footer .trial a {
	display:inline-block;
	color:#363636;
	background-color:#dcb300;
	background-image:-webkit-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:-moz-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:-o-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image:linear-gradient(to top, #dcb300, #ffcf00);	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	transition:background-color 0.4s ease;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	width:127px;
	height:46px;
	line-height:46px;
}
#footer .trial a:hover {
	background-image:-webkit-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:-moz-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:-o-linear-gradient(bottom, #ffcf00, #dcb300);
	background-image:linear-gradient(to top, #ffcf00, #dcb300);
}

#footer .phone,
#footer .email {
	font-size:20px;
	color:#cccccc;
	font-weight:bold;
	padding-left:35px;
	background:url(images/icon-phone.png) 0 0 no-repeat;
}

#footer .phone small {font-size:14px;}

#footer .email {
	background:url(images/icon-email.png) 0 3px no-repeat;
	margin-bottom:20px;
}

#footer .email a {color:#cccccc;}

#footer .address {color:#898989;}

#footer .rc {
	float:right;
	text-align:right;
	width:67%;
}

#footer .rc ul {margin-bottom:15px;}

#footer .rc li {
	display:inline-block;
	margin-left:5px;
	margin-bottom:0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

#footer .rc li a {
	color:#cccccc;
	margin-right:5px;
	letter-spacing:-0.5px;
	transition:all 0.5s ease;
}

#footer .rc li:last-child a {margin-right:0px;}

#footer .rc li.last a .slash {display:none;}

#footer .rc li a:hover {color:#093c50;}


#footer .social {margin:40px 0 35px 0;}

#footer .rc p {color:#777777;}

#footer .rc p a {color:#777777;}
#footer .rc p a:hover {color:#777777;}
/* FOOTER */

/* GENERAL */
.mb30 {margin-bottom:30px;}
.mt30 {margin-top:30px;}


#slider {
	background:#093c50;
	margin-top:-44px;
	text-align:center;
}

.flexslider li figcaption {
	color:#FFFFFF;
	bottom:10px;
	text-align:left;
}

.flexslider li figcaption div {
	position:absolute;
	bottom:60px;
	max-width:350px;
}

.flexslider li figcaption h2 {
	color:#FFF;
	font-size:28px;
	color:#FFF;
	text-align:left;
}

.flexslider li figcaption div p {
	font-size:22px;
	color:#b2c7cf;
	margin-bottom:16px;
}

.flexslider li figcaption div a {
	display:block;
	width: 127px;
	height: 46px;
	text-align:center;
	line-height:46px;
	color:#363636;
	font-size:20px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #dcb300; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);
	box-shadow: 0 0 5px rgba(0,0,0,.75);
	background-image: -webkit-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image: -moz-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image: -o-linear-gradient(bottom, #dcb300, #ffcf00);
	background-image: linear-gradient(to top, #dcb300, #ffcf00);
}
/* COPY END */


.paraid3 {
	float:left;
	width:50%;
}
.paraid4 {
	float:left;
	width:50%;
}




/* GENERAL*/

@media screen and (max-width:1024px) {
	.page_inner {padding-left:20px; padding-right:20px;}
	
	
	#footer .rc li {font-size:14px; margin-left:0px;}
	
	#footer .rc li a {margin-right:0px;}
}

@media screen and (max-width:1000px) {
		.pricing .cost {display:block; margin-right:0;}
		
		.pricing a.signup {top:0; margin-bottom:20px;}
		/* COPY THIS */
		.flexslider li figcaption div {
			max-width:100%;
			bottom:34px;
		}
		.flexslider li figcaption h2 {
			font-size:20px;	
		}
		
		.flexslider li figcaption div p {font-size:20px;}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}

		.maxArea2{
		float: none;
		margin:0px auto;
		display:block;
		width:180px;
		}
		/* COPY END*/
}


@media screen and (max-width:800px) {
	.left-panel {float:none; width:100%; margin-bottom:50px;}
	.right-panel {float:none; width:100%;}
	.mgm_register_form {float:none; width:100%; margin-bottom:50px;}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}

		.maxArea2{
		float: none;
		margin:0px auto;
		display:block;
		width:180px;
		}
}

@media screen and (max-width:767px) {
	.main-nav li {
		margin-left:5px;
		font-size:16px;
	}
	.main-nav li a {margin-right:5px;}
	
	#footer .lc {
		float:none;
		width:100%;
		margin-bottom:30px;
	}
	#footer .rc {
		float:none;
		width:100%;
		text-align:left;
	}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}

		.maxArea2{
		float: none;
		margin:0px auto;
		display:block;
		width:180px;
		}
	
}

@media screen and (max-width:640px) {
	.pricing thead {display:none;}
	
	.pricing tbody tr:first-child td:first-child {
		border-radius:10px 10px 0 0;
		-webkit-border-radius:10px 10px 0 0;
		-moz-border-radius:10px 10px 0 0;
	}
	
	.pricing tbody tr td:first-child {width:100%;}
	
	.pricing h2 {display:block;}
	
	.pricing td {
		display:block;
		width:100%;
	}
	
	.pricing tbody tr:last-child td:first-child {border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;}
	
	.pricing tbody tr:last-child td:last-child {
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
	}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}

		.maxArea2{
		float: none;
		margin:0px auto;
		display:block;
		width:180px;
		}
}
@media screen and (max-width:610px) {
	#slider, .banner {margin-top:0;}
	
	#header h1 {
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	
	#header .toplinks {
		float:none;
		width:100%;
		text-align:center;
	}
	
	#header .toplinks a {
		padding:0 16px;
		margin-left:5px;
		font-size:14px;
	}
	
	.col3 article {
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:40px;
	}
	
	.resources .col {
		float:none;
		width:100%;
		margin-bottom:40px;
	}
	
	.mgm_register_form input[type="text"] {width:100%;}
		.maxArea1{
			float: none;
			margin:0px auto;
			display:block;
			width:180px;
		}

		.maxArea2{
		float: none;
		margin:0px auto;
		display:block;
		width:180px;
		}
}

@media screen and (max-width:400px) {
	.mgm_register_form fieldset label {font-size:13px;}
	
	.right-panel .why,
	.right-panel .news,
	.right-panel .signup {padding-left:15px; padding-right:15px;}
}


.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 610px) {
	
	
	
	.main-nav {
		z-index:auto;
		position:fixed;
		left:0;
		top:0;
		width:100%;
	}
	
	.main-nav li {
		display:block;
		margin:0;
		line-height:normal;
	}
	
	.main-nav li:after {content:"";}
	
	.main-nav a {margin:0;}

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('images/menu-icon-large.png');
		background: url('images/menu-icon-large.png');
		background: url('images/menu-icon-large.png');
		background: url('images/menu-icon-large.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('images/close-icon-large.png');
		background: url('images/close-icon-large.png');
		background: url('images/close-icon-large.png');
		background: url('images/close-icon-large.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #093c50; /* change the menu color */
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
		text-align:left;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */


@media only screen and (min-width: 10px) and (max-width: 319px) {
	.flexslider li figcaption div a {
		font-size: 16px;
		height: 30px;
		line-height:30px;
		width: 100px;
	}
	.flexslider li figcaption h2 {
		font-size: 10px;
	}
	.flexslider li figcaption div p {
		font-size: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.flexslider li figcaption div a {
		font-size: 16px;
		height: 30px;
		line-height:30px;
		width: 100px;
	}
	.flexslider li figcaption h2 {
		font-size: 10px;
	}
	.flexslider li figcaption div p {
		font-size: 10px;
	}
	.flexslider li figcaption h2 {
		text-align: center;
	}
	.flexslider li figcaption div a {
		margin: auto;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.flexslider li figcaption div a {
		font-size: 16px;
		height: 30px;
		line-height:30px;
		width: 100px;
	}
	.flexslider li figcaption h2 {
		font-size: 12px;
	}
	.flexslider li figcaption div p {
		font-size: 12px;
	}
	.flex-control-nav, .flex-direction-nav {
		display:none;
	}
	.flexslider li figcaption h2 {
		text-align: center;
	}
	.flexslider li figcaption div a {
		margin: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.flex-control-nav, .flex-direction-nav {
		display:none;
	}
	.flexslider li figcaption div {
		left: 0;
		margin: 0 auto;
		max-width: none;
		overflow: auto;
		right: 0;
		width: 70%;
		text-align: center;
	}
	.flexslider li figcaption h2 {
		text-align: center;
	}
	.flexslider li figcaption div a {
		margin: auto;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
}
@media only screen and (min-width: 1301px) and (max-width: 4200px) {

}

/* COPY THIS */
@media screen and (max-width:767px) {
	.flex-control-nav,
	.flex-direction-nav {display:none;}
	.flexslider li figcaption {bottom:0;}
		
	.flexslider li figcaption div {
		left: 0;
		margin: 0 auto;
		max-width: none;
		overflow: auto;
		right: 0;
		bottom:10px;
		width: 50%;
	}
}

@media screen and (min-width:1000px) {
	.flexslider li img {
		max-width:none;
	}
}

/* COPY END */
