/* 
    Document   : tinytake
    Created on : 28 Nov, 2014, 12:45:16 PM
    Author     : MangoApps Inc.
    Description: tinytake CSS
        
*/

html {font-family: sans-serif;  -ms-text-size-adjust: 100%;   -webkit-text-size-adjust: 100%; }
body { margin: 0;color: #5b5b5b;line-height: 18px;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {  display: block;}
a { background-color: transparent;color: #f25022; text-decoration: none;}
a:active, a:hover { outline: 0;text-decoration: underline;}
img {  border: 0;}
button,input,optgroup,select,textarea {  color: inherit;   font: inherit;   margin: 0; }
button {  overflow: visible;}
button,select {  text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"],input[type="submit"]:hover,input[type="submit"]:focus {  -webkit-appearance: button;   cursor: pointer;  border: 0;color: #fff; }
input[type="submit"]:hover {text-decoration: underline;}
button[disabled],html input[disabled] {  cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {  border: 0;  padding: 0;}
input {  line-height: normal;}
input[type="checkbox"],input[type="radio"] {  box-sizing: border-box;   padding: 0;vertical-align: middle; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {  height: auto;}
input[type="search"] {  -webkit-appearance: textfield;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;   box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}
input[type="text"]:focus,input[type="password"]:focus {outline: #f05026 auto 2px;}
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}
legend {  border: 0; padding: 0; }
textarea { overflow: auto;}
ul  { margin: 0; padding: 0; outline: 0;}
ul li { display: inline-block; list-style: none;}
h2{ font-size: 18px;}
h1.logo {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0;
}
h1.logo a {
    display: block;
    height: 40px;
    background: url(/marketing/tinytake/images/logo.png) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -5000px;
}
.top-10{
    margin-top: 10px;
}
.right-10{ 
    margin-right: 10px;
}
.left-p-15 {
    padding-left: 15px;
}
.nav {
    background: #f05026;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 17px 0 17px;
    width: 100%;
    background: -webkit-linear-gradient(#f68a2e, #f25022);
    background: linear-gradient(#f68a2e,#f25022);
}
.shell {
    width: 980px;
    margin: 0 auto;
}
.main{
    padding: 40px 0;
    position: relative;
}
.two-col {
    overflow: hidden;
    min-height: 480px;
}
.two-col .col{
    box-sizing:border-box;
    float: left;
}
.two-col .col:nth-child(1){
    padding-right: 50px;
        width: 60%;
}
.two-col .col:nth-child(2){
    width: 40%;
}
.clearfloat {
    clear: both;
    height: 0;
}
.main h2.title, .title{
    font-size: 20px;
    color: #f25022;
    margin: 0px 0 15px 0;
}
.containt-holder p{
    margin: 10px 0;
}
.form-container{
    font-size: 14px;
    border: solid 10px #cccccc;
    border-radius: 20px;
    padding: 25px 25px 25px 28px;
}
.form-container label{
    display: block;
    margin-bottom: 5px;
}
.form-container .row {
    margin-bottom: 23px;
    padding: 0;
}
.form-container input[type='text'] {
    width: 100%;
    padding: 8px 7px;
    border: solid 1px #dcdbdb;
    box-sizing: border-box;
}
.form-container input.url[type='text'] {
    width: 225px;
    padding: 4px 7px;
    margin: 5px 2px 0 3px;
}
.form-container .row.greybox {
    border: solid 1px #dddddd;
    background: #f0f0f0;
    padding: 12px 12px 17px 12px;
    margin: 27px 0 20px 0;
}
.form-container .row.servc-cont {
    color: #999;
    font-size: 13px;
}
.btn {
    display: inline-block;
    font-size: 17px;
    line-height: 33px;
    padding: 6px 28px 6px;
    color: #fff;
    background-color: #f05026;
    border-radius: 4px;
}
.form-container .row.servc-cont input{
    margin: 0;
}
.btn-succes {
    background-color: #13b755; 
}
.btn.btn-download {
    background: url("/marketing/tinytake/images/sprite_apps.png") no-repeat #13b755 14px -202px;
    padding-left: 46px;
    padding-right: 20px;
}
.one-col-sml {
    width: 540px;
    margin: 60px auto 0px auto;
    font-size: 13px;
}
.font22 {
    font-size: 22px;
}
.font14 {
    font-size: 14px;
    line-height: 20px;
}
.top-0 {
    margin-top:0px;
}
.l-grey {
    color: #999;
}
.dwn-cont {
    margin: 5px 0 0 0px;
    font-size: 12px;
    width: 248px;
    text-align: left;
    color: #999;
}
.bottom-cont {
    border-top: solid 1px #dcdbdb;
    padding: 8px 0 0 0;
    margin: 23px 0 0 0;
    color: #999;
}
.footer {
    font-size: 14px;
    color: #fff;
    background: #888;
    padding: 12px 0 10px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
}
.footer a{
    color: #fff;
}
.footer .links {
    margin: 0 0 10px 0px;
}
.error_status{
    background: #D21D0C;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 10px 15px;
    margin-bottom: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    display: none;
}
.error_status .close{
    width: 18px;
    position: absolute;
    top: 1px;
    background: #fff;
    right: 1px;
    text-align: center;
    cursor: pointer;
    height: 18px;
    line-height: 16px;
    color: #D21D0C;
}
#already_taken_message {
    color: #FF0505;
    font-size: 13px;
    margin: 5px 0 10px 0;
}
.login-box_form #already_taken_message {
color: #999;
margin: -20px 0 10px 241px;
width: 423px;
text-align: left;
}
.login-box_form #suggestions {
width: 423px;
margin: 0 0 15px 241px;
}
.login-box_form #suggestions input[type="radio"]{
margin-right: 5px;
margin-left: 0;
}
#suggestions input[type="radio"]{
margin-right: 5px;
}
.form-container #suggestions label {
    margin-bottom: 8px;
}
.login-box_form #suggestions label {
color: #999;
display: block;
margin-bottom: 8px;
}
#suggestions a{
    font-size: 13px;
    color: rgb(52, 52, 255);
    display: block;
    margin-bottom: 5px;
}
.require-sign{
    color: #D21D0C;
    font-size: 16px;
    position: absolute;
    margin: 0px 0 0 -10px;
}
/* Loader */
.ms-cs-loading {
    margin-top: 14px;
}
.ms-cs-loading .dot-one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
    color: #f05026;
}
.ms-cs-loading .dot-two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
    color: #f05026;
}
.ms-cs-loading .dot-three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
    color: #f05026;
}
@-webkit-keyframes dot {
    0% { opacity: 0; }
50% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes dot {
    0% { opacity: 0; }
50% { opacity: 0; }
100% { opacity: 1; }
}
/* End Loader */
ul.main-content>li{
    list-style: none;
    display: block;
}
ul.main-content>li:nth-child(odd) {
    background: #fff;
}
ul.main-content>li:nth-child(even) {
    background: #f4f4f4;
}
.section-title {
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-weight: 100;
    font-size: 38px;
    color: #432c7e;
    padding: 0;
    text-align: center;
    line-height: 46px;
    margin: 0 0 20px 0;
}
.tinytake-links {
    float: right;
    margin: 0;
    position: relative;
    top: 15px;
    right: 0px;
    font-size: 13px;
} 
.btn.sml-btn {
    font-size: 12px;
    padding: 0px 16px;
    background: #FFFFFF;
    color: #f25022;
}
.home-stp-sec {
    width: 850px;
    overflow: hidden;
    margin: 5px auto 5px auto;
}
input[type=text].email-field {
    width: 334px;
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
}
.mkt-grey-box p.content-itm {
    padding: 0 40px;
}
.font15 {
    font-size: 15px;
}
button {
    border: 0;
}
.home_page_dialog ul li button {
    margin: 0;
    padding: 3px 28px 2px;
    color: #fff;
}
.top-gradient {
    background: #f05026;
    position: sticky;
    top: 0;
    z-index: 2;
}
.footer_wrapper {
    background: #333333;
    color: #fff;
}
.footer_wrapper a{
    color: #fff;
}
.productheader .shell{
    width: auto;
}
.tinytake-layout .productheader ul {
    display: inline-block;
    margin: 60px 0 0
}
.productheader h1 a, .productheader h2 a {
    height: 50px;
    line-height: 30px
}
.tinytake-layout .footer-main-links {
    padding: 30px 10px 20px;
    border-top: solid 1px #fff;
    margin-top: 60px;
}
.cop-cont {
    font-size: 14px; 
}
.tinytake-layout .productheader ul li a.selected, 
.tinytake-layout .productheader ul li a:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
}
.two-cols {
    overflow: hidden;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.50em;
    margin-bottom: 22px;
}
.two-cols .col {
    float: left;
    width: 450px;
    position: relative;
}
.two-cols .col+.col {
    float: right;
}
.two-cols h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.two-cols ul li{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    list-style: disc outside;
    display: list-item;
    color: #fff;
}
.two-cols.cols-contr ul li{
    margin-left: 20px;
    color: #5b5b5b;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
}
.tt-banner-holder{
    margin: 0 auto;
    width: 980px;
    position: relative;
    height: 100%;
} 
.tt-banner-content{
    position:absolute;
    margin: 168px 0 0 0;
} 
.banner-lhs {
    margin: 0px 0 20px;
    font-weight: normal;
    width: 412px;
}
h2.page-title {
    margin-bottom: 18px;
    color: #3d4654;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
}

.wrapper-main .content-sec {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    color: #5b5b5b;
}
.ovr-hidden {
    overflow: hidden;
}
.tinytake-layout .steps-ui li,
.tinytake-layout .steps-ui li:nth-child(even),
.tinytake-layout .steps-ui li:nth-child(odd){
    text-align: center;
    padding: 0px 0px 0px 39px;
    float: left;
    width: 300px;
    background: inherit;
}
.tinytake-layout .steps-ui li:first-child {
    padding-left: 0;
}
.tinytake-layout .steps-ui li .img-link{
   display: inline-block;
    width: 242px;
    height: 200px;
}
.tinytake-layout .steps-ui li .img-view{
        overflow: hidden;
    display: block;
}
.tinytake-layout .steps-ui li .img-view:hover .btn-brdcm{
    text-decoration: underline;
    color: #f25022;
}
.img-link img {
    margin: 44px 0 0 0;
    vertical-align: middle;
}
.btn-brdcm { 
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    color: #5b5b5b;
    font-weight: bold;
}
.tinytake-layout .slider .img_caption {
    width: 980px!important;
}
.tinytake-layout .slider {
    margin: 0 auto 15px auto;
}
.tinytake-layout a.as-active, .tinytake-layout .as-nav a:hover {
    background: #f05026;
}
.bottom-0 {
    margin-bottom: 0!important;
}
h2.heading-price {
    color: #f25022;
    font-size: 34pt;
    line-height: 40px;
    font-weight: normal;
    text-transform: none;
}
.left-sect {
    float: left;
    width: 480px;
    margin-right: 20px;
}
.right-sect {
        text-align: left;
    padding-top: 21px;
    margin-left: 520px;
}
.left-sect h2.page-title, 
.wrapper-main .left-sect .content-sec{
    text-align: left;
}
.right-sect h4 {
    color: #5b5b5b;
}
.four-cols {
    position: relative;
    margin: 0px 0px 40px 8px;
}
.four-cols .col {
    float: left;
    width: 182px;
    position: relative;
    padding: 2px 30px;
}
.four-cols .col img {
    max-width: 100%;
    height: 174px;
    margin-bottom: 12px;
    box-shadow: none;
    display: block;
}
.four-cols .col .team {
    line-height: 1.5;
    text-align: center;
}
.left-30 {
    margin-left: 30px;
}
.block {
    display: block;
}
.installer_btn.ttbtn {
    display: inline-block;
    color: #fff;
    background-color: #f25022;
} 
i.nmbr {
    border: solid 1px #f25022;
    color: #f25022;
    top: 2px;
}
.version-text {
    font-size: 11px;
    color: #777777;
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.nav-links{
  position: absolute;
  right: 0;
  top: 20px;
}
.nav-links a {
  color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.nav-links_or {
  color: #FBC4B5;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}

.login-box-overlay {
  position: fixed;
  background: rgba(0,0,0,0.9);
  width: 100%;
  top: 0;
  padding: 0;
  z-index: 1;
}
.login-box-overlay_content {
  position: relative;
    padding: 50px 0
}
.login-box_form {
      margin-top: 50px;
  text-align: center;
}
.login-box-overlay_close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.login-box-overlay_close:hover{
    text-decoration: underline;
}
.login-inpt {
    width: 400px;
    margin-bottom: 30px;
    font-size: 16px;
}
.hr_dvdr{
    background-color: #454545 !important;
    margin: 35px 200px 20px 200px;
}
.white-color{
    color: #fff;
}
.user_login_conrainer,
.user_signin_conrainer{
    display: none;
}
.alert-danger {
  background: #D21D0C;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px 10px 25px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  display: none;
  z-index: 11;
}
.alert-danger a.close{
    position: absolute;
  right: 8px;
  top: 5px;
  color: #fff;
  line-height: 14px;
  font-size: 21px;
  font-weight: normal;
}
.alert-success {
  background: #92ba59;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px 10px 25px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  display: none;
  z-index: 2;
}
.alert-success a.close{
    position: absolute;
  right: 8px;
  top: 5px;
  color: #fff;
  line-height: 14px;
  font-size: 21px;
  font-weight: normal;
}
.user-name[type=text],
.user-last-name[type=text]{
  width: 191px;
  border-right: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
.user-last-name[type=text] {
  border-left: 0;
  border-right: 1px solid #dad7d4;
}
.url-box{
    margin-left: 233px;
    text-align: left;
}
.url-box_text {
  margin: 0 0px 10px 46px;
}
.url-box .login-inpt{
    width: 310px;
}
.btn.disable-it{
    opacity: 0.5;
    cursor: default;
}
.btn.prc {
    padding: 0px 15px 0px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}
.btn.current {
    cursor: default;
    background-color: #FFE7E1;
    color: #f05026;
    padding: 0px 5px 0px;
}
.url_link_container,
.password-container {
    margin: 5px 0 15px 280px;
    text-align: left;
}
.url_container {
    display: none;
    margin-bottom: 10px;
}
.dialog_actions {
    border-radius: 0;
    padding: 15px 0px 0px 0;
    margin: 0;
    text-align: right;
}
#forgot_password_dialog {
        margin-bottom: -34px;
}
.btn.primary-btn {
    line-height: 24px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 10;
}
.info-container {
    border: solid 1px #dcdbdb;
    overflow: hidden;
}
/*tabs*/
.tab_content {
    display:none;
}
.tab_content.active{
    display:block;  
}
.tabs-holder {
    float: left;
    width: 255px;
}
.containt-holder {
    margin-left: 280px;
}
.tabs-holder li {
    display: block
}
.tabs-holder li a{
    display: block;
    cursor: pointer;
    background: #f2f2f2;
    padding: 23px 10px;
    line-height: 21px;
    border-bottom: solid 1px #dcdbdb;
    color: #f25022;
    border-right: solid 1px #dcdbdb;
    font-size: 15px;
}
.tabs-holder li a.active{
    color: #4a4a4a;
    background: #fff; 
    border-right: solid 1px transparent;
    text-decoration: none;
    cursor: default;
}
.tabs-holder li:last-child a {
    border-bottom: 0px;
}
.info-container .tab_content{
    padding: 25px 20px 0 0px;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
}
/*End tabs*/
.client-download-contr {
    margin: 50px 0 50px 0;
}
.trackerEmbed {
    border:0px;
    height:915px; 
    margin-top: 20px;
}
.top-navigation {
    color: #fff;
    background: #333c49;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 0px;
}
.nav-text {
    font-size: 10px;
    color: #aaa;
}
.nav-link {
    color: #fff;
}
.features-section {
    text-align: center;
}
.main-content .features-section li{
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 260px;
    margin: 0 15px;
}
.features-ttl{
    font-weight: bold;
    font-size: 17px;
    color: #4a4a4a;
    margin-top: 15px;
}
.content_wrapper h1,
.content_wrapper h3, 
.content_wrapper a,
.content_wrapper h2{
    color: #f25022;
}

/*Blog style*/
h2.page-title.blog-title {
    text-align: left;
    font-size: 26px;
    margin: 0 0 5px 0;
}
.blog-title a{
    color: #5b5b5b;
}
.blog-title a:hover{
    color: #f25022;
}
.blog-img {
    width: 200px;
    float: left;
    margin-right: 15px;
    border: solid 3px #EFEFEF;
    padding: 1px;
}
.blog-container {
    margin: 20px 0 0 0;
    overflow: hidden;
}
.blog-img img {
    max-width: 200px;
    vertical-align: middle;
}
.blog-content {
    margin-left: 215px;
    font-size: 15px;
    line-height: 22px;
}
.blog-details {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0 0 0;
}
.blog-details p, .blog-details ol, .blog-details ul {
    padding: 0 0 15px;
}
.main-content .blog-details ol li {
    margin: 0 0 0 35px;
    list-style-type: decimal;
    padding: 0 0 5px 0;
    display: list-item;
}
.main-content .blog-details ul li {
    padding: 0 0 5px 0;
    list-style-type: disc;
    display: list-item;
    margin: 0 0 0 35px;
    padding: 0 0 5px 0;
}
.page-title.blog-heading  {
    text-align: left;
    margin-bottom: 5px;
}
.align-left {
    text-align: left!important;
}
.img-brdr {
    border: solid 1px #efefef
}
/* End blog style*/
.text-black {
    color: #666;
    font-size: 13.1pt;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px auto;
    text-align: center;
}
.list-items {
    margin: 20px 0 20px 0;
}
.main-content .list-items li{
   padding: 0px 0px 10px 33px;
    background: url("/marketing/tinytake/images/tick.png") no-repeat 0 0px;
    font-size: 16px;
    display: block;
    line-height: 24px;
}
.btn.download-btn {
    background: url("/marketing/tinytake/images/sprite_apps.png")#13b755;
    background-repeat: no-repeat;
    padding: 6px 20px 6px 50px;
}
.btn.green-btn {
    background: #13b755;
}
.btn.sm-btn {
    padding: 4px 16px 4px;
    line-height: 18px;
    font-size: 13px;
}
.download-btn.window-btn{
    background-position: 15px -46px;
}
.download-btn.mac-btn{
   background-position: 14px -151px;
    padding-left: 46px;
}
.two-content {
    overflow: hidden;
}
.two-content .col-content{
    box-sizing:border-box;
    float: left;
}
.two-content .col-content:nth-child(1){
    padding-right: 25px;
     width: 50%;
}
.two-content .col-content:nth-child(2){
    width: 50%;
    padding-left: 25px;
}
.two-content .bult-list li,
.bult-list li {
    padding: 0px 5px 8px;
    list-style: disc;
    display: list-item;
    text-align: left;
    list-style-type: disc;
    margin: 0 0 0 17px;
}
.tinytake-layout h1#logo{
    height: 83px;
    width: 280px;
    margin: 5px 0px!important;
}
h1#logo a {
    height: 79px;
    background: url(/marketing/tinytake/images/tinytake.png);
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: 0px 11px;
    width: 270px;
}
.slider {
    height: 504px;
}
.as-prev-arrow, .as-next-arrow {
    top: 46%;
}
h3.key_feature{
    color:#5b5b5b;
    font-size: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 70px 27px 70px;
    margin: 0px auto;
    width: 300px;
    text-align: center;
        font-weight: normal;
}
h3.key-title{
    color:#f25022;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}
.key_feture_points{
    list-style-type: none;
}
.key_feture_points li{
    float: left;
    line-height: 28px;
    width: 50%;
    box-sizing: border-box;
    margin-top: 40px;
}
.key_feture_points li:nth-child(odd) {
    float: left;
    clear: left;
    padding-right: 25px;
}
.key_feture_points li:nth-child(even) {
    float: right;
    padding-left: 25px;
}
.feture-icon {
    background: url("/marketing/tinytake/images/sprite_features.png") no-repeat;
    float: left;
    width: 90px;
    height: 88px;
}
.feture-icon.icn-capture  {
    background-position: -5px -1991px;
}
.feture-icon.icn-img  {
    background-position: -5px -1771px;
}
.feture-icon.icn-pen  {
    background-position: -5px -1881px;
}
.icn-vdo {
    background-position: -5px -1661px;
}
.icn-ggl {
    background-position: -5px -1332px;
}
.icn-vdom {
    background-position: -5px -1552px;
}
.icn-save {
    background-position: -5px -1441px;
}
.icn-clipb {
    background-position: -5px -1221px;
}
.icn-pln {
    background-position: -5px -1111px;
}
.icn-file {
    background-position: -5px -1001px;
}
.icn-folder {
    background-position: -5px -891px;
}
.icn-search {
    background-position: -5px -781px;
}
.icn-zip {
    background-position: -5px -561px;
}
.icn-clock {
    background-position: -5px -671px;
}
.icn-link {
    background-position: -5px -451px;
}
.icn-vplay {
    background-position: -5px -341px;
}
.icn-clude {
    background-position: -5px -231px;
}
.icn-umbrella {
    background-position: -5px -121px;
}
.icn-share {
    background-position: -5px -11px;
}
.feture-content {
    margin-left: 100px;
}
#colorbox.img-veiw-contr{
    padding-bottom: 10px!important;
}
.img-veiw-contr #cboxClose{
    top: -21px;
    right: -15px;
    background-color: #000;
    width: 28px;
    height: 28px;
    background-position: 5px -453px;
}
.download-box{
    border: solid 12px #CDCDCD;
    width: 154px;
    height: 154px;
    display: block;
    border-radius: 30px;
    position: relative;
    transition: all ease-out 0.2s;
}
.win-dnl{
    background: url("/marketing/tinytake/images/img_tt_win_download.jpg") no-repeat 38px 11px ;
}
.mac-dnl{
    background: url("/marketing/tinytake/images/img_tt_mac_download.jpg") no-repeat 37px 25px;
    margin-left: 50px;
}
.download-box-text {
    position: absolute;
    bottom: 12px;
    color: #4a4a4a;
    width: 154px;
    font-size: 14px;
    line-height: 17px;
    left: 0;
}
.download-box:hover {
    background-color: #faf0ed;
    border-color: #bebdbd;
}
.download-box:hover .download-box-text{ 
    color: #f25022;
}
.download-box.win-dnl:hover {
    background-position: 38px 15px;
}
.download-box.mac-dnl:hover {
    background-position: 37px 28px; 
}
.divr {
    color: #fff;
    margin: 0 10px 0 10px;
}
.productheader ul li span {
    margin: 1em 6px 0 13px;
}
/* Pricing page*/

.xx-btn {
    padding: 18px 60px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    background: rgba(0,204,105,1);
    background: -moz-linear-gradient(top, rgba(0,204,105,1) 0%, rgba(0,204,105,1) 94%, rgba(0,87,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,204,105,1)), color-stop(94%, rgba(0,204,105,1)), color-stop(100%, rgba(0,87,43,1)));
    background: -webkit-linear-gradient(top, rgba(0,204,105,1) 0%, rgba(0,204,105,1) 94%, rgba(0,87,43,1) 100%);
    background: -o-linear-gradient(top, rgba(0,204,105,1) 0%, rgba(0,204,105,1) 94%, rgba(0,87,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,204,105,1) 0%, rgba(0,204,105,1) 94%, rgba(0,87,43,1) 100%);
    background: linear-gradient(to bottom, rgba(0,204,105,1) 0%, rgba(0,204,105,1) 94%, rgba(0,87,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc69', endColorstr='#00572b', GradientType=0 );
}
.qa-section {
    background: #f4f4f4;
    padding: 60px 20px 60px 20px;
}
.display-flex {
    display: flex;
}
.qa-section .key_feature {
    margin-bottom: 60px;
    padding: 0px 70px 20px 70px;
    font-size: 36px;
    color: #f25022;
}
.font16 {
    font-size: 16px;
    line-height: 1.5;
}
.bottom-2 {
    margin-bottom: 2px;
}
.colmns-contr {
    margin: 100px -10px 0 -10px;
}
.colmns {
    flex: 1;
    border: 2px solid #e5e5e5;
    margin: 0 3px;
    text-align: center;
    padding: 25px 0px 20px 0px;
}
.t-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.t-type {
    text-transform: uppercase;
    font-weight: bold;
    color: #797979;
    font-size: 15px;
    margin-bottom: 12px;
}
.t-price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 36px;
}
.nt-price {
    padding: 7px 0 2px 0;
}
.t-text {
    margin-bottom: 30px;
}
.t-or{
    color: #aba9a9;
    margin: 3px 0 1px 0;
    font-size: 12px;
}
.t-sign {
    font-size: 24px;
}
.focused-colmn{
    border-color: #f5866c;
    position: relative;
}
.sgst-colmn{
    background-color: #f5866c;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 0;
    margin: -65px 0 0px -2px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    width: 100%;
    border-right: solid 2px #f5866c;
    border-left: solid 2px #f5866c;
}
.pricing-table {
    width:100%;
}
.pricing-table th {
    text-transform: none;
    padding: 15px 12px;
    background: #f4f4f4;
    border-right: 1px solid #dfdfdf;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #dfdfdf;
    width: 160px;
}
.pricing-table tr > td {
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    font-size: inherit;
    padding: 15px 10px;
}
.pricing-table td:last-child, 
.pricing-table th:last-child {
    border-right: 0;
}
.pricing-table th:first-child,
.pricing-table td:first-child  {
    width: 180px;
    text-align: center;
}
.first-row td{
    font-weight: bold;
    color: #797979;
}
.solo-plans {
	width: 70% !important;
    font-size: 24px !important;
    padding: 10px !important;
    font-weight: bold  !important;
}	
.team-plan {
	width:30% !important;
    font-size: 24px !important;
    padding: 10px !important;
    font-weight: bold  !important;
}
.plan-heading td{
    font-size: 16px;
    color: #222;
    font-weight: bold;
}
.pricing-plan tr {
    border-bottom: 3px solid #000;
}
.price-style {
    font-size: 26px;
    position: relative;
    color: #f25022;
}
/*End pricing page*/
/* Comparison table */
   .comparison-table {
   width:100%;
   }
   .comparison-table th {
   text-transform: none;
   padding: 15px 12px;
   background: #f4f4f4;
   border-right: 1px solid #dfdfdf;
   font-weight: bold;
   vertical-align: middle;
   border-bottom: 1px solid #dfdfdf;
   width: 160px;
   }
   .comparison-table tr > td {
   border-bottom: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
   font-size: 14px;
   padding: 15px 10px;
   text-align:center;
   font-size: inherit;
   color: #666;   
   }
   .comparison-table td:last-child, 
   .comparison-table th:last-child {
   border-right: 0;
   }
   .comparison-table th:first-child,
   .comparison-table td:first-child  {
   width: 180px;
   text-align: right;
   font-weight: 600;
   }
   .first-row td{
   font-weight: bold;
   color: #797979;
   }
   .table-header {
   background-color: #373f4c;
   text-align: center;
   font-size: inherit;    
   }
   .checked {
   color: #fb0;
   }  
   .empty {
   color: lightgray;
   } 
  .comparison-table i {
    font-size: 22px;
  }
/* Table End */

.tinytake-layout {
    font-size: 16px;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
	color:#3d4654;
}
h3 {
    font-size: inherit;
}
.footer_wrapper{
    font-size: inherit;
}

.productheader {
    padding-top: 10px;
    padding-bottom: 5px;
}
.footer-banner{
    background: #f05026;
    padding: 80px;
    color: #fff;
}
ul.main-content>li,
.footer-banner,
.footer_wrapper,
.content-spacing{
    padding: 80px;
}
h2.page-title,
.heading-2 {
    font-size: 50px;
    font-weight: bold;
	color: #3d4654;
}
.flexes {
    display: flex;
    align-items: center;
}
.flex-1{
    flex: 1;
}
.left-flex {
    flex: 1;
    margin-right: 30px;
}
.right-flex {
    flex: 1;
    margin-left: 30px;
}
.align-self-start {
    align-self: flex-start;
}
.about-lhs {
   align-self: flex-start;
   flex: 1;
   max-width: 33%; 
   text-align: left;
}
.about-rhs {
    flex: 1;
    text-align: left;
}
.footer_wrapper a.link-grey,
.sub-footer {
    color: #aba9a9;
}
.divrs {
    margin: 0 10px 0 10px;
}
.product-ma {
    display: flex;
    align-items: center;
}
.product-ma img{
    max-width: 130px;
    margin-left: 10px;
}
.about-logo {
    width: 220px;
}
.brand-color{
    color: #f05026;
}
.bottom-10 {
    margin-bottom: 10px;
}