@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,700&subset=latin-ext';html{background:#fff;}
.hide{display:none;}
body{font-family:'Roboto Condensed', sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#344049;background-color:#FFF;}
a:hover{text-decoration:none;opacity:1;}
a:visited{text-decoration:none;}
a:focus{text-decoration:none;}
ul{margin:0px;}
header{background:#20292e;}
header nav{border-top:none;}
header nav:after{content:'';display:block;clear:both;}
header #logo_main{padding:16px 25px 20px;float:left;}
header #logo_main img{width:198px;height:59px;}
header #logo_main2{padding-top:10px;padding-right:20px;float:left;}
header #logo_main2 img{width:120px;height:40px;}
.cleaner:after{content:'';display:block;clear:both;}
#content p.header{font-size:20px;font-weight:700;text-transform:uppercase;}
#main_baner{}
ul.list_with_arrow{list-style:none;padding:0px 0px 0px 20px;}
ul.list_with_arrow > li{font-size:15px;position:relative;line-height:20px;margin-bottom:15px;text-align:justify;}
ul.list_with_arrow li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
.change_lang{float:left;}
.change_lang > ul{padding:0px;list-style:none;}
.change_lang > ul > li{transition:all 0.15s ease-out;position:relative;}
.change_lang > ul > li >a:hover{opacity:0.7;transition:all 0.15s ease-out;}
.change_lang > ul > li > a{position:relative;}
.change_lang > ul > li > a:after{content:'';display:none;height:5px;width:250px;background:#ffffff;position:absolute;bottom:-23px;height:0px;transition:all 0.2s ease;}
.change_lang > ul > li:hover a:after{height:5px;}
.change_lang > ul > li > ul{position:absolute;z-index:999;width:250px;background:#ffffff;right:-68px;list-style:none;padding:0;overflow:hidden;top:55px;display:block;max-height:0;transition:all 0.2s ease;}
.change_lang > ul > li > ul.active{display:block;max-height:100px;}
.change_lang > ul > li > ul > li{float:left;width:125px;text-align:center;opacity:0;transition:all 0.2s ease;border-left:1px solid #dce6e6;}
.change_lang > ul > li > ul.active > li{opacity:1;}
.change_lang > ul > li > ul > li a{transition:all 0.2s ease;padding:18px 0;display:block;}
.change_lang > ul > li > ul.active > li:hover a{opacity:0.7;cursor:pointer;}
.change_lang > ul > li > ul > li p{font-size:12px;color:#344049;margin:0;margin-top:10px;}
.change_lang .flag{width:50px;height:29px;display:inline-block;background:url(../media/images/sprite.png);}
.change_lang .eng{background-position:0px -174px;}
.change_lang .it{background-position:-51px -174px;}
.change_lang .zh{background-position:-102px -174px;}
.change_lang .zh-char{background-position:-153px -174px;}
.change_lang .de{background-position:-204px -174px;}
.change_lang .es{background-position:-255px -174px;}
.change_lang .hu{background-position:-306px -174px;}
.change_lang .ja{background-position:-358px -174px;}
.change_lang .pt{background-position:0px -204px;}
.change_lang .ru{background-position:-51px -204px;}
.change_lang .th{background-position:-102px -204px;}
.change_lang .pl{background-position:-153px -204px;}
.login_lang{float:right;padding:44px 30px 0px 5px;}
#login{float:left;margin-left:14px;margin-top:4px;}
#login a{width:18px;height:18px;background:url(../media/images/sprite.png) no-repeat;background-position:-239px -2px;display:block;}
nav{position:relative;}
.main_menu{float:left;margin-top:28px;}
.main_menu ul{list-style:none;}
.main_menu .hamburger_menu{display:none;}
.main_menu .menu{list-style:none;padding:0px;float:left;}
.main_menu .menu > li{float:left;position:relative;transition:all .1s ease-in;margin-bottom:10px;}
.main_menu .menu > li > a p{text-align:center;display:block;width:100%;color:#94a9ad;font-weight:300;text-transform:uppercase;font-family:'Roboto Condensed', sans-serif;padding:26px 16px;font-size:15px;line-height:15px;position:relative;margin-bottom:0;}
.main_menu .menu > li > p:after{content:'';display:none;height:0px;background:#ffffff;width:100%;position:absolute;bottom:-1px;}
.main_menu .menu > li:hover > p{opacity:1;color:#fff;}
.main_menu .menu > li:hover{background:#343c41;}
.main_menu .menu > li:hover > p:after{height:5px;}
.main_menu .menu > li.active > p{color:#ffffff;cursor:pointer;}
.main_menu .menu > li > a p .sub_category_title{display:none;}
.main_menu .menu > li > ul{display:none;position:absolute;background:#ffffff;list-style:none;padding:0px;max-height:0;top:66px;overflow:hidden;z-index:9999;}
@keyframes mainmenu{0%{opacity:0;transform:scale(1.1);}
100%{opacity:1;transform:scale(1);}
}
.main_menu .menu > li > ul.active{display:block;max-height:400px;}
.main_menu .menu > li > ul.active > li{animation:.1s mainmenu linear;-webkit-animation-fill-mode:both;-webkit-backface-visibility:hidden;-webkit-perspective:1000;}
.main_menu .menu > li#link_product > ul.active > li.see_more{animation-delay:.0s !important;}
.main_menu .menu > li > ul > li{text-align:left;font-size:15px;border-top:1px solid #d5e1e1;position:relative;}
.main_menu_last_pos{border-bottom:1px solid #d5e1e1;}
.main_menu .menu > li > ul > li:after{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:50%;transform:translateY(-70%);right:12px;opacity:0;transition:all .1s ease-out;}
.main_menu .menu > li > ul > li:hover:after{right:7px;opacity:1;}
.main_menu .menu > li > ul > li:hover{background:#e6eded;}
.main_menu .menu > li > ul > li > a{color:#344049;padding:13px 34px 13px 18px;display:inline-block;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;-webkit-perspective:1000;}
.main_menu .menu > li > ul > li.see_more{background:#e6eded;}
.main_menu .menu > li > ul > li .third_nesting{position:absolute;background:#e6eded;top:0px;display:none !important;float:none;}
.main_menu .menu > li > ul > li.product_view{width:208px;float:left;margin:20px 34px 27px 0;border-top:none;}
.main_menu .menu > li > ul > li.product_view:after{display:none;}
.main_menu .menu > li > ul > li.product_view .menu_cont{border-bottom:1px solid #d5e1e1;padding:11px;position:relative;z-index:9;}
.main_menu .menu > li > ul > li.product_view .menu_cont:before{content:'';display:block;width:100%;left:0;height:100%;max-height:0;bottom:0;z-index:-1;position:absolute;background:#e6eded;//transition:all .3s ease-out;}
.main_menu .menu > li > ul > li.product_view .menu_cont:hover:before{max-height:400px;}
.main_menu .menu > li > ul > li.product_view .menu_cont:after{content:'';display:block;clear:both;}
.main_menu .menu > li > ul > li.product_view > a{padding:0;}
.main_menu .menu > li > ul > li.product_view:nth-child(3){margin-right:0 !important;}
.main_menu .menu > li > ul > li.product_view:first-child{margin-left:22px !important;}
.main_menu .menu > li > ul > li.see_more{clear:left;}
#link_product li.product_view:hover{background:transparent;}
#link_product li.product_view .prod_box{width:64px;height:72px;background:url(../media/images/sprite.png) no-repeat;float:left;margin-right:13px;margin-top:8px;}
#link_product li.product_view .prod_box.action{background-position:0 -669px;}
#link_product li.product_view .prod_box.monflo{background-position:-65px -669px;}
#link_product li.product_view .prod_box.splash{background-position:-130px -669px;}
#link_product li.product_view .text{width:100px;white-space:normal;float:left;}
#link_product li.product_view .text h4{font-size:20px;line-height:20px;color:#344049;font-weight:700;margin:0 0 8px;}
#link_product li.product_view .text p{font-size:13px;line-height:15px;color:#94a9ad;margin:0 0 8px;}
#link_product li.product_view .text span.win_icons{display:block;width:63px;height:19px;background:url(../media/images/sprite.png) no-repeat;background-position:-193px -669px;}
#link_product li.product_view p.links{font-size:13px;//line-height:13px;margin:8px 0 0;}
#link_product li.product_view p.links a:hover{color:#94a9ad;}
#link_product li.product_view p.links span{margin:0 7px;}
.main_menu .menu > li > ul > li .third_nesting > ul > li .sidebar_info{display:none;z-index:999;}
#link_product .third_nesting .sidebar_info{position:absolute;right:0px;top:0px;text-align:left;width:411px;margin:26px 30px 26px;color:#344049;background:#e6eded;}
#link_product ul{width:728px;z-index:99999;}
#link_product .third_nesting .sidebar_info .top_section{border-bottom:1px solid #d5e1e1;padding-bottom:25px;}
#link_product .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_product .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_product .third_nesting .sidebar_info .top_section .side_info{float:left;width:318px;}
#link_product .third_nesting .sidebar_info .top_section .side_info h4{font-size:24px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_product .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_product .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_product .third_nesting .sidebar_info .short_link_desc{padding-top:33px;}
#link_product .third_nesting .sidebar_info .short_link_desc p{line-height:18px;}
#link_product .third_nesting .sidebar_info .short_link_desc p.header{font-size:18px;line-height:20px;font-weight:700;}
#link_store .third_nesting{left:119px;width:658px;background:#e6eded;}
#link_store .third_nesting:after{content:'';display:block;clear:both;}
#link_store .third_nesting .sidebar_info{position:relative;right:0px;top:0px;text-align:left;width:411px;margin:26px 30px 26px;color:#344049;background:#e6eded;}
#link_store .third_nesting .sidebar_info p{font-size:12px;margin:0px;}
#link_store .third_nesting .sidebar_info .top_section{border-bottom:none;}
#link_store .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_store .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_store .third_nesting .sidebar_info .top_section .side_info{float:left;width:318px;padding-bottom:25px;}
#link_store .third_nesting .sidebar_info .top_section .side_info h4{font-size:24px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_store .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_store .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_store .third_nesting .sidebar_info .short_link_desc{padding-top:33px;}
#link_store .third_nesting .sidebar_info .short_link_desc p{line-height:18px;}
#link_store .third_nesting .sidebar_info .short_link_desc p.header{font-size:18px;line-height:20px;font-weight:700;}
#link_download .third_nesting{left:119px;width:538px;}
#link_download .third_nesting:after{content:'';display:block;clear:both;}
#link_download .third_nesting ul{float:left;}
#link_download .third_nesting ul li{}
#link_download .third_nesting ul li a{color:#344049;padding:13px 0px;display:inline-block;}
.main_menu .menu > li > ul > li .third_nesting > ul > li .sidebar_info{display:none;z-index:999;}
#link_download .third_nesting .sidebar_info{position:absolute;right:0px;top:0px;text-align:left;width:229px;margin:26px 30px 26px;color:#344049;background:#e6eded;}
#link_download .third_nesting .sidebar_info p{font-size:12px;margin:0px;}
#link_download .third_nesting .sidebar_info .top_section{border-bottom:none;}
#link_download .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_download .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_downlaod .third_nesting .sidebar_info .top_section .side_info{float:left;width:318px;padding-bottom:25px;}
#link_download .third_nesting .sidebar_info .top_section .side_info h4{font-size:24px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_download .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_download .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_download .third_nesting .sidebar_info .short_link_desc{padding-top:33px;}
#link_download .third_nesting .sidebar_info .short_link_desc p{line-height:18px;}
#link_download .third_nesting .sidebar_info .short_link_desc p.header{font-size:18px;line-height:20px;font-weight:700;}
#link_support .third_nesting{right:119px;width:603px;background:#e6eded;}
#link_support .third_nesting:after{content:'';display:block;clear:both;}
#link_support .third_nesting .sidebar_info{position:relative;right:0px;top:0px;text-align:left;width:411px;margin:26px 30px 26px;color:#344049;background:#e6eded;}
#link_support .third_nesting .sidebar_info p{font-size:12px;margin:0px;}
#link_support .third_nesting .sidebar_info .top_section{border-bottom:none;}
#link_support .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_support .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_support .third_nesting .sidebar_info .top_section .side_info{float:left;width:318px;padding-bottom:25px;}
#link_support .third_nesting .sidebar_info .top_section .side_info h4{font-size:18px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_support .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_support .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_support .third_nesting .sidebar_info .short_link_desc{padding-top:33px;}
#link_support .third_nesting .sidebar_info .short_link_desc p{line-height:18px;}
#link_support .third_nesting .sidebar_info .short_link_desc p.header{font-size:18px;line-height:20px;font-weight:700;}
#link_tutorials .third_nesting{right:119px;width:723px;background:#e6eded;}
#link_tutorials .third_nesting:after{content:'';display:block;clear:both;}
#link_tutorials .third_nesting .sidebar_info{position:relative;right:0px;top:0px;text-align:left;width:582px;margin:26px 30px 26px 78px;color:#344049;background:#e6eded;}
#link_tutorials .third_nesting .sidebar_info p{font-size:12px;margin:0px;}
#link_tutorials .third_nesting .sidebar_info .top_section{border-bottom:none;}
#link_tutorials .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_tutorials .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_tutorials .third_nesting .sidebar_info .top_section .side_info{float:left;width:318px;padding-bottom:25px;}
#link_tutorials .third_nesting .sidebar_info .top_section .side_info h4{font-size:24px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_tutorials .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_tutorials .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_tutorials .third_nesting .sidebar_info .short_link_desc{padding-top:33px;}
#link_tutorials .third_nesting .sidebar_info .short_link_desc p{line-height:18px;}
#link_tutorials .third_nesting .sidebar_info .short_link_desc p.header{font-size:18px;line-height:20px;font-weight:700;}
#link_company .third_nesting{right:119px;width:843px;background:#e6eded;}
#link_company .third_nesting:after{content:'';display:block;clear:both;}
#link_company .third_nesting .sidebar_info{position:relative;right:0px;top:0px;text-align:left;width:490px;margin:26px 30px 26px;color:#344049;background:#e6eded;}
#link_company .third_nesting .sidebar_info p{font-size:12px;margin:0px;}
#link_company .third_nesting .sidebar_info .top_section{border-bottom:1px solid #d5e1e1;}
#link_company .third_nesting .sidebar_info .top_section:after{content:'';display:block;clear:both;}
#link_company .third_nesting .sidebar_info .top_section .image{float:left;height:100%;margin-right:22px;}
#link_company .third_nesting .sidebar_info .top_section .side_info{float:left;width:490px;padding-bottom:25px;}
#link_company .third_nesting .sidebar_info .top_section .side_info h4{font-size:24px;line-height:20px;font-weight:700;margin-bottom:0px;}
#link_company .third_nesting .sidebar_info .top_section .side_info p{line-height:20px;}
#link_company .third_nesting .sidebar_info .top_section .side_info p.short_info{font-size:18px;}
#link_company .third_nesting .sidebar_info .social_ico ul{padding:0px;list-style:none;margin-top:20px;}
#link_company .third_nesting .sidebar_info .social_ico ul:after{content:'';display:block;clear:both;}
#link_company .third_nesting .sidebar_info .social_ico ul li{width:43px;height:43px;background:url(../media/images/sprite.png) no-repeat;float:left;margin-right:2px;}
#link_company .third_nesting .sidebar_info .social_ico ul li a{width:100%;height:100%;}
#link_company .social_ico ul #tw{background-position:-198px -128px;}
#link_company .social_ico ul #fb{background-position:-242px -128px;}
#link_company .social_ico ul #yt{background-position:-286px -128px;}
#link_company .social_ico ul #g_plus{background-position:-330px -128px;}
//.preload{opacity:0;position:absolute;top:-9999px;left:-9999px;}
#main_slider .owl-stage>.owl-item{//min-height:200px;}
#main_slider .item img{display:inline;width:100%;height:auto;padding:0;border:0;opacity:0;//object-fit:cover;}
#main_slider .owl-stage-outer{background:rgba(0, 0, 0, 1.0)}
#main_slider .owl-nav>div{position:absolute;left:0;top:0;bottom:0;width:100px;background:rgba(0, 0, 0, 0.7) url(../media/images/arrow_left.png) no-repeat -150% center;transition:all 0.3s ease;text-indent:-9999px;}
#main_slider .owl-nav>div:hover{background-color:rgba(0, 0, 0, 0.3);background-position:center center;}
#main_slider .owl-nav .owl-next{left:auto;right:0;background:rgba(0, 0, 0, 0.7) url(../media/images/arrow_right.png) no-repeat 150% center;}
.main_menu .third_nesting .sidebar_info .top_section{padding:0px;}
#content .main_header_container{background-color:#FFF;border-bottom:1px solid #d5e1e1;border-top:1px solid #d5e1e1;margin-bottom:38px;}
#content .main_header_container h1{font-size:20px;line-height:20px;font-weight:300;font-family:'Roboto Condensed', sans-serif;text-align:center;margin:14px 0px;color:#444f57;background-color:#FFF;}
#content .product_column{}
#content .product_column:nth-child(3n+0){margin-right:0px;}
#content .product_column .image_wrapper{text-align:center;margin-bottom:15px;}
#content .product_column .short_desc{margin-bottom:20px;text-align:center;min-height:70px;}
#content .product_column .short_desc h2{font-size:20px;line-height:20px;margin-bottom:10px;font-weight:300;text-transform:uppercase;color:#344049;}
#content .product_column .short_desc h2 strong{font-weight:700;}
#content .product_column .short_desc p{font-size:15px;line-height:20px;font-weight:300;margin-bottom:0px;}
#content .download_btn{display:block;background:#89b92c;color:#ffffff;font-family:'Roboto Condensed';font-size:24px;line-height:24px;text-transform:uppercase;font-weight:700;width:100%;text-align:center;padding:12px 0px;margin-bottom:32px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;transform:scale(1.0);}
p.bold{font-size:24px;text-transform:uppercase;font-weight:700;}
#content .download_btn:hover{background:#92CB00;transform:scale(0.96);}
#content .product_column .desc_full{background-color:#FFF;}
#content .product_column .desc_full .features{list-style:none;padding:0px 0px 0px 20px;}
#content .product_column .desc_full .features > li{font-size:15px;position:relative;line-height:20px;margin-bottom:15px;text-align:justify;}
#content .product_column .desc_full .features > li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
#content .product_column .desc_full .features li.learn{margin-top:30px;margin-bottom:50px;}
#content .product_column .desc_full .features li.learn:before{background-position:-167px 0px;}
#content .product_column .desc_full .features li.learn a{text-decoration:underline;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;}
#content .product_column .desc_full .features li p.header{text-transform:uppercase;font-weight:700;margin-bottom:12px;font-size:14px;}
#content .product_column .desc_full .features li.list_style:before{background-position:-174px 0px;}
#content .product_column .desc_full .features li.list_style ul{list-style:none;padding:0px;}
#content .product_column .desc_full .features li.list_style ul:after{content:'';display:block;clear:both;}
#content .product_column .desc_full .features li.dedicated_os{margin-bottom:25px;}
ul.sys_ico{padding:0px;}
ul.sys_ico:after{content:'';display:block;clear:both;}
ul.sys_ico li{display:block;height:50px;float:left;background:url(../media/images/sprite.png) no-repeat;margin-right:15px;}
ul.sys_ico li.win_xp{background-position:-187px -3px;width:49px;}
ul.sys_ico li.win_vista{background-position:-2px -3px;width:48px;}
ul.sys_ico li.win_7{background-position:-55px -2px;width:48px;}
ul.sys_ico li.win_10{background-position:-110px 0px;width:48px;}
ul.graphic_ico li{display:block;height:31px;float:left;background:url(../media/images/sprite.png) no-repeat;margin-right:10px;}
ul.graphic_ico li.opengl{background-position:-7px -72px;width:45px;}
ul.graphic_ico li.intel{background-position:-57px -72px;width:40px;}
ul.graphic_ico li.divx{background-position:-108px -72px;width:32px;}
ul.graphic_ico li.geforce{background-position:-149px -72px;width:27px;}
ul.graphic_ico li.radeon{background-position:-185px -72px;width:34px;}
ul.graphic_ico li.cloud{background-position:-227px -72px;width:29px;}
ul.graphic_ico li.yt{background-position:-108px -107px;width:48px;}
ul.graphic_ico li.avc{background-position:-8px -107px;width:87px;}
ul.graphic_ico li.broadcom{background-position:-330px -72px;width:51px;}
ul.graphic_ico li.nvidia{background-position:-265px -72px;width:57px;}
#content .news{margin-top:115px;}
#content .news h2{font-size:18px;font-weight:300;color:#344049;margin:0px 0px 20px;}
#content .news h2 .big{font-size:36px;font-weight:600;text-transform:uppercase;}
#content .news .news_box{border:1px solid #d5e1e1;}
#content .news .news_box .post{border-bottom:1px solid #d5e1e1;}
#content .news .news_box .post:nth-child(2n+0){background:#f4f7f7;}
#content .news .news_box .post a{padding:15px 30px 15px 0px;display:block;color:#344049;opacity:1;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;}
#content .news .news_box .post a:hover{opacity:0.7;padding-left:5px;}
#content .news .news_box .post:last-child{border:none;}
#content .news .news_box .post h3{margin:0px;display:inline-block;font-size:15px;font-weight:300;margin-left:30px;}
#content .news .news_box .post span.date{font-size:15px;font-weight:700;margin:0px 10px 0px 30px;}
.breadcrumb_site{padding:0px;list-style:none;float:right;margin:30px 0px 45px;}
.breadcrumb_site:after{content:'';display:block;clear:both;}
.breadcrumb_site li{float:left;}
.breadcrumb_site li + li:before{content:'';display:inline-block;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;margin:0px 8px;}
.breadcrumb_site li a{color:#344049;font-size:14px;}
#footer_top p.header, #footer_bottom p.header{font-size:15px;margin-top:12px;}
#footer_top, #footer_bottom{background:#20292e;}
#footer_top .social_module{padding-left:30px;padding-top:5px;}
#footer_top .social_module:after{content:'';display:block;clear:both;}
footer .header{display:inline-block;font-size:16px;font-weight:700;color:#94a9ad;float:left;margin:7px 24px 0px 0px;}
ul.social_icons{list-style:none;padding:0px;}
ul.social_icons:after{content:'';display:block;clear:both;}
ul.social_icons li{width:41px;height:41px;display:block;margin:0px 4px 0px 0px;float:left;}
ul.social_icons li a{width:100%;height:100%;display:block;}
ul.social_icons li.fb{background:url(../media/images/sprite_2.png);background-position:0 -67px;}
ul.social_icons li.tw{background:url(../media/images/sprite_2.png);background-position:-46px -67px;}
ul.social_icons li.yt{background:url(../media/images/sprite_2.png);background-position:-92px -67px;}
ul.social_icons li.blog{background:url(../media/images/sprite_2.png);background-position:-138px -67px;}
ul.social_icons li.forum{background:url(../media/images/sprite_2.png);background-position:0 -109px;}
ul.social_icons li.g_plus{background:url(../media/images/sprite_2.png);background-position:-46px -109px;}
#footer_top .newsletter{margin-left:-4px;padding-top:5px;}
#footer_top .newsletter:after{content:'';display:block;clear:both;}
#footer_top .newsletter .header{margin-top:12px;font-size:15px;}
#footer_top .newsletter .input_text{background:#344049;float:left;}
#footer_top .newsletter .input_text input[type="email"]{background:transparent;font-size:16px;line-height:16px;font-weight:300;color:#94a9ad;padding:11px 18px;width:443px;outline:none;border:none;}
#footer_top .newsletter .input_text input[type="email"]::-webkit-input-placeholder{color:#94a9ad;}
#footer_top .newsletter .input_text input[type="email"]::-moz-placeholder{color:#94a9ad;}
#footer_top .newsletter .input_text input[type="email"]:-ms-input-placeholder{color:#94a9ad;}
#footer_top .newsletter .input_text input[type="email"]:-moz-placeholder{color:#94a9ad;}
#footer_top .newsletter .submit_btn{float:left;}
#footer_top .newsletter .submit_btn button[type="submit"]{background:#20292e;border:none;height:41px;width:55px;position:relative;padding:0px 26px;outline:none;display:block;}
#footer_top .newsletter .submit_btn button[type="submit"]:after{content:'';display:block;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;}
#footer_bottom{padding-top:0px;padding-bottom:0px;}
#footer_bottom .mirillis_info{padding-left:30px;padding-right:37px;}
#footer_bottom .mirillis_info p{font-size:15px;color:#596771;text-align:justify;margin:0px;}
#footer_bottom .mirillis_info p strong{font-weight:700;color:#94a9ad;}
#footer_bottom .footer_menu{margin-left:-15px;}
#footer_bottom .footer_menu > ul{list-style:none;padding:0px;}
#footer_bottom .footer_menu > ul > li{float:left;margin-right:35px;}
#footer_bottom .footer_menu > ul > li:nth-child(2){margin-right:35px;}
#footer_bottom .footer_menu > ul > li:nth-child(3){margin-right:35px;}
#footer_bottom .footer_menu > ul > li:nth-child(4){margin-right:35px;}
#footer_bottom .footer_menu > ul > li:last-child{margin-right:0px;}
#footer_bottom .footer_menu > ul > li .header{text-transform:uppercase;margin:0px 0px 14px;display:inline;width:100%;}
#footer_bottom .footer_menu > ul > li > ul{list-style:none;padding:0px;}
#footer_bottom .footer_menu > ul > li > ul > li{font-size:14px;line-height:18px;}
#footer_bottom .footer_menu > ul > li > ul > li a{color:#596771;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;}
#footer_bottom .footer_menu > ul > li > ul > li a:hover{color:#94a9ad;cursor:pointer;}
#footer_bottom .links_bottom{padding-left:30px;margin-top:36px;color:#596771;}
#footer_bottom .links_bottom ul{list-style:none;padding:0px;}
#footer_bottom .links_bottom ul li{padding-left:20px;position:relative;font-size:15px;line-height:15px;margin-bottom:5px;}
#footer_bottom .links_bottom ul li:before{content:'';display:block;width:9px;height:10px;background:#444f57;position:absolute;left:0px;top:3px;}
#footer_bottom .links_bottom a{text-decoration:underline;color:#11a0d7;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;}
#footer_bottom .links_bottom a:hover{color:#2ec2fb;}
#footer_bottom .copyright_bottom{padding-left:30px;margin-top:16px;text-align:left;color:#596771;}
.content_navigation{background:#e6eded;}
.content_navigation ul{list-style:none;padding:0px;border-left:1px solid #ffffff;}
.content_navigation ul li{float:left;border-right:1px solid #ffffff;width:14.2857143%;}
.content_navigation.monflo ul li{float:left;border-right:1px solid #ffffff;width:16.666666%;}
.content_navigation ul li.active{background:#ffffff}
.content_navigation ul li a{width:100%;text-align:center;text-transform:uppercase;font-size:15px;line-height:15px;padding:16px 0px;display:inline-block;color:#344049;transition:all 0.2s ease;}
.content_navigation ul li a:hover{}
.content_navigation ul:after{clear:both;content:'';display:block;}
.top_section{padding-top:60px;padding-bottom:26px;border-bottom:1px solid #e6eded;}
.product .image_side{text-align:center;padding-left:0px;}
.product .image_side img{margin-bottom:20px;}
.rating{border:none;float:none;width:155px;margin:0 auto;display:none;}
.rating > input{display:none;}
.rating > label:before{margin:5px;font-size:1.25em;width:21px;height:21px;font-family:FontAwesome;display:inline-block;content:"";background:url(../media/images/sprite.png) no-repeat;background-position:-284px 0px;}
.rating > label{color:#ddd;float:right;}
.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before{background-position:-258px 0px;}
.rating > input:checked + label:hover::before,
.rating > input:checked ~ label:hover::before,
.rating > label:hover ~ input:checked ~ label:before,
.rating > input:checked ~ label:hover ~ label:before{background-position:-258px 0px;}
body section h1{font-size:30px;font-weight:700;text-transform:uppercase;}
body section h2{font-size:18px;line-height:28px;}
body section p{font-size:15px;line-height:20px;}
.top_section .description{padding-right:0px;}
.top_section .description h1{margin-top:0px;margin-bottom:5px;}
.top_section .description h2{margin-bottom:28px;margin-top:0px;}
.top_section .description .baner_module{margin-top:30px;}
.top_section .description .baner_module .btns_bar:after{content:'';display:block;clear:both;}
.top_section .description .baner_module .btns_bar a{float:right;display:block;}
.top_section .description .baner_module .btns_bar a span{font-size:14px;font-weight:700;text-transform:uppercase;color:#ffffff;}
.top_section .description .baner_module .btns_bar a span.orange{background:#ff8a00;padding:6px 6px 6px 12px;display:inline-block;}
.top_section .description .baner_module .btns_bar a span.dark{background:#0e061a;padding:6px 12px 6px 6px;display:inline-block;}
#content .right_sidebar p.header{text-align:center;}
#content .right_sidebar .dedicated_os .sys_ico{text-align:center;margin:6px 0px;}
#content .right_sidebar .dedicated_os .sys_ico li{display:inline-block;float:none;}
#content .right_sidebar.download{text-align:center;}
#content .right_sidebar a.download_btn{margin-bottom:15px;}
a.classic_link{text-decoration:underline;color:#337ab7;}
.bottom_section{padding-top:50px;}
.option_list .list_pos:after{content:'';display:block;clear:both;margin-bottom:30px;}
.option_list .list_pos > div{display:table-cell;vertical-align:middle;height:100%;}
.option_list .list_pos .content_img{float:left;margin:0px 0px 0px 0px;}
.option_list .list_pos .desc{float:left;}
#content .option_list .list_pos .desc h2{font-size:20px;line-height:20px;font-weight:700;margin-top:10px;}
#content .option_list .list_pos .desc h2 .number{color:#89b92c;}
#content .option_list .list_pos .desc a{color:#337ab7;text-decoration:underline;}
#content .option_list .list_pos .desc strong{font-weight:700;}
#content .right_sidebar .recommended{margin-bottom:20px;}
#content .right_sidebar .recommended .blue{padding:6px 14px;background:#11a0d7;color:#ffffff;font-weight:700;font-size:14px;list-height:14px;display:inline-block;text-transform:uppercase;margin:0px;}
#content .right_sidebar .recommended p.header{margin-bottom:20px;}
#content .right_sidebar .light_gray{background:#e6eded;}
#content .right_sidebar .recommended .light_gray{padding:27px 20px 15px 27px;}
#content .right_sidebar .center{text-align:center;}
#content .overall_rating:after{content:'';display:block;clear:both;}
#content .overall_rating .left{float:left;margin-right:12px;}
#content .overall_rating .right{float:left;}
#content .overall_rating .right p{text-transform:uppercase;font-size:14px;line-height:14px;margin-bottom:2px;}
#content .overall_rating .right p.rate{font-size:26px;line-height:42px;font-weight:700;}
#content .overall_rating .right p.rate .big{font-size:42px;}
#content .overall_rating .right p.small{text-transform:none;font-size:12px;margin-top:5px;}
#content .recommended .center a{margin-top:30px;display:inline-block;}
#content .right_sidebar .versions .image{float:left;margin-right:20px;}
#content .right_sidebar .versions .desc{float:left;}
#content .right_sidebar .versions .desc p{text-align:left;margin-top:5px;margin-bottom:2px;}
#content .right_sidebar .versions > div{padding:12px;}
#content .right_sidebar .versions{margin-top:30px;margin-bottom:40px;}
#content .right_sidebar .side_banner{margin-bottom:40px;}
#content .right_sidebar .side_banner p{text-align:center;margin-bottom:2px;}
#content .right_sidebar .side_banner p.subheader{font-weight:700;}
#content .right_sidebar .side_banner .baner{margin:10px 0px;display:block;}
#content .right_sidebar .features_list{margin-top:50px;}
#content .right_sidebar .features_list .header{margin-bottom:30px;}
#content .right_sidebar .features_list .ico_feature{padding-left:96px;position:relative;min-height:69px;margin-bottom:30px;}
#content .right_sidebar .features_list .ico_feature:before{content:'';display:block;height:69px;width:73px;position:absolute;top:50%;left:0px;transform:translateY(-50%);background-position:center;ba}
#content .features_list #divix:before{background:url(../media/images/icons_features/icons_02.jpg) no-repeat;}
#content .features_list #geforce:before{background:url(../media/images/icons_features/icons_10.jpg) no-repeat;}
#content .features_list #radeon:before{background:url(../media/images/icons_features/icons_08.jpg) no-repeat;}
#content .features_list #nvidia:before{background:url(../media/images/icons_features/icons_04.jpg) no-repeat;}
#content .features_list #intel:before{background:url(../media/images/icons_features/icons_12.jpg) no-repeat;}
#content .features_list #opengl:before{background:url(../media/images/icons_features/icons_16.jpg) no-repeat;}
#content .features_list #yt:before{background:url(../media/images/icons_features/icons_06.jpg) no-repeat;height:67px;}
#content .features_list #facebook:before{background:url(../media/images/icons_features/icons_18.jpg) no-repeat;}
#content .features_list #four_k:before{background:url(../media/images/icons_features/icons_03.jpg) no-repeat;}
#content .features_list #avchd:before{background:url(../media/images/icons_features/icons_14.jpg) no-repeat;}
#content .product.history .option_list .list_pos{border-bottom:1px solid #e6eded;margin-bottom:18px;padding-right:40px;}
#content .product.history .option_list .list_pos .desc{width:100%;}
#content .product.history .option_list .list_pos .desc .date{font-size:14px;line-height:14px;font-weight:700;color:#344049;margin-bottom:0px;}
#content .product.history .option_list .list_pos .desc h2{color:#89b92c;margin-top:0px;margin-bottom:15px;}
#content .product.history .option_list .list_pos .desc ul{list-style:none;padding:0px 0px 20px 20px;}
#content .product.history .option_list .list_pos .desc ul li{position:relative;margin-bottom:5px;}
#content .product.history .option_list .list_pos .desc ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
#content .product.history .option_list .list_pos .desc .right{text-align:right;}
#content .product.requirements{margin-bottom:60px;}
#content .product.requirements .bottom_section .head_line{margin-bottom:55px;}
#content .product.requirements .bottom_section .head_line:after{content:'';display:block;clear:both;}
#content .product.requirements .bottom_section .box{padding:13px 13px;display:inline-block;float:left;margin-right:25px;}
.box.green{background:#89b92c;}
.box.blue{background:#0087e9}
#content .product.requirements .bottom_section .head_line .box p{font-size:24px;line-height:22px;margin:0px !important;font-weight:700;color:#ffffff;display:inline-block;}
#content .product.requirements .bottom_section .head_line .text{float:left;}
#content .product.requirements .bottom_section .head_line h3{font-size:30px;line-height:30px;margin:0px;font-weight:700;text-transform:uppercase;text-align:left;}
#content .product.requirements .bottom_section .head_line p{font-size:18px;line-height:22px;}
#content .product.requirements .list{margin-bottom:22px;}
#content .product.requirements .list p{font-size:15px;line-height:15px;margin-bottom:19px;}
#content .product.requirements .list ul{list-style:none;padding:0px 0px 0px 20px;}
#content .product.requirements .list ul li{font-size:15px;position:relative;line-height:20px;margin-bottom:0px;text-align:justify;}
#content .product.requirements .list ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
.percentage:after{content:'';display:block;background-color:#000000;}
#chart{position:relative;margin-top:40px;width:500px;height:200px;}
@-webkit-keyframes bargrowth{0%{max-width:0%;}
100%{max-width:100%;}
}
@keyframes bargrowth{0%{max-width:0%;}
100%{max-width:100%;}
}
.bar{-webkit-animation:bargrowth 1000ms ease;animation:bargrowth 1000ms ease;position:relative;bottom:0;display:block;background:#89b800;margin:10px;perspective:800px;}
.bar:before{content:'';display:block;height:100%;width:100%;background:#79a300;transform:rotateX(30deg);position:absolute;bottom:107px;transform-origin:bottom center;}
.bar:after{content:'';display:block;height:100%;width:100%;background:#79a300;transform:rotateX(-30deg);position:absolute;top:107px;transform-origin:top center;}
.product.features .bottom_section .key_features{margin-bottom:54px;}
.product.features .bottom_section table{width:100%;}
.product.features .bottom_section table th, #content .product.features .bottom_section table td{text-align:center;font-size:15px;line-height:16px;}
.product.features .bottom_section table th.head_line, #content .product.features .bottom_section table td.left_col{text-align:left;}
.product.features .bottom_section table th{font-weight:300;padding-bottom:20px;vertical-align:top;}
.product.features .bottom_section table .head_line,
.product.features .bottom_section .all_features table .head_line{font-size:24px;line-height:24px;text-transform:uppercase;font-weight:300 !important;padding-left:30px;}
#content .product.features .bottom_section table td.left_col{padding-left:30px;}
#content .product.features .bottom_section table td{font-weight:700;}
.product.features .bottom_section table tbody tr:nth-child(2n +1){background:#f4f7f7;}
.product.features .bottom_section table tbody tr:nth-child(2n +2){background:#e6eded;}
.product.features .bottom_section table tbody td{padding:15px 0px;border:1px solid #ffffff;vertical-align:middle;}
.product.features .bottom_section table .ico{width:10px;height:8px;display:inline-block;background:url(../media/images/sprite.png) no-repeat;}
.product.features .bottom_section table td.have .ico{background-position:-312px -3px;}
.product.features .bottom_section table td.not_have .ico{background-position:-327px -3px;}
.product.features .bottom_section table tfoot td{border:1px solid #ffffff;}
.product.features .bottom_section table td a.button{width:100%;display:inline-block;font-size:24px;line-height:24px;color:#ffffff;text-transform:uppercase;padding:12px;}
.product.features .bottom_section table td a.button.green{background:#89b92c;}
.product.features .bottom_section table td a.button.blue{background:#11a0d7;}
.product.features .bottom_section table td a.button.small{font-size:18px;}
.all_features h3{padding-left:30px;margin:0px 0px 20px;font-weight:300;text-transform:uppercase;}
.product.features .bottom_section .all_features table th.head_line, #content .product.features .bottom_section .all_features table td.left_col{}
.product.features .bottom_section .all_features table th, #content .product.features .bottom_section .all_features table td{text-align:left;font-size:15px;line-height:16px;padding-left:20px;}
#content .product.features .bottom_section .all_features table td{font-weight:300;vertical-align:top;}
#content .product.features .bottom_section .all_features table td.multiple_tr{padding:0px;}
#content .product.features .bottom_section .all_features table td.multiple_tr .tede{padding:15px 20px;border-bottom:1px solid #ffffff;}
#content .product.features .bottom_section .all_features table td.multiple_tr .tede:last-child{border:none;}
#content .product.features .bottom_section .all_features table td.left_col, .product.features .bottom_section .all_features table .head_line{padding-left:30px;font-weight:700;}
#content .product.features .bottom_section .all_features.splash table td.left_col{width:400px;}
#content .product.features .bottom_section .all_features.splash table td{width:auto;}
#content .product.features .bottom_section .splash table td.left_col{padding-right:5px;}
#content .product.features .bottom_section .all_features table td.multiple_tr.icon{}
#content .product.features .bottom_section .all_features table td.multiple_tr.icon .tede{text-align:center;padding:0px;height:47px;line-height:47px;}
.product.screenshots .screen_list{list-style:none;padding:0px;}
.product.screenshots .screen_list li{float:left;margin-right:20px;width:14.469%;text-align:center;margin-bottom:20px;}
.product.screenshots .screen_list li:hover{cursor:pointer;}
.product.screenshots .screen_list li:nth-child(6n + 0){float:left;width:14.469%;}
.product.screenshots .screen_list li .image_wrapper{opacity:1;transition:all .3s ease-in-out;}
.product.screenshots .screen_list li:hover .image_wrapper{opacity:0.8;}
.product.screenshots .screen_list li p{margin:13px 0px 0px;color:#344049;font-size:15px;line-height:20px;}
#content .product.orange .option_list .list_pos .desc h2 .number{color:#ff8a00;}
#content .product.orange .download_btn{background:#ff8a00;}
.product.orange .top_section .description span.orange_box{background:#ff8a00;color:#ffffff;font-size:14px;text-transform:uppercase;font-weight:700;padding:3px 9px;margin-bottom:10px;display:inline-block;}
.product.time_shift .col-lg-9{padding-right:40px;}
.product.time_shift h1{margin:0px 0px 0px 0px;}
.product.time_shift .head_line{margin-bottom:25px;}
.product.time_shift .head_line p{font-size:18px;line-height:22px;}
.product.time_shift .desc_list{border:1px solid #d5e1e1;padding:45px 30px;margin-top:40px;}
.product.time_shift .desc_list h2{font-size:30px;line-height:36px;font-weight:700;margin-bottom:20px;}
.product.time_shift .desc_list p{margin-bottom:15px;}
.product.time_shift .desc_list img{margin-bottom:15px;}
.product.time_shift .desc_list .list_pos{margin-bottom:50px;}
.product.time_shift .desc_list .list_pos ul{list-style:none;padding:0px 0px 0px 20px;margin-bottom:50px;}
.product.time_shift .desc_list .list_pos ul li{position:relative;margin-bottom:8px;}
.product.time_shift .desc_list .list_pos ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:6px;left:-14px;}
.product.faq_module .bottom_section .row{border:1px solid #d5e1e1;}
.product.faq_module .bottom_section .accord{padding:0;border-right:1px solid #d5e1e1;margin:-1px;}
.product.faq_module .product_name p{color:#344049;}
.product.faq_module .bottom_section .tab_con{padding:0;border-left:1px solid #d5e1e1;}
.product.faq_module .bottom_section .desc_list{border:none;}
border:1px solid #d5e1e1;.product.picture .paragraph{margin-bottom:30px;}
.product.picture .paragraph .image_wrapper{float:left;margin-right:30px;}
.product.picture .paragraph .image_wrapper img{margin:0;}
.product.picture .paragraph .text{float:left;}
.product.picture .desc .ribbon p{display:inline-block;padding:6px 10px;color:#ffffff;font-weight:700;font-size:14px;line-height:14px;text-transform:uppercase;margin-right:14px;}
.product.picture .desc .ribbon .pink{background:#ff0063;}
.product.picture .desc .ribbon .grey{background:#94a9ad;}
.store{margin-top:45px;}
.store .steps .name{font-size:20px;line-height:22px;font-weight:700;text-transform:uppercase;margin:0px 0px 0px 10px;float:left;}
.store .steps .name span{color:#ffffff;background:#344049;padding:0px 7px;font-size:14px;line-height:22px;display:inline-block;margin-right:8px;position:relative;top:-2px;}
.store .steps .select{right:0px;position:absolute;top:2px;}
.store .steps .select > p{display:inline-block;float:left;margin-right:10px;line-height:20px;margin-bottom:0px;padding:10px 0;}
.store .steps .select > #dd{font-weight:700;font-size:20px;line-height:20px;position:relative;display:inline-block;border:none;width:auto;padding:10px 25px;border:1px solid #ffffff;border-bottom:none;}
.store .steps .select > #dd.active{border:1px solid #94a9ad;border-bottom:none;}
.store .steps .select > #dd:after{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:19px;right:0px;transform:rotate(90deg);}
.store .steps .select > #dd ul{padding:0 0 5px;border:none;top:35px;border:1px solid #94a9ad;border-top:none;transition:0s;z-index:9999;}
.store .steps .select > #dd ul li{}
.store .steps .select > #dd ul li a{padding:5px 25px;border:none;font-weight:700;font-size:20px;}
.store .steps .wrapper-dropdown-3 .dropdown li:hover a{background:transparent !important;}
.store .steps .wrapper-dropdown-3 .dropdown li:hover a:before{display:none;}
.store .steps .step.line{padding:13px 0px;border-bottom:1px solid #e6eded;position:relative;}
.store .product{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e6eded;position:relative;}
.store .product:last-child{border:none;}
.store .product .col-lg-7{margin-right:292px;}
.store .product .prod_img{float:left;}
.store .product .desc{float:left;position:relative;}
.store .product .desc .head_line{margin-bottom:24px;}
.store .product .desc .head_line h2{font-size:30px;line-height:30px;margin:0px 0px 5px;font-weight:700;}
.store .product .desc .head_line p{font-size:18px;line-height:18px;margin:0px 0px 5px;}
.store .product .desc .head_line p.version{font-weight:700;color:#89b92c;font-size:15px;margin:0px;}
.store .product .desc .link_bar{margin-top:30px;}
.store .product .desc .link_bar ul{padding:0px;list-style:none;}
.store .product .desc .link_bar ul li{float:left;margin-right:10px;}
.store .product .desc .link_bar ul li:after{content:'|';display:inline-block;font-size:15px;font-family:'Roboto Condensed', sans-serif;color:#337ab7;margin-left:10px;}
.store .product .desc .link_bar ul li:last-child:after{display:none;}
.store .product .col-lg-2{position:absolute;right:0px;bottom:60px;}
.store .product .col-xs-2{position:absolute;right:0px;bottom:60px;}
.store .product .buy{font-weight:700;}
.store .product .buy .price_module .from{font-size:12px;text-transform:uppercase;display:inline-block;width:100%;border-bottom:1px solid #e6eded;margin:0px 0px 10px;}
.store .product .buy .price_module .price_holder{display:inline-block;margin-right:10px;}
.store .product .buy .price_module .price{font-size:38px;line-height:38px;display:inline-block;float:right;}
.store .product .buy .price_module .price .big{display:inline-block;float:left;}
.store .product .buy .price_module .price .small{display:inline-block;float:left;line-height:normal;margin:2px 0px 0px 6px;}
.store .product .buy .price_module .price .small .currency{font-size:14px;margin-bottom:1px;}
.store .product .buy .price_module .price .small .tax{font-size:9px;background:#11a0d7;color:#ffffff;padding:1px 3px;}
.store .product .buy .price_module .price .offer .big{font-size:24px;line-height:24px;margin-top:12px;color:#ff0063;text-decoration:line-through;}
.store .product .buy .price_module .price .offer .small .tax{background:#ff0063;}
.price_offer{display:inline-block;float:left;font-size:28px;line-height:24px;margin-top:12px;color:#ff0063;text-decoration:line-through;padding-right:10px;}
.price_offer_small{font-size:20px;color:#ff0063;text-decoration:line-through;}
.store .product .buy .button{font-size:18px;line-height:18px;color:#ffffff;display:inline-block;width:100%;text-align:center;background:#11a0d7;text-transform:uppercase;padding:12px 0px;margin:10px 0px 0px 0px;transition:all 0.3s ease;}
.store .product .buy .button:hover{transform:scale(0.95);cursor:pointer;}
.store .product .ribbon{position:absolute;right:-100px;top:17px;}
.special_offers{margin-bottom:50px;}
.special_offers h3{text-transform:uppercase;font-size:22px;line-height:22px;font-weight:300;margin-left:40px;margin:0px 0px 20px 0px;}
.special_offers h3 span{font-weight:700;}
.special_offers a.baner{margin:0px 0px 20px 0px;display:block;}
.radio{margin:0px;}
.radio label{padding-left:26px;display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:15px;font-size:13px;font-weight:300;}
.radio input[type=radio]{display:none;}
.radio label:before{content:"";display:block;width:16px;height:16px;margin-right:10px;position:absolute;left:0;bottom:4px;transition:all 0.3 ease-in-out;transform:scale(0);}
.radio label:after{content:"";display:block;width:16px;height:16px;margin-right:10px;position:absolute;left:0;bottom:4px;background-color:transparent;border:1px solid #94a9ad;}
.radio label:before{border-radius:0px;}
input[type=radio]:checked + label:before{content:"";display:block;background:#344049;border:solid 3px #ffffff;transform:scale(1);}
form .checkbox label{display:inline-block;cursor:pointer;position:relative;padding-left:0px;margin-right:0px;text-transform:none !important;color:#323f48;font-size:13px;font-weight:300;padding-left:28px;}
.checkbox{margin:0px;display:block;}
.checkbox.left{float:left;}
.checkbox.right{float:right;margin-top:0px;}
.checkbox input[type=checkbox]{display:none;}
.checkbox label:before{content:'';background:url(../media/images/sprite.png) no-repeat;background-position:-404px -2px;width:16px;height:16px;border:1px solid #94a9ad;display:block;float:left;margin-right:12px;position:absolute;left:0px;}
.checkbox input[type=checkbox]:checked + label:before{content:'';text-align:center;line-height:15px;background-position:-339px 0px;}
.styled-select{height:42px;overflow:hidden;width:262px;}
.styled-select select{background:transparent;border:none;font-size:14px;height:42px;text-indent:6px;padding:0px;width:275px;font-family:"Roboto Condensed", sans-serif;font-size:13px;outline:none;display:inline-block;}
.styled-select.slate{position:relative;border:1px solid #96a9af;background:#f5f6f8;}
.styled-select.slate:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-169px -9px;height:8px;width:8px;position:absolute;right:13px;top:13px;}
form input[type=text], form input[type=email]{outline:none;border:1px solid #94a9ad;font-size:13px;line-height:13px;color:#38424c;font-family:'Roboto Condensed', sans-serif;padding:12px 20px;width:262px;height:41px;}
form input[type=text].blue{outline:none;border:1px solid #11a0d8;font-size:13px;line-height:13px;color:#38424c;font-family:'Roboto Condensed', sans-serif;padding:12px 20px;float:left;width:221px;}
form .code_promotion button.blue{outline:none;background:#11a0d8;font-size:13px;line-height:13px;color:#38424c;font-family:'Roboto Condensed', sans-serif;height:41px;width:41px;float:left;border:none;position:relative;}
form .code_promotion button.blue:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-181px 0px;height:8px;width:8px;position:absolute;right:16px;top:16px;transition:transform 0.3s ease-in-out;}
form .row{margin-bottom:30px;}
.store .faq{border:1px solid #d4e3e0;}
.store .faq .collapse{position:relative;}
.store .faq .head_line{padding:23px 0px 15px;border-bottom:1px solid #d4e3e0;}
.store .faq .head_line h3{margin:0px;text-align:center;font-size:18px;font-weight:700;}
.store .faq .panel-group{margin-bottom:0px;}
.store .faq .panel-group .panel{border:none;border-bottom:1px solid #d4e3e0;border-radius:0px;box-shadow:none;}
.store .faq .panel-group .panel:last-child{border:none;}
.store .faq .panel-default > .panel-heading{background:#ffffff;font-size:12px;font-weight:300;color:#38424c;padding:0px;outline:none;border:none;border-radius:0px;}
.store .faq .panel-default > .panel-heading a{padding:11px 20px;display:block;height:100%;}
.store .faq .panel-default > .panel-heading .panel-title a{font-size:14px;position:relative;}
.store .faq .panel-default > .panel-heading .panel-title a:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-169px -9px;height:8px;width:8px;position:absolute;right:25px;top:16px;transform:rotate(-180deg);transition:transform 0.3s ease-in-out;}
.store .faq .panel-default > .panel-heading .panel-title a.collapsed:before{transform:rotate(0deg);}
.store .faq .panel-default > .panel-heading + .panel-collapse > .panel-body{background:#f5f6f8;padding:40px 30px 38px;font-size:14px;line-height:22px;text-align:justify;}
.store .faq .panel-default > .panel-heading + .panel-collapse > .panel-body:before{content:'';display:block;width:100%;height:4px;background:#109fd7;position:absolute;top:-0px;left:0px;}
.store .badges{margin-bottom:55px;}
.store .badges ul{list-style:none;padding:0px;}
.store .badges ul li{width:33.33333%;float:left;}
.store .badges ul li:nth-child(2){text-align:center;}
.store .badges ul li:nth-child(3){text-align:right;}
.store .bottom_section .col-lg-3 > label{text-transform:uppercase;font-size:14px;font-weight:300;color:#94a9ad;}
.store .promo_code{margin:50px -15px;}
.store .promo_code .blue{color:#11a0d8;}
.store .promo_code label.blue{font-weight:700;line-height:41px;margin:0px;color:#11a0d8;}
.store .promo_code .price{margin-top:8px;}
.store .product_name h3{font-size:14px;font-weight:700;text-transform:uppercase;margin:0px;}
.store .quanitity .price{margin-top:8px;}
.store .licence_type .radio label{margin-right:30px;}
.store form .row .right{text-align:right;}
.store .product_name .price p{font-size:21px;font-weight:700;}
.store form .price p.blue{font-size:21px;font-weight:700;text-align:right;}
.store form .price p.blue span{font-size:70%;font-weight:700;}
.store .product_name .price p span{font-size:70%;font-weight:700;}
.store .price.small p{font-size:15px;font-weight:700;text-align:right;}
.store .price.small p span{font-size:70%;font-weight:700;}
.store .price.small p span.blue{color:#11a0d8;font-size:100%;}
.store .quanitity label{line-height:43px;margin:0px;}
.store .email label{line-height:43px;margin:0px;}
.store .email .checkbox label{line-height:16px;}
.store .email .col-lg-6 p{margin:15px 0px 0px;}
.store .innovace{margin:0px;}
.store .innovace > label{text-transform:uppercase;font-size:14px;font-weight:300;color:#94a9ad;}
.store .innovace .border{border:1px solid #d4e3e0;padding:15px 0px 20px;margin:15px 0px 80px;position:relative;opacity:0.2;transform:scale(0.98);transition:all 0.3s ease-in-out;}
.store .innovace .border.active{opacity:1;transform:scale(1);background:#ffffff}
.store .innovace .border ul{list-style:none;padding:0px;}
.store .innovace .border label{text-transform:uppercase;font-size:14px;font-weight:300;margin-right:20px;width:175px;text-align:right;}
.store .innovace .border input[type=text]{border:1px solid #ffffff;}
.store .innovace .border input[type=text]:focus{border:1px solid #d4e3e0;}
.store .innovace .border .submit{position:absolute;right:20px;bottom:-10px;background:#ffffff;padding:0px 12px;border:none;font-weight:700;font-size:14px;text-transform:uppercase;}
.store .summary .line{border-bottom:1px solid #d4e3e0;padding-bottom:20px;margin-bottom:20px;}
.store .summary .line p{display:inline-block;margin-bottom:0px;font-size:14px;font-weight:300;text-transform:uppercase;color:#94a9ad;}
.store .summary .line p.price{float:right;font-size:21px;font-weight:700;text-align:right;color:#11a0d8;}
.store .summary .line p.price span{font-size:70%;font-weight:700;}
.store .summary .pay_buttons{width:540px;height:400px;float:right;margin-top:40px;display:block;}
.store .summary .pay_buttons .button{display:block;background:#11a0d8;color:#ffffff;font-family:'Roboto Condensed', sans-serif;font-size:24px;line-height:24px;text-transform:uppercase;font-weight:700;width:240px;text-align:center;padding:8px 0px;margin-bottom:15px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;transform:scale(1.0);}
.store .summary .pay_buttons .button:hover{transform:scale(0.96);}
.store .summary .pay_buttons > div{width:220px;margin-left:30px;float:left;}
.store .summary .pay_buttons > div p{text-align:center;font-size:13px;line-height:16px;margin:10px 0px 0px;}
.store .summary .pay_buttons > div p strong{font-weight:700;}
.store.step_2 .product{margin-bottom:0px;}
.store.step_2 .product .prod_img{width:195px;margin:0px;}
.store.step_2 .product .prod_img img{max-width:120px;}
.store.step_2 .product .text{float:left;margin-top:25px;}
.store.step_2 .product .text h3{font-size:14px;font-weight:700;text-transform:uppercase;margin:0px;}
.store.step_2 .product .text ul{list-style:none;padding:0px 0px 0px 25px;margin-top:10px;}
.store.step_2 .product .text ul li{position:relative;margin:2px 0px 0px;}
.store.step_2 .product .text ul li:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-338px -2px;width:16px;height:16px;position:absolute;left:-25px;top:5px;}
.store.step_2 .product .top{margin-bottom:30px;}
.store.step_3 .product_image{position:relative;margin-bottom:75px;}
.store.step_3 .product_image .bow{width:239px;height:237px;display:block;background:url(../media/images/store/ribbion_u.png) no-repeat;position:absolute;top:0;left:-27px;}
.store.step_3 .summary_info p{font-size:14px;font-weight:700;color:#344049;line-height:26px;margin:0 0 5px;text-transform:uppercase;}
#content .store.step_3 .summary_info p.header{font-size:14px;font-weight:300;color:#94a9ad;line-height:24px;margin:0;text-transform:uppercase;}
.store.step_3 .bottom_section .head_line h2{font-size:36px;font-weight:700;line-height:36px;margin-bottom:45px;}
.store.step_3 .bottom_section .paragraph{margin-bottom:40px;}
.store.step_3 .bottom_section .paragraph h5{font-size:18px;font-weight:700;line-height:20px;}
.store.step_3 .bottom_section .paragraph p{margin-bottom:20px;}
.store.step_3 .bottom_section .signup_box{padding:45px 32px;background:url(../media/images/store/after_buy.jpg) top left no-repeat;background-color:#f4f7f7;}
.store.step_3 .signup_box{margin-top:40px;}
.store.step_3 .signup_box .benefits{margin-bottom:42px;}
#content .store.step_3 .signup_box .benefits .header{font-size:88px;font-weight:700;line-height:88px;text-transform:none;text-align:right;margin:0 35px 0 0;}
.store.step_3 .signup_box .benefits ul{list-style:none;padding:0;margin:43px 0 0 323px;}
.store.step_3 .signup_box .benefits ul li{position:relative;font-size:18px;font-weight:700;line-height:36px;padding-left:28px;}
.store.step_3 .signup_box .benefits ul li:before{content:'';display:inline-block;margin-right:8px;width:13px;height:10px;background:url(../media/images/sprite.png) no-repeat;background-position:-339px -32px;position:absolute;top:12px;left:0px;}
.store.step_3 .signup_box .benefits .header .blue{color:#11a0d7;}
.store.step_3 .signup_box .signup_form{background:#11a0d7;padding:50px 64px 90px;}
.store.step_3 .signup_box .signup_form label{width:100%;margin-bottom:18px;}
.store.step_3 .signup_box .signup_form label p{font-size:15px;color:#ffffff;line-height:15px;font-weight:300;margin-bottom:5px;}
.store.step_3 .signup_box .signup_form label input[type=email],
.store.step_3 .signup_box .signup_form label input[type=password]{width:100%;height:46px;font-weight:300;padding:0 14px;font-size:15px;}
.store.step_3 .signup_box .signup_form .down{margin-top:30px;}
.store.step_3 .signup_box .signup_form .terms_info{float:left;}
.store.step_3 .signup_box .signup_form .checkbox label{color:#ffffff}
.store.step_3 .signup_box .signup_form .checkbox label a{color:#ffffff}
.store.step_3 .signup_box .signup_form .checkbox label:before{background-position:339px 10px;border:1px solid #ffffff;}
.store.step_3 .signup_box .signup_form .checkbox input[type=checkbox]:checked + label:before{background-position:-339px -10px;}
.store.step_3 .signup_box .signup_form .sub{float:right;}
.store.step_3 .signup_box .signup_form .sub button{width:263px;height:71px;background:#344049;color:#ffffff;font-size:18px;font-weight:700;text-transform:uppercase;border:none;}
.store .thanks{text-align:center;margin-top:10px;}
.store .thanks h5{font-size:24px;font-weight:700;}
.store.payment .desc{}
.store.payment .desc h2{font-size:32px;line-height:32px;margin-top:0;v
margin-bottom:0;text-transform:uppercase;font-weight:700;}
.store.payment .desc ul{list-style:none;padding:0 0 0 14px;margin:10px 0 0px;}
.store.payment .desc ul li{position:relative;margin-bottom:8px;}
.store.payment .desc ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:6px;left:-14px;}
.store.payment .desc .paragraph{margin-top:60px;}
.store.payment .desc .banks_icons{padding:0px;margin:20px 0 20px;}
.store.payment .desc .banks_icons li{float:left;border:1px solid #e6eded;margin-right:1px;}
.store.payment .desc .banks_icons li:before{display:none;}
.store.payment .desc.transfer{margin-top:80px;}
.store.payment .desc.transfer .paragraph{margin-top:0;}
.store.payment .desc h3{font-size:24px;line-height:24px;margin-top:30px;margin-bottom:3px;font-weight:700;}
.payment_options .blue_bg .center p{font-weight:700;color:#fff;font-size:15px;text-transform:uppercase;margin-top:40px;}
.download .top_section .description h2{margin-bottom:15px;font-size:30px;font-weight:300;}
.download .top_section .description h2 strong{font-weight:700;}
#content .download .right_sidebar.download{margin-top:60px;}
.content_navigation.download ul li{width:33.333333%;}
.download .top_section{border:none;}
.download .top_section .description{margin-top:20px;}
.download .top_section .image_side{text-align:center;}
.download .top_section .image_side a{display:block;text-align:center;margin:10px 0px 0px;}
.download .top_section > .row{margin:0px 0px 60px;}
#content .download .top_section .monflo .right_sidebar a.download_btn{background:#ffffff;color:#919191;background:#e6eded;position:relative;}
#content .download .top_section .monflo .right_sidebar a.download_btn.active:after{transform:rotate(270deg);}
#content .download .monflo > div > .right_sidebar a.download_btn:after{width:8px;height:8px;content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-157px -8px;position:absolute;top:20px;right:10px;transform:rotate(90deg);transition:all 0.2s ease-in-out;}
.download .top_section .download_options{position:absolute;width:857px;right:0px;top:107px;z-index:22;opacity:0;max-height:0;overflow:hidden;transition:all 0.2s ease-in-out;transform:scale(1.03);}
.download .top_section .download_options.active{display:block;max-height:700px;opacity:1;transform:scale(1);}
.download .top_section .download_options .app_list{list-style:none;padding:25px;background:#e6edec;}
.download .top_section .download_options .app_list:before{content:'';display:block;width:26px;height:26px;transform:rotate(45deg);background:#e6edec;position:absolute;top:-13px;right:130px;}
.download .top_section .download_options .app_list > li{float:left;width:33.33333%;background:#ffffff;overflow:hidden;border-right:1px solid #e6edec;padding:30px 0px;position:relative;transition:all 0.3s ease-in-out;height:419px;}
.download .top_section .download_options .app_list > li:hover{opacity:0.9;}
.download .top_section .download_options .app_list > li:before{content:'';display:block;width:80px;height:80px;transform:rotate(45deg);background:#344049;position:absolute;top:-40px;left:-40px;}
.download .top_section .download_options .app_list > li:after{content:'1';display:block;position:absolute;top:5px;left:10px;color:#ffffff;font-size:20px;font-weight:700;}
.download .top_section .download_options .app_list > li#card_a:after{content:'A';}
.download .top_section .download_options .app_list > li#card_b:after{content:'B';}
#content .download .top_section .download_options .app_list > li .download_btn{display:inline-block;background:#89b92c;color:#ffffff;font-family:'Roboto Condensed', sans-serif;font-size:24px;line-height:24px;text-transform:uppercase;font-weight:700;width:179px;text-align:center;padding:12px 0px;margin-top:12px;margin-bottom:12px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;transform:scale(1.0);}
#content .download .top_section .download_options .app_list > li .right_sidebar p.header{font-size:16px;}
#content .download .top_section .download_options .app_list > li .right_sidebar h4{font-size:18px;line-height:18px;font-weight:700;margin:15px 0px 0px;}
.download .top_section .download_options .app_list > li .right_sidebar .info{margin-bottom:40px;}
.download .top_section .download_options .app_list > li .right_sidebar .info p{font-size:14px;}
.download .top_section .download_options .app_list > li .right_sidebar .info p strong{font-size:24px;line-height:30px;font-weight:700;text-transform:uppercase;}
#content .download .top_section .download_options .app_list > li .right_sidebar.download{margin-top:0px;}
#content .right_sidebar .dedicated_os .sys_ico li.android{width:40px;height:48px;margin:0px;background-position:-369px 0px;}
#content .download .top_section .download_options .app_list > li .right_sidebar.android .download_btn{background:#221e1f url(../media/images/download/button_and.png) center no-repeat;height:48px;}
.download.manual .top_section .description h2{font-weight:700;}
.download.resources .top_section{padding:0px;margin:40px 0px 30px;}
.download.resources .top_section .row{margin:0px;}
.download .row h1{display:inline-block;float:left;margin:6px 20px 0px 0px;}
.download .row .styled-select{background:#ffffff;width:200px;}
.download .row.head_line{margin-bottom:10px;}
.download .row .styled-select select{text-transform:uppercase;}
.download.resources .bottom_section{padding-top:0px;}
.download.resources h2{font-size:24px;line-height:24px;text-transform:uppercase;font-weight:300;margin-bottom:30px;}
.download.resources .screen_list{list-style:none;padding:0px;}
.download.resources .screen_list li{float:left;margin-right:30px;width:14.469%;text-align:center;margin-bottom:25px;}
.download.resources .screen_list li:hover{cursor:pointer;}
.download.resources .screen_list li:nth-child(6n + 0){float:left;margin-right:0px;width:14.469%;}
.download.resources .screen_list li .image_wrapper.white{border:1px solid #e6edec;}
.download.resources .screen_list li .desc{margin-top:10px;}
.download.resources .screen_list li a{display:inline-block;font-size:15px;}
.download.resources .screen_list li p{margin:0px 0px 0px;color:#344049;font-size:15px;line-height:20px;}
.download.resources .row.line{border-bottom:1px solid #e6edec;margin-bottom:35px;}
.download.resources .row.line:last-child{border-bottom:none;}
.tutorials .header_section p{font-size:18px;margin-bottom:20px;}
.tutorials .top_section{border-bottom:none;padding-bottom:0px;}
.tutorials .top_section .ad{float:right;margin-top:20px;}
.tutorials .top_section .ad .head{float:left;margin-right:15px;text-align:right;}
.tutorials .top_section .ad .head p.header{margin:10px 0px 0px;}
.tutorials .top_section .ad .dedicated_os{float:left;}
.tutorials .top_section .ad .dedicated_os li{margin:0px 0px 0px 20px;}
.tutorials .top_section .one-third{width:175px;float:left;margin-left:42px;text-align:center;}
.tutorials .top_section .one-third img{width:133px;margin-bottom:20px;}
.tutorials .bottom_section .row{border:1px solid #d5e1e1;}
.tutorials .bottom_section .accord{padding:0px;margin-left:-1px;margin-bottom:-1px;border-right:1px solid #d4e3e0;}
.tutorials .bottom_section .desc_list{border:none;border-left:1px solid #d4e3e0;margin-left:-1px;}
.store .faq .collapse{position:relative;}
.head_line h3{margin:0px;text-align:center;font-size:18px;font-weight:700;}
.tutorial_aco .product_name{background:#f4f7f7;border:1px solid #d4e3e0;border-right:none;border-top:none;cursor:pointer;}
.tutorial_aco:first-child .product_name{background:#f4f7f7;border-right:none;}
.tutorial_aco .product_name p{font-size:18px;font-weight:700;text-transform:uppercase;padding:15px 20px;margin:0px;}
.tutorial_aco .product_name p .blue{color:#11a0d7;}
.tutorials .panel-group{margin-bottom:0px;border:1px solid #d4e3e0;border-right:none;position:relative;margin-top:-1px !important;}
.panel-group .panel{border:none;border-bottom:1px solid #d4e3e0;border-radius:0px;box-shadow:none;}
.panel-group .panel:last-child{border:none;}
.panel-default > .panel-heading{background:#ffffff;font-size:12px;font-weight:300;color:#38424c;padding:0px;outline:none;border:none;border-radius:0px;}
.panel-default > .panel-heading a{padding:11px 50px 11px 20px;display:block;height:100%;}
.panel-default > .panel-heading .panel-title a{font-size:14px;position:relative;}
.panel-default > .panel-heading .panel-title a:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-169px -9px;height:8px;width:8px;position:absolute;right:25px;top:16px;transition:transform 0.3s ease-in-out;}
.panel-default > .panel-heading .panel-title a.collapsed:before{transform:rotate(-180deg);}
.panel-default > .panel-heading + .panel-collapse > .panel-body{background:#f5f6f8;padding:0px;font-size:14px;line-height:22px;text-align:justify;position:relative;}
.tutorials .panel-body .nav-tabs{list-style:none;padding:0px;border:0px;}
.tutorials .panel-body .nav-tabs > li{float:none;position:relative;border-bottom:1px solid #d4e3e0;padding:0px;}
.tutorials .panel-body .nav-tabs > li a{padding:20px 20px;display:block;border-radius:0px;border:none;margin:0px;}
.tutorials .panel-body .nav-tabs > li a.act{background:#d0e8f3;}
.tutorials .panel-body .nav-tabs > li a p{font-size:12px;color:#344049;font-weight:300;margin:0px;}
.tutorials .panel-body .nav-tabs > li a p.title{font-weight:700;font-size:15px;text-align:left;}
.tutorials .panel-body .nav-tabs > li:last-child{border-bottom:none!important;}
.tutorials .panel-body .nav-tabs > li:before{height:0px;transition:all 0.3s ease-in-out;}
.tutorials .panel-body .nav-tabs > li.active{background:#109fd7;}
.tutorials .panel-body .nav-tabs > li.active:before{content:'';display:block;width:100%;height:4px;background:#109fd7;position:absolute;bottom:0px;left:0px;}
.tutorials .accord{padding-right:0;}
.tutorials .tab_con{padding-left:0;padding-right:0;display:inline-block;height:100%;}
.tutorials .tab-content .desc_list{margin-top:0px;padding-top:30px;}
.tutorials .tab-content #tabs-first .desc_list{margin-top:0px;padding-top:30px;padding-left:40px;}
.tutorials .tab-content #tabs-first .desc_list .head_line h2{font-size:24px;margin-top:0px;position:relative;}
.tutorials .tab-content #tabs-first .desc_list .head_line h2:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;width:5px;height:8px;position:absolute;left:-20px;top:13px;transform:rotate(180deg);}
.tutorials .tab-content #tabs-first .desc_list .head_line h2 .blue{color:#11a0d7;}
.tutorials .tab-content #tabs-first .desc_list > ul{list-style:none;padding:0px;margin-top:40px;}
.tutorials .tab-content #tabs-first .desc_list > ul li{margin-bottom:30px;}
.tutorials .tab-content #tabs-first .desc_list > ul li:last-child{margin-bottom:0px;}
.tutorials .tab-content #tabs-first .desc_list > ul li:after{content:'';display:block;clear:both;}
.tutorials .tab-content #tabs-first .desc_list .image_wrapper{float:left;width:56px;}
.tutorials .tab-content #tabs-first .desc_list .image_wrapper img{width:100%;}
.tutorials .tab-content #tabs-first .desc_list .text{float:left;width:70%;margin-left:30px;}
.tutorials .tab-content #tabs-first .desc_list h5{font-size:15px;text-transform:uppercase;font-weight:700;margin-top:0px;}
.tab-content > div{display:none;}
.tab-content > div.active{display:block;}
.company_nav ul li{width:16.6666666%;}
.company_nav ul li.social{width:8.3333333%;}
.company_nav ul li.social.tw a{height:47px;background:url(../media/images/sprite.png) no-repeat;background-position:-134px -315px;background-color:#55acee;margin:0px;padding:0px;display:block;}
.company_nav ul li.social.fb a{height:47px;background:url(../media/images/sprite.png) no-repeat;background-position:-229px -315px;background-color:#3c5b9a;margin:0px;padding:0px;display:block;}
#content .company .option_list .list_pos .desc h2{font-size:30px;text-transform:uppercase;margin-top:0px;}
#content .company .option_list .list_pos .desc p.sub_header{font-size:18px;margin-bottom:22px;}
.company{padding-top:40px;}
.company .option_list .list_pos .desc{width:90%;}
.company .option_list .list_pos .desc .paragraph{margin-bottom:25px;}
.company .option_list .list_pos .our_products{margin-top:50px;}
.company .option_list .list_pos .desc .boxy{margin-top:40px;}
.company .option_list .list_pos .desc .boxy .one-third{width:30.33333%;margin-right:3%;float:left;text-align:center;}
.company .option_list .list_pos .desc .boxy .one-third a{display:block;margin:17px 0px 7px;}
.company .right_sidebar .social_bar ul{list-style:none;padding:0px;border:1px solid #d4e3e0;}
.company .right_sidebar .social_bar ul li{border-bottom:1px solid #d4e3e0;}
.company .right_sidebar .social_bar ul li:last-child{border-bottom:none;}
.company .right_sidebar .social_bar ul a{width:100%;display:block;height:70px;position:relative;font-size:15px;color:#344049;}
.company .right_sidebar .social_bar ul a:hover{font-size:24px;color:#ffffff;font-weight:700;}
.company .right_sidebar .social_bar ul a:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;width:35px;height:35px;position:absolute;top:50%;transform:translateY(-50%);}
.company .right_sidebar .social_bar ul a:hover:after{content:'';display:block;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-181px 0px;position:absolute;right:30px;top:50%;transform:translateY(-50%);}
.company .right_sidebar .social_bar ul a.tw:before{background-position:0px -373px;left:23px;}
.company .right_sidebar .social_bar ul a.fb:before{background-position:-35px -373px;left:21px;}
.company .right_sidebar .social_bar ul a.yt:before{background-position:-70px -373px;width:53px;left:12px;}
.company .right_sidebar .social_bar ul a.g_plus:before{background-position:-133px -373px;left:23px;}
.company .right_sidebar .social_bar ul a.tw:hover{background-color:#55acee;}
.company .right_sidebar .social_bar ul a.tw:hover:before{background-position:0px -410px;left:23px;}
.company .right_sidebar .social_bar ul a.fb:hover{background-color:#3c5b9a;}
.company .right_sidebar .social_bar ul a.fb:hover:before{background-position:-35px -410px;left:21px;}
.company .right_sidebar .social_bar ul a.yt:hover{background-color:#504f4f;}
.company .right_sidebar .social_bar ul a.yt:hover:before{background-position:-70px -410px;width:53px;left:12px;}
.company .right_sidebar .social_bar ul a.g_plus:hover{background-color:#be3828;}
.company .right_sidebar .social_bar ul a.g_plus:hover:before{background-position:-133px -410px;left:23px;}
.company .right_sidebar .social_bar ul a span{position:absolute;top:50%;transform:translateY(-50%);left:83px;}
.company .right_sidebar .social_bar ul a:hover span{left:auto;right:55px;}
.company .our_partners .one-second{width:358px;height:264px;float:left;border:1px solid #d4e3e0;text-align:center;margin-bottom:30px;margin-right:30px;position:relative;}
.company .our_partners .one-second > div{position:absolute;top:50%;transform:translateY(-50%);width:100%;}
.company .our_partners .one-second:nth-child(2n +0){}
.company .our_partners .one-second a{display:block;}
.company .our_partners .one-second h5{font-size:15px;font-weight:700;margin:20px 0px 0px;}
.company .our_partners .one-second p{font-size:14px;}
.company .our_partners .one-second p.contact_data{margin:0;color:#94a9ad;}
#content .company.partners a.button.become{display:inline-block;text-align:center;font-size:20px;line-height:20px;font-weight:700;color:#ffffff;background:#344049;text-decoration:none;text-transform:uppercase;padding:10px 35px;}
.company .right_sidebar .become_partner h4{margin:0 0 25px;text-align:center;font-size:20px;text-transform:uppercase;font-weight:700;}
.company .right_sidebar .become_partner p{text-align:justify;margin:0;}
.company .right_sidebar .become_partner .partners_baner{margin-top:25px;position:relative;}
.company .right_sidebar .become_partner .partners_baner a.button{position:absolute;bottom:55px;left:0;right:0;margin:0 35px;display:block;}
.newsroom .top_section{border-bottom:none;padding-bottom:0px;}
.newsroom .top_section h2{font-size:30px;font-weight:700;}
.newsroom .top_section p{font-size:18px;}
.newsroom .bottom_section .desc_list{width:100%;}
.newsroom .bottom_section .desc_list .list_pos{border-bottom:1px solid #d4e3e0;margin-bottom:40px;}
.newsroom .bottom_section .desc_list .list_pos .image_wrapper{float:left;margin-right:30px;}
.newsroom .bottom_section .desc_list .list_pos .desc{float:left;}
.newsroom .bottom_section .desc_list .list_pos .desc .date{font-size:12px;color:#94a9ad;font-weight:300;margin-bottom:10px;}
.newsroom .bottom_section .desc_list .list_pos .desc h3{font-size:20px;font-weight:700;margin-top:0px;}
.newsroom .bottom_section .desc_list .list_pos .desc ul{padding:0px 0px 0px 20px;list-style:none;}
.newsroom .bottom_section .desc_list .list_pos .desc ul li{font-size:15px;position:relative;line-height:20px;margin-bottom:5px;}
.newsroom .bottom_section .desc_list .list_pos .desc ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:6px;left:-14px;}
.newsroom .bottom_section .desc_list .list_pos .desc a.classic_link{display:inline-block;margin:20px 0px 0px 0px;}
.big_link{color:#11a0d7;font-size:18px;line-height:18px;font-weight:700;text-transform:uppercase;display:inline-block;margin-top:5px;width:100%;text-align:center;}
.newsroom .right_sidebar .search{margin-bottom:40px;}
.newsroom .right_sidebar .search input[type=text]{background:transparent;border:none;outline:none;font-size:15px;height:41px;padding:0px 25px 0px 52px;width:100%;}
.newsroom .right_sidebar .search .search_input{height:41px;border:1px solid #d4e3e0;position:relative;}
.newsroom .right_sidebar .search .search_input:before{content:'';display:block;width:17px;height:16px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px -21px;position:absolute;top:50%;left:15px;transform:translateY(-50%);}
.wrapper-dropdown-3{position:relative;width:100%;margin:0;padding:10px 25px;background:#fff;border:1px solid #d4e3e0;cursor:pointer;outline:none;font-weight:300;color:#344049;}
.wrapper-dropdown-3:after{content:"";width:8px;height:5px;background:url(../media/images/sprite.png) no-repeat;background-position:-169px -11px;position:absolute;right:15px;top:50%;margin-top:-3px;}
.wrapper-dropdown-3 .dropdown{position:absolute;top:100%;width:calc(100% + 2px);left:-1px;right:0;background:white;border-radius:inherit;border:1px solid #d4e3e0;font-weight:300;transition:all 0.2s ease-in;list-style:none;padding:0px;display:block;opacity:0;pointer-events:none;max-height:0;overflow:hidden;}
.wrapper-dropdown-3 .dropdown li a{display:block;padding:10px 25px;font-size:15px;text-decoration:none;color:#344049;border-bottom:1px solid #e6e8ea;transition:all 0.3s ease-out;position:relative;}
.wrapper-dropdown-3 .dropdown li i{float:right;color:inherit;}
.wrapper-dropdown-3 .dropdown li:last-of-type a{border:none;}
.wrapper-dropdown-3 .dropdown li:hover a{background:#f4f7f7;padding:10px 25px 10px 45px;}
.wrapper-dropdown-3 .dropdown li a:before{content:"";width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0;position:absolute;left:15px;opacity:0;top:50%;margin-top:-3px;transition:all 0.2s ease-in-out;}
.wrapper-dropdown-3 .dropdown li:hover a:before{left:25px;opacity:1;}
.wrapper-dropdown-3.active .dropdown{opacity:1;pointer-events:auto;max-height:500px;}
.awards .top_section h2{text-transform:uppercase;}
.awards .bottom_section .desc_list .list_pos .desc p{margin:0px;}
.awards .bottom_section .desc_list .list_pos .desc a{float:left;}
.after_site .top_section{padding-bottom:70px;}
.after_site .top_section .image_side{float:left;margin-right:50px;}
.after_site .top_section .description{float:left;width:auto;padding-top:50px;}
.after_site .top_section .progress_anim{}
.after_site .top_section .progress_anim .info{float:left;height:32px;border-radius:0 16px 16px 0;background:#e6eded;font-weight:700;font-size:14px;line-height:32px;padding:0 20px 0 10px;text-transform:uppercase;}
.after_site .top_section .progress{height:32px;border-radius:16px 0 0 16px;background:#e6eded;box-shadow:none;padding:7px;width:155px;float:left;}
.after_site .top_section .progress .progress-bar{transition:all 2s ease-out;width:0%;height:18px;line-height:18px;border:2px solid #344049;background-image:none;background-color:#00a950;border-radius:9px;text-align:right;padding-right:20px;}
.after_site .top_section .progress .progress-bar span{position:relative;top:-3px;font-size:11px;font-weight:700;transition:all 2.3s ease-out;opacity:0;}
.after_site .top_section .progress.animation .progress-bar{width:100%;}
.after_site .top_section .progress.animation .progress-bar span{opacity:1;}
.after_site .bottom_section .side_banner{text-align:center;margin-bottom:50px;}
.after_site .bottom_section .side_banner .top_text{min-height:40px;max-height:40px;}
#content .after_site .bottom_section .side_banner .header{margin:0px;font-size:19px;}
.after_site .bottom_section .side_banner .baner{margin:10px 0px;display:block;position:relative;}
.after_site .bottom_section .side_banner .desaturated{position:absolute;top:0;left:0;transition:all 0.5s ease-in-out;}
.after_site .bottom_section .side_banner:hover .desaturated{opacity:0;}
.top_section{position:relative;}
.top_section .also{position:absolute;bottom:15px;left:0px;font-size:15px;font-weight:700;}
.top_section .also p{margin:0px;text-transform:uppercase;}
.after_site.after_download .top_section .head_line{border-bottom:1px solid #e6e8ea;padding-bottom:30px;margin-bottom:50px;}
.after_site.after_download .top_section .head_line h2{font-size:30px;font-weight:700;text-transform:uppercase;}
.after_site.after_download .top_section .head_line h2 .green{color:#89b92c;}
.after_site.after_download .top_section .head_line h3{font-size:18px;font-weight:300;text-align:left;}
.after_site.after_download .top_section .image_side{padding-left:73px;}
.after_site.after_download .top_section .image_side .arrow{display:block;width:150px;height:207px;background:url(../media/images/addidtionals/down_arrow.png) no-repeat;position:absolute;left:0;top:-10px;}
.after_site.after_download .top_section .download p{text-align:left;}
.after_site.after_download .top_section .download ul{list-style:none;padding:0 0 0 20px;}
.after_site.after_download .top_section .download li{text-align:left;position:relative;}
.after_site.after_download .top_section .download li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
#content .after_site.after_download .top_section .download_btn{width:265px;margin-top:40px;}
.company.contact .bottom_section{padding-top:30px;}
.company.contact .option_list > div{}
.company.contact .description .header_section{margin-bottom:50px;}
.company.contact .description .header_section h1{font-size:30px;margin:0;}
.company.contact .description .header_section p{font-size:18px;}
.company.contact .desc_list p.left{float:left;margin-right:31px;width:73px;text-align:right;font-weight:700;margin-top:10px;}
.company.contact .desc_list #dd{float:left;width:645px;}
.company.contact .desc_list .top{margin-bottom:40px;}
.company.contact .desc_list #select_category{margin-bottom:10px;position:relative;z-index:9;}
.company.contact .desc_list .contact_tab ul{list-style:none;padding:0px;}
.company.contact .desc_list .contact_tab ul li{position:relative;margin-bottom:10px;}
.company.contact .desc_list .contact_tab ul li label{margin:0;}
.company.contact .desc_list .contact_tab ul li input, .company.contact .desc_list .contact_tab ul li textarea{width:645px;border:1px solid #d4e3e0;font-size:15px;font-weight:300;}
.company.contact .desc_list .contact_tab ul li textarea{padding:20px;outline:none;resize:none;}
.company.contact .desc_list .contact_tab .terms_info{margin-left:104px;float:left;}
.company.contact .desc_list .contact_tab .terms_info .checkbox{margin-bottom:10px;}
.company.contact .desc_list .contact_tab .sub{float:right;}
.company.contact .desc_list .contact_tab .sub button{font-size:20px;line-height:20px;color:#ffffff;font-weight:700;background:#344049;border:none;text-transform:uppercase;width:265px;padding:16px 0px;transition:all 0.3s ease-in-out;}
.company.contact .desc_list .contact_tab .sub button:hover{transform:scale(0.95);}
#content .company.contact .right_sidebar .recommended .answer{padding:27px 15px 15px;}
#content .company.contact .right_sidebar .recommended .center a{margin:0;}
.company.contact .right_sidebar .recommended .round{width:75px;height:75px;border-radius:38px;background:#94a9ae;font-size:45px;line-height:45px;color:#d4e3e0;font-weight:700;text-align:center;padding:15px 0px;position:relative;margin:0 auto 20px;}
.company.contact .right_sidebar .recommended .round:after{content:'';direction:block;position:absolute;width:15px;height:15px;background:#94a9ae;right:4px;bottom:4px;transform:skewY(18deg) rotate(-10deg);}
.company.contact.invoice .desc_list .contact_tab ul li label{width:100%;}
.company.contact.invoice .desc_list p.left{float:none;width:100%;margin-right:31px;text-align:left;font-weight:700;margin-top:10px;}
.company.contact.invoice .desc_list .contact_tab ul li input{width:100%;}
.ups{margin-bottom:100px;}
.ups .top_section{padding-bottom:75px;padding-top:90px;margin-bottom:50px;}
.ups .ops{float:left;margin-right:25px;}
.ups .ops p{font-size:82px;font-weight:700;line-height:82px;}
.ups .error_info{float:left;width:395px;margin-top:8px}
.ups .error_info .header{font-size:20px;font-weight:700;color:#94a9ad;margin:0 0 8px;}
.ups .error_info p{font-size:18px;}
.ups .button{width:265px;text-align:center;display:inline-block;padding:11px 0;background:#0087e9;color:#ffffff;font-size:24px;font-weight:700;text-transform:uppercase;float:right;margin:20px 20px 0 0;transition:all 0.3s ease-in-out;}
.ups .button:hover{transform:scale(0.95);}
.screen_rec .col-lg-3{margin-top:30px;}
.screen_rec .option{padding:30px;border:1px solid #ffffff;transition:all 0.3s ease-in-out;}
.screen_rec .option:hover{border:1px solid #d5e1e1;}
.screen_rec .option .ico{width:70px;height:75px;margin:0 auto;background:url(../media/images/sprite.png) no-repeat;background-position:0 110px;}
.screen_rec .option .ico#general{background-position:0 -445px;}
.screen_rec .option .ico#studing{background-position:-73px -450px;width:77px;}
.screen_rec .option .ico#support{background-position:-153px -450px;width:77px;}
.screen_rec .option .ico#blogging{background-position:-245px -450px;}
.screen_rec .option .ico#gaming{background-position:-321px -450px;width:89px;}
.screen_rec .option .ico#marketing{background-position:5px -523px;}
.screen_rec .option .ico#teach{background-position:-76px -523px;width:89px;}
.screen_rec .option h3{text-align:center;font-size:24px;font-weight:700;}
.screen_rec .option p{text-align:justify;}
.screen_rec .option ul{list-style:none;padding:0px 0px 0px 25px;margin-top:50px;}
.screen_rec .option ul li{position:relative;line-height:15px;font-size:15px;margin-bottom:15px;letter-spacing:-0.05em;}
.screen_rec .option ul li:before{content:'';display:inline-block;margin-right:8px;width:10px;height:7px;background:url(../media/images/sprite.png) no-repeat;background-position:-341px -23px;position:absolute;top:2px;left:-24px;}
.screen_rec .option a.button{font-size:15px;display:inline-block;width:100%;text-align:center;color:#596771;background:#d5e1e1;padding:12px 0;text-transform:uppercase;margin-top:35px;}
.screen_rec .clickable_baner{background:#e6eded;padding:39px 39px 24px;margin:96px 0 66px;}
.screen_rec .clickable_baner .image_wrapper{float:left;margin-right:100px;}
.screen_rec .clickable_baner .text{float:left;text-align:center;width:43%;}
.screen_rec .clickable_baner .text h3{font-size:50px;line-height:50px;font-weight:300;margin-bottom:35px;margin-top:25px;}
.screen_rec .clickable_baner .text h3 span{font-weight:700;}
.screen_rec .clickable_baner .text .button_container{width:220px;margin:0 auto;}
#content .screen_rec .clickable_baner .text .button_container .download_btn{margin-bottom:5px;}
.screen_rec.case{padding-bottom:90px;}
#content_menu_category{margin-top:-60px;margin-bottom:20px;}
.screen_record .head_line{margin-top:100px;}
.screen_record .head_line h2{font-size:68px;line-height:62px;text-transform:uppercase;color:#444f57;font-weight:700;margin:0;}
.screen_record .head_line p{font-size:12px;line-height:15px;font-weight:700;color:#444f57;text-transform:uppercase;margin:0 0 0px;}
#content_menu_category ul{list-style:none;padding:0;}
#content_menu_category ul li{float:left;width:140px;height:123px;text-align:center;background:#ffffff;position:relative;margin-right:26px;}
#content_menu_category ul li.active:after{content:'';display:block;position:absolute;width:100%;height:5px;background:#11a0d7;bottom:0;}
#content_menu_category ul li:last-child{margin-right:0px;}
#content_menu_category ul li .ico{width:55px;height:55px;margin:0 auto;background:url(../media/images/sprite.png) no-repeat;background-position:0 -px;margin-top:30px;transition:all 0.2s ease-in;transform:translateZ(0) scale(1.0);backface-visibility:hidden;}
#content_menu_category ul li:hover .ico{transform:translateZ(0) scale(1);backface-visibility:hidden;opacity:0.5;}
#content_menu_category ul li .ico#general{background-position:0 -600px;}
#content_menu_category ul li .ico#studing{background-position:-51px -600px;width:77px;}
#content_menu_category ul li .ico#support{background-position:-127px -600px;width:55px;}
#content_menu_category ul li .ico#blogging{background-position:-187px -600px;}
#content_menu_category ul li .ico#gaming{background-position:-245px -600px;width:65px;}
#content_menu_category ul li .ico#marketing{background-position:-309px -600px;}
#content_menu_category ul li .ico#teach{background-position:-357px -600px;width:89px;}
#content_menu_category ul li h3{font-size:14px;line-height:14px;font-weight:700;color:#444f57;margin-top:5px;}
.screen_rec.case .panel-group{display:block;}
.screen_rec.case .panel-group .collapse{display:block;}
.screen_rec.case .panel-body{padding:0;}
.screen_rec.case .panel-body .nav-tabs > li{margin-bottom:0;background:#f4f7f7;}
#content .legal p.name{font-size:30px;text-transform:none;}
#content .legal ul{list-style:none;padding:0px 0px 0px 20px;}
#content .legal ul li{font-size:15px;position:relative;line-height:20px;margin-bottom:15px;text-align:justify;}
#content .legal ul li:before{content:'';display:inline-block;margin-right:8px;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px 0px;position:absolute;top:5px;left:-14px;}
#content .legal h3{font-size:18px;line-height:20px;margin-bottom:20px;font-weight:700;}
#content .legal .text p{margin-bottom:30px;text-align:justify;}
body .support_nav ul li{width:33.33333%;}
.support .sort{text-align:right;margin-bottom:10px;}
.support .sort p{font-weight:700;margin:0;}
.support .sort a{font-weight:300;}
.support .sort a:after{content:'';display:inline-block;height:8px;width:5px;background:url(../media/images/sprite.png);background-position:-167px 0;margin-left:5px;transform:rotate(90deg);}
.support .top_section .search{border:1px solid #d5e1e1;position:relative;margin-top:20px;}
.support .top_section .search:before{content:'';width:20px;display:block;height:20px;background:url(../media/images/sprite.png) no-repeat;background-position:-160px -21px;position:absolute;top:12px;left:10px;}
.support .top_section .search input{height:40px;outline:none;border:none;padding:0;width:100%;padding:0 30px 0 50px;}
.support .top_section .description{width:100%;}
.support .top_section{border:none;}
.support .support_module{border:1px solid #d5e1e1;padding:0;}
.support .support_module .accord{padding-right:0;border-right:1px solid #d5e1e1;}
.support .support_module .select_bar{border-bottom:1px solid #d5e1e1;}
.support .support_module .select_bar:last-child{border:none;}
.support .support_module .select_bar .header_bar{background:#f4f7f7;border-bottom:1px solid #d5e1e1;padding:15px 28px;}
.support .support_module .select_bar .header_bar p{margin:0;font-size:15px;line-height:15px;text-transform:uppercase;font-weight:700;color:#94a9ad;}
.support .support_module .select_bar .header_bar p span{color:#11a0d7;}
.support .support_module .select_bar .header_bar p strong{color:#344049;}
.support .support_module .collapse_bar{}
.support .support_module .collapse_bar ul{padding:0;list-style:none;}
.support .support_module .collapse_bar ul li{border-bottom:1px solid #d5e1e1;display:none;}
.support .support_module .collapse_bar ul li.selected{display:block;border:none;}
.support .support_module .collapse_bar ul li:last-child{border-bottom:none;}
.support .support_module .collapse_bar ul li a{padding:25px 40px;display:inline-block;width:100%;}
.support .support_module .collapse_bar a.close{display:none;}
.support .support_module .collapse_bar ul li h5{font-size:18px;margin:0;line-height:18px;font-weight:700;color:#344049;}
.support .support_module .collapse_bar ul li p{font-size:15px;font-style:italic;font-weight:300;margin:0;color:#94a9ad;}
.support .support_module .collapse_bar ul li.selected p{color:#94a9ad;}
.support .support_module .collapse_bar ul li.selected h5{color:#94a9ad;}
.support .support_module .content_support{padding-left:0px;padding-right:14px;border-left:1px solid #d5e1e1;position:relative;left:-1px;}
.support .support_module .content_support .head_bar{background:#ffffff;padding:25px 15px;border-bottom:1px solid #d5e1e1;position:relative;transition:background .3s ease-in-out;}
.support .support_module .content_support .head_bar.collapsed{background:#f4f7f7;}
.support .support_module .content_support .head_bar:after{content:'';display:block;clear:both;}
.support .support_module .content_support .head_bar:before{content:'';display:block;background:url(../media/images/sprite.png) no-repeat;background-position:-169px -9px;height:8px;width:8px;position:absolute;right:25px;top:42%;transition:all 0.3s ease-in-out;transform:rotate(-180deg);}
.support .support_module .content_support .head_bar.collapsed:before{transform:rotate(0deg);}
.support .support_module .content_support .head_bar .cloud_number{float:left;display:block;position:relative;top:-4px;margin-right:11px;width:42px;height:40px;background:#d5e1e1;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 76% 74%, 0% 75%);clip-path:polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 76% 74%, 0% 75%);}
.support .support_module .content_support .head_bar .cloud_number:before{display:block;content:'';position:relative;margin-right:11px;width:40px;height:38px;margin:1px;background:#ffffff;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 80% 74%, 0% 75%);clip-path:polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 80% 74%, 0% 75%);transition:all 0.3s ease-in-out;}
.support .support_module .content_support .head_bar.collapsed .cloud_number:before{background:#f4f7f7;}
.support .support_module .content_support .head_bar .cloud_number i{font-size:14px;color:#11a0d7;font-style:normal;font-weight:700;position:absolute;top:5px;left:0;width:100%;text-align:center;}
.support .support_module .content_support .line:last-child .head_bar{border:none;}
.support .support_module .content_support .head_bar .text{float:left;}
.support .support_module .content_support .head_bar .text h5{font-size:20px;line-height:16px;font-weight:700;margin:0;}
.support .support_module .content_support .head_bar .text p{font-size:12px;font-weight:300;color:#94a9ad;margin:0;}
.content_supp{border-bottom:1px solid #d5e1e1;}
.content_support .content_supp .line{padding:42px 30px 20px;border-top:5px solid #11a0d7;}
.content_support .content_supp .line .head{font-size:24px;line-height:24px;margin:0 0 12px;color:#94a9ad;font-weight:700;}
.content_support .content_supp .line .head.blue{color:#11a0d7;}
.content_support .content_supp .line .paragraph{margin-bottom:40px;}
ul.screenshots_list{list-style:none;padding:0;margin-top:20px;}
ul.screenshots_list:after{content:'';display:block;clear:both;}
ul.screenshots_list li{float:left;margin-right:27px;}
ul.screenshots_list li:nth-child(4n+0){margin-right:0px;}
ul.screenshots_list li:nth-child(5n+0){clear:both;}
.content_support .content_supp .line .helpfull{text-align:right;}
.content_support .content_supp .line .helpfull p{display:inline-block;color:#94a9ad;}
.content_support .content_supp .line .helpfull a.plus{background:#11a0d7;color:#ffffff;display:inline-block;width:20px;height:20px;line-height:20px;font-weight:700;font-size:18px;text-align:center;margin:0 11px 0 6px;}
.content_support .content_supp .line .helpfull span.number{color:#11a0d7;font-weight:700;}
.support .bottom_section{padding-top:20px;}
.support .bottom_section .header_section{margin-bottom:40px;}
.support .bottom_section .header_section h1{margin-top:0;}
.support .bottom_section .desc{margin-bottom:40px;}
.support .bottom_section .desc h2{font-size:24px;font-weight:700;}
.support .bottom_section .desc ul{margin-top:20px;}
#tutorialHeader{margin-bottom:20px;}
.tutVideoVersion{margin-bottom:40px;}
.store.purchase .desc_list{}
.store.purchase .tutorial_aco .product_name{border-right:1px solid #d4e3e0;padding:15px 20px;}
.store.purchase .tutorial_aco .product_name p{padding:0;}
.store.purchase .tutorial_aco .product_name p.sub_text{font-size:15px;line-height:18px;text-transform:none;font-weight:300;}
.store.purchase .panel-title a{font-weight:700;}
.store.purchase .panel-title a .blue{color:#11a0d7;}
.store.purchase .tutorial_aco .panel-group{border-right:1px solid #d4e3e0;}
.store.purchase .panel-collapse{position:relative;}
.store.purchase .panel-collapse:before{content:'';display:block;width:100%;height:5px;background:#11a0d7;position:absolute;top:0;z-index:99;}
.store.purchase .panel-collapse .panel-body{padding:30px 26px 36px;}
.store.purchase .panel-collapse .panel-body p:last-child{margin-bottom:0;}
.store.purchase .panel-collapse .paragraph{margin-bottom:25px;}
.store.purchase .panel-collapse .paragraph:last-child{margin-bottom:0;}
#content .store.purchase .panel-collapse .paragraph p.header{font-size:15px;line-height:18px;margin:0;}
.store.purchase .panel-collapse.in{}
.store.purchase .bottom_section .row{border:none;}
.store.purchase .tutorial_aco:first-child .product_name{background:#f4f7f7;border-right:1px solid #d4e3e0;border-top:1px solid #d4e3e0;}
.store.purchase .bottom_section .desc_list{border-left:none;}
.store.purchase .tutorial_aco .panel-group{display:none;}
.payment_options .pink{font-size:14px;font-weight:700;color:#ffffff;background:#ff0063;text-transform:uppercase;text-align:center;padding:15px 0;margin:0;}
.payment_options .blue_bg{background:#11a0d7;padding:28px 22px 20px;w}
.payment_options .blue_bg .logo_btn{border:1px solid #56bae1;width:100%;height:63px;display:block;margin-bottom:15px;}
.payment_options .blue_bg .logo_btn:hover{cursor:pointer;}
.payment_options .blue_bg .logo_btn.pp{background:url(../media/images/store/logo_pp.png) no-repeat;background-position:center;}
.payment_options .blue_bg .logo_btn.plimus{background:url(../media/images/store/logo_plimus.png) no-repeat;background-position:center;}
.payment_options .blue_bg .logo_btn.avangate{background:url(../media/images/store/logo_avangate.png) no-repeat;background-position:center;}
.payment_options .blue_bg .logo_btn.paysafecard{background:url(../media/images/store/logo_paysafecard.png) no-repeat;background-position:center;}
.payment_options .blue_bg .logo_btn.payu{background:url(../media/images/store/logo_payu.png) no-repeat;background-position:center;}
.payment_options .blue_bg .center a{color:#ffffff;font-weight:700;text-transform:uppercase;position:relative;margin-top:30px;display:inline-block;}
.payment_options .blue_bg .center a:after{content:'';display:inline-block;width:5px;height:8px;background:url(../media/images/sprite.png) no-repeat;background-position:-174px 0px;position:absolute;top:6px;right:-15px;}
.side_buy_module{margin-top:54px;}
.store_side_module{margin-bottom:56px;}
#content .side_buy_module > .header{font-size:30px;line-height:30px;margin-bottom:34px;}
.side_buy_module .product_side .image_wrapper{float:left;margin-right:12px;}
.side_buy_module .product_side .text{float:left;margin-top:14px;}
.side_buy_module .product_side .text h5{font-size:24px;font-weight:700;line-height:24px;margin:0 0 5px;text-transform:uppercase;}
.side_buy_module .product_side .text .borders{padding:8px 0;border-top:1px solid #e6eded;border-bottom:1px solid #e6eded;}
.side_buy_module .product_side .text p{font-size:14px;font-weight:700;text-transform:uppercase;margin:0 0 4px;line-height:14px;}
.side_buy_module .product_side .text p.small{text-transform:none;font-weight:300;font-size:12px;line-height:12px;margin:0;}
.side_buy_module .product_side .text .win_ico{background:url(../media/images/sprite_2.png) no-repeat;margin:6px 0;}
.side_buy_module .product_side .text .win_ico.three_ico{background-position:0 0;height:36px;width:126px;}
.side_buy_module .product_side .text .win_ico.four_ico{background-position:0 -42px;height:23px;width:113px;}
.side_buy_module .buttons{margin-top:17px;}
.side_buy_module .buttons a{float:left;display:block;width:50%;}
.side_buy_module .buttons a:hover{cursor:pointer;}
.side_buy_module .buttons a > div{padding:12px;}
.side_buy_module .buttons a p{font-size:12px;line-height:14px;font-weight:300;color:#fff;text-transform:uppercase;margin:0;text-align:center;}
#content .side_buy_module .buttons a p.header{font-size:16px;line-height:20px;}
.side_buy_module .buttons .blue{background:#11a0d7;border-right:1px solid #fff;}
.side_buy_module .buttons .green{background:#89b92c;}
.perfect_video h2{font-size:18px;line-height:24px;margin-bottom:24px;text-transform:uppercase;font-weight:700;}
.perfect_video{font-size:15px;}
.perfect_video .chapterTxt{font-weight:700;margin-bottom:10px;}
.perfect_video .desc_list img{margin:10px 0 30px;}
.perfect_video .desc_list p > img{margin:0;}
.label_customertype{width:120px;text-align:left;font-weight:bold;font-size:15px;}
.select_customertype{width:100%;height:42px;padding-left:10px;}
.select_store_licensetype{width:280px;height:42px;padding-left:10px;}
.label_contactcategory{width:70px;text-align:left;font-weight:bold;font-size:15px;}
.select_contactcategory{width:690px;}
.label_currency{font-size:15px;width:70px;text-align:left;}
.product_link{float:left;}
.product_link_separator{float:left;margin-left:10px;margin-right:10px;}
.fixwhite{background-color:#FFF;}
.fixheader{background:#20292e;}
.fixfooter{background:#20292e;}
.fixtabmenu{background:#e6eded;}
#wysuwane{padding:15px;width:120px;height:210px;text-align:left;position:fixed;left:0px;top:250px;z-index:9000;}
#wewnatrz{z-index:9500;}
}
.list-drop{position:relative;width:100%;margin:0;padding:0;background:#fff;cursor:pointer;outline:none;font-weight:300;color:#344049;}
.list-drop .like-input{border:1px solid #d4e3e0;cursor:pointer;}
.list-drop .like-input p{font-weight:300;color:#344049;padding:10px 25px;margin:0;position:relative;}
.list-drop .like-input p:after{content:"";width:8px;height:5px;background:url(https://mirillis.com/476t27tr9324tr479344g/en/media/images/sprite.png) no-repeat;background-position:-169px -11px;position:absolute;right:15px;top:50%;margin-top:-3px;}
.list-drop ul{display:none;list-style:none;padding:0;margin:0;border:1px solid #d4e3e0;border-top:none;}
.list-drop ul li{border-top:1px solid #d4e3e0;}
.list-drop ul li:first-child{border-top:none;}
.list-drop ul li a{cursor:pointer;font-weight:300;color:#344049;position:relative;display:block;width:100%;padding:10px 25px;transition:all .3s ease;}
.list-drop ul li a:before{content:"";width:5px;height:8px;background:url(https://mirillis.com/476t27tr9324tr479344g/en/media/images/sprite.png) no-repeat;background-position:-160px 0;position:absolute;left:15px;opacity:0;top:50%;margin-top:-3px;transition:all 0.2s ease-in-out;}
.list-drop ul li:hover a{background:#f4f7f7;padding:10px 25px 10px 45px;}
.list-drop ul li:hover a:before{left:25px;opacity:1;}
.navbar, .navbar-inverse{border-radius:0;border:none;margin-bottom:0;min-height:70px;background:#20292e;}
.nav li{display:inline;color:white;}
.navbar-inverse .navbar-nav > li > a{color:#94a9ad;font-family:'Roboto Condensed', sans-serif;font-size:1.0em;font-weight:300;padding:28px 20px 20px 20px;text-transform:uppercase;}
.navbar-inverse .navbar-nav li a:hover{background-color:#343c41;transition:0.9s all linear;height:80%;}
.navbar-inverse .navbar-toggle{border-color:#343c41;}
.navbar-toggle{padding:10px 10px 10px 10px;margin-right:4px;margin-top:16px;}
.navbar-inverse .navbar-toggle:focus{background-color:transparent;}
.navbar-inverse .navbar-toggle:hover{background-color:#343c41;}
.store_img_center{text-align:center;padding-bottom:16px;}
.product_img_center{margin:0 auto;}
.footer_width_prods{width:80px;}
.footer_width_store{width:110px;}
.footer_width_support{width:70px;}
.footer_width_terms{width:90px;}
.footer_width_company{width:80px;}
#panel_sale_container{background-color:#8ab92d;}
.panel_sale_counter{text-align:right;padding-top:0px;}
.panel_sale_link{font-size:21px;padding-top:6px;padding-bottom:0px;}
@media screen and (max-width:768px){.text_to_center{text-align:center;}
}