* { margin:0; padding:0;}
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html { overflow-x:hidden !important;}
:focus { outline:none;}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1; }
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {  opacity:1;}

body { margin:0; padding:0;  font-family: 'OpenSansRegular'; font-size:15px;color:#636363;}
a { text-decoration:none; transition:all ease-in-out 0.3s; color: #f5982a;}
a:hover {color: #252525;}
button{transition: all ease-in-out 0.3s;}
a img, img { border:none;}
ul, li, ol { list-style:none;padding: 0px;margin: 0px;}
input, select, textarea { font-family: 'OpenSansRegular';}
h1, h2, h3, h4, h5, h6, strong{font-weight: normal; font-family: 'OpenSansBold';} 
ins {  text-decoration: none;}

.row { width: 100%; float: left;}
.row:before, .row:after { display:table; content:"";}
.row:after { clear:both;}

.container { width:1140px; margin:0 auto;}

.clear { clear: both;}


/*.....buttons.....*/
.btn{font-family: "OpenSansBold";text-transform: uppercase; border: 0px;border-radius:2px;padding: 10px 30px;cursor: pointer;transition: all ease-in-out 0.3s;display: inline-block;}
.btn_orange{color:#fff !important;background: #f5982a; font-size: 15px;}
.btn_orange:hover{background: #faa644;}

.js-open-everything{color:#fff !important;background: #f5982a; font-size: 15px;}
.js-open-everything:hover{background: #faa644;}





/*....Title....*/
.title_1{width: 100%;text-align: center; position: relative;display: inline-block}
.title_1 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline.png) no-repeat center center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_1 h2 {color: #1a1f1d; display: inline-block; font-family: "OpenSansExtraBold"; font-size: 40px; position: relative; text-transform: uppercase; z-index: 1;}
.title_1 h2 span {font-family: "OpenSansLight"; }

.title_2{width: 100%;text-align: left; position: relative;display: inline-block}
.title_2 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_2 h2 { color: #1a1f1d; display: inline-block; font-family: "OpenSansExtraBold"; font-size: 37px; position: relative; text-transform: uppercase; z-index: 1;}
.title_2 h2 span {font-family: "OpenSansLight"; }

.title_3{width: 100%;text-align: left; position: relative;display: inline-block}
.title_3 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_3 h2 { color: #1a1f1d; display: inline-block; font-family: "OpenSansExtraBold"; font-size: 20px; position: relative; text-transform: uppercase; z-index: 1;}
.title_3 h2 span {font-family: "OpenSansLight"; }

.fa.fa-angle-right {  font-size: 22px;}

/*.......Style.......*/

.top_header { width: 100%; float: left;background-color: #595a5c;  border-top: 4px solid #f5982a;}
.top_header p { color: #fff; text-transform: uppercase; float: left;line-height: 60px;}
.cart { float: right;}
.cart ul {}
.cart ul li {
    display: inline-block;
    padding: 20px 18px 20px 18px;
    border-left: 1px solid #6e6f71;
    float: left;
    position: relative;
}
.cart_icn span {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: #f89904;
    color: #fff;
    font-size: 9px;
    text-align: center;
    padding: 1px 0;
    top: 14px;
    right: 11px;
}
.language { float: right;line-height: 60px;}
.language select { background: rgba(0, 0, 0, 0) url("../images/flag.png") no-repeat scroll 5px center;}
.language select {
    background-color: transparent;
    border: 1px solid #6e6f71;
    color: #a7a8aa;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
}

/******************************* social header********************************************/

.social { float: right; margin-top: 10px;  margin-left: 30px;}
.social a {  margin-right: 7px;  }
.social a:last-child {  margin-right: 0px;  }


.social .fb { background-image: url("../images/social_icn.png");  background-position: left top;  display: inline-block;  height: 38px;    width: 38px; }
.social .fb:hover {  background-position: left bottom;}

.social .g_plus {    background-image: url("../images/social_icn.png");display: inline-block;     height: 38px;    width: 38px;     background-position: -50px top;}
.social .g_plus:hover {  background-position: -50px bottom;}

.social .twt {  background-image: url("../images/social_icn.png"); background-position: -100px top; display: inline-block;  height: 38px;  width: 38px;}
.social .twt:hover {  background-position: -100px bottom;}

.social .you_tube { background-image: url("../images/social_icn.png");background-position: -150px top;display: inline-block;  height: 38px; width: 38px;}
.social .you_tube:hover {  background-position: -150px bottom;}

.social .pntrs { background-image: url("../images/social_icn.png");background-position: right top;display: inline-block;  height: 38px; width: 38px;}
.social .pntrs:hover {  background-position: right bottom;}



/******************************* social footer********************************************/

.social_2 { float: right; }
.social_2 a {  margin-right: 25px;  }
.social_2 a:last-child {  margin-right: 0px;  }


.social_2 .fb { background-image: url("../images/social_2.png");  background-position: left top;  display: inline-block;  height: 19px;    width: 15px; }
.social_2 .fb:hover {  background-position: left bottom;}

.social_2 .g_plus {    background-image: url("../images/social_2.png");display: inline-block;     height: 19px;    width: 17px;     background-position: -47px top;}
.social_2 .g_plus:hover {  background-position: -47px bottom;}

.social_2 .twt {  background-image: url("../images/social_2.png"); background-position: -96px top; display: inline-block;  height: 19px;  width: 19px;}
.social_2 .twt:hover {  background-position: -96px bottom;}

.social_2 .you_tube { background-image: url("../images/social_2.png");background-position: -145px top;display: inline-block;  height: 19px; width: 20px;}
.social_2 .you_tube:hover {  background-position: -145px bottom;}

.social_2 .pntrs { background-image: url("../images/social_2.png");background-position: right top;display: inline-block;  height: 19px; width: 14px;}
.social_2 .pntrs:hover {  background-position: right bottom;}

/****************************  NAV MENU  ************************************************/

.header_bottom { width: 100%; float: left;background-color: #f5f5f5; }
.header_bottom .logo { float: left; padding-top: 23px;}
.logo img {  height: auto;  max-width: 100%;}

.menu_link nav { float: right;}

.menu_link nav ul li a {
    color: #636363;
    padding-top: 40px;
    float: left;
    text-transform: uppercase;
}
.menu_link nav li a:hover, nav ul li.active a { color: #f5982a; }

.menu_link nav ul li { position: relative; float: left; padding: 30px 30px 30px 30px; border-left: 1px solid #dcdcdc;}
.menu_link nav ul li:last-child {border-right: 1px solid #dcdcdc;}

.icn_1 { background: url(../images/icn_1.png)no-repeat center top}
.icn_1:hover, nav ul li.active .icn_1 { background: url(../images/icn_1_h.png)no-repeat center top}
.icn_2 { background: url(../images/icn_2.png)no-repeat center top}
.icn_2:hover, nav ul li.active .icn_2 { background: url(../images/icn_2_h.png)no-repeat center top}
.icn_3 { background: url(../images/icn_6.png)no-repeat center top}
.icn_3:hover, nav ul li.active .icn_3 { background: url(../images/icn_6_h.png)no-repeat center top}
.icn_4 { background: url(../images/icn_3.png)no-repeat center top}
.icn_4:hover, nav ul li.active .icn_4 { background: url(../images/icn_3_h.png)no-repeat center top}
.icn_5 { background: url(../images/icn_4.png)no-repeat center top}
.icn_5:hover, nav ul li.active .icn_5 { background: url(../images/icn_4_h.png)no-repeat center top}
.icn_6 { background: url(../images/icn_5.png)no-repeat center top}
.icn_6:hover, nav ul li.active .icn_6 { background: url(../images/icn_5_h.png)no-repeat center top}


/*.....Drop Down.....*/
.menu_link nav ul li .main_submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 120px;
    width: 830px;
    z-index: 5;
}
.border_align {
    display: table;
}
.small_width {
    width: 17% !important;
}

.menu_link nav ul li:hover .main_submenu {
    display: block;
    box-shadow: 0 0 5px #9f9f9f;
}

.menu_link nav ul li .main_submenu ul {
    border-right: 1px solid #d4d4d4;
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    width: 33.33%;
}
.menu_link nav ul li .main_submenu ul h2, .menu_link nav ul li .submenu h2 {
    color: #F5982A;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}
.menu_link nav ul li .main_submenu ul li, .menu_link nav ul li .submenu li { width: 100%; border-left: none;  padding: 6px 0px; padding: 10px 0px; border-bottom: 1px solid #f0f0f0;}
.menu_link nav ul li .main_submenu ul li a, .menu_link nav ul li .submenu li a { padding: 0;text-transform: capitalize;}
.menu_link nav ul li .submenu li a:hover { color: #F5982A !important;}
.menu_link nav ul li .main_submenu ul li:last-child { border-right: none}

nav ul li ul li:hover .menu_part { display: block;}

.dropdown:hover .submenu {
    display: #acacab;
    box-shadow: 0 0 5px #9f9f9f;
    padding: 20px;
    display: block;
}

.submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 120px;
    width: 257px;
    z-index: 5;
}

.submenu li:hover .submenu, .submenu li .submenu li:hover .submenu { display: block !important;}

.submenu ul, .submenu li:hover ul li .submenu  {
    display: none !important;
    left: 100%;
    top: 0;
}
.submenu i {  color: #636363; font-size: 15px !important; margin-left: 10px;}

.menu_link .submenu li:last-child { border-right: medium none;}



/****************************  NAV MENU END  ************************************************/










.owl-theme .owl-controls {  margin-bottom: 25px;}
.slide_1 { background: url(../images/slider1.jpg)no-repeat center center;  height: 488px;
           -o-background-size: cover;
           -moz-background-size: cover;
           -webkit-background-size:cover;
           background-size: cover;
}
.owl-carousel { float: left;}
.caption {  text-align: center;  padding-top: 120px;  margin-right: 100px;}
.caption h2 { font-size: 70px; text-transform: uppercase;  color: #fff;  text-align: center;line-height: 65px;}
.caption h3 { font-size: 27px; text-transform: uppercase;  color: #fff;  text-align: center; font-family:'OpenSansLight';}
.caption p { display: inline-block;font-family: 'OpenSansSemiBold'; color: #fff; text-transform: uppercase; padding-left: 25px; margin-top: 25px; }
.caption .btn_orange .js-open-everything{ margin-top: 40px;}
.window {width: 100%;float: left;}
.window7 { background: url(../images/window7_icn.png)no-repeat left center;margin-right: 30px;}
.window8 { background: url(../images/window8_icn.png)no-repeat left center; }

.box3 { width: 100%; float: left; background-color: #f4f4f4;}
.box3 ul { width: 100%; float: left;}
.box3 ul li { width: 33%; float: left;  min-height: 797px;padding: 60px 20px 20px 20px; text-align: center;position: relative;transition: all ease-in-out 0.3s;}
.box3 ul li h2 { color: #151617; font-size: 20px;font-family: "OpenSansSemiBold"; text-transform: uppercase;border-bottom: 1px solid #d9d9d9;padding:15px 0;}
.box3 ul li p {background: url(../images/right_icn.png)no-repeat left 8px; text-align: justify !important; margin: 20px 0; padding-left: 20px; line-height: 24px; text-align: left;}
.box3 ul li:hover { background-color: #fafafa;transition: all ease-in-out 0.3s;}
.but_2 { bottom: 8%; float: left;  position: absolute;  width: 100%; text-align: center;}
.sub_but { margin: 0 auto; width: 60%;}
.but_2 .btn { float: left;}
.bottom_btn { width: 100%; float: left; position: absolute;}

.btn_white { background-color: #fff; border: 1px solid #e0e0e0;padding: 2px 15px 3px 15px;margin-left: 7px;font-size: 28px; color: #636363;   text-transform: uppercase; font-family: 'OpenSansBold';}
.btn_white:hover { background-color: #f5982a; color: #fff;}

.solutions { width: 100%; float:left; padding: 50px 0;}
.solutions ul { width: 100%; float:left;margin-top: 30px;}
.solutions ul li { width: 25%; float:left; padding: 20px; text-align: center;}
.solutions ul li h2 { font-size: 17px;color: #151617; text-transform: uppercase;  border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; display: inline-block;}
.solutions ul li p { margin-top: 15px;}
.solutions ul li .btn_orange, .assistance .btn_orange .js-open-everything {
    background: #f5982a url("../images/btn_icn.png") no-repeat scroll 24px center;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 25px 10px 43px;
}
.solutions ul li .btn_orange:hover, .assistance .btn_orange:hover .js-open-everything{ background-color: #faa644;}
.setup_part { width: 100%;float: left; background-color: #f4f4f4;}
.setup { width: 65.2%; float: left; padding: 50px 0;border-right: 1px solid #fff;}
.setup ul { width:100%; float: left; margin-top: 40px;}
.setup ul li { width: 33%;float: left;position: relative; text-align: center;}
.setup ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; padding: 20px 0 10px;}
.setup ul li p { width: 92%; margin: 0 auto;}
.step_2::after { position: absolute !important;  height: 3px;  content: "";  width: 100px;  background-color: #d7d7d7;  top: 78px; right: -51px; z-index: 0;}
.step_2::before {position: absolute !important; height: 3px; content: ""; width: 100px;  background-color: #d7d7d7; top: 78px; left: -21%; z-index: 0; }
.setup ul li:last-child { margin-right: 0px;}

.setup ul li span { position: absolute; background-color: #fff; color: #151617; border-radius: 50px; width: 30px; height: 30px;  text-align: center;  border: 3px solid #e0e0e0;line-height: 22px;
                    top: 65px; z-index: 33;right: 13%;  font-family: 'OpenSansBold';}
.assistance { width: 34.8%; float: left;   padding: 50px 0px 50px 30px;}
.assistance p { font-size: 16px; line-height: 32px; margin: 20px 0 20px; text-align: justify;}

.customers { width: 100%; float: left; padding: 50px 0;}
.customers img {  height: auto;  max-width: 100%;}
.customers ul { width: 100%; float: left; margin-top: 80px;}
.customers ul li {width: 20%;  text-align: center;float: left; border-right: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2; padding: 35px 0;}
.customers ul li:first-child{ border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(6){ border-bottom: none;border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(7){ border-bottom: none;}
.customers ul li:nth-child(8){ border-bottom: none;}
.customers ul li:nth-child(9){ border-bottom: none;}
.customers ul li:nth-child(10){ border-bottom: none;}

#owl-demo_1 .owl-next {
    background: url(../images/next.png) no-repeat right center;
    position: absolute;
    right: -80px;
    width: 21px;
    top: -150px;
    height: 54px;
}
#owl-demo_1 .owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/preview.png") no-repeat scroll left center;
    height: 54px;
    left: -80px;
    position: absolute;
    top: -150px;
    width: 21px;
}

.need_help { width: 100%; float: left; background-color: #595a5c; padding: 22px 0;}
.need_help h2 { float: left; font-size: 32px;line-height: 63px; color: #fff; text-transform: uppercase; position: relative;}
.need_help h2::after {position: absolute; height: 117px; width: 36px; content: ""; background: url(../images/need_help_arrow.png) no-repeat right center;top: -23px;right: -55px; }
.need_help h2 span {font-family: 'OpenSansLight';}
.need_help ul {float: left; margin-left: 75px;}
.need_help ul li {
    float: left;
    font-family: 'OpenSansbold';
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 72px;
}
.need_help ul li a { font-family: 'OpenSansRegular'; font-size: 16px; color: #fff;}
.need_help ul li a:hover { color: #f5982a;}
.need_help ul li span {width: 100%; font-family: 'OpenSansRegular'; float: left; font-size: 14px; color: #bcbcbc;}
.need_help .live_chat a { background: #f5982a url(../images/live_chat.png)no-repeat center 10px;  padding: 40px 20px 10px 20px;  font-size: 15px;}
.need_help .live_chat a:hover {background-color: #faa644;}

.call { background: url(../images/call.png)no-repeat left center;}
.call a { font-family: 'OpenSansbold' !important; }
.fax { background: url(../images/fax.png)no-repeat left center; font-family: "OpenSansRegular" !important;}
.email { background: url(../images/email.png)no-repeat left center;}
.live_chat { float: right;}
.footer { width: 100%; float: left; background-color: #f4f4f4;}
.footer .offer_news p{ float: left;font-size: 35px; color: #151617; font-family: 'OpenSansLight';}
.offer_news {width: 100%;float:left; padding: 30px 0;}
.offer_news form {  float: right;  width:47%;}
.email_fild { background: url(../images/email_fild.png)no-repeat 30px center; background-color: #fff; padding: 15px 10px 15px 60px; border: 1px solid #dadada; border-radius: 3px;
              width: 87.6%; color: #636363; font-family: 'OpensansRegular';}
.go_btn {
    background-color: #f5982a;
    border: none;
    padding: 12px 18px 14px;
    float: right;
    cursor: pointer;
    color: #fff;
    font-family: "OpenSansBold";
    font-size: 15px;
    position: absolute;
    background: #f5982a url(../images/right_arrow.png)no-repeat right 11px center;
}
.go_btn:hover { background-color: #faa644;transition: all ease-in-out 0.3s;}

.footer_link { width: 100%; float:left; padding-top: 30px; border-top: 1px solid #e6e6e6;position: relative;}
.contact_info { width: 36%; float:left;}
.for_individuals {width:22.8% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.products {width:23.7% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.secure_payment {width:17.5% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.footer_link h2 { font-size: 16px; color: #151617; font-family: 'OpenSansRegular'; text-transform: uppercase;}
.footer_link ul {width: 100%; float: left;margin-top: 15px;}
.footer_link ul li {width: 100%; float: left;margin-bottom: 15px;}
.footer_link ul li a {color: #818181; font-size: 14px; }
.footer_link ul li a:hover {color: #f5982a; padding-left: 1px; }
.contact_info ul li {
    background: rgba(0, 0, 0, 0) url("../images/customers_icn.png") no-repeat scroll left center;
    color: #818181;
    float: left;
    margin: 15px 0;
    padding-left: 22px;
    width: 100%;
}
.contact_info ul li a { color: #f5982a;}
.contact_info ul li a:hover { color: #faa644;}

.contact_info::before { position: absolute;  content: "";  height: 1px; width: 70px;  background-color: #f5982a; top: -1px;}
.for_individuals::before { position: absolute;  content: "";  height: 1px; width: 129px;  background-color: #f5982a; top: -1px;}
.products::before { position: absolute;  content: "";  height: 1px; width: 82px;  background-color: #f5982a; top: -1px;}
.secure_payment::before { position: absolute;  content: "";  height: 1px; width: 76px;  background-color: #f5982a; top: -1px;}

.secure_payment ul { width: 100%; float: left;}
.secure_payment ul li { width: 50%; float: left;}

.copy_right { width: 100%; float: left;padding: 30px 0; }
.footer_logo { width: 100%; float: left; text-align: center; background: url( ../images/line_bg.jpg) repeat-x center center;    margin-bottom: 15px;}
.copy_right p { float: left; font-size: 13px; color: #818181;}
.copy_right p span { text-transform: uppercase;color: #595a5c;font-family: 'OpenSansBold';}
.copy_right ul{ float: left; margin-left: 10px;}
.copy_right ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #d7d7d7;
    line-height: 13px;
}
.copy_right ul li a{ font-size: 13px; color: #818181;}
.copy_right ul li a:hover{ color: #faa644;}




/***************************************************************************************************/

.location_path { width: 100%; float: left; padding: 15px 0; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
.location_path ul { width: 100%; float: left; }
.location_path ul li { float: left;  margin-right: 20px; }
.location_path ul li:last-child { margin-right: 0px; }
.location_path ul li a { color: #636363; }
.location_path ul li a:hover { color: #f5982a;  }
.location_path li a:hover, li.active a { color: #f5982a !important; }

/************change************/
.location_path .breadcrumbs span {  color: #f5982a; }
.location_path .breadcrumbs span a { color: #636363 !important;}
.location_path .breadcrumbs span a:hover { color: #f5982a;}


.location_path i {  color: #c4c4c4;  font-size: 13px !important;  margin-left: 20px; margin-right: 20px;}

.pro_detail { width: 100%; float: left;  padding-top: 30px;}
.pro_detail h2 { font-size: 35px; color: #151617; font-family: 'OpenSansExtraBold'; text-transform: uppercase;}
.pro_detail h2 span { font-family: 'OpenSansLight'; padding-left: 5px;}
.pro_img { width: 36.1%; float: left; text-align: center;}
.pro_discription { width: 32.5%; float: left;}
.detail_discription .btn { float: left;}
.detail_discription .sub_but { margin: 0 auto; width: 100%;}
.pro_discription p { font-size: 20px; line-height: 28px; margin-top: 10px;}
.pro_discription h3 { font-size: 35px; color: #f5982a;font-family: 'OpenSansExtraBold'; margin-top: 20px;line-height: 35px;}
.pro_discription span {width: 100%;float: left;font-family: 'OpenSansSemiBold'; margin-bottom: 20px;}
.detail_points { width: 100%; float: left; margin-top: 20px;}
.detail_points li { background: url(../images/detail_right_icn.jpg) no-repeat left 15px;line-height: 40px; padding-left: 25px; width: 100%; float: left;}


/*************************tab menu*****************************/
.upgrade_tabmenu { width: 31.3%; float: left; margin-top: 30px;}
.upgrade_tabmenu h2 { font-size: 24px;}




.detail_part_points { width: 100%; float: left; background-color: #f4f4f4; margin-top: 50px;}
.detail_part_points img { max-width: 100%;}
.detail_part_points ul { width: 100%; float: left; height: 100%;}
.change_width ul li {  width: 33.33% !important;}
.detail_part_points ul li { width: 25%; display: table-cell; text-align: center; padding: 70px 0; height: 100%;}
.detail_part_points ul li h2 { color: #151617; font-size: 17px; text-transform: uppercase; border-bottom: 1px solid #d9d9d9; display: inline-block; padding-bottom: 10px;}
.detail_part_points ul li p {font-size: 14px; margin-top: 20px; width: 80%; margin: 20px auto;}
.detail_part_points ul li:hover {background-color: #fafafa;}

.upgrade_windows { width: 100%; float: left; padding: 50px 0;}
.windows_text { width: 53.4%; float: left;}
.windows_text p {margin-top: 15px; line-height: 28px; text-align: justify;}
.windows_video { width: 41.2%; float: left; margin-left: 5.4%;}
.windows_video iframe {  height: 370px;}

.steps_3 { width: 100%; float: left; background-color: #f4f4f4; padding: 70px 0;}
.steps_3 ul { width: 100%; float: left; margin-top: 50px;}
.steps_3 ul li { width: 33%; float: left; text-align: center; position: relative;}
.steps_3 ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; margin: 20px 0 10px;}
.steps_3 ul li span {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    border-radius: 50px;
    color: #151617;
    font-family: "OpenSansBold";
    height: 30px;
    line-height: 22px;
    position: absolute;
    right: 26%;
    text-align: center;
    top: 65px;
    width: 30px;
    z-index: 33;
}

.steps_3 .step_2::before {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    left: -28%;
    position: absolute !important;
    top: 78px;
    width: 220px;
    z-index: 0;
}
.steps_3 .step_2::after {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    position: absolute !important;
    right: -114px;
    top: 78px;
    width: 220px;
    z-index: 0;
}

.client_testimonial { width: 100%; float: left; padding: 50px 0;}
.testimonial { float: left;  margin-top: 50px;  width: 100%;}
.testi_1::after {
    background: rgba(0, 0, 0, 0) url("../images/down_arrow.png") no-repeat scroll left top;
    bottom: -21px;
    content: "";
    height: 25px;
    left: 48%;
    position: absolute;
    width: 24px;
}
.testi_1 p::after {
    background: rgba(0, 0, 0, 0) url("../images/comma.png") no-repeat scroll left top;
    content: "";
    height: 25px;
    left: 2%;
    position: absolute;
    top: 30px;
    width: 30px;
}
.testi_1 {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 0;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 3px;
    min-height: 207px;
}
.testi_1 p { font-family: 'OpenSansItalic'; font-size: 18px; line-height: 29px; text-align: center; width: 84%; margin: 0 auto;}
.pro_name h2 { color: #f5982a;  font-size: 15px;  text-align: center;  text-transform: uppercase; margin-top: 20px;}

.special_offers { width: 100%; float: left; background-color: #f4f4f4; padding: 50px 0;}
.offer_tab { width: 63.5%; float: left;}
.other_offer { width:31.4%; float: left; margin-left: 5.1%;}

.special_offers .offer_tab .tab_try .ui-state-default {
    padding: 10px 20px;
    width: auto;
}
.special_offers .offer_tab .tab_try .ui-tabs-anchor { color: #636363;}
.special_offers .offer_tab .tab_try .ui-state-default {background: #fff; border: 1px solid #dddddd; border-bottom: none;}
.special_offers .offer_tab .tab_try  {margin-top: 0px;}
.tab_try ul .ui-state-active { background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom !important;}
.tab_try ul .ui-state-active a { color: #fff !important;}

.offer_box { width: 100%; float: left; padding: 20px; text-align: center; background-color: #fff; border: 1px solid #e2e2e2;}
.offer_box .title_3 h2 span { padding-right: 5px; width: auto;}
.offer_box img {margin-top: 30px;max-width: 100%;}
.offer_box span {width: 100%; float: left;  font-family: 'OpenSansSemiBold'; }
.offer_box .btn_orange {
    background: #f5982a url("../images/buynow.png") no-repeat scroll 21px center;
    margin-top: 10px;
    padding: 10px 20px 10px 40px;
}
.offer_box .btn_orange:hover{ background-color: #faa644;}

.offer_box h1 {font-size: 14px; color: #404143; text-transform: uppercase;font-family: 'OpenSansRegular';text-align: left; font-size: 14px; margin:30px 0 10px;}
.offer_box p {text-align: left;}
.other_offer h3 {font-size: 20px; color: #fff; text-transform: uppercase; background-color: #404143;padding: 10px 10px 10px 20px;}
.other_offer h3 span {font-family: 'OpenSansLight'; }


/*..Tab Try..*/

.tab_try {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#tabs-1, #tabs-2, #tabs-3 { background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.special_offers #tabs-2, .special_offers #tabs-3, .special_offers #tabs-4, .special_offers #tabs-5{padding:20px; background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.money_back { width: 100%; float: left; padding: 20px 40px 20px 40px;}
.money_back h1 { color: #f5982a;}
.money_back p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tabs-1 a, #tabs-2 a, #tabs-3 a { color: #f5982a; }
#tabs-1 ul {
    float: left;
    width: 100%;

}

.pricing { width: 100%; }
.pricing li { width: 50%; border-bottom: 1px solid #dfdfdf; padding: 10px 0 10px 40px;font-family: 'OpenSansRegular' !important;}
.pricing li:nth-child(2n) { color: #f5982a;}

#tabs-1 li,#tabs-2 li, #tabs-3 li {
    float: left;
    font-family: 'OpenSansBold';
}
.upgrade_tabmenu #tabs-1 li:nth-child(2n), .upgrade_tabmenu #tabs-2 li:nth-child(2n), .upgrade_tabmenu #tabs-3 li:nth-child(2n) {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}
#tabs-1 li { }

.tab_try .ui-tabs-nav {
    float: left;
    width: 100%;

}


.tab_try ul .ui-state-active::after {
    background: rgba(0, 0, 0, 0) url("../images/tab_arrow.png") no-repeat scroll center center;
    bottom: -16px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.tab_try .ui-state-default {
    background: #595a5c none repeat scroll 0 0;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 33.33%;
    position: relative;
}
.tab_try ul .ui-state-active {
    background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom;
}
.tab_try ul li { position: relative;}

.tab_try ul .ui-state-active a {
    color: #fff;
}
.tab_try .ui-tabs-anchor {
    color: #fff;
    font-family: OpenSansBold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}
.tab_try p {
    color: #636363;
    float: left;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}
#bx-pager img {
    max-width: 100%;
}


.special_offers_page .special_offers { width: 100%; float: left;}
.special_offers_page .other_offer { float: left;  width: 100%;margin-left: 0px; margin-top: 40px;}
.special_offers_page .offer_box { width:31.4%; float: left; margin-right: 2%;margin-bottom: 2%;min-height: 660px; }
.special_offers_page .offer_box:nth-child(3n) { margin-right: 0%;}
.special_offers_page .other_offer h3 {text-align: left; }
.special_offers_page .other_offer h3 span { width: auto;}
.special_offers_page .fa {
    color: #e64f22;
    float: left;
    font-size: 49px;
    margin-right: 10px;
    margin-top: 9px;
}
.special_offers_page .fa:nth-child(2) {margin-right: 0px;}
.special_offers_page .fa:hover { color: #F5982A; }



/*.....Loader Try.....*/

.special_offers .pricing { float: left;  width: 100%;}
.special_offers #tabs-1 { padding: 20px;}
.special_offers p{ margin-top: 20px; width: 100%;}
.special_offers a{color: #f5982a;}
.pcmover_point { width: 100%; float: left; margin-top: 15px;}
.pcmover_point li { width: 100% !important; float: left; margin: 10px 0; background: url(../images/pdf_icn.png)no-repeat left top; padding-left: 30px !important;}
.pcmover_point li a {color: #f5982a;font-family: 'OpenSansRegular'; }

.cable_table { width: 100%; float: left;}
.cable_table table { width: 100%; margin-top: 30px; border: 1px solid #dddddd;}
.cable_table table td { width: 25%;}
.cable_table tbody tr:nth-child(2n) { background-color: #fafafa;}
.cable_table tbody td {
    padding: 20px 15px !important;
}

.cable_table thead td {
    font-family: "OpenSansBold";
    font-size: 14px;
    padding: 29px 0 !important;
    text-transform: uppercase;
    border-top: 1px solid #f1f0f0;
}















/************************************privacy_policy*********************************************/

.privacy_policy_content{ width: 100%; float: left; padding: 20px 0;}
.privacy_policy_content .title_2 h2 { font-size: 18px;font-family: "OpenSansBold";}
.privacy_policy_content .title_2 { margin: 20px 0 10px;}
.privacy_policy_content p { margin-top: 10px; float: left;}
.privacy_policy_content ul { float: left;  width: 100%;}
.privacy_policy_content ul li { float: left;  width: 50%; margin: 5px 0;}
.privacy_policy_content ul li a { color: #636363;background: rgba(0, 0, 0, 0) url("../images/right_icn.png") no-repeat scroll left 8px; padding-left: 25px;}
.privacy_policy_content ul li a:hover { color: #F5982A;}

.opt_out {width: 100%; float:left;}
.opt_out {width: 100%; float:left;}
.opt_out li {width: 100%; float:left;}
.opt_out li a {color: #F5982A !important;font-family: "OpenSansSemiBold"; background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; padding: 0 !important;}
.opt_out li a:hover {color: #F5992B !important; }

.address { font-family: "OpenSansSemiBold"; font-size: 14px;}

/************************************privacy_policy close*********************************************/



/************************************contact*********************************************/

.contact_page { width: 100%; float: left; padding: 50px 0;}
.contact_page .title_1 h2 { font-size: 30px;}
.box2 { width: 49.5%; float: left; margin-right: 1%; text-align: center; background-color: #f5f5f5; padding: 20px; border: 1px solid #dddddd;}
.box2 h2, .representative .box2 h2 { border-bottom: 1px solid #d9d9d9;
                                     color: #151617;
                                     display: inline-block;
                                     font-size: 20px;
                                     padding-bottom: 10px;
                                     text-transform: uppercase;}
.representative {  float: left; padding: 50px 0;  width: 100%;}

.box2 p, .representative .box2 p { margin: 10px auto; }
.box2:last-child { margin-right: 0px;}
.main_box { width: 100%; float: left; margin-top: 30px;}

.technical_support, .eastern_time {
    float: left;
    padding: 20px;
    width: 100%;
}
.technical_support ul, .eastern_time ul { width: 100%; float: left;border-left: 1px solid #dddddd; border-top: 1px solid #dddddd;background-color: #fff;}
.technical_support ul li, .eastern_time ul li { border-bottom: 1px solid #dddddd;  float: left;  font-size: 12px; padding: 10px; text-align: left;  width: 50%;}
.technical_support ul li:nth-child(n), .eastern_time ul li:nth-child(n) { border-right: 1px solid #dddddd;}
.eastern_time h2 { border: none !important;}

.boxtext {  border-top: 1px solid #dddddd; float: left; margin-top: 20px;  width: 100%;}
.boxtext h2 { margin-top: 15px; border-bottom: none!important;}
.boxtext p { width: 100% !important;}
.no_boxtext a { color: #636363;}
.no_boxtext span {font-family: "OpenSansSemiBold"; font-size: 14px;}

.detail_part { width: 100%; float: left;}
.detail_part h2 {  font-family: "OpenSansBold"; font-size: 17px; margin: 30px 0 20px;}
.detail_part ul { width: 100%; float: left;}
.detail_part ul li { border-bottom: 1px solid #dddddd;  float: left;  padding: 5px 0;  width: 100%;}
.detail_part a {color: #f5982a;}
.detail_part a:hover {color: #F5982A;}
.detail_part li:nth-child(2n) { float: right;  width: 80% !important;}
.detail_part li:nth-child(n) { display: inline-block; float: left;  text-align: left; width: 20%;}
.detail_part p { padding: 5px 0;}



/************************************contact close*********************************************/




/************changes************/

.es_textbox #es_txt_email_pg {
    background: #ffffff url("../images/email_fild.png") no-repeat scroll 30px center;
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #636363;
    font-family: "OpensansRegular";
    padding: 15px 10px 15px 60px;
    width: 100%;
}
.es_textbox { width: 84%;}
.es_button input {
    background: #f5982a url("../images/right_arrow.png") no-repeat scroll right 11px center;
    border: medium none;
    bottom: 26px;
    color: #ffffff;
    cursor: pointer;
    font-family: "OpenSansBold";
    font-size: 16px;
    padding: 12px 18px 14px;
    position: absolute;
    right: 21px;
    text-transform: uppercase;
}
.es_button {position: relative;width: auto;}




















.sub_menu { top: 120px; left: 0;}
.sub_menu nav ul li { padding: 0 !important;}
.sub_menu li { width: 280px;  padding: 10px 20px 10px 20px !important;}

.submenu { display: none; position: absolute;}
#menu1 ul li:hover .submenu { display: block !important;}

.mail_droup ul li {  float: left;  width: 100%;}
.droup_down li { width: 100%; padding: 10px 20px 10px 20px !important; width: 100%; float: left;}
.droup_down li a{padding: 0 !important;}
.sub_menu h2, .mail_droup ul h2 { background-color: #f5982a; color: #fff; font-size: 18px; text-transform: uppercase;}
.sub_droup { float: left; margin-top: 1px; width: 33% !important;}
.sub_droup ul { width: 33%;box-shadow:none !important;}


/********************menu*********************/


/********************************guarantee_page*************************************/



.guarantee_page p { margin-top: 15px;}
.guarantee_page .title_3 { margin: 30px 0 0px;}
.guarantee_page h1 { font-size: 18px; margin-top: 20px; text-transform: uppercase; color: #454545;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}


#tabs-2 table { width: 100%;}
#tabs-2 table td {text-align: center;}
#tabs-2 table tr {height: 50px;}
#tabs-2 table tr:nth-child(2n) {background-color: #f2f2f2;}
#tabs-2 table thead tr th:first-child {text-align: left;padding-left: 15px;}
#tabs-2 table tr td:first-child {text-align: left;padding-left: 15px;}
#tabs-2 tfoot td {   font-family: "OpenSansBold";}
#tabs-2 tfoot { background-color: #f2f2f2;}



/***************************laplinkgold_11_5***********************************/

.laplinkgold_11_5 .windows_video ul { margin-top: 30px;}
.calc_offers ul li h2 {
    color: #454545;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
.calc_offers ul li span { width: 100%; float: left;}
.calc_offers ul li {min-height: 390px !important;}
.overview_part .overview h3 { color: #454545; font-size: 15px; margin: 10px 0; text-transform: uppercase;}


/********************feature_overview*********************/


.feature_overview { width: 100%; float: left; padding: 30px 0;}
.feature_overview p { margin-top: 20px;}
.table_part { width: 100%; float: left;padding: 50px 0;}
.table_part table { width: 100%; float: left;}
table .btn { padding: 10px 12px; font-size: 13px;}
.table_part table td { width: 12.1%; float: left; text-align: center; padding: 15px 5px;  font-size: 12px;}
.table_part thead th { font-size: 13px; text-transform: uppercase;width: 12.1%; float: left; }
.table_part table tr { border-top: 1px solid #dddddd; float: left;width: 100%;}
.table_part table tr a {  padding: 9px 9px;font-size: 12px;}

.table_part table thead th:first-child { text-align: left; width: 27%;}
.table_part table tr td:first-child { text-align: left; width: 27%;font-size: 12px;}
.table_part table tr td:nth-child(4) {
    border-left: 4px solid #00879D;
    border-right: 4px solid #00879D;
}
.table_part table thead th:nth-child(4) {
    background-color: #00879d;
    color: #fff;
    line-height: 37px;
}
thead { background-color: #f5f5f5; width: 100%;}
.table_part thead th { padding: 20px 0;}
thead tr { height: 76px;}
.table_part2 table { margin-top: 30px;}
.table_part2 { padding-top: 0;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}



/**************************************************************************************/

 /************************ 08_10_2016 changes documentation page **************************/




.documentation #tabs-1 li h2, .documentation #tabs-2 li h2, .documentation #tabs-3 li h2 {  color: #252525;  font-size: 16px !important;  text-transform: uppercase;}
.documentation .offer_tab{ width: 100%;}
.documentation_points { width: 100%; float: left;}
.documentation_points li {
    border-bottom: 1px solid #dddddd;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.documentation_points li:last-child { border-bottom: none;}
.documentation_points li p{margin: 0;font-family: "OpenSansRegular";}
.backtotop {
    margin: 30px 0;
    text-align: right;
    width: 100%;
}
.documentation #tabs-4 .tutorial_series li { margin-top: 15px;}
.documentation #tabs-4 > ul li { float: left; width: 100%;}


/************disk image server diskimage server************/

.diskimage_server .pro_discription { width: 63.9%;}
.diskimage_server .pro_discription a{float: none; margin-top: 10px;}







.should_know { width: 100%; float: left;}
.should_know ul { width: 100%; float: left; margin-top: 20px;}
.should_know ul li { width: 100% !important; float: left;font-family: "OpenSansRegular" !important; margin: 5px 0; padding-left: 0px !important;}

.pcmover_ultimate .pro_detail #tabs-1 li, .pcmover_ultimate .pro_detail #tabs-2 li, .pcmover_ultimate .pro_detail #tabs-3 li { min-height: 65px; }
.express .detail_part_points ul li {  width: 33% !important;}
.windows_text a { color: #f5982a;font-size: 16px; margin-top: 10px;}

.windows_text h3 { text-transform: uppercase; font-size: 18px; margin-top: 20px;}

.country_no { width: 100%; float: left; margin: 30px 0;}
.country_no ul { width: 100%; float: left;}
.country_no ul li { font-size: 20px; width: 100%; float: left; color: #636363;}
.country_no ul li a {color: #f5982a;}
.country_no p {font-size: 15px;}
.country_no p a {color: #f5982a;}


.transfer_cable .detail_part_points ul li { width: 33%;}
.cables { width: 100%; float: left; padding: 30px 0;}
.cables p { margin: 20px 0 10px;}
.cables .title_3, .product_catalog .title_3 { margin: 20px 0 0;}
.cables p a { color: #F5982A;}
.cables .title_1, .product_catalog .title_1  { margin: 30px 0;}
.pro_img img {
    max-width: 100%;
}
.free_transfer_page .pro_img {margin-top: 9%;}
.free_transfer_page .pro_discription { width: 63.9%;}

.product_catalog { width: 100%; float: left; padding-bottom: 30px;}
.product_catalog ul  { width: 100%; float: left; margin-top: 20px;}
.product_catalog ul li { width: 50%; float: left; margin-top: 20px; background:  url(../images/PCmover_Icon.png)no-repeat left top; padding-left: 100px;}
.product_catalog ul li h2{ font-size: 18px; color: #454545; text-transform: uppercase;}
.product_catalog .btn { padding: 7px 16px; font-size: 15px; margin-top: 10px;}

.disk_util_icn1 { background: url(../images/SafeErase_Icon.png)no-repeat left top !important;}
.disk_util_icn2 { background: url(../images/DiskImage_Icon.png)no-repeat left top !important;}

.management1 { background: url(../images/LL_PCsync_HelpIcon.png)no-repeat left top !important;}
.management2 { background: url(../images/LL_LLE_HelpIcon.png)no-repeat left top !important;}
.management3 { background: url(../images/LL_LLG_HelpIcon.png)no-repeat left top !important;}
.management4 { background: url(../images/LL_SwitchandSync_HelpIcon.png)no-repeat left top !important;}

.cable1 { background: url(../../../../wp-content/uploads/2017/05/USB3_Cable_80x80.png)no-repeat left top !important;}
.cable2 { background: url(../../../../wp-content/uploads/2017/05/USB2_Cable_80x80.png)no-repeat left top !important;}
.cable3 { background: url(../../../../wp-content/uploads/2017/05/Ethernet_Cable_80x80.png)no-repeat left top !important;}
.cable4 { background: url(../../../../wp-content/uploads/2017/05/USBSATA-IDECable80x08.png)no-repeat left top !important;}
.product_catalog ul li p {
    font-size: 12px;
}
.detail_points .title_3 h2 { font-size: 25px;}
.windows_video .title_3 { margin: 20px 0 20px;}
.windows_video p { margin-top: 15px;}

.tab_box { width: 100%; float: left; position: relative;}
.tab_box ul { width: 100%; float: left;}
.tab_box ul li {  width: 33%; float: left; text-align: left; padding: 15px;}
.tab_box ul li p{  text-align: left;}
.tab_box ul li h2 {  color: #454545;   font-size: 18px; text-transform: uppercase;}
.tab_box .download_btn .btn.btn_orange .js-open-everything{
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.apple_btn {
    text-align: center;
    width: 100%;
}
.special_offers .tab_try .title_1 h2 { font-size: 20px; margin-top: 20px;}
.tab_box img {  max-width: 100%;}

.automatically { width: 100%; float: left; padding: 50px 0;}
.automatically .title_1{margin: 20px 0;}
.automatically ul { width: 100%; float: left;}
.automatically ul li { width: 50%; padding: 15px; float: left; text-align: center;}
.automatically ul li p { text-align: left;}

.laplink_everywhere .offer_tab { width: 100%;}
.pro_discription ul { margin: 20px 0;}
.pro_discription ul li {width: 100%; float: left;}
.pro_discription ul li a{color: #F5982A;}
.pro_discription h1 {
    color: #454545;
    font-size: 15px;
    text-transform: uppercase;
}
.laylink_sync .upgrade_tabmenu #tabs-1 li, .laylink_sync .upgrade_tabmenu #tabs-2 li, .laylink_sync .upgrade_tabmenu #tabs-3 li {
    height: 84px;
}
.laylink_sync #tabs-1 li span, .laylink_sync #tabs-2 li span, .laylink_sync #tabs-3 li span {
    font-size: 11px;

}
.automatically p { margin: 10px 0 15px;}
.automatically p a, p a { color: #F5982A;}

.licensing { background-color: #fff; padding: 20px;border: 1px solid #e2e2e2;}
.btn_32_Bit { float: left;margin: 20px 0;}

.banner { width: 100%; float: left; text-align: center;}
.banner img { width: 100%;}
.enterprise_customers .offer_tab { width: 100%;}

.customers_table { width: 100%; float: left;}
.customers_table table { width: 100%; float: left; }
.customers_table table tr:nth-child(2n) { background-color: #fff;}
.customers_table thead td { font-family: "OpenSansSemiBold";  padding: 15px;  text-transform: uppercase; text-align: center;}
.customers_table tbody td, .customers_table tfoot td {  padding: 15px;text-align: center; }
.customers_table tbody tr td:first-child, .customers_table tfoot tr td:first-child  {text-align: left; }
.pc_mover_video { margin-top: 30px;}
.special_offers .title_3 {  margin-top: 20px;}

.sp_wrap { width: 100%; float: left; padding: 30px 0;}
.sp_wrap ul { width: 100%; float: left;}
.sp_wrap ul li { width: 16.6%; float: left; border-right: 1px solid #fff; text-align: center;}
.sp_wrap ul li:last-child { border-right:none;}
.sp_wrap ul li a {
    background-color: #d95b27;
    color: #fff;
    display: block;
    font-family: "OpenSansBold";
    font-size: 15px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}
.sp_wrap ul li a:hover, .sp_wrap ul li.active a { background-color: #f79726; color: #fff !important;}
.try_pcmover { margin-bottom: 30px;}
.try_pcmover .title_3 { margin-bottom: 10px;}
.try_pcmover p { margin-top: 10px;}

.contact_form { width: 100%; float: left; margin-bottom: 30px;}
.contact_form form { width: 100%; float: left;}
.contact_form form p {color: #F69426; margin-top: 20px;}
.contact_form form .field_1{ width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
.contact_form form .field_1:nth-child(2n){ margin-right: 0px;}
.contact_form form .field_1 input, .contact_form form .field_1 select, .field_2 textarea{ width: 100%; padding: 10px; color: #636363; font-family:'OpenSansRegular'; border: none; border: 1px solid #bbbbbb;}
.field_2 { width: 100%;}
.field_2 textarea { height: 150px; resize:none;}
.submit_btn { float: right; margin-top: 2%;}
.submit_btn input { background-color: #d95b27; color: #fff; transition: all 0.3s ease-in-out 0s; font-family: 'OpenSansSemiBold'; text-transform: uppercase; text-align: center; border: none; padding: 10px 20px 10px 20px; cursor: pointer; }
.submit_btn input:hover { background-color: #F79726;  transition: all 0.3s ease-in-out 0s; }

.backup_part { width: 100%; float: left; padding: 50px 0;}
.backup_part ul { width: 100%; float: left;}
.backup_part ul li { width: 49%; float: left; margin-right: 2%;}
.backup_part ul li p { margin: 20px 0;}
.backup_part ul li:last-child { margin-right: 0px;}

.microsoft_img { margin-bottom: 10px; margin-top: 50px;}
.school_logo { width: 100%; float: left;text-align: center; padding: 50px 0;}
.school_logo .title_1 {margin-bottom: 30px;}

.enterprise_solutions { width: 100%; float:left; margin-bottom: 30px;}
.enterprise_solutions .microsoft_img {
    float: left;
    margin: 0 20px 0 0;
    margin-top: 12px;
}
.enterprise_solutions .btn_orange .js-open-everything{font-size: 14px;} 

.Anywhere_part { width: 100%; float: left; padding: 50px 0;}
.Anywhere_part h3 { margin-top: 20px;box-shadow: 0 0 25px #d2d2d2 inset; color: #F5982A; padding: 30px; text-transform: uppercase; }
.Anywhere_part p { margin-top: 10px;}

.benefit_part {padding: 50px 0;}
.benefit_part table thead { text-transform: uppercase; font-family: 'OpenSansBold';}
.benefit_part table {width: 100%; margin-bottom: 30px; border: 1px solid #f2f2f2;}
.benefit_part table a {color: #F5982A;}
.benefit_part table tr td{padding: 15px; text-align: center;}
.benefit_part table tr:nth-child(2n){background-color: #f5f5f5;}
.benefit_part table tr td:first-child {text-align: left; text-transform: uppercase; width: 40%;}
.important_features { width: 100%; float: left;}
.important_features .title_3 { margin-bottom: 20px;}
.important_features .btn_orange { font-size: 14px; margin-top: 20px;}

.basic_box_model { width: 100%; float: left;}
.basic_box_model ul { width: 100%; float: left;}
.basic_box_model ul li { width: 32%;text-align: center; float: left; padding: 20px; margin-right: 2%; margin-bottom: 2%; background-color: #f5f5f5; border: 1px solid #dddddd;}
.basic_box_model ul li:nth-child(3n) {margin-right: 0px;}
.basic_box_model ul li h2 { text-transform: uppercase; color: #1a1f1d;}
.basic_box_model ul li p { margin-bottom: 10px;}
.basic_box_model ul li h2 span{ font-family: 'OpenSansRegular';}

.overview_part { width: 100%; float: left; padding: 30px 0;}
.overview { width: 50%; float: left; }
.business_pro_box { width: 50%; float: left; padding: 0px 20px 0px 20px;}
.overview .title_3 {margin-bottom: 10px;}
.overview p {margin-top: 10px; text-align: justify;}
.call_us { margin-top: 10px;}
.business_pro_box > h2 {
    background-color: #999999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.business_pro_box ul { width: 100%; float: left; margin-top: 20px;}
.business_pro_box ul li { width: 49%; position: relative; float: left; margin-right: 2%; min-height: 249px;margin-bottom: 2%;padding: 15px; text-align: center;background-color: #f5f5f5; border: 1px solid #dddddd;}
.business_pro_box ul li img { max-width: 100%;}
.business_pro_box ul li p { margin:10px 0;}
.business_pro_box ul li .btn_orange { font-size: 13px;}
.business_pro_box ul li:nth-child(2n) {margin-right: 0px;}

.lm_btn {
    bottom: 6%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.customers_logo { width: 100%; float: left;}
.customers_logo p {margin: 10px 0;}
.customers_logo ul { width: 100%; float: left;padding: 50px 0;}
.customers_logo ul li {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
    float: left;
    height: 200px;
    position: relative;
    text-align: center;
    width: 25%;
}
.customers_logo ul li img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.technical_catalog ul li:nth-child(2) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(3) { background: rgba(0, 0, 0, 0) url("../images/LL_SwitchandSync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(4) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(5) { background: rgba(0, 0, 0, 0) url("../images/LL_LLE_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(6) { background: rgba(0, 0, 0, 0) url("../images/LL_LLG_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(7) { background: rgba(0, 0, 0, 0) url("../images/DiskImage_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(8) { background: rgba(0, 0, 0, 0) url("../images/SafeErase_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(9) { background: rgba(0, 0, 0, 0) url("../images/LL_Defrag_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(10) { background: rgba(0, 0, 0, 0) url("../images/LL_PCLock_HelpIcon.png") no-repeat scroll left top; }

.other_products li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.other_products li a { color: #F5982A;}
.other_products > h2 {  color: #252525;  font-size: 18px;  padding: 10px 0;  text-transform: uppercase;}

.mysupport { width: 100%; float: left; padding-top: 30px;}
.mysupport h3 {
    color: #252525;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}
.contact_form p {  margin: 20px 0;}
.mysupport .submit_btn { float: left;}
.mysupport_text { width: 75%; float: left; margin-right: 2%;}
.my_support_menu { width: 23%; float: left;}
.my_support_menu ul { width: 100%; float: left; border: 1px solid #f6f6f6;}
.my_support_menu h2 {
    background-color: #595a5c;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
}
.my_support_menu li { width: 100%; float: left;background-color: #fefefe; padding: 0px 15px 0px 15px;}
.my_support_menu li:nth-child(2n) { background-color: #f6f6f6;}
.my_support_menu a:hover { color: #f5982a;}
.my_support_menu a {
    color: #636363;
    float: left;
    font-size: 13px;
    padding: 10px 0;
}
.search form input {
    border: 1px solid #dddddd;
    color: #636363;
    font-family: "OpenSansRegular";
    padding: 10px;
    width: 50%;
}
.search {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    float: left;
    margin-top: 40px;
    padding: 30px 20px;
    width: 100%;
}
.knowledge_base_part { width: 100%; float: left; padding: 30px 0;}
.knowledge_base_part form { width: 100%; float: left;}
.search form input { float: left; width: 50%;}
.search form .submit_btn input { float: left; width: 100%; color: #fff; margin-left: 20px;}
.search form select { border: 1px solid #dddddd; float: left; color: #636363;  padding: 10px; margin-left: 10px; }
.search .submit_btn { float: left;  margin: 0;}

.Knowledge_points { width: 100%; float: left; padding: 30px 0;}
.Knowledge_points ul { width: 100%; float: left; margin-top: 20px;}
.Knowledge_points ul li { width: 50%; float: left;margin-top: 10px;}
.Knowledge_points ul li a {color: #636363;}
.Knowledge_points ul li a:hover {color: #F5982A;}

.popular_item { width: 100%; float: left;}
.popular_item p{ margin-top: 15px; width: 100%; float: left; }
.popular_item ul { width: 100%; float: left;margin-bottom: 30px; }
.popular_item ul .title_3 {margin-bottom: 10px;}
.popular_item ul li {margin-top: 10px; background: url(../images/page_white.png)no-repeat left 3px; padding-left: 25px;}
.popular_item ul li a {margin-top: 10px; color: #636363}
.popular_item ul li a:hover { color: #F5982A;}

.all_articles_page .popular_item ul { width: 100%; margin-bottom: 20px;}
.all_articles_page .popular_item ul h2{ position: relative;}

.all_articles_page .popular_item ul h2::before {
    background: rgba(0, 0, 0, 0) url("../images/icon-rss.gif") no-repeat scroll right center;
    content: "";
    display: inline-block;
    height: 12px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 100%;
}
.partner_program{ width:100%; float:left; padding-bottom: 30px;}
.partner_program .title_1 { margin: 30px 0;}
.partner_program p { margin-top: 15px;}
.partner_program .btn_orange .js-open-everything{ margin-top: 15px;}

.img_icon img { height: auto;  margin-top: 15px;  max-width: 100%;}

.img_class { float: left; margin: 10px 0; width: 100%;}
.men_img {  float: left;  padding: 20px 0; text-align: center;  width: 100%;}
.partner_program h3 { color: #252525; float: left;   font-size: 18px; margin-top: 20px;  text-transform: uppercase;  width: 100%;}

.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.management_part { width: 100%; float: left; }
.management_part .title_1 { margin: 30px 0;}

.team_text { width: 85%; float: left; margin-right: 2%;}
.team_text p {text-align: justify;}
.team_img { width: 13%; float: left;}
.team_img img { float: right;}
.management_box { width: 100%; float: left; border-bottom: 1px solid #dddddd; padding: 30px 0;}
.management_box h3 {  color: #252525; margin-top: 20px; text-transform: uppercase;}
.management_box img { max-width: 100%;}

.media_part .title_3{ margin: 20px 0;}
.media_part {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.media_part .title_1 { margin: 30px 0;}
.media_part a { color: #F5982A;}
.media_part h3 { color: #252525; font-family: "OpenSansItalic";  font-size: 16px;  text-transform: uppercase;margin-top: 20px;}

.blog_btn {  margin-top: 20px;}
.blog_2 { float: left;  padding-left: 20px; width: 50%;}
.blog_1 { float: left; width: 50%;}











  







.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.about_us .banner img {
    width: auto;
}
.about_us .banner {text-align:center; width:100%;float:left; padding:10px 0;}
.about_us .title_1 {  margin: 30px 0;}
.inc_02 {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.inc_02 p{
    margin-top: 15px;
}

.inc_02 img {
    margin-top: 15px;
}

.careers_03{
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.careers_03 p {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.careers_03 strong {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}
.blog_right { border-top: 1px solid #dddddd; float: left; margin-top: 20px;   width: 100%;}
.blog_right .btn_orange .js-open-everything { margin-top: 10px;}
.blog_right ul {float: left; width: 100%;}
.blog_right li {  display: inline-block;  display: inline-block;  padding-left: 60px;}
.blog_right li img { max-width: 100%;}

.reviews1 { background: rgba(0, 0, 0, 0) url("../images/zdnetIcon.png") no-repeat scroll left center;}
.reviews2 { background: rgba(0, 0, 0, 0) url("../images/pcmagIcon.png") no-repeat scroll left center;}
.reviews3 { background: rgba(0, 0, 0, 0) url("../images/wsjIcon.png") no-repeat scroll left center;}

.offer_free {
    box-shadow: 0 0 25px #d2d2d2 inset;
    margin-top: 20px;
    padding: 30px;
    width: 100%;
}
.offer_free p { margin-top: 0px;}
.offer_free a { margin-top: 10px;}
.pricing_page .offer_tab { width: 100%;}
.pricing_page #tabs-2 h3 {
    color: #252525;
    margin-top: 15px;
    text-transform: uppercase;
}
.pricing_page #tabs-2 p { margin-top: 0px; margin-bottom: 20px;}
.pricing_page #tabs-2 .title_3 { margin-bottom: 20px;}







/****************fancybox*****************/
.portfolio_images { width: 76.7%;display: inline-block; margin-left: 1.6%;margin-top: 45px;}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.img_zoom ul {
    display: inline-block;
    width: 100%;
}
.img_zoom ul li {
    display: inline-block;
}
.img_zoom ul li:last-child { margin-right: 0px;}
.img_zoom ul li img { max-width: 100%;}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px !important;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../image/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.7);
}






/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);}

    /* Overlay helper */




    .assistance .btn { padding: 5px 30px;}
    .copy_right ul li {
        border-left: 1px solid #d7d7d7;
        display: inline-block;
        line-height: 13px;
        padding: 0 10px;
    }
     
    .copy_right ul {
        float: left;
        margin-left: 10px;
    }
    .copy_right ul li a {
        color: #818181;
        font-size: 13px;
    }
    .assistance .btn_orange:hover { background-color: #faa644;}
    .es_button input:hover { background-color: #faa644;}
    
   
.menu_link nav ul li .main_submenu ul li:last-child {
    border-right: medium none;
}
    
    /************************ 06_10_2016 changes **************************/
    
.menu_part h2 a, .submenu h2 a {
    padding-top: 0 !important;
}

/*........Popup..........*/
#popup_01 {
    float: left !important;
    padding: 20px !important;
    width: 100% !important;
}
#popup_01 .title_3 {
   margin: 15px 0 !important;
}
#popup_01 p {
    padding: 10px 0 !important;
}


/*........Popup..........*/

.free_trial h2 {
    font-size: 20px;
    margin: 15px 0;
    color: #151617;
}
.free_trial a {
    color: #f3962a;
    padding: 10px;
}
.offer-price {
    color: #f3962a;
    font-size: 20px;
}

.enterprise_solutions p {
    padding: 5px 0;
}
.tutorial_series li, .tutorial_points ul li {margin: 5px 0 !important; width: 100%;}
.tutorial_series .title_3 { margin-bottom: 10px}

.replace_btn a {
    margin-right: 10px;
}
.replace_btn { margin-top: 10px; width: 100%; float: left;}
.tab_try #tabs-2 h3 {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

/*........Price Box..........*/

.pricing_details {
    display: table;
    width: 100%;
}
.details_left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.details_left span {
    float: left;
    font-size: 10px;
}
.details_right {
    color: #f5982a;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}


/*........Price Box..........*/

/*........Page syspectr...............*/
#syspectr-about .ui-tabs-panel, 
#syspectr-features .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-pricing .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-support .ui-tabs-panel,
#syspectr-contact-us .ui-tabs-panel { 
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    width: 100%; float: left;
    padding: 20px;
}

.menu_link_second ul li{
  position: relative;
  fload: left;
}
.menu_link_second .menu{
   position: relative;
}
.menu_link_second .submenu{
   top: 62px;
   width: 100%;
   background: #FFFFFF;
}
.menu_link_second .dropdown:hover .submenu{
   padding: 0;
}
.menu_link_second .submenu li{
  width: 100%;
}
.menu_link_second .submenu li a{
  background: #FFFFFF !important;
  color: #636363;
  text-align: left;
  padding-left: 20px;
  text-transform: none;
}
.sp_wrap .menu_link_second ul li ul.submenu li a:hover{
   color: #f59223 !important;
}

/*........Page webinar...............*/
.special_offers table {
    width: 100%;
    margin-bottom: 18px;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.special_offers table td {
    text-align: justify;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.special_offers td p {
    margin: 0;
    padding: 0;
    font-weight: 200;
    line-height: 18px;
}


/*........Accordion Styles........*/
.accordion {
    margin-bottom: 0px;
}
.accordion-title {
	background-color:#f4f4f4;
    margin-top: 0px;
	padding: 10px 0px 10px 10px;
    cursor: pointer;
}
.accordion-title:after {
  content: "\23F7";
  float: right;
  padding-right: 5px;
  font-size: 25px;
  margin-top: -5px;
  transition: 0.2s;
}
.accordion-title.open:after {
  content: "\23F6";
}
.accordion-content { 
	padding-left:10px;
	margin-bottom:40px;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}

@media print {
	.accordion-content {
		display: block !important;
	}
}
