@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Oswald:700);
@font-face {
  font-family: "AmasisMTStdLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Amasis MT/Amasis MT Std Light.otf") format("opentype");
}
@font-face {
  font-family: "AmasisMTStdBlack";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Amasis MT/Amasis MT Std Black.otf") format("opentype");
}
@font-face {
  font-family: "AmasisMTStdMedium";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Amasis MT/Amasis MT Std Medium.otf") format("opentype");
}
body          { background:#FFF; font-size:14px;font-family: 'Open Sans', Arial, sans-serif;  color:#000000;}
a             { color:#000000; 	text-decoration:none;}
a:hover       { text-decoration:none; } /*color:#42a1FF;  */
h1,h2,h3,h4,h5,h6{font-family: 'AmasisMTStdMedium',Arial,'Ubuntu', sans-serif;}
img {vertical-align: middle;max-width: 100%;}
.blue1          {color: #42a1ff;}
.topdiv{ background:url(../images/top-bg.jpg) #42a1ff repeat-x;}
.logo{ float:left;}
.menu{ background:#303030; font-family: 'Roboto', sans-serif;}
#mainNav > li { -webkit-transition:background-color 300ms, color 300ms; transition:background-color 300ms, color 300ms;}
#mainNav > li:hover { background-color: #555; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #fff;}
.dropdown-menu {background-color:#303030;}
.dropdown-menu > li > a {color: white;}
.dropdown-menu > li > a:hover {background-color: #303030; color: #42a1ff;}
.dropdown-menu a {font-family: 'Roboto', sans-serif;}
.topmenu{ float:right; padding-top:30px;}
.topmenu .btn-default{ margin:0 5px;}
.boxes{ background:url(../images/bg1.jpg) repeat; padding:20px 0px;}
.box{ -moz-border-radius: 10px;border-radius: 10px; border-bottom:#42a1ff 2px solid; background:#FFF;max-height: 375px;min-height: 375px;}
.box-head{ background: #303030;color: #FFF;text-align: center;padding: 20px 15px;font-size: 20px;text-transform: uppercase;font-weight: bold;border-top-left-radius: 10px;	-moz-border-radius-topleft: 10px;border-top-right-radius: 10px;	-moz-border-radius-topright: 10px;min-height: 96px;max-height: 96px;}
.box-img{ text-align:center;}
.box-matter{ border-right:1px solid #e2e2e2; border-left:1px solid #e2e2e2; font-size:13px; text-align:center; padding:20px;}
.carousel-free {color:#FFF;}
.welcome{ padding:40px 0px; text-align:center;}
.welcome h1{ color:#42a1ff; font-size:30px; text-transform:uppercase; font-weight:700;margin: 0 0 15px 0;}
.welcome p{ color:#454545; line-height:23px; padding: 0px 20px; font-size:115%;}
.email{ background:url(../images/bg2.jpg) repeat; padding:25px 0px;}
.email-main{background:#FFF;border-bottom:#E4E1E1 1px solid;border-right:#E4E1E1 1px solid;border-left:#E4E1E1 1px solid;}
.email-box{  padding:15px; min-height: 245px;max-height: 245px;}
.email-box h2{ font-size:25px; color:#42a1ff; font-weight:400;margin: 0 0 15px 0;}
.email-box p{ color:#666666;line-height:23px;}
.email-box strong{ font-size:16px;}
.float-l{ float:left}
.float-r{ float:right}

@media only screen and (min-width : 980px) {
  /* Menu underline effect */
  #mainNav > li:hover > span.underline { background-color: #FFF; }
  span.underline {display:block; width:calc(100% - 30px); height:2px; background-color:transparent; position:absolute; left:22px; }
  #mainNav > li:hover > a > span.underline { animation: home 0.3s ease-out forwards; background-color: #FFF; left: 18px; }
  @keyframes home { 0% {  width:0; } 100% {  width:calc(100% - 36px); } }
}

@media only screen and (min-width : 768px) and (max-width:980px) {
  /* Menu underline effect for smaller screen sizes */
  #mainNav > li:hover > span.underline { background-color: #FFF; }
  span.underline {display:block; width:calc(100% - 30px); height:2px; background-color:transparent; position:absolute; left:22px; }
  #mainNav > li:hover > a > span.underline { animation: home 0.3s ease-out forwards; background-color: #FFF; left: 10px; }
  @keyframes home { 0% {  width:0; } 100% {  width:calc(100% - 20px); } }
}

div.hr { 
height: 1px; margin: 50px 0; border: 0;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
}
hr {
  height: 1px;
  margin: 40px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #333333), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  border: 0;
}
hr:after { 
  display: block; 
  content:'';
  height: 20px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}

.iconBox {float:left; font-size:150%; padding-right: 15px}

/*footer*/
.footer { padding:10px 0; background:#303030; font-size:14px; color:#aeaeae; }
.footer h2 {font-family: 'Open Sans', sans-serif; font-weight:600;position:relative;font-size:20px;color:#42a1ff;margin-bottom:20px; text-transform:uppercase;}
.footer ul{ margin:0 0 0 15px; padding:0;}
.footer ul li {padding:0 0 3px; list-style:disc}
.footer ul li a {color:#aeaeae;}
.footer ul li a:hover { color:#fff;}
.footer input,.footer textarea {background: #f1f1f1;width: 100%;border: 1px solid #d5d5d5;margin: 0 0 5px 0;padding: 6px; color:#535252; font-size:12px;}
.btn-button{color: #FFFFFF;background-color: #42a1ff;font-size:14px;font-family: 'Ubuntu', sans-serif; border-radius:0px; font-weight:600; float:right;padding: 8px 20px;}
.btn-button:hover{ background:#cbe5ff;}
.bottom-container {  padding:15px 0px;font-size:12px;text-align:center;background:#303030;color:#979797; border-top:1px solid #3f3f3f;}

/*Plans page*/
.innerbanner{ height:200px; position:relative; margin-bottom:10px;}
.innerbanner2{ background-color:#42a1ff; position:relative; margin-bottom:10px;}
.innerbanner h1, .innerbanner2 h1 {font-size: 64px; margin-top: 80px;font-family: 'Oswald', sans-serif; color:#A958C2; text-transform:uppercase; text-align: left; text-shadow: 13px 9px 4px rgba(178, 139, 183, 0.31); position:absolute;}
.planstitle h1{ font-size: 48px; text-transform:uppercase; margin-bottom:5px;  font-family: AmasisMTStdBlack,Arial,"Ubuntu",sans-serif;}
.planstitle h2{ font-size:25px; margin:0 0 30px 0;}
.plans{ border:#cfcfcf 1px solid; border-radius:8px; text-align:center; margin-bottom:20px;}
.planshead{ background:#303030; color:#FFF;border-top-left-radius: 8px;-moz-border-radius-topleft: 8px;border-top-right-radius: 8px;-moz-border-radius-topright: 8px; font-size:20px; text-transform:uppercase;font-family: 'Ubuntu', sans-serif; padding:15px 0px;}
.plansprice{font-family: 'Ubuntu', sans-serif; font-size:35px; color:#ff0000; font-weight:400;border-bottom:#cfcfcf 1px solid; text-transform:uppercase;}
.planslist{ background:#ebebeb;border-bottom-left-radius: 8px;-moz-border-radius-bottomleft: 8px;border-bottom-right-radius: 8px;-moz-border-radius-bottomright: 8px;}
.planslist ul{ margin:0; padding:0;}
.planslist li{ list-style:none; border-bottom:#cfcfcf 1px solid;padding: 4px 0px;line-height: 28px; color:#393939;}
.planslist li:last-child { border-bottom:0px;}
.planslist strong{ color:#848484; font-weight:400;}
.planslist .btn-default{background: #42a1ff;color: #fff;margin: 10px 0px;}
.offerbox{font-family: 'Oswald', sans-serif;  color:#ff0000; border:#cfcfcf 1px solid; font-size:22px;padding: 10px 0px; margin-bottom:20px;}

/*How It Works*/
.howitworkstop h1{ font-size: 44px;}
.howitworkstop p{ font-size:18px; line-height:25px; padding:10px 0px;border-bottom:#888 1px solid; margin-bottom:20px; color:#000000;}
.howitworksbox1st{ background:#f6f6f6;border:#cfcfcf 1px solid; border-radius:8px; padding:20px; line-height:24px; color:#454545; margin-bottom:30px; max-height:590px; min-height:590px;}
.email-box1{  padding:15px; min-height: 140px;max-height: 140px;}
.email-box1 p{ color:#666666;line-height:23px;}
.how-email p{ color:#666666; line-height:24px; padding:20px 0px 0px 0px}
.how-email h3{ color:#42a1ff; text-align:center; font-size:18px;margin: 0 0 20px 0; padding:0; }
.howitworksbox2nd-head h2{ color:#42a1ff; font-size:32px; text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:bold; margin:30px 0 0 0;}
.howitworksbox2nd-head h3{ color:#42a1ff; font-size:24px; text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:bold; margin:30px 0 0 0;}
.howitworksbox2nd-head h4{ color:#42a1ff; font-size:18px;font-family: 'Open Sans', sans-serif; font-weight:bold; margin:10px 0 40px 0;}
.howitworksbox2nd{ color:#666666; line-height:25px; margin-bottom:30px;}
.howitworksbox2nd h4{ border-bottom:1px solid #42a1ff;padding-bottom: 20px; font-weight:bold;font-family: 'Open Sans', sans-serif;}

/*Property Management*/
.bigSpan2 {font-size: 300%; font-weight: 700; color: #333; font-family:AmasisMTStdBlack;}
.bigSpan3 {font-size: 200%; font-weight: 400; color: #333; font-family:AmasisMTStdBlack;}
.bigSpan4 {font-size: 150%; font-weight: 400; color: #333; font-family:AmasisMTStdMedium;}
.bigSpan5 {font-size: 175%; font-weight: 400; color: #333; font-family:AmasisMTStdLight;}
.bigSpan {font-size: 180%;font-weight:800; font-family:Oswald; color: #42a1ff;}

/* Legal */
.lgOfferWell1 {
    position:absolute;
    z-index: 10;
    background: none repeat scroll 0% 0% rgba(255,255,255, 0.6);
    margin-left: 3%;
    margin-right: 3%;
    bottom:5%;
}
.lgOfferWell1 p {
    font-size:110%;
    font-family: "Open Sans";
}

.lgCaption1 {
    margin-left: 3%;
    top: 12%;
    width: 45%;
    font-size: 115%;
}


/* HR */
.hrCaption1 {
    margin-left: 3%;
    top: 12%;
    width: 45%;
}
.picCaption {
    position: absolute;
    z-index: 10;
    color: #000;
}
.glass {    
    padding: 10px 20px;
    /*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); */
    background: none repeat scroll 0% 0% rgba(255,255,255, 0.4);
    border: 1px solid #f0f0f0;
    text-align: left;
}
.hrPicArea1 {position: relative;height: 600px; overflow:hidden; margin: 0px;}
.hrPic1 {position: absolute;min-width: 100%; top:0; bottom:0; left:0; right:0;}
.hrOfferWell1 {
    position:absolute;
    z-index: 10;
    background: none repeat scroll 0% 0% rgba(255,255,255, 0.6);
    margin-left: 3%;
    margin-right: 3%;
    bottom:5%;

}
.hrPage2 {
    background-color: #EAEAEA;
}
.exposeImg {
    color: white; position: relative; background-image: url("//www.docsmit.com/images/hw-img5-bigger.png");
    background-position: 50% 100%; background-repeat: no-repeat; background-size: cover;
}
.mod-wrapper {margin: 0px auto; clear: both; overflow: hidden; display: block;}
.question { background-color: #1E8CFB; padding: 0px; color:white;}
.question h3 {color:white; font-size:24px; text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:bold; margin:30px 0 0 0;}
.question p {color: white;}
.hr-main{background:#FFF;border-bottom:#E4E1E1 1px solid;border-right:#E4E1E1 1px solid;border-left:#E4E1E1 1px solid;}
.question .hr-main p { color: #d4d4d4; font-size:135%; font-family: 'AmasisMTStdMedium';}
.question .hr-main {background-color: #42a1FF; border: 0px;}
.hrSubheadline {color: #666;font-size: 200%; text-align:center; font-family:'AmasisMTStdMedium';}
.pmSubheadline {color: #666;font-size: 175%; text-align:center; font-family:'AmasisMTStdMedium';}
/*contact*/
.contact{ margin-bottom:30px;}
.contact input, .contact textarea {background: #FDFDFD;width: 100%;border: 1px solid #E9E9E9;margin: 0 0 10px 0;padding: 13px;color: #535252;font-size: 15px;}
.contact textarea{ height:150px;}
.btn {-webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }
.signUp {background-color: #FFA805; border-color: #F78307;}
.signUp:hover {background-color: #Ffd11c;}
.topdivSticky {display:none; position:fixed; z-index: 999; left:0; right:0; background: none repeat scroll 0% 0% rgba(66,161,255, 0.4);}
.topdivSticky .topmenu {padding-top: 10px;}
/* report offer pages */
.offerTitle {font-family:"AmasisMtStdMedium"; font-weight: 700; color: red; font-size: 30px;}

.center {text-align: center;}

.animation-element.slide-left { opacity: 0; -moz-transition: all 750ms ease; -webkit-transition: all 750ms ease; -o-transition: all 750ms ease; transition: all 750ms ease; -moz-transform: translate3d(-700px, 0px, 0px); -webkit-transform: translate3d(-700px, 0px, 0px); -o-transform: translate(-700px, 0px); -ms-transform: translate(-700px, 0px); transform: translate3d(-700px, 0px, 0px); }
.animation-element.slide-right { opacity: 0; -moz-transition: all 750ms ease; -webkit-transition: all 750ms ease; -o-transition: all 750ms ease; transition: all 750ms ease; -moz-transform: translate3d(700px, 0px, 0px); -webkit-transform: translate3d(700px, 0px, 0px); -o-transform: translate(700px, 0px); -ms-transform: translate(700px, 0px); transform: translate3d(700px, 0px, 0px); }
.animation-element.slide-left.in-view { opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); }
.animation-element.slide-right.in-view { opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate3d(0px, 0px, 0px); }

#mail-envelope { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; z-index:11; position: relative; -webkit-animation-name: mail-slide; -webkit-animation-duration: 1.2s; /* Chrome, Safari, Opera */ animation: mail-slide 1.2s ease forwards; }
@keyframes mail-slide { 0%   {transform: translate3d(800px, 0px, 0px);} 100% {transform: translate3d(0px, 0px, 0px);} }

.videoWrapper { position: relative; padding-bottom: 55%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
