/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



.counter {
    font-size: 17px !important;
}

.counter + h5 {
    text-transform: none !important;
    font-size: 12px;
}

.col_one_fourth {
    margin-right: 3% !important;
}

.table-comparison th {
    font-size: 1.3em !important;
}

.emphasis-title { margin-bottom: 6%; }
.emphasis-title h2 {
    font-size: 1.875em !important;
}

.emphasis-title p.lead { font-size: 1.125em; }

.responsive-sticky-header #header-wrap {border-bottom: solid 1px #333;}
/* Header sticky */
#header.sticky-header .hb {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

#header.sticky-header:not(.home) #logo img {
    height: 40px !important;
}

#header.sticky-header .button {
    height: 35px !important;
    line-height: 35px;
}
#header .hb {
    margin: 20px 0 20px 20px !important;
}

#header.sticky-header .hsub {
    display: none;
}



.clearfix:before,
.clearfix:after {
    flex-basis: 0;
    order: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
   display: block;
}

.hvr-ripple-out:before {
    border: solid 1px #75BA2C;
    border-radius: 3px;
    display: none;
}

/* Heading Block */
.heading-block h1 {
    font-size: 230%;
}

.heading-block span {
    font-size: 20px !important;
}

.heading-block > span:not(.before-heading) {
    color: #f9f9f9;    
}

.heading-block h2 {
    color: #fff;
}

@media only screen and (max-width:800px) {
    .heading-block span { font-size: 12px !important ;}
}

/* Testimonial slier */
.testimonial .flex-control-nav li a {
    background-color: #75BA2C;
}

.testimonial-full .flex-control-nav li a {
    width: 12px !important;
    height: 12px !important;
}

/* Pricing Toggle switch */
input.switch-toggle-round + label {
    width: 3.8125em;
    height: 1.875em;
}

input.switch-toggle-round + label:after {
    width: 1.75em;
}

/* ribbon css */
.ribbon {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: 0 100%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color: #181818;
    color: #fff;
    height: 34px;
    width: 100px;
    transform: rotateZ(45deg);
    padding-left: 10px;
    padding-right: 30px;
    left: 0;
    top: 34px;
    line-height: 30px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
}

.ribbon span {
     position: absolute;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    font-size: 24px;
}

/*social icon*/
.social-icon {
    background-color: #f1f1f1;
}

/* Bootstrap container for screens
** larger than 1500px
*/

@media only screen and (min-width:1500px) {
    .container {
        width: 1400px;
    }
}

#gotoTop:hover { background-color: #75BA2C;}
#primary-menu a {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
#primary-menu > ul > li > a {
    padding-left:15px;
    padding-right:15px;
}

#primary-menu a:hover>div {
    color: #75BA2C;
}
#primary-menu-trigger {
    right: 0;
    left: auto;
}
#primary-menu-trigger .icon-reorder {
    font-size: 25px;
    margin-top: 3px;
}

.button, .button-border {
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.button.button-trooya-main.hvr-ripple-out:hover,
.button.header-button.hvr-ripple-out:hover {
    background-color: #75BA2C;
}
.section { background-color: #fff !important;}
.button-border {
    border-color: #75BA2C !important;
    color: #75BA2C !important;
}
.button-border.nonmain:hover {
    background-color: #75BA2C !important;
    color: #fff !important;
}

#logo { text-align: left; margin-left: 50px;}
#logo img, .footer-logo {
    height: 50px !important;
    margin: 10px 0;
}
.footer-logo { height: 75px !important; }

#footer img { margin-right: 8px; }
.header-button {
    text-shadow: none;
    margin: 16px 0 20px 20px;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}
.trooya-green {
    background: #75BA2C;
}
a, .trooya-text-green {
    color: #75BA2C;
}
.trooya-feature {
    border: solid 1px #9FA3A6;
    padding: 25px 10px;
    border-radius: 1px;
    background-color: rgba(89,95,98,0.7);
    min-height: 360px;
    max-width: 280px;
    cursor: pointer;
    display: inline-block;
}
.trooya-feature img, .trooya-feature span {
    margin: 30px 0 !important;
}

.trooya-feature:hover {
    border: solid 1px #75BA2C;
}
.feature-box.fbox-center .fbox-icon {
    width: 160px !important;
    height: 96px !important;
}
.fbox-icon img {
    width: auto !important;
    height: auto !important;
    display:inline !important;
}


.trooya-feature-extra {
    display: none;
    bottom: -34px;
    position: absolute;
    background-color: #75BA2C;
    color: #fff;
    width: 100%;
    left: -1px;
    padding: 10px 0;
    font-size: 14px;
    border: solid 1px #75BA2C;
    box-sizing: content-box;
}

.hidden-md .trooya-feature:hover,
.hidden-lg .trooya-feature:hover,
.hidden-xl .trooya-feature:hover {
    border: solid 1px #9FA3A6;
}


.hidden-md .trooya-feature .trooya-feature-extra,
.hidden-lg .trooya-feature .trooya-feature-extra,
.hidden-xl .trooya-feature .trooya-feature-extra {
    background-color: rgba(89,95,98,0.7);
    border: solid 1px #9FA3A6;
    bottom: -43px;
    display: block;
}

.owl-carousel { text-align: center; }
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #75BA2C !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 0 !important;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
    opacity: 1;
}

.trooya-feature-extra:after {
    content: ">";
    font-size: 14px;
    margin: 0 4px;
}
.trooya-feature:hover .trooya-feature-extra {
    display: block;
}

.pts-switcher input.switch-toggle-round + label:before, .pts-switcher input.switch-toggle-round + label {
    background-color: #181818;
}
.featured .ribbon {
    display: block;
}
.pricing-box:hover { border: solid 1px #75BA2C; }
.pricing-box q:after, .pricing-box q:before { content: ""; }
.pricing-box { overflow: hidden; cursor: default; }

.testimonial-full .testi-content p {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}

.testimonial-full .flex-prev i, .testimonial-full .flex-next i {
    color: #fff;
 }
.testimonial-full .flex-prev i:hover, .testimonial-full .flex-next i:hover {
    color: #75BA2C;
 }

 .testimonial-full .testi-image, .testimonial-full .testi-image a, .testimonial-full .testi-image img, .testimonial-full .testi-image i {
    width: 120px;
    height: 120px;
 }
 .heading-block { margin-bottom: 20px; }
 .heading-block:after { border: none; }
 .counter.counter-lined + h5:before { border: none !important;}

 .heading-block span { 
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
 }

/* Tabs nav */
.tabs.tabs-bb ul.tab-nav li a {
    font-size: 24px;
    font-family: PlayfairDisplay;
    color: #000;
    line-height: 1.83;
    font-weight: bold;
    font-stretch: normal;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-color: #75BA2C;
}

/* Login/Register form */
form label {
    font-stretch: normal;
    font-family: Lato;
    text-align: left;
    line-height: 1.19;
    color: #0B0B0B;
    font-size: 16px;
    font-weight: bold;
}

form input[type="text"],
form input[type="password"] {
    height: 40px;
    border-radius: 3px;
    background-color: #FFF;
    border: solid 1px #999;
}

form input[type="submit"]:not(.social-tile),
form button:not(.social-tile) {
    height: 40px;
    border-radius: 3px;
    background-color: #75BA2C !important;
}

.register-plan-change {
    background-color: #f3f3f3;
    border: solid 1px #f1f1f1;
    padding: 10px 0;
}

.register-plan-change {
    color: #636363;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
}

.register-plan-change label,
.register-plan-change .selected-plan {
    font-family: Lato;
    text-align: left;
    line-height: 1.9;
    font-size: 14px;
    font-weight: normal;
}

.register-plan-change .selected-plan {
   font-weight: 600;
   font-family: Myriad Pro; 
} 

.register-plan-change .change-link div {
    margin-bottom: 10px;
    padding-top: 2px;
}
 
.register-plan-change .change-link span,
.register-plan-change .change-link a {
    font-family: Myriad Pro;
    text-align: right;
    font-size: 13px;
}

.register-plan-change .change-link a {
    text-decoration: underline !important;
}

.register-plan-change .price {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-family: Lato;
    text-align: left;
}
.register-plan-change .price-time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
}
.price-abbr {
    line-height: 1.5;
    font-weight: normal;
    color: #777;
}

/* Accordian */
.toggle.toggle-border {
    border-radius: 0;
    padding: 10px 0;
}

.toggle .togglet:after {
    content: ' ';
    background-image: url(images/green_arrow.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #ccc;
    border-radius: 15px;
    margin: 8px;
    transform: rotateZ(90deg);
}

.toggle .togglet.toggleta:after {
    transform: rotateZ(-90deg);
}

#clients a img.colored {
    display: none;
}

#clients a:hover img.bw {
    display: none;
}
#clients a:hover img.colored {
    display: inline-block;
}

/*Radios and Checkboxes*/

.checkbox-style:checked + .checkbox-style-3-label:before, 
.radio-style:checked + .radio-style-3-label:before {
   background: #75BA2C; 
}

#gotoTop {
    right: 27px !important;
    bottom: 83px !important;
}

/* TODO website font
specifications.
.trooya-text-Lato {
    font-family: Lato;
    font-style: normal;
    font-stretch: normal !important;
    letter-spacing: normal !important;
}

small.btn-sub {
    opacity: 0.8;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.banner-trooya {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.89;
    text-align: center;
    color: #000000;
}

#section-benefits .feature-box h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
#section-benefits .feature-box p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #636363;
}

#section-features .emphasis-title h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

#section-features .emphasis-title p {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

#section-features .emphasis-title div>small {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}*/
