/*css*/
body{
	background:url(../img/bck.png);
	background-color:#000;
	background-attachment:fixed;
	background-position: 0px 40px;
	background-size: cover;
  margin:0;
	padding:0;
	font-size:18px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
img{max-width:100%;
    height:auto;} 
/*********************RESPONSIVE MENU************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  
  background: #171717;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding:16px 76px;
  background:#171717;
    font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	
	color:#fff;

  text-decoration: none;

  transition-property:background;
    transition-duration: 0.6s;
   -webkit-transition-property:background;
   -webkit-transition-duration: 0.6s;
}
#cssmenu > ul > li:hover > a {
    color:#fff;
	background:#F00;
	text-decoration: none;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/*********************RESPONSIVE MENU************************/	

.123promo{
	width:100%;
	max-width:1060px;
	margin:0 auto;
	
	
	}
.b1{width:100%;
    max-width:350px;
	float:left
 }
.b2{width:100%;
    max-width:350px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;}
	
.b3{width:100%;
    max-width:350px;
	float:right;
	}	
	
	
.send-email{
	
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	text-align:center;
	line-height:40px;
	color:#E60000;
	
	
	
	
	
	}	
.toolTip {

}

.toolTip a{
	
}

.toolTip .alt{

	display:none;
    
	
}
/**********************login form************************/

.form-wrapper{
     width:100%;
	 max-width:490px;
	 float:right;
	 margin-top:18px;
	 
	 


}


.txtf{
	border: none;
	padding:11px 48px;
	border-radius: 4px;
    border: 1px solid #000;
	margin-left:-2px;
	margin-right:-2px;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    color: #828282;
	text-shadow: 0 1px 0 #fff;
    font-family: 'Open Sans', sans-serif;
	font-size:12px;
	display:inline;

}

.button2 {
    border: none;
	padding:10px 40px;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	display:inline;
    border-radius:4px;
    text-decoration:none;
    color:#fff;
	margin-left:-1px;
	margin-right:-1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

    cursor:pointer;



}
.button2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

    color:#000;




}
.button2:active {
	position:relative;
	top:1px;
}

.button3 {
    border: none;
	padding:6px 20px;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	display:inline;
    border-radius:4px;
    text-decoration:none;
    color:#000;
	margin-left:-1px;
	margin-right:-1px;
    background: rgb(255,214,94); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
    cursor:pointer;



}
.button3:hover {
	background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	color:#fff;




}
.button3:active {
	position:relative;
	top:1px;
}
/***************************************END LOGIN FORM******************************************************/
.toolTip a:focus +.alt{

	display:block;
	padding: 2px;
	margin:1px 0 0 680px;
	color: #fff;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	line-height:16px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.8), 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.8), 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.8), 0px 3px 10px 0px rgba(0,0,0,0.2);
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:130px;
	

}
	
/*.toolTip a:focus + .alt{}*/	
.alt:hover {
	display:none;
}		
	


* {margin: 0; padding: 0; }
	
a, img {
    border:none;
}

.title{
	width:100%;
	max-width:500px;
	font-size:48px;
	overflow:hidden;
	margin:0;
	font-weight:300;
	color:#4B4B4B;
	
	
	}	
.header{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:#000;
	
	
	}
.wcenter{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	overflow:hidden;
	
	
	}	
.logo{
	width:100%;
	max-width:432px;
    float:left;
	margin-top:1px;
	
	
	}
.tollfree{
	float:right;
	margin-right:14px;
	margin-top:1px;
	font-weight:bold;
	font-size:18px;
	
	
	}	
.social{
	float:right;
	margin-right:12px;
	width:100%;
	max-width:600px;
    
	
	}
.get{
	width:80px;
	margin:16px 0 0 320px;
	float:left;
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#525252;
	
	
}
.serv-list
{
    list-style-type: none;
}
.serv-list li{
	background-image:url(../img/bullet.png);
    background-repeat:no-repeat;
    background-position:0px 19px; 
    padding-left:24px;
	
	}
.focus-blue{
	height:40px;
	display:inline-block;
	line-height:40px;
	border-radius:8px;
	padding:8px;
	-webkit-transition: all 1s ease 0s;
	transition: all 0.6s ease 0s;
	}
.focus-blue:hover{
    border-radius:8px;
	background-color:#0C6AE3;
	color:#fff;
	padding:8px;
	cursor:default;
	background-image:url(../img/approved2.png);
	background-repeat: no-repeat;
    background-position:right;
	padding-right:45px;
	}
.focus-black{
	height:40px;
	display:inline-block;
	line-height:40px;
	border-radius:8px;
	padding:8px;
	-webkit-transition: all 1s ease 0s;
	transition: all 0.6s ease 0s;
	}
.focus-black:hover{
    border-radius:8px;
	background-color:#000;
	color:#fff;
	padding:8px;
	cursor:default;
	background-image:url(../img/approved.png);
	background-repeat: no-repeat;
    background-position:right;
	padding-right:45px;
	}					
a.icon1 {
	display: block;
	width: 48px;
	height: 47px;
	text-decoration: none;
	background:url(../img/social-icons/skype.png);
	float:right;

	
	}

a.icon1:hover {
	background-position: -48px 0;

	
	}
a.icon1:active{
	margin-top:2px;
	
	}
a.icon2 {
	display: block;
	width: 48px;
	height: 47px;
	text-decoration: none;
	background:url(../img/social-icons/youtube.png);
	float:right;

	
	}

a.icon2:hover {
	background-position: -48px 0;

	
	}
a.icon2:active{
	margin-top:2px;
	
	}
a.icon3 {
	display: block;
	width: 48px;
	height: 47px;
	text-decoration: none;
	background:url(../img/social-icons/google.png);
	float:right;

	
	}

a.icon3:hover {
	background-position: -48px 0;

	
	}
a.icon3:active{
	margin-top:2px;
	
	}		
a.icon4 {
	display: block;
	width: 48px;
	height: 47px;
	text-decoration: none;
	background:url(../img/social-icons/facebook.png);
	float:right;

	
	}

a.icon4:hover {
	background-position: -48px 0;

	
	}
a.icon4:active{
	margin-top:2px;
	
	}
a.icon5 {
	display: block;
	width: 48px;
	height: 47px;
	text-decoration: none;
	background:url(../img/social-icons/twitter.png);
	float:right;
	
	}

a.icon5:hover {
	background-position: -48px 0;

	
	}
a.icon5:active{
	margin-top:2px;
	
	}	
.navbar1{
	width:100%;
	background:#171717;
	overflow:hidden;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
	
	
	
	
	}				
.nav{
	width:100%;
	background:#191919;
	overflow:hidden;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
	
	
	
	
	}
.menu-wrapper{
	margin:0 auto;
	width:100%;
	max-width:1080px;
	}	
.mini{
	float:left;
	display:inline;
	padding-right:15px;
	
	
	}
.nav ul{	
    height:40px;
	line-height:40px;
    list-style: none;
	padding:0;
	margin:0;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	
	
  
	
	}		
	
.nav li{
	display:inline;
	padding:0px;
	float: left;	
	
	
	

	
	}
.nav li a{
	color:#fff;
	background:#191919;
	text-decoration: none;
	padding:15px;
	transition-property:background;
    transition-duration: 0.6s;
   -webkit-transition-property:background;
   -webkit-transition-duration: 0.6s;
	
	
	}	
.nav li a:hover{
	color:#000;
	background:#FC0;
	text-decoration: none;
	
	
	}
.nav li a:visited{
	
	text-decoration: none;
	
	
	}	
.nav li a:active{
	
	background:#fff;
	color:#000;
	
	
	}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}
.price_content{
	width:100%;
	max-width:1060px;
	background:#fff;
	overflow:hidden;
	margin:0 auto;
	color:#000;
	padding:10px;
	
	}
.main-content{
	width:100%;
	max-width:1080px;
	background:#000;
	overflow:hidden;
	margin:0 auto;
	color:#000;
	
	
	}
.content-page{
	width:100%;
	max-width:1060px;
	background:#fff;
	overflow:hidden;
	margin:0 auto;
	color:#000;
	padding:10px;
	text-align:left;
	
	}	
.advice{
	font-size:54px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	
	
	}
.advice2{
	font-size:14px;
	margin:0 auto;
	text-align:center;
	
	
	
	}
.pnumber{
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	}			
.footer{
	background:#141414;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	overflow:hidden;
	
	
	font-size:14px;
	
	
	}

.payments{
	width:100%;
	max-width:1080px;
	background:#232323;
	height:41px;
	line-height:41px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	
	
	}
.copyright{
	width:100%;
	max-width:1080px;
	background:#171717;
	height:40px;
	line-height:44px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	
	
	}
/*.disclaimer a:link{
	color:#333;
	text-decoration:none;
	}
.disclaimer a:visited{
	color:#333;
	text-decoration:none;
	}
.disclaimer a:hover{
	color:#F00;
	text-decoration:none;
	
}

	

.disclaimer a:active{
	color:#fff;
	}*/			
			
.gallery{
	width:100%;
	max-width:1060px;
	background-image:url(../img/main.png);
	height:530px;
  margin:1px auto;
	overflow:hidden;
	
	
	}
/*.slider
{
  background-image: url(../img/slider-background.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 572px;
  padding: 14px 13px 14px 12px;
  margin-top: 100px;
}*/
* {
    box-sizing: border-box;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 16%; 
left:23%; 
width: 572px; 
 padding: 12px 13px 14px 12px;
height: 309px;
background-image: url(../img/slider-background.png);
    background-repeat: no-repeat; }

.line_section{
	width:100%;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	}
.button-wrapper{
	
	margin:0 auto;
	width:100%;
	max-width:1060px;
	text-align:center;
	}
.option1{
	float:left;
	width:100%;
	max-width:350px;
	
	}
.option2{
	display:inline-block;
	margin:auto;
	width:100%;
	max-width:350px;
	overflow:hidden;
	
	
	}
.option3{
	float:right;
	width:100%;
	max-width:350px;
	}
	
.buttonb {
	
	overflow:hidden;
	width:100%;
	max-width:350px;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	
	
}
.buttonb:hover {
	opacity:0.5;
}
.buttonb:active {
	position:relative;
	top:1px;
}	
.center-content{
	width:100%;
	max-width:1060px;
	padding:2px;
	margin:0 auto;
	overflow:hidden;
	
	}
.content-page a:link{
    font-weight:bold;
	color:#000;
	text-decoration:none;	
	
}
.content-page a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.content-page a:hover{
	color:#0c6ae3;
}
.content-page a:active{
	color:#ff9900;
}
.infobox1{
    
    width:100%;
	max-width:597px;
	
	text-align:left;
	float:left;
	
	
}
.infobox1 a:link{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
.infobox1 a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
.infobox1 a:hover{
	color:#0c6ae3;
	}
.infobox1 a:active{
	color:#ff9900;
	}

.infobox2{
    
	width:100%;
	max-width: 400px;
	text-align:left;
	float:right;
	margin-top:10px;
	
}
.black-link{
    font-weight:bold;
	color:#000;
	text-decoration:none;	
	
}
.black-link:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.black-link:hover{
	color:#FCC800;
}
.black-link:active{
	color:#ff9900;
}
a.white-link{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
a.white-link:visited{
	color:#fff;
	text-decoration:none;
	}
a.white-link:hover{
	text-decoration:none;
	color:#0c6ae3;
	
	}

a.white-link:active{
	text-decoration:none;
	color:#ff9900;
	
	
	}
#button-wrapper{
  text-align:center;
	
	}
.button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 96px;
  line-height: 46px;
  padding: 0 24px;
  font-size: 17px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.button:before {
  content: '';
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -20%;
  right: -20%;
  border-radius: 50%;
  background: transparent;
  
}

.button:hover { background-color: #1a74d3; }

.button:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

.button:active:before {
  top: -50%;
  bottom: -125%;
  left: -15%;
  right: -15%;
  -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}
		
.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	color:#0C6AE3;
	text-align:center;
	
	}	
.category{text-align:left;}	
.if1{float:left;
     display:inline-block;
}
.if2{float:right;
     display:inline-block;
}	
.fsection1{
	
	width:100%;
	max-width:180px;
	margin:10px 0 0 15px;
	color:#868686;
	float:left;
	text-align:left;	
	
	
	}
.fsection1 a:link{
	
	color:#868686;
	text-decoration:none;
	font-size:14px;
	text-transform:lowercase;
	
	
	
	}
.fsection1 a:visited{
	
	color:#868686;
	text-decoration:none;
	
	
	
	}
.fsection1 a:hover{
	
	color:#FC0;
	text-decoration:none;
	
	
	
	}
.fsection1 a:active{
	
	color:#fff;
	
	
	
	}				
.fsection2{
	
	
	width:100%;
	max-width:500px;
	margin:10px 0 0 15px;
	color:#868686;
	display:inline-block;		
	
	
	}
.fsection2 a:link{
	
	color:#868686;
	text-decoration:none;
	font-size:14px;
	text-transform:lowercase;
	
	
	
	}
.fsection2 a:visited{
	
	color:#868686;
	text-decoration:none;
	
	
	
	}
.fsection2 a:hover{
	
	color:#FC0;
	text-decoration:none;
	
	
	
	}
.fsection2 a:active{
	
	color:#fff;
	
	
	
	}	

.fsection3{
	
	
	width:100%;
	max-width:350px;
	margin:10px 0 0 15px;
	color:#868686;
	float:right;
		
	
	
	}
.fsection3 a:link{
	
	color:#868686;
	text-decoration:none;
	
	
	
	}
.fsection3 a:visited{
	
	color:#868686;
	text-decoration:none;
	
	
	
	}
.fsection3 a:hover{
	
	color:#FCC800;
	text-decoration:none;
	
	
	
	}
.fsection3 a:active{
	
	color:#fff;
	
	
	
	}	
		
.footer ul{
	list-style: none;
	
	}	

.info{
	margin-top:5px;
	
	}
.info a:link{
	color:#000;
	text-decoration:none;
	}

.info a:visited{
	color:#000;
	text-decoration:none;
	
	}	

.info a:hover{
	color:#fff;
	text-decoration:none;
	}	

.info a:active{
	color:#FC0;
	}			
/***back to top button***/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius:10px;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}	

		
@media screen and (min-width : 61.875em){/*990px*/

.button-wrapper{margin:0 auto; overflow: hidden; display: inline; text-align: center;}

.option1, .option2, .option3 {display: inline-block; margin:5px auto; padding:2px; float: none;}

	
	}	
				
@media screen and (max-width : 54.375em){/*870px*/


.button-wrapper{margin:0 auto; overflow: hidden; display: inline; text-align: center;}

.option1, .option2, .option3 {display: inline-block; margin:5px auto; padding:2px; float: none;}


.gallery{background: none; height: auto;}
.button-wrapper{margin:0 auto; text-align: center;}
.logo{float:none;
      margin:0 auto;
}

.form-wrapper{float:none;
              margin:0 auto;
			  text-align:center;
			  }
.social{
	float:none;
              margin:0 auto;
			  position:relative;
			  width:60%;}	
.get{display:none;}				  
.form-wrapper{float:none;
              margin:60px auto;
			  text-align:center;
			  width:98%;
			  position:relative;
			  
              
			  }
.fsection1{display:none;}	
.fsection3{float:left;}	



.infobox2{float:left;}		  
	}

@media screen and (max-width: 768px) {
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; 
top: 0; 
left: 1%; 
width: 100%; 
height: 100%;
background:none;
 }
  
 .button-wrapper{margin:0 auto; overflow: hidden; display: inline; text-align: center;}

.option1, .option2, .option3 {display: inline-block; margin:5px auto; padding:2px; float: none; height:100%;
    vertical-align:middle;} 
  
  }


@media screen and (max-width : 40em){/*640px*/	
.form-wrapper{float:none;
              margin:60px auto;
			  text-align:center;
			  width:98%;
			  position:relative;
			  
              
			  }
.social{
	float:none;
              margin:0 auto;
			  position:relative;
			  width:60%;}	
.get{display:none;}			  		  



.txtf{

	text-align:center;
	width:100%;
	padding:10px 0;
	margin-top:3px;
	display:block;
	float:none;
	

}

.button2 {

	width:100%;
	padding:10px 3px;
    text-align:center;
	float:none;
	margin-top:4px;


}
.button3 {

	width:100%;
	padding:10px 0;
    text-align:center;
	float:none;
	margin-top:4px;


}
.tollfree{
	display:none;

	
	}
.header{
	overflow:hidden;
	height:315px;}	
.wcenter{
	overflow:hidden;}
	
	

}	
@media screen and (max-width : 36.25em){/*580px*/	


.form-wrapper{float:none;
              margin:60px auto;
			  text-align:center;
			  width:98%;
			  position:relative;
			  
              
			  }
.social{
	float:none;
              margin:0 auto;
			  position:relative;
			  width:60%;}	
.get{display:none;}			  		  



.txtf{

	text-align:center;
	width:100%;
	padding:10px 0;
	margin-top:3px;
	display:block;
	float:none;
	

}

.button2 {

	width:100%;
	padding:10px 3px;
    text-align:center;
	float:none;
	margin-top:4px;


}
.button3 {

	width:100%;
	padding:10px 0;
    text-align:center;
	float:none;
	margin-top:4px;


}
.tollfree{
	display:none;

	
	}
.header{
	overflow:hidden;
	height:300px;}	
.wcenter{
	overflow:hidden;}

}	

@media screen and (max-width : 35em){/*560px*/	

.form-wrapper{float:none;
              margin:60px auto;
			  text-align:center;
			  width:98%;
			  position:relative;
			  
              
			  }
.social{
	float:none;
              margin:0 auto;
			  position:relative;
			  width:60%;}	
.get{display:none;}			  		  



.txtf{

	text-align:center;
	width:100%;
	padding:10px 0;
	margin-top:3px;
	display:block;
	float:none;
	

}

.button2 {

	width:100%;
	padding:10px 3px;
    text-align:center;
	float:none;
	margin-top:4px;


}
.button3 {

	width:100%;
	padding:10px 0;
    text-align:center;
	float:none;
	margin-top:4px;


}
.tollfree{
	display:none;

	
	}
.header{
	overflow:hidden;
	height:300px;}	
.wcenter{
	overflow:hidden;}

}	