/* =======================================================================
 Zerif -One Page Respossive HTML5 Template
 ======================================================================= */

/* --------------------------------------
 =========================================
 GLOBAL STYLES
 =========================================
 -----------------------------------------*/

html {
	font-size: 100%;
	min-height:100%;
  position:relative;
  scroll-behavior: smooth;
}

body {
	font-family:'Roboto';
	font-size: 14px;
	color: #BDBDBD;
  background: #FFF;
	overflow-x: hidden;
	line-height: 25px;
	text-align: center;
/*    -webkit-font-smoothing: subpixel-antialiased;*/
}

.main-background-overlay {
  min-height: 100%;
  background: rgba(25,25,25,0.8);
  position: absolute;
  width: 100%;
  padding-bottom: 202px;
}
.home-page .main-background-overlay {
  background: rgba(0,0,0,0.5);
}

@media (max-width:991px) {
  .main-background-overlay {
    padding-bottom: 328px;
  }
}
@media (max-width:767px) {
  .main-background-overlay {
    padding-bottom: 428px;
  }
}
@media (max-width:616px) {
  .main-background-overlay {
    padding-bottom: 445px;
  }
}
@media (max-width:590px) {
  .main-background-overlay {
    padding-bottom: 462px;
  }
}
@media (max-width:375px) {
  .main-background-overlay {
    padding-bottom: 479px;
  }
}
@media (max-width:320px) {
  .main-background-overlay {
    padding-bottom: 496px;
  }
}

/*To stop the browser asking you to copy/save/select the image or whatever.*/
.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}

/* Other fixes*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
	padding-left: 0 !important;
}
li {
	list-style: none;
}
.col-auto {
    width:auto !important;
    display:table;
    margin-left:auto;
    margin-right:auto;
}

img {
    max-width: 100%;
    height:auto;
}

.no-horizontal-padding {
    padding-left:0px;
    padding-right: 0px;
}
.row {
    max-width:80%;
    margin-left:10%;
}

.row .row , .row-100 .row, .row-90 .row{
    max-width:100%;
    margin-left: 0px;
    margin-right: 0px;
}

.row-100{
    max-width:100%;
    margin-left: 0px;
}

.row-90{
    max-width:90%;
    margin-left: 5%;
}

@media (max-width:780px) {
    .row-xs-100 {
        max-width:100% !important;
        margin-left: 0px !important;
    }
}

/* Selection colours (easy to forget) */
::-moz-selection {
	background: #8A98FF;
	color: #FFF;
}
::selection {
  background-color: rgba(138, 152, 255, 0.99);
	color: #FFF;
}

a {
	color: #8A98FF;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}

a, a:hover {
	text-decoration: none;
}

a:not(.btn):visited{
	color: #747BAF;
}

a:hover {
	color: #4C61FF;
}

p {
	margin: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
 -----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-weight: 300;
}

h1 {
	font-size: 55px;
}
h2 {
	font-size: 38px;
	line-height: 55px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 20px;
    color:#DFDFDF;
}

/*---------------------------------------
 **   BUTTONS                        -----
 -----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
}

.custom-button {
	display: inline-block !important;
	text-align: center;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
}

.button-wrapper{
    padding-left: 8px;
    padding-right: 8px;
    float:left;
}

.btn {
  padding: 9px 20px;
  text-transform: capitalize;
  font-size: 14px;
}

.btn-primary {
  color: #FFF;
  background: #6C5AF5;
  border-color: #6C5AF5;
}

.btn-secondary {
  color: #FFF;
  background: transparent;
  border-color: #6C5AF5;
}
.btn-secondary.light-background {
  color: #6C5AF5;
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus {
  background: #502CE1;
  color: #FFF;
}

.accent-btn {
  background: #6C5AF5 !important;
  border-color: #6C5AF5 !important;
}
.red-btn {
	background: #4080FF;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.yellow-btn {
	background: #E7AC44;
}
.btn-primary, .accent-btn, .red-btn, .green-btn, .blue-btn, .yellow-btn {
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accent-btn:hover, .accent-btn:focus {
  background: #502CE1 !important;;
  color: #FFF !important;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

button span.loading {
  display:none;
}
button.in-progress span.loading {
  display:block;
}
button span.btn-title {
  display:block;
}
button.in-progress span.btn-title {
  display:none;
}
button.in-progress{
  cursor:default;
  background-color:#747BAF !important;
  min-width: 120px;
}
button {
  transition: all 0.3s linear;
}

.btn.disabled, .btn:disabled{
  background-color:#747BAF !important;
}

/*---------------------------------------
 **   COLORS                         -----
 -----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #e96656;
}
.green-bg {
	background: #34d293;
}
.blue-bg {
	background: #3ab0e2;
}
.yellow-bg {
	background: #E7AC44;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background: #FFFFFF;
}
.transparent-bg {
    background-color:transparent !important;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656 !important;
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
  color: #FFFFFF;
}
.positive-text {
  color: #29CFE0;
}
.negative-text {
  color: #DE4F8C;
}
.dark-theme h1 .dark-theme h2 ,.dark-theme h3 ,.dark-theme h4, .dark-theme h5, .dark-theme h2  {
	color: #DFDFDF;
}
.accent-border{
  border-color:#502CE1 !important;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
 -----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #6C5AF5;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
    background: #17464A; /*34d293*/
	bottom: -17px;
	left: 12.5%;
}
.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #1e4368; /* 3ab0e2*/
	bottom: -17px;
	left: 12.5%;
}
.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f7d861;
	bottom: -9px;
	left: 12.5%;
}
.pink-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #4C3B6C;
    bottom: -9px;
    left: 12.5%;
}
.purple-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #473a5e;
    bottom: -17px;
    left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
 -----------------------------------------*/
.input-group input {
  padding: 9px 20px;
  height: auto;
}

.modal#downloadTrialModal .input-box {
	border: 0;
	border-width: 1px;
	text-align: left;
	text-transform: none;
	padding-left: 15px;
	display: inline-block;
	background: rgba(255,255,255, 0.95);
  border-color: rgba(230,230,230, 0.5);
  border-style: solid;
}
.textarea-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255, 0.95);
}
textarea:hover, textarea:active, input:not([type=checkbox]):active, textarea:focus, input:not([type=checkbox]):focus {
	outline: 1 !important;
	outline-color: #e96656 !important;
	-webkit-appearance: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.input-invalid {
  border-color:#de4f8c !important;
}

.input-valid{
  border-color:#29cfe0 !important;
}

.helper-text{
  color: #de4f8c;
  font-size: 12px;
  margin-bottom: 5px;
  height: 12px;
  display: none;
  float: left;
}

/*---------------------------------------
 **   SECTION HEADERS                -----
 -----------------------------------------*/

/*** SECTION HEADERS ***/
.about-us, .packages, .products, .testimonial, .contact-us, .partner-title-section {
	padding-top: 100px;
}

.filters , .presets-section {
    padding: 35px 0 50px 0;
}

.focus {
	padding-top: 30px;
}

.section-header {
	text-align: center;
	padding-bottom: 10px;
}
.section-header h2 {
    color:#FFF;
    padding-top: 10px;
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.section-header h6 {
	font-size: 18px;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.common-body-background {
  background: url(https://d1jetx968ek4fx.cloudfront.net/images/backgrounds/pt4_blur.jpg) 50% 50% fixed;
  background-size: cover;
}

/*---------------------------------------
 =========================================
 **   SECTION STYLES                 -----
 =========================================
 -----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
 -----------------------------------------*/

.header {
	background: rgba(0, 0, 0, 0.498);
	position: relative;
	overflow: hidden;
}

.macbook_image img {
	margin-top: 100px;
}

/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
	background: rgba(34,34,34,0.95);
	border: 0;
	border-radius: 0 !important;
	text-align: center;
    z-index: 100;
/*	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);*/
/*	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);*/
}

#main-nav-background{
    width: 100%;
    min-height: 52px;
}

#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	min-height: 52px;
}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav > li {
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
}
.navbar-inverse .navbar-nav > li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #EEE;
	padding: 0;
	line-height: 35px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  color: #8A98FF;
  background-color: transparent;
}

.navbar-brand {
	height: 44px;
    top: -8px;
	position: relative;
	line-height: 45px;
/*    opacity: 0*/
        display: none;
}
.current a {
	color: #6C5AF5 !important;
	position: relative;
	outline: none;
}
@media (min-width: 768px){
  .current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #6C5AF5;
    bottom: 0px;
    left: 12.5%;
  }
}

.navbar-toggle-left {
    float:left;
    margin-left:15px;
    margin-right:auto;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #6C5AF5;
	outline: none;
}
.navbar-toggle {
	border: 0;
/*	background-color: #808080;*/
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #6C5AF5;
	filter: alpha(opacity=100);
	opacity: 1;
}

.navbar-buy-btn {
	padding: 0px 20px 0px 20px !important;
	margin-top: -0px;
	border-radius: 4px;
}

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.purchase-navbar #features-menu-item, .purchase-navbar #blog-menu-item, .purchase-navbar #xpack-menu-item, .purchase-navbar #buy-menu-item, .purchase-navbar #try-menu-item {
  display: none;
}

.dropdown-menu{
  background-color: #404040;
}
.dropdown-menu>li>a, .dropdown-menu>li>a:visited {
  color: #FFF;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:visited:hover, .dropdown-menu>li>a:visited:focus .dropdown-menu>li>a:focus {
  background-color: #8f8f8f;
  color: #FFF;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/


.intro{
	text-align: left;
}

.intro h1{
	color: #FFF;
	margin-top: 140px;
	line-height: 65px;
	margin-bottom: 20px;
    margin-left: 1px;
	z-index: 0;
}

.get-started-title h1 {
    color: #FFF;
	margin-top: 40px;
	line-height: 65px;
	margin-bottom: 20px;
	z-index: 0;
}

.intro h2{
	color: #DFDFDF;
	margin-bottom:10px;
}

.main-action-btn{
	margin-top: 6px;
}

/* Short Messages */
.bottom-message-section {
	margin-top: 14%;
	position: relative;
}
.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,0.7);
/*	text-transform: uppercase;*/
}

.badge-new-version {
    width:90px;
    height:90px;
    border-style: solid;
    border-radius:50%;
    border-color: #fc3748;
    border-width: 3px;

/*
    color:#CCD;
    color:#fc3768;FC6D6D
*/
    color:#fc3748;
    
    text-align:center;
    line-height: 79px;
    align-items: center;
    
    -webkit-transform: rotate(-7.5deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-7.5deg);  /* IE 9 */
    transform: rotate(-7.5deg);  /* Firefox 16+, IE 10+, Opera    */
    
    margin-right:10px;
    margin-left:auto;
}

.badge-new-version .new
{
    font-size:25px;
    font-weight: 400;
    padding-top:7px;
}

.badge-new-version .version
{
    padding-top: 4px;
    font-weight: 400;
    font-size: 19px;
    margin-top:-11px;
}

.badge-new-version span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; 
}

/*---------------------------------------
 **   SECTION:  BuyTry           -----
 -----------------------------------------*/

.main-buy-try-buttons {
    font-size: 17px;
    font-weight: 400;
    padding: 5px 25px 5px 25px;
    min-width: 120px;
    vertical-align: middle;
}

.buyTry .input-box{
  height:auto;
  border-color:rgb(125, 125, 125);
  color: white;
  background-color:transparent !important;
  padding: 5px 25px;
  padding-left: 15px;
  font-size: 17px;
}

.buyTry .input-group-btn:last-child>.btn{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
}

.buyTry .form-group {
  margin-bottom: 0px;
}
.buyTry form .row{
  margin-top:6px;
  margin-bottom:10px;
}
.buyTry .main-action-btn{
  margin-top:0px
}

#priceTag {
    color: white;
    font-size: 19px;
    vertical-align: middle;
    line-height: 48px;
    padding-right: 8px;
    padding-left: 8px;
    width: auto;
    text-align: center; 
}

.buyTry {
    color: white;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

.buyTry.light-background{
  background:transparent;
}

.buyTry.light-background .input-box{
  background:transparent;
  color:#404040;
}

.system-requirements {
    color: rgba(235,235,235,0.6);
    font-size:small;
}

/*---------------------------------------
 **   SECTION:  FOCUS           -----
 -----------------------------------------*/

.focus {
	padding-bottom: 20px;
	overflow: hidden;
	background: #222;
    color: rgb(220,220,220);
}
/* FOCUS BOX */
.focus-box {
	margin-bottom: 20px;
}


.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 0px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 768px){
    .focus-box .service-icon {
        width:100px;
        height:100px;
        margin-bottom:0px;
    }
    .focus-box {
        margin-bottom:0px;
    }
}


/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */

.red, .green, .blue, .yellow {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 2px solid #e96656;
}
.green:hover .service-icon {
	border: 2px solid #34d293;
}
.blue:hover .service-icon {
	border: 2px solid #3ab0e2;
}
.yellow:hover .service-icon {
	border: 2px solid #f7d861;
}

.focus-box h5 {
	margin-bottom: 15px;
	color: rgb(240,240,240);
	position: relative;
	display: inline-block;
/*    text-transform: uppercase;*/
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 22px;
    margin-left: -10px;
    margin-right: -10px;
}   
.focus-box p {
    color: rgb(220,220,220);
	font-size: 17px;
}

/*---------------------------------------
 **   SECTION:  BEFORE | AFTER         -----
 -----------------------------------------*/
@media (min-width: 1024px) {
    .before-after .container {
        width:90%;
    }

    .before-after .row {
        padding-bottom: 80px;
    }

    .before-after-text {
        padding-right: 20px;
        margin-top: 140px;
    }

    .right-before-after .before-after-text{
        padding-left: 40px;
    }   
}
@media (min-width: 1440px) {

    .left-before-after .before-after-text{
        padding-left: 100px;
        padding-right:50px;
    }

    .right-before-after .before-after-text{
        padding-right: 100px;
        padding-left:50px;
    }
    .left-before-after .before-after-image{
       padding-left:50px; 
    }

    .right-before-after .before-after-image{
        padding-right:50px;
    }
}

.dark-section-1 {
    background-color: rgba(25, 25, 25, 0.8);
    color: rgb(220,220,220);
}

.before-after, .features{
	background: rgba(20, 20, 20, 0.8);
	padding: 35px 0 20px 0;
	margin-bottom:0px;
}
.before-after.dam {
  background:rgba(20, 20, 20, 0.6);
}
.pr-section{
	padding: 35px 0 20px 0;
	margin-bottom:0px;
}

.timeline-section{
	padding: 48px 0;
}

.before-after-background{
	background: rgba(20, 20, 20, 1.0);
	padding: 100px;
}

.before-after-arrow {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.before-after .green-btn {
	background: #14a168;
}
.before-after .green-btn:hover {
	background: #007345;
}

.before-after h5 {
	font-size:35px;
	line-height:50px;
	color:#FFF;
	margin-bottom:20px;
}

.before-after-text {
	/*margin-top:110px;*/
	text-align:left;
}

.before-after p {
	font-size:17px;
	line-height:30px;
	color: rgba(235,235,235,0.6);
}

.before-after-image{
	/*display:inline-block;*/
}

.mobile-visible{
	display:none !important;
}

.image-text-wrapper {
  position:relative;
}

.image-label {
    margin-left:5%;
    margin-top:-10%;
    font-size: 30px !important;
    color: rgba(20,20,20,0.5) !important;
    position: absolute;
}

.last-before-after-box{
	margin-bottom:0px;
}

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
 -----------------------------------------*/

.filters, .presets-section {
	background: #FFFFFF;
    color:#404040;
}
.filters h2, .presets-section h2{
    color:#404040;
}
.filters h6, .presets-section h6{
    color:inherit;
}

.filters img {
	border: 5px solid white;
}

.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.cbp-rfgrid li a, .cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	cursor: default;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	padding-top: 25%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}
.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}


}
@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 480px) {
	.cbp-rfgrid li {
		width: 33.3333333%;
	}
	.project-info, .project-info h5 {
		font-size:10px;
		margin-top: 0px;
		margin-bottom:5px !important;
	}

}
@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 33.3333333%;
	}
	.project-info, .project-info h5 {
		font-size:10px;
		margin-top:0px;
		margin-bottom:5px !important;
	}
}

/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(../images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}


/*---------------------------------------
 **   SECTION:   FEATURES      -----
 -----------------------------------------*/

.features {
	/*background: #FFFFFF;*/
	background: rgba(30, 30, 30, 0.8);
	text-align: left;
	padding-bottom: 20px;
	color:#ffffff;
}

.features-header{
	padding-bottom: 30px;
}

.features .feature{
	margin-bottom: 35px;
}

.features .feature-icon {
	font-size: 55px;
	float: left;
	margin-right: 25px;
    margin-top: -5px;
    height:35px;
    width:auto;
    max-height:35px;
    min-width:35px;
}

.features h3 {
    text-align: center;
}

.feature {
    color: #fff;
    font-size: 16px;
}
.feature .feature-icon-image {
    max-height:inherit; 
    max-width:35px;
    width:35px;
    height:35px;
}

.feature a:link{
  color: #8A98FF;
}

.feature a:visited{
  color:#747BAF;
}
.feature a:hover {
    color:#4C61FF;
}

.features .mac-feature-icon {
	font-size: 55px;
	float: left;
	margin-right: 25px;
    margin-top: -8px;
    height:40px;
    width:auto;
    max-height:40px;
    min-width:40px;
}

.feature .mac-feature-icon-image {
    max-height:inherit; 
    max-width:40px;
    width:40px;
    height:40px;
}

#mac-features {
    padding-top: 0px;
}

.features .feature-group-title {
    margin-bottom:25px;
}

.features .feature h5 {
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
}

.features .feature p {
	font-size: 14px;
}

.asterisk {
/*    font-family: Menlo;*/
    font-weight: bold;
    font-size: 16px;
}
.beta-feature {
    color:#DFDFDF;
    font-size: 13px;
    text-align: right;
}

.subscribe {
	background: rgba(255, 255, 255, 0.9);
	padding: 35px 0 20px 0;
	margin-bottom:0px;
}


.others-say {
	background: rgba(255, 255, 255, 0.9);
	padding: 35px 0 20px 0;
	margin-bottom:0px;
    display: none;
}

/*---------------------------------------
 **   SECTION:   APPLE PHOTOS      -----
 -----------------------------------------*/

.apple-photos , .local-adjustments{
	background: rgba(30, 30, 30, 0.80);
	padding-bottom: 51px;
}

#apple-photos {
    padding-top: 0px
}

#local-adjustments {
    padding-top: 35px
}
.apple-photos-header-icon{
    margin-bottom:20px;
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
 -----------------------------------------*/

.purchase-now {
	background: ##404040 ;
/*  background: #311E53;*/
	padding-top: 70px;
	padding-bottom: 70px;
}
.release-title {
	text-align: right;
	line-height: 40px;
}

.beta-title{
	line-height: 40px;
	margin-top: 9px;
}

.purchase-now .app-store-btn {
	float: left;
}

.after-signup{
	/*display:none;*/
}

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
 -----------------------------------------*/

.contact-us {
    color: rgb(220,220,220);
    padding-bottom: 95px;
}

.contact-us .custom-button {
	float: right;
}

.contact-us h6 {
    font-size: 18px;
}

.contact-us .help-block {
    font-size: 14px;
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background: #171717;
	height: auto;
	position: absolute;
  bottom: 0;
  width:100%;
/*    #272727*/
}
.company-details {
	color: #939393;
	padding-top: 37px;
	padding-bottom: 27px;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top: 30px;
	padding-bottom: 18px;
	/*background: #171717;*/
}
.copyrightmessage {
    /*background: #171717;*/
}
.social li {
	display: inline-block;
	margin: 5px 5px 0px;
}
.social li a {
	font-size: 18px;
}

.footer a {
	color: #939393;
}
.footer a:hover {
	color: #6c5AF5;
}

.feature a:link{
  color: #8A98FF;
}
.feature a:visited{
  color:#747BAF;
}
.feature a:hover {
    color:#4C61FF;
}

/* ----------------------------------------*/
/*   SECTION:  PHOTO CREDITS               */
/* ----------------------------------------*/

.photo-credits{
	padding-top: 150px;
    padding-bottom: 150px;
	color:white;
	background:rgba(20,20,20,0.5);
}

/* ----------------------------------------*/
/*   SECTION:  DOWNLOAD                    */
/* ----------------------------------------*/

.download{
    padding-top: 50px;
    min-width: 80%;
    color:white;
    background:rgba(20,20,20,1.0);
}

.purchase-options{
    padding-top: 50px;
    min-width: 80%;
    color:white;
    background:rgba(20,20,20,1.0);
}

.legal{
    text-align: left;
}

.legal h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px;

}

.legal h2 {
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.legal h3 {
    font-size: 14px;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.legal h4 {
    font-size: 14px;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.legal p {
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.legal_whereas, .legal_def {
    font-weight: bold;
}

.legal li {
	list-style: square inside;
    text-indent: -1em;
    padding-left: 1em;
}

/*h1:before {*/
/*    content: counter(legalh1counter) ". ";*/
/*    counter-increment: legalh1counter;*/
/*}*/

/*h2:before {*/
/*    counter-increment: legalh2counter;*/
/*    content: counter(legalh2counter) ".\0000a0\0000a0";*/
/*    counter-reset: legalh3counter;*/
/*}*/

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
 -----------------------------------------*/

.thank-you{
	min-height:800px;
	padding-top: 200px;
	padding-left:50px;
	padding-right:50px;
	color:white;
	background:rgba(20,20,20,0.5);
}

.thank-you h1{
	font-size:100px;
	text-align:left;
	line-height:80px;
	margin-bottom:20px;
}
.thank-you h2{
	font-size:50px;
	text-align:left;
	line-height:60px;
	margin-bottom:100px;
}

.thank-you p{
	font-size:30px;
	line-height:60px;
	text-align:left;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}

.article-header {
	background-image:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),url('https://d1jetx968ek4fx.cloudfront.net/images/backgrounds/_bg12.jpg');
	background-position:50% 20%;
}

.article-intro {

}

.article-intro h1 {
	margin-top: 60px;
}

.article {
  padding-top: 40px;
  padding-bottom: 40px;
	font-size: 18px;
	font-family: 'Open Sans', open-sans, sans-serif;
	line-height: 1.9;
	color: #252b33;
  background: #FFF;
}

.article p, .article ol, .article ul {
	text-align: left;
}

.article-content p {
	margin-top: 0px;
	margin-bottom: 27px;
}

.article p:first-child:first-letter {
	float: left; color: #fd2078;
	font-size: 100px;
	line-height: 85px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
}

.article h2 {
	color: #323a45;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Open Sans', open-sans, sans-serif;
	line-height: 1.5;
	margin: 30px auto 20px 0px;
	text-align: left;
	width: 85%;
}

.article h3 {
	color: #323a45;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans', open-sans, sans-serif;
	line-height: 1.5;
	margin: 0 auto 40x;
	text-align: left;
	width: 85%;
}

.article .left-bullet {
    list-style-type: circle;
    text-align: left;
    margin-left: 30px;
}

.article .left-numbered-bullet {
    list-style-type:decimal;
    text-align: left;
    margin-left: 30px;
}

.article .ui-element-name {
	font-weight: normal;
}

.article-author img {
	border-radius: 50%;
	max-width: 90px;
	max-height: 90px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 6px;
}

.article-author p {
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
	display: block;
}

.article-author h4 {
	text-align: left;
	/*font-size: 14px;*/
	margin-top: 0px;
}

.author-text {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	overflow-x:auto;
    overflow-y:hidden;
    /*white-space: nowrap;*/
}

.article-thumb img {
	width: 310px;
	height: auto;
}

.article-thumb h1 {
	font-family: sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.065em;
  color: #fc3768;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}

.article-thumb h2 {
	font-family: sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #7e8890;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}
.article-thumb {
    margin-bottom: 27px;
    transition: all .2s ease-in-out;
}
.article-thumb:hover{
  transform: scale(1.05); 
  /* border-radius: 4px;
  border-style: solid;
  border-color:#8A98FF;
  border-width: 2px */
  
}
.article-thumb p {
	width: 85%;
	font-size: 14px;
	line-height: 27px;
	color: #333c4e;
	padding: 0 25px;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.row.article-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.article-media-item{
    margin: 10px auto;
    padding: 0px 10px;
    max-height: 600px;
}
.article-media-item.portrait{
    max-height: 400px;
}

.article figcaption.figure-caption{
  text-align: left;
  font-size: smaller;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: initial; 
}

.article-explore-picktorial-3 h1{
    font-size:40px;
    margin:18px 0px;
}

.article-content thead {
    background-color: #fd2078;
    color:white;    
}

.article-content thead>tr>th {
    text-align: center;
}

.article-content thead>tr>td {
    vertical-align: middle;
    word-wrap: break-word;
    white-space:normal !important;
}
.article .notes {
  text-align: left;
  font-size: smaller;
}

.faq-section {
    background-color: white;
    padding-bottom: 95px;
}
.faq-section>.container>.section-header h2 {
    color:black;
}
.FAQ div {
    text-align: left;
}

.FAQ-question{
    font-size: 18px;
    line-height: 150%;
    color: #fd2078;
}

.FAQ-question a:link,
.FAQ-question a:visited,
{
    text-decoration: none;
    color: #fd2078;
}

.FAQ-question a:hover {
    text-decoration: none;
    color: #A1144C;
}

.FAQ-question a:active {
    text-decoration: none;
}

.FAQ-answer{
    color:black;
    font-weight: normal;
}

/*---------------------------------------
 **   Page:   Getting-Started       -----
 -----------------------------------------*/

.learning-methods {
	padding-bottom: 20px;
}

.learning-methods-section .section-header {
    padding-bottom: 40px;
}

.learning-methods .custom-button {
	float: right;
}

.learning-methods {
    color: rgb(220,220,220);
    font-size: 22px;
}

.learning-methods .learning-method-icon-image {
    height:50px;
    width:auto;
}
.learning-method span{
  font-size:50px;
  color:white;
}

.learning-method a:visited{
    color: white;
}
.learning-method a:hover {
    color:white;
    font-weight: 200;
}
.learning-method a:hover > span{
    color: white;
}

.learning-method-col {
    padding-left:3px;
    padding-right:3px;
}

.learning-methods .feature-group-title {
    margin-bottom:25px;
}

.learning-methods .feature h5 {
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
}

.learning-methods .learning-method a {
	font-size: 18px;
}

.learning-method p{
    margin-top: 20px;
}

.learning-method{
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.learning-method a:visited {
    color: inherit;
}

.learning-method:hover path{
    fill:#4C61FF;
}

.learning-method:hover p{
    color:#4C61FF;
}
.learning-method:visited p{
    color:inherit;
}

.whats-new-section {
    background-color: rgba(25, 25, 25, 0.8);
    padding: 35px 0 20px 0;
}

.whats-new-section h2 {
    line-height: normal;
    color: #DFDFDF;
}

.whats-new-section a:link a:visited{
    color: inherit;
}

.whats-new-section a:visited{
    color: inherit;
}

.whats-new-section a:hover {
    color:#7ac5ff;
}

.whats-new-section .slideshow-container {
    padding-bottom: 10px;
    padding-top: 15px;
}

.whats-new-section.slideshow-container.textBox {
    background: none;
}

.screenshot-text {
    text-align: left;
    color:#FFFFFF;
    font-size:16px;
}

.screenshot-details {
    font-weight:normal;
    color:#CBCBCB;
}

.screenshot-container {
    width:90%;
    margin:auto;
}

/*---------------------------------------
 **   Page:   Press       -----
 -----------------------------------------*/

.pr-logos {
	padding-bottom: 20px;
}

.pr-logos-section .section-header {
    padding-bottom: 40px;
}

.pr-logos .custom-button {
	float: right;
}

.pr-logos {
    color: rgb(220,220,220);
    font-size: 22px;
}

.pr-logos .pr-logo-icon-image {
	font-size: 55px;
    height:30px;
    width:auto;
    max-height:50px;
    min-width:50px;
}

.pr-logo a:link a:visited{
    color: inherit;
}

.pr-logo a:visited{
    color: inherit;
}
.pr-logo a:hover {
    color:white;
}

.pr-logo-col {
    padding-left:3px;
    padding-right:3px;
}

.pr-logos .feature-group-title {
    margin-bottom:25px;
}

.pr-logos .feature h5 {
	font-weight: bold;
	line-height: 28px;
	color: #FFFFFF;
}

.pr-logos .learning-method a {
	font-size: 18px;
}

.pr-logo p{
    margin-top: 20px;
    margin-bottom:30px;
}

.pr-logo{
    color: inherit;
}

.pr-logo a {
	color: #8A98FF;
	-webkit-transition:none;
	transition: none;
}

.pr-logo{
    color:inherit;
   -webkit-transition: none;
  transition: none;
  -webkit-transition: none; 
}

.pr-logo a:visited a:visited a:hover{
    color: inherit;
     
-webkit-transition: none;
  transition: none;
  -webkit-transition: none;

}
.pr-logo:hover path{
    fill:#4C61FF;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pr-logo:hover p{
    color:#4C61FF;
  transition: 0.3s;
  -webkit-transition:0.3s;
}

.dark-top-section{
    padding: 50px 0;
    color:white;
    background-color:#222;
}

.quote {
    font-style: italic;
    color:#FFF;
    font-size:16px;
}

.quote-container {
    width:90%;
}

@media (min-width: 768px) {
    .row.people-say {
        width:70%;
    }
}

.people-quotes {
    position: relative;
    height: 100%;
    background: transparent;
    font-size: 16px;
    color:inherit;
    margin: 0;
    padding: 0;
}

.whats-new-section .swiper-container {
  padding-bottom:50px;
}

.whats-new-section .swiper-pagination {
    position: absolute;
    bottom: 5px !important;
    margin: 0;
}

/* Swiper - General */
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    background: #502CE1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6C5AF5;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background:#6c5AF5;
    transition: all 0.3s ease-in-out;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none !important;
  fill:#6c5AF5;
  margin-top: -72px !important;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-button-prev:hover, 
.swiper-container-rtl .swiper-button-next:hover{
  fill:#502CE1;
}
/**/

.swiper-slide.pr{
    max-width: 500px;
    min-width: 150px;
}

@media (max-width: 768px) {
    .swiper-slide.pr{
        padding-right:8%;
        padding-left:8%;
    }
    .swiper-slide.video-thumbnail{
        padding-right:4%;
        padding-left:4%;
    }
}

@media (max-width: 768px) {
    .pr-boxes-row {
        display:none;
    }
    .pr-swiper-row {
        display:block;
    }
}
@media (min-width: 768px) {
    .pr-boxes-row {
        display:block;
    }
    .pr-swiper-row {
        display:none;
    }
}

@media (max-width: 768px) {
    #player-button-anchor {
        display:none;
    }
    #macbook-screenshot {
        display:block;
    }
}

@media (min-width: 768px) {
    #player-button-anchor {
        display:block;
    }
    #macbook-screenshot {
        display:none;
    }
}

.purhcase-btn { 
    width:248px;
    height:60px;
    text-shadow: none !important;
    font-style: none !important;
    text-decoration: none !important;
    -webkit-transition: color .3s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .3s ease-in-out, box-shadow .1s ease-in-out;
    transition-property: color, box-shadow;
    transition-duration: 0.3s, 0.1s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial, initial;
}

#buy-mas-btn {
    background-image: url("../images/appstore-badge/Download_on_the_Mac_App_Store_Badge_US-UK_165x40.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#buy-pstr-btn {
    background-color: #eee !important;
    background-image: url("https://gumroad.com/button/button_bar.jpg") !important;
    background-repeat: repeat-x !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, .4) 0 0 2px !important;
    color: #000 !important;
    display: inline-block !important;
    font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    padding: 0 15px !important;
}

.gumroad-button-logo {
    background-image: url("../images/logo-icon.png") !important;
    background-size: cover !important;
    height: 32px !important;
    width: 32px !important;
    display: inline-block !important;
    margin-bottom: -6px !important;
    margin-right: 5px !important;
}

.tutorial {
    list-style: square;
    margin-left: 20px;
    text-align: left;
}

.tutorialol {
    list-style: decimal;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
}

.pt-icon-raw {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/key-features/raw-editing.svg) no-repeat;
    width: 63px;
}

.pt-icon-non-destructive {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/key-features/live-non-destructive.svg) no-repeat;
    width: 63px;
}

.pt-icon-one-window {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/key-features/one-window.svg) no-repeat;
    width: 63px;
}

.pt-icon-easy-transfer {
  background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/key-features/easy-transfer.svg) no-repeat;
  width: 63px;
}

.pt-icon-spread {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/partner-key-features/talking.svg) no-repeat;
    width: 63px;
}

.pt-icon-earn {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/partner-key-features/money-bag.svg) no-repeat;
    width: 63px;
}

.pt-icon-grow {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/partner-key-features/grow.svg) no-repeat;
    width: 63px;
}

.pt-icon-cards {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/xpack-key-features/cards.svg) no-repeat;
    width: 63px;
}

.pt-icon-target {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/xpack-key-features/target.svg) no-repeat;
    width: 63px;
}

.pt-icon-raf {
    background: url(https://d1jetx968ek4fx.cloudfront.net/images/icons/xpack-key-features/raf.svg) no-repeat;
    width: 63px;
}

.help-block {
    font-size: small;
    text-align: left;
}

.form-horizontal-container {
    padding-top: 30px;
}

.form-horizontal {
    margin-left: 5%;
    max-width: 90%;
}

.dark .form-control {
    background-color : transparent;
    border: solid 1px rgba(200,200,200,0.8);
    color: white;
}

.dark .input-group-addon {
    background-color: rgb(200,200,200);
    border: none;
}

.dark .control-label {
    font-size: medium;
}

#join-affiliate-btn {
    max-width: 90%;
    padding: 18px 4px;
    font-size:16px;
    margin :0px 10px 5px 10px;
}

@media (min-width: 425px) {
    #join-affiliate-btn {
        padding: 18px 50px;
        max-width: auto;
    }
}

#stats-table-container.on-load {
    opacity:0.4;
    -webkit-transition: opacity 0.4;
    -moz-transition: opacity 0.4;
    -ms-transition: opacity 0.4;
    -o-transition: opacity 0.4;
    transition: opacity 0.4;
}

.partnerstats ,.partnerpayments {
    margin-top: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    border-radius: 3px;
}

.partnerstats thead , .partnerpayments thead{
    text-align: center;
    font-size: smaller;
    font-weight: 500;
    background-color: rgba(100, 100, 100, 0.2);
}

.partnerstats tbody>tr>td:nth-child(2) {
  text-align: left;
}

.partnerstats thead>tr:first-child>th {
  text-align: center;
  border-bottom-width: 0px;
}

.stats-table-container.table-responsive{
  border:0;
}
.stats-row {
    padding-top: 20px;
}

.table>thead>tr>th {
    border-bottom: 0px;
}
.partnerstats>thead>tr>th {
  border-top:none;
}
.partnerstats>thead>tr:first-child>th:nth-child(4), .partnerstats>thead>tr:first-child>th:nth-child(5), .partnerstats>thead>tr:first-child>th:nth-child(6),
.partnerstats>thead>tr:nth-child(2)>th:nth-child(3), .partnerstats>thead>tr:nth-child(2)>th:nth-child(5),
.partnerstats>tbody>tr>td:nth-child(4), .partnerstats>tbody>tr>td:nth-child(7), .partnerstats>tbody>tr>td:nth-child(9) {
  border-right:solid 1px rgb(121,121,121);
}
.partnerstats th.xpack {
  white-space: nowrap;
}

.linkWrapper {
  position: relative;
}

.linkToolTip {
    position: absolute;
    top: 32px;
    bottom: 0;
    left: -8px;
    right: 0;
    font-size: smaller;
    height: 23px;
    width: 67px;
    background: rgba(120, 120, 120, 0.80);
    color: #fff;
    padding: 3px 5px 3px 8px;
    border-radius: 2px;

    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.linkWrapper:hover .linkToolTip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.copy-to-clipboard-success {
    position: absolute;
    left: -10px;
    opacity:0;
    color: green;
/*    cursor:pointer;*/
}

td.success-copy-default .copy-to-clipboard-success{
    visibility: hidden;
    opacity:0;
}

td.success-copy .copy-to-clipboard-success{
    visibility: visible;
    opacity:1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

tr:not(.feature-row):hover td {
    background-color: rgba(0,0,0,0.14);
}

#hello-partner{
    font-size: 34px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin-bottom:20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-thumbnail img {
    width:auto;
    max-height:95px;
    min-width:50px;
}

.video-thumbnail p {
    color:#FFF;
    font-size:16px;
    margin-top:10px;
}

.white-hover-link a:link a:visited{
    color: inherit;
}

.white-hover-link a:visited{
    color: inherit;
}

.white-hover-link a:hover {
    color:white;
}

.partner-section {
    color: rgb(220,220,220);
}

.partner-signup-section {
    padding-bottom: 20px;
}

.partner-learn-more-section ,{
    padding-top: 50px;
}

.learning-methods-section {
  padding: 50px 0px;
}

.partner-section .help-block {
    font-size: 14px;
}

.partners-invite-section {
    background-color: rgba(25, 25, 25, 0.8);
    padding: 35px 0 20px 0;
}

/* Picktorial vs others */
td.pos {
    background-color: darkseagreen;
    color:green;
}
td.neg {
    background-color:#FF8B80;
    color:#B71C1C;
}

th.editor-icon {
    height: 50px;
    width: 50px;
    background-position: center;
    background-size:38px 38px;
    background-repeat: no-repeat;
}

th.pt {
    background-image:url('../images/photo_editors/picktorial.png');
}

th.lr {
    background-image:url('../images/photo_editors/lr.png');
}

th.cap1 {
    background-image:url('../images/photo_editors/cap1.png');
}

th.on1 {
    background-image:url('../images/photo_editors/on1photoraw.png');
}

th.lmnr {
    background-image:url('../images/photo_editors/luminar.png');
}

th.aprtr {
    background-image:url('../images/photo_editors/aperture-icon.png');
    background-size: 38px 41px;
}

.comparison-table thead{
    background-color:transparent;
    color:black;
}

tr:hover td {
    background-color: rgba(0,0,0,0.14);
}

.comparison-table tbody>tr.feature-row>td {
    white-space: normal;
    vertical-align: middle !important;
}

/* .feature title-desc animation */

.feature-title-desc {
    padding:0px !important;
/*    display: inline-block;*/
    position: relative;
    overflow: hidden;
}

.feature-title-desc span {
    display: inline-block;
    padding:8px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.feature-title-desc:before {
    content: '';
    font-size: 14px;
    padding:4px;
    line-height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

.feature-title-desc:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

.feature-title-desc:hover span{
    opacity: 0;
}

.feature-title-desc:hover:before{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.feature-title-desc:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: transparent black;
}

.button-price-tag {
    margin-left:10px;
}

.main-button-loading {
    display:none
}

.button-on-load > .main-button-title {
    display:none;
}
.button-on-load > .main-button-loading {
    display: block;
}

.download-pt4lr li , .xpack-thankyou li, .installation-instructions li{
    text-align:left;
    list-style: decimal;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-padded {
    padding-top:50px;
}

header.picktorial-thankyou-header {
    background-image:url('https://d1jetx968ek4fx.cloudfront.net/images/backgrounds/patagonia.jpg');
    background-position:center 20%; 
    background-repeat:no-repeat;
    background-size:cover;
    padding: 100px 0px;
}

.text-shadow {
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.21);
}

.wow {
  visibility: hidden;
}

@media (max-width: 768px) {
  .tabbable-panel .nav>li>a {
    padding: 5px 8px;
    font-size: smaller;
  }
}

/* Product-box section */
.main-product-box-section {
  background:white;

}
.main-product-box-section img{
  max-height:400px;
  width: auto;
  margin-top:30px;
}

.main-product-box-section .buyTry{
  margin-top:-24px;
  padding-top:0px;
  padding-bottom:60px;
}