/*
	================================================================================
	ZENFOTOMATIC WEBSITE CSS
	Copyright 2011, ZenWebware
	www.zenwebware.com
	================================================================================
*/

@font-face {
    font-family: 'AliquamREG';
    src: url('../fonts/aliquamreg-webfont.eot');
    src: url('../fonts/aliquamreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aliquamreg-webfont.woff') format('woff'),
         url('../fonts/epmarugo.ttf') format('truetype'),
         url('../fonts/aliquamreg-webfont.svg#LinuxLibertineORegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	overflow-x: auto;
	overflow-y: scroll;
	min-width: 1000px;
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #555555;
    background-color: #EAEAEA;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 30px 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #2f9bd9;
	margin: 0 0 8px 0;
	padding: 0;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 0;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
}

h6 {
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 8px 0;
	padding: 0;
}

p, ol, ul {
	margin: 0 0 30px 0;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}

img {
	border: 0;
	max-width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a {
	color: #2B9FD9;
	text-decoration: none;
	outline: none;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
	cursor: pointer;
}

.blue {
	color: #2B9FD9;
}

.banner_slideshow {
	position:relative; 
	width:100%; 
	height:431px; 
	overflow:hidden;
}

#mobile_nav {
	display: none;
}

#zenfotomatic_heading_mobile {
	display: none;
}


/*
	================================================================================
	FORMS
	================================================================================
*/

form {
	margin: 0;
	padding: 0;
}

form h3 {
	margin-bottom: 10px;
}

form table {
	border-collapse: collapse;
	margin: 0 0 10px 0;
	padding: 0;
}

form table th {
	min-width: 120px;
	font-weight: normal;
	text-align: left;
	padding: 5px 5px 5px 0px;
}

form table td {
	padding: 5px 0px 5px 5px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
	background: none;
	vertical-align: middle;
}

select {
	width: 260px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
	background-color: white;
	border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 0;
	padding: 2px;
}

option {
	padding: 2px 5px 2px 5px;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	border: 0;
}

.form_field {
	width: 250px;
	height: 19px;
	color: #111111;
	background-color: white;
	border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin: 0;
	padding: 3px 4px 4px 4px;
}

.form_radio {
	margin-bottom: 20px;
}

.form_radio input {
	float: left;
	margin: 0;
}

.form_radio div {
	margin-left: 20px;
}

.form_button {
	min-width: 110px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #222222;
	border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-appearance: none;
    border-radius: 3px;
	padding: 5px;
	cursor: pointer;
}

.login_button_container {
	padding-top: 10px;
}

.form_wide_button {
	width: 260px;
}

.form_button:hover {
	background-color: #000000;
	border: 1px solid #000000;
}

.form_required {
	font-weight: bold;
	color: #2B9FD9;
	padding: 2px;
}

.form_error {
	color: #D91A4C;
}

.form_button_container {
	padding-top: 20px;
}

.container {
	margin-bottom: 30px;
}

.float_container {
	float: left;
	margin-bottom: 30px;
}

.half_container {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.four_container {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.three_container{
	float: left;
	width: 75%;
	margin-bottom: 10px;
}

.info_container {
	color: #2B9FD9;
	background-color: #CEE7F3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 20px;
	padding: 20px 10px 20px;
}

.error_container {
	color: #D91A4C;
	background-color: #FFCCDA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 20px;
	padding: 20px 10px 20px;
}

.panel_container {
	background-color: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 10px;
}

.right_navigation_panel {
	float:right; 
	width:230px;
}

.submenu_margin {
	margin-bottom: 40px;
}

#login_fields td, #register_fields td {
	padding-left: 0;
}

#login_form .social_spacer {
	display: none;
}

.form_or {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: grey;
}

.form_or_inner {
	width: 260px;
    text-align: center;
    display: inline-block;
	color: grey;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fb-login-button {
	text-align: left;
	color: white;
	width: 260px;
	height: 30px;
	background-color: #4267b2;
	opacity: 0.9;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	outline: none;
}

#fb-login-button .fa {
	display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    width: 10%;
}

#fb-login-button span, #google-login-button span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	width: 90%;
	text-align: center;
}

#checkout-register a {
	background-color: #2b9fd9;
	border-radius: 3px;
	border: none;
	padding: 7px 15px;
	color: white;
	/*font-weight: bold;*/
	font-size: 13px;
	cursor: pointer;
	opacity: .9;
	outline: none;
}

#checkout-register a:hover, #fb-login-button:hover, #google-login-button:hover {
	opacity: 1.0;
}

#fb-error {
	display: none;
}

#google-login-button {
	text-align: left;
	color: white;
	width: 260px;
	height: 30px;
	background-color: #DD4B39;
	opacity: 0.9;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	outline: none;
}

#google-login-button .fa {
	display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    width: 10%;
}

.register-button {
    padding: 8px 20px;
	background-color: #2b9fd9;
	color: white;
	border-radius: 3px;
	border: none;
	outline: none;
}

.register-button:hover {
	background-color: #43afe5 !important;
}

/*
	================================================================================
	WEBSITE
	================================================================================
*/

#wrapper {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0;
}

#header {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

#header_content {
	width: 980px;
	margin: 0 auto;
}

#zenfotomatic_logo {
	float: left;
}

#footer_wrapper {
	width: 100%;
	height: 50px;
	color: #EEEEEE;
	background-color: #111111;
	margin-top: -50px;
	overflow: hidden;
}

#footer {
	width: 980px;
	margin: 0 auto 0;
}

#zenwebware_logo {
	float: right;
}

#zenwebware_logo img {
	height: 46px;
}

#credits {
	float: right;
	color: #555555;
	margin: 15px 10px 0 0;
}

.container_margin_bottom {
	margin-bottom: 50px
}


/*
	================================================================================
	NAVIGATION
	================================================================================
*/

.nav_primary_menu {
	float: right;
	height: 14px;
	list-style-type: none;
	margin-top: 13px;
	padding: 0;
}

.nav_primary_menu li {
	float: left;
	font-size: 14px;
	line-height: 14px;
	background: none;
	margin: 0 0 0 25px;
	padding: 0;
}

.nav_primary_menu a {
	color: #FFFFFF;
	color: #555555;
}

.nav_primary_menu .selected {
	color: #2B9FD9;
}

.nav_user_account_menu {
	border-left: 1px solid #AAAAAA;
	margin-left: 25px;
}

.nav_secondary_menu {
	float: left;
	margin: 15px 0 0;
}

.nav_secondary_menu li {
	float: left;
	font-size: 14px;
	background: none;
	margin-right: 25px;
	padding: 0;
}

.nav_secondary_menu a {
	color: #EEEEEE;
}

.nav_secondary_menu .selected {
	color: #2B9FD9;
}

.nav_subsystem_menu {
	margin: 0;
}

.nav_subsystem_menu li {
	float: left;
	font-size: 14px;
	background: none;
	margin-right: 25px;
	padding: 0;
}

.nav_subsystem_menu a {
	color: #666666;
}

.nav_subsystem_menu .selected {
	color: #2B9FD9;
}

#breadcrumbs {
	font-size: 12px;
	margin-bottom: 20px;
}

.text_padding_top {
	padding-top:20px;
}

.top_border_padding {
	padding-top: 30px;
}

.image_left_margin {
	float:left; 
	margin-bottom:20px;
}

.image_right_margin {
	float:right; 
	margin-bottom:20px;
}

/*
	================================================================================
	HOME PAGE
	================================================================================
*/

#home_page {
	position: relative;
	margin-bottom: 50px;
}

#home_header {
	width: 100%;
	height: 40px;
	background-color: #2E2E2E;
	overflow: hidden;
}

#home_header .nav_primary_menu a {
	color: #FFFFFF;
}

#home_main {
	position: relative;
	width: 100%;
	height: 700px;
	background: url(../images/home_bg.jpg) repeat;
	z-index: 1;
}

#home_main_content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#home_zenfotomatic_shot {
	position: absolute;
	top: 58px;
	left: -20px;
}

#home_main_text {
	position: absolute;
	top: 40px;
	right: 0px;
	font-family: AliquamREG, Arial, sans-serif;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#home_main_text h1 {
	font-family: AliquamREG, Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#home_main_text h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#home_page h2 {
	margin-bottom: 10px;
}

#home_page h3 {
	color: #2B9FD9;
}

#home_runs_in_your_browser {
	position: absolute;
	top: 230px;
	right: 0px;
	width: 180px;
	font-family: AliquamREG, Arial, sans-serif;
	font-size: 19px;
	text-align: center;
}

#home_get_started {
	position: absolute;
	top: 270px;
	right: 0px;
	width: 180px;
	text-align: center;
}

#home_get_started a {
	display: block;
	font-family: AliquamREG, Arial, sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #2B9FD9;
	padding-top: 6px;
	padding-bottom: 8px;
}

.home_white_container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

.home_white_container_content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 20px;
	border-top:1px solid #DDDDDD;
}

.home_announcement_container {
	position: absolute;
	right: 0px;
	top: 350px;
	width: 280px;
	color: #D91A4C;
}

.home_button {
	width: 180px;
	text-align: center;
	margin-bottom: 30px;
}

.home_button a {
	display: block;
	font-family: AliquamREG, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #2B9FD9;
	padding-top: 6px;
	padding-bottom: 8px;
}

.quote_container {
	height:160px; 
	margin-bottom:20px;
}

.quote_container img {
	float:left; 
	margin:0 20px 20px 0;
}


/*
	================================================================================
	COMPUTER IMAGE GALLERY
	================================================================================
*/

.computer_image_gallery {
	position: absolute;
	top: 58px;
	left: -20px;
	z-index: -1;
}

.computer_image {
	position: absolute;
	top: 36px;
	left: 40px;
}


/*
	================================================================================
	LAPTOP SLIDESHOW
	================================================================================
*/

.laptop_slideshow {
	position: relative;
	width: 900px;
	height: 525px;
	margin: 40px auto 0;
}

.laptop_slides_wrapper {
	position: absolute;
	left: 143px;
	top: 37px;
	width: 613px;
	height: 100%;
	overflow: hidden;
}

.laptop_slides {
	position: absolute;
	left: 0px;
	top: 0px;
}

.laptop_slide {
	float: left;
	position: relative;
	width: 613px;
	height: 500px;
	overflow: hidden;
}

.laptop_slide_caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.laptop_image {
	position: absolute;
	left: 0px;
	top: 0px;
}

.laptop_slideshow_previous {
	display: none;
	position: absolute;
	left: 20px;
	top: 210px;
	cursor: pointer;
}

.laptop_slideshow_next {
	display: none;
	position: absolute;
	right: 20px;
	top: 210px;
	cursor: pointer;
}

.laptop_slideshow_previous:hover, .laptop_slideshow_next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.laptop_slideshow_image_position {
	position:absolute; 
	left:0; 
	top:0;
}

/*
	================================================================================
	CHART
	================================================================================
*/

.chart {
	border: 1px solid #DDDDDD;
	padding: 12px;
	margin-bottom: 20px;
}

.chart_label {
	float: left;
	width: 105px;
}

.chart_light_bar {
	float: left;
	width: 300px;
	height: 20px;
	background-color:#95CFEC;
}

.chart_heavy_bar {
	float: left;
	width: 30px;
	height: 20px;
	background-color: #2B9FD9;
}

.chart_spacer {
	clear: both;
	height: 10px;
	overflow: hidden;
}


/*
	================================================================================
	PAGE
	================================================================================
*/

.body_margin {
	margin:  20px;
}

#page {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #BBBBBB;
	padding: 29px 0 80px;
}

.border_top {
	border-top: 1px solid #DDD;
}


/*
	================================================================================
	CONTENT
	================================================================================
*/

.text {
	max-width: 600px;
}

.text_full_width {
	width: 100%;
}

.half_container .text {
	width: 100%;
}

.basic_half_width_container {
	float: left; 
	width: 440px; 
	margin-right: 50px;
}

.text_small {
	font-size: 12px;
}

#content_wrapper {
	position: relative;
	width: 100%;
	z-index: 0;
	overflow-x: hidden;
}

#content {
	position: relative;
	margin: 0;
	padding: 50px 0px 50px;
}

.standard_content {
	width: 700px;
	font-size: 13px;
	line-height: 1.3;
	padding: 20px;
}

.help_container_width {
	float:left; 
	width:700px;
}

.image_title {
	font-size: 14px;
	max-width: 700px;
	margin: 2px 0 0;
}

.image_caption {
	font-size: 12px;
	max-width: 700px;
	margin-top: 2px;
}

.image_vertical_align {
	vertical-align: middle; 
}

.panasonic_layout {
	background:#2d3332; 
	color:#FFFFFF; 
	font-size:13px;
}

.video_wrapper {
    width: 980px;
    margin: 0 auto 20px;
}

.video_wrapper li {
    background: none;
}

.partners_heading {
	float:left; 
	font-weight:normal; 
	margin:8px 20px 0;
}

#partners_wrapper {
	float:right; 
	margin-top:0px;
}

.partners_image_gallery {
	float:left; 
	margin-left:40px;
}


/*
	================================================================================
	SHOP
	================================================================================
*/

.shop_items {
	width: 750px;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 30px;
}

.shop_item {
	border-top: 1px solid #BBBBBB;
	padding: 20px 0 20px;
}

.shop_item p {
	margin-bottom: 0;
}

.shop_item_title {
	font-size: 18px;
	margin-bottom: 6px;
}

.shop_item_price {
	font-size: 22px;
}

.shop_item_description {
	float: left;
	width: 400px;
}

.shop_item_price {
	float: left;
	width: 145px;
	margin-top: 10px;
}

.shop_item_tax_included_price {
	font-size: 12px;
	font-weight: normal;
}

.shop_item_quantity {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.shop_item_buy {
	float: left;
	width: 150px;
	margin-top: 8px;
}

.shop_item_buy .form_button {
	background-color: #FF9900;
	border: 1px solid #DD7700;
}

.shop_item_buy .form_button:hover {
	background-color: #EE8800;
}

#card-element {
	padding: 2px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #999;
}

#paypal-container, #stripe-container, #paid-container, #bank-transfer-container, #rakuten-container, #gmo-container {
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 10px;
	margin-left: 0 !important;
}

#paypal-logo, #stripe-logo, #paid-logo, #bank-transfer-logo, #rakuten-container-logo, #gmo-logo {
	margin-left: 0 !important;
}

#paypal-logo img, #paid-logo img, #bank-transfer-logo img {
	max-width: 115px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#paypal-logo img{
	margin-top: 13px;
}
#paypal-container:hover, #stripe-container:hover, #paid-container:hover, #bank-transfer-container:hover, #rakuten-container:hover, #gmo-container:hover {
	background-color: #CEE7F3;
	border: 1px solid #2b9fd9;
	cursor: pointer;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.selectedPayment {
	background-color: #CEE7F3;
	border: 2px solid #2b9fd9 !important;
}

#paypal-container, #paid-container, #stripe-container, #bank-transfer-container, #rakuten-container, #gmo-container {
	min-height: 90px;
	margin-bottom: 10px;
}

#paypal-container input, #paid-container input, #stripe-container input, #bank-transfer-container input, #rakuten-container input, #gmo-container input {
	float: left;
	margin-top: 33px;
}
#paypal-container input{
	margin-top: 40px;
}
#stripe-logo, #paid-logo, #bank-transfer-logo, #rakuten-container {
	float: left;
	margin-bottom: 10px;
}

#bank-transfer-logo, #stripe-logo, #paid-logo, #rakuten-logo, #paypal-logo, #gmo-logo {
	width: 40%;
	text-align: center;
	font-weight: bold !important;
	color: #2b9fd9;
	padding-right:10px;
}
/*#gmo-logo{
	width: 60%;
	padding-left: 15px;
	padding-top: 15px;
}*/
#gmo-logo h2{
	font-size: 22px;
	margin-top: 13px;
}
#rakuten-logo h4 {
	font-size: 19px;
	float: left;
}

#paypal-logo, #gmo-logo {
	float:left;
	margin-top: 15px;
	padding-right:10px;
}

#paypal-logo h2 {
	color: #2b9fd9;
	font-size: 22px;
	margin-bottom: 0!important;
}

#paypal-details td {
    padding: 0 !important;
}

#paypal-details strong {
	font-size: 13.5px;
}

#paypal-card-img {
	width: 200px;
	padding: 20px 0 3px 0;
}
#gmo-card-img {
	width: 240px;
	/*padding: 3px 0 3px 0;*/
	padding-top: 20px;
}
#stripe-logo h2 {
	font-size: 22px;
}

#paid-logo h2, #bank-transfer-container table  {
    margin-top: 7px;
}

#bank-transfer-logo h2{
	margin-top: 17px;
}

#paid-logo img {
	width: 50%;
}

#paid-details td {
	padding: 0;
}

#bank-transfer-logo h2, #stripe-logo h2, #paid-logo h2, #rakuten-logo h2 {
	margin-bottom: 0!important;
}

#paypal-details table, #stripe-details table, #paid-details table, #bank-transfer-details table, #rakuten-details table {
	margin-bottom: 0 !important;
}

#bank-transfer-details td, #rakuten-details td {
	padding: 0 !important;
}

#paypal-details a, #stripe-details a, #paid-details a, #bank-transfer-details a {
	margin-top: 10px;
}

#stripe-details table {
	margin-top: 10px;
}


#card-errors {
	padding-top: 7px;
	color: #eb1c26;
}

.buy-container {
	display: table-cell;
}

#bank-transfer-container .apply-button {
	font-weight: normal;
}

#ssl-icon {
	margin-top: -50px;
    float: right;
}

#ssl-icon img {
	width: 100px;
    height: 50px;
}

input#checkout-step-2-submit, input#stripe-submit, input[name="submitBtn"], .checkout-btn {
    float: right;
}



/*
	================================================================================
	ORDER
	================================================================================
*/

.order_history {
	border-collapse: collapse;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.order_history td {
	border-top: 1px solid #DDDDDD;
	padding: 5px;
}

.order_subsection, .order_left_subsection, .order_right_subsection {
	background-color: #FCFCFC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 10px;
}

.order_left_subsection {
	margin-right: 15px;
}

.order_right_subsection {
	margin-left: 15px;
}

.order_grand_total {
	font-size: 20px;
}

#foto_monthly_cost {
	font-size:20px; 
	margin-top:10px;
}

#foto_monthly_count {
	width: 100px;
}

#foto_monthly_calculator_input_container{
	margin-top: 10px;
}


/*
	================================================================================
	DATA TABLES
	================================================================================
*/

.data_table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.data_table th {
	min-width: 150px;
	font-weight: normal;
	text-align: left;
	padding: 6px 6px 6px 0px;
}

.data_table td {
	font-weight: bold;
	padding: 6px 0px 6px 6px;
}

.column_data_table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.column_data_table th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #999999;
	padding: 6px 30px 6px 0px;
}

.column_data_table td {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 30px 6px 0px;
}

.affilitate_data_table {
	border-collapse: collapse;
}

.affiliate_data_table th {
	font-size: 14px;
	text-align: left;
	padding: 4px 20px 4px 0px;
}

.affiliate_data_table td {
	font-size: 14px;
	padding: 4px 20px 4px 0px;
}

.affiliate_data_table .totals td {
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
}


/*
	================================================================================
	ROTATING GALLERY
	================================================================================
*/

.rotating_gallery {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.rotating_gallery_image {
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
}

.rotating_gallery a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/*
================================================================================
	PRICING
================================================================================
*/

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}*/

#fotopack-container {
    width: 680px;
    margin-right: 20px;
    clear: both;
}

#fp-header, 
#sub-header {
    /*height: 120px;*/
    /* text-align: center; */
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    /*color: white !important;*/
}

#fp-header h3,
#sub-header h3 {
    font-weight: bold;
    color: white !important;
}

#fp-header {
	width: 685px;
    /*background-color: #353535;*/
    border-radius: 3px 3px 0 0;
    /*padding: 20px 12px;*/
}

#sub-header {
    background-color: #2b9fd9;
}

.fotopack-plans {
    border-radius: 3px;
    width: 708px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.fotopack-plans table {
    width: 708px;
    border-collapse: collapse;
    border-radius: 0 0 3px 3px;
    /*overflow: hidden;*/
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.fotopack-plans th,
.fotopack-plans td {
    padding: 11px 0 11px 10px;
    height: 52px;
    background-color: rgba(255,255,255,0.2);
    color: #636363;
}

.fotopack-plans td:first-child,
.shop_item_title {
    font-weight: bold;
    font-size: 17px;
}

.fotopack-plans th {
    text-align: left;
}

.fotopack-plans tr {
    border-bottom: 1px solid #cdcdcd;
}

.fotopack-plans td:first-child {
    width: 270px;
}

.fotopack-price {
	line-height: 18px;
    text-align: right;
    font-weight: bold;
    padding-right: 7px !important;
}

.fotopack-det {
	width: 60%;
    font-size: 13px;
    font-weight: normal;
}

.fotopack-det p {
	margin-bottom: 0 !important;
}

.reveal-buy {
    padding: 5px !important;
    width: 91px;
    color: white !important;
    background-color: #f90;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    float: right;
    margin-top: 6px;
    margin-right: 12px;
    border: #d70;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}
.reveal-buy:disabled{
    opacity: 0.3;
}

#reveal-buy1:hover,
#reveal-buy2:hover,
#reveal-buy3:hover,
#reveal-buy4:hover,
#reveal-buy5:hover,
#reveal-buy6:hover,
.reveal-buy:hover {
    background-color: #d70;
    font-weight: bold;
    border-radius: 3px;
    color: white !important;
    cursor: pointer;
}

.subscription-plans {    
    width: 580px;
    height: 385px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
}

.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: black;
  transition: .2s;
  font-weight: bold;
}

.toggler--is-active {
  color: #2b9fd9;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #2b9fd9;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-section {
    text-align: center;
}
.pricing-columns .wrapper-full {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.pricing-columns .pricing-chart, 
.pricing-columns-both .pricing-chart {
    position: relative;
}
.pricing-columns .pricing-chart #smaller-plans, 
.pricing-columns-both .pricing-chart #smaller-plans {
    display: block;
}
.pricing-columns .pricing-chart .plan, 
.pricing-columns-both .pricing-chart .plan {
    float: left;
    background-color: #fafafa;
    position: relative;
    color: #454545;
    padding: 12px;
    margin-bottom: 25px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 145px;
}
.pricing-columns .pricing-chart .plan:first-child, 
.pricing-columns-both .pricing-chart .plan:first-child {
    border-left: 1px solid #e1e1e1;
}
.pricing-columns .pricing-chart .plan:before, 
.pricing-columns-both .pricing-chart .plan:before {
    content: "";
    position: absolute;
    height: 5px;
    left: -1px;
    top: 0;
    background-color: #233E48;
    width: 100%;
}

.pricing-columns .pricing-chart .plan, 
.pricing-columns-both .pricing-chart .plan {
    font-size: 26px;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-columns .pricing-chart .plan .price .dollar, 
.pricing-columns-both .pricing-chart .plan .price .dollar {
    letter-spacing: -7px;
}

.pricing-columns .pricing-chart .plan .price .amount, 
.pricing-columns-both .pricing-chart .plan .price .amount {
    font-size: 30px;
    font-weight: 600;
}

.pricing-columns .pricing-chart .plan .price .custom, 
.pricing-columns-both .pricing-chart .plan .price .custom {
    font-size: 20px;
    font-weight: 600;
}

.pricing-columns .pricing-chart .plan .price .time, 
.pricing-columns-both .pricing-chart .plan .price .time {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    left: -7px;
}
.pricing-columns .pricing-chart .plan ul, 
.pricing-columns-both .pricing-chart .plan ul {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.pricing-columns .pricing-chart .plan ul li, 
.pricing-columns-both .pricing-chart .plan ul li {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
	background: none !important;
}
.pricing-columns .pricing-chart .plan ul li span, 
.pricing-columns-both .pricing-chart .plan ul li span {
    color: #9e9e9e;
    display: inline-block;
    /* margin-left: 7px; */
    font-weight: 400;
    font-size: 14px;
}
.custom-text {
    font-size: 14px;
    margin: 8px 0 5px 0 !important;
}
.pricing-columns .pricing-chart .plan a.sign-up, 
.pricing-columns-both .pricing-chart .plan a.sign-up {
    width: 100%;
    padding: 13px;
    background-color: white;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #9e9e9e;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    clear: left;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-section .sign-up {
    text-transform: uppercase;
    background-color: #2b9fd9;
    color: white;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-columns .pricing-chart .popular, 
.pricing-columns-both .pricing-chart .popular {
    width: 250px;
    position: relative;
    top: -30px;
    background-color: white;
    margin-left: -2px;
    right: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.pricing-columns .pricing-chart .popular:before, 
.pricing-columns-both .pricing-chart .popular:before {
    width: 250px;
    background-color: #2b9fd9;
    height: 7px;
}

.pricing-columns .pricing-chart .popular a.sign-up, 
.pricing-columns-both .pricing-chart .popular a.sign-up {
    background-color: #2b9fd9;
    border: none;
    color: #ffffff;
}

.pricing-columns .pricing-chart .popular .price .amount, 
.pricing-columns-both .pricing-chart .popular .price .amount {
    font-size: 60px;
}

.bandwidth {
    display: inline-flex;
    color: #9e9e9e;
    font-size: 16px;
    bottom: -40px;
}

.pricing-columns .pricing-chart .popular p.pop-plan, 
.pricing-columns-both .pricing-chart .popular p.pop-plan {
    color: #454545;
    font-size: 16px;
    margin-bottom: 45px;
}

.pricing-columns .pricing-chart .popular .price, 
.pricing-columns-both .pricing-chart .popular .price {
    margin-bottom: 0px;
}

.pricing-columns .pricing-chart .plan a.sign-up:hover, 
.pricing-columns-both .pricing-chart .plan a.sign-up:hover {
    background-color: #2b9fd9;
    color: white;
    opacity: 1.0 !important;
}

.hide {
  display: none;
}

#filt-monthly,
#filt-half-yearly,
#filt-yearly, 
#filt-pro, 
#filt-starter {
  background: #eee; 
  border: 1px solid #ddd; 
  padding: .7em 1em;
  cursor: pointer;
  z-index: 1;
  float: left; 
}

.plan {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}

label#filt-monthly, 
label#filt-half-yearly, 
label#filt-yearly,  
label#filt-pro, 
label#filt-starter {
  margin-left: 0;
  margin-right: 0;
}

#time-toggle-container, 
#plan-toggle-container {
    display: inline-flex;
}

#plan-toggle-container {
    padding-right: 25px;
}

.additional-credits {
    right: 0;
    display: none;
}

.warning-fotopack {
	width:685px;
	border: 2px solid #2b9fd9;
    border-radius: 5px;
    padding: 10px;
	margin-bottom: 20px;
}

.warning-fotopack p {
	margin-bottom: 0px !important;
}

/*
	================================================================================
	MOBILE
	================================================================================
*/



@media only screen and (max-width: 767px) {


	html {
		min-width: 320px;
	}

	body {
		height: 100%;
		font-size: 15px !important;
	}

	h2 {
		font-size: 22px;
	}

	/*
		================================================================================
		FORMS
		================================================================================
	*/

	select {
		max-width: 210px;
		/*width: 80.9%;*/
	}

	.form_field {
/*		width: 100%;*/
		max-width: 200px;
	}

	.form_radio input {
		width: auto;
	}

	.half_container {
		width: 100%;
	}

	.right_navigation_panel {
		display: none;
	}

	.form_wide_button {
		width: 210px;
	}


	/*
		================================================================================
		WEBSITE
		================================================================================
	*/

	#wrapper {
		padding: 0;
		box-sizing: border-box;
	}

	#header_content {
		margin: 0 auto;
	}

	#footer_wrapper {
		height: 190px;
	}

	#footer {
		width: 100%;
	}

	#credits {
		font-size: 12px;
		margin-top: 140px
	}


	/*
		================================================================================
		NAVIGATION
		================================================================================
	*/
	
	#desktop_nav {
		display: none;
	}
	
	#mobile_nav {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		background: none;
		display: block;
		margin : 0;
		overflow: visible;
		z-index: 100;
	}
	
	#mobile_nav_hamburger {
		position: absolute;
		top: 0;
		right: 4px;
		cursor: pointer;
	}

	#mobile_nav_dropdown {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		background-color: #333333;
		opacity: 0.95;
		filter: alpha(opacity=95);
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: none;
	}
	
	#mobile_nav_dropdown li {
		background: none;
		margin: 0;
		padding: 0;
	}
		
	.nav_primary_menu {
		clear: both;
		float: none;
		margin: 0;
		display: block;
	}

	.nav_primary_menu li {
		clear: both;
		width: 100%;
		font-size: 17px;
		line-height: 50px;
		text-align: left;
		margin: 0;
		display: block;
		overflow: hidden;
	}

	.nav_primary_menu a {
		width: 100%;
		color: #FFFFFF;
		padding-left: 10px;
		display: block;
	}

	.nav_user_account_menu {
		border: none;
		border-top: 1px solid #555555;
		margin: 0;
	}

	.nav_secondary_menu li {
		float: none;
		line-height: 20px;
		margin: 15px 0 0 15px;
	}

	#breadcrumbs {
		font-size: 15px;
	}

	/*
		================================================================================
		HOME PAGE
		================================================================================
	*/

	#home_page {
		position: relative;
		margin-bottom: 50px;
	}

	#home_header {
		width: 100%;
		height: 40px;
		background-color: #2E2E2E;
		overflow: hidden;
	}

	.home_white_container_content {
		width: 100%;
	}

	/*
		================================================================================
		PAGE
		================================================================================
	*/


	#page {
            width: auto;
            display: block;
            padding-left: 10px;
            padding-right: 10px;
	}


	/*
		================================================================================
		CONTENT
		================================================================================
	*/

	.text {
		max-width: 100%;
	}

	.basic_half_width_container {
		width: 100%;
	}

	.standard_content {
		width: 100%;
	}

	.image_title {
		max-width: 100%;
	}

	.image_caption {
		max-width: 100%;
	}

	.video_wrapper {
	    width: 100%;
	}

	.help_container_width {
		width: 100%;
	}
	

	/*
		================================================================================
		SHOP
		================================================================================
	*/

	#fp-header {
		width: 100%;
	}

	.fotopack-plans {
		width: 380px;
	}

	.warning-fotopack {
		width: 356px;
	}

	.fotopack-plans table {
		width: 380px;
	}

	#paypal-logo h2 {
		font-size: 17px;
	}

	/*#paypal-details table {
		width:181px;
	}*/

	.shop_items {
		width: 100%;
	}

	.shop_item {
		width: 100%;
	}
	
	.shop_item_price {
		width: 20%;
		margin-left: 20px;
	}

	.shop_item_description {
		width: 40%;
		margin-bottom: 10px;
	}

	.shop_item_quantity {
		float: left;
		margin-top: 10px;
	}

	.shop_item_buy {
		float: right;
		width: 113px;
		margin-top: 18px;
	}

	.reveal-buy,.shop_item_price {
		margin-top:24px;
	}


	/*
		================================================================================
		ORDER
		================================================================================
	*/

	.order_left_subsection {
		margin-right: 0;
	}

	.order_right_subsection {
		margin-left: 0;
	}


	/*
	================================================================================
	BOTTOM DETAILS
	================================================================================
	*/

	#zenwebware_logo {
		margin: 123px 10px 0 0;
	}

	#zenfotomatic_logo {
		padding-left: 10px;
	}

	#zenfotomatic_heading_desktop {
		display: none;
	}

	#zenfotomatic_heading_mobile {
		display: block;
		font-size: 14px;
		width: 364.5px;
	}
}


	/*
	================================================================================
	QUAN UPDATE CSS
	================================================================================
	*/
	#gmo-table th{
		width: 140px;
	}
	.user-card-title{
		margin-bottom: 10px;
	}
	.add-card-btn , .add-card-btn > div{
		position: relative;
		float: left;
		width: 100%;
	}
	.add-card-btn{
		margin-bottom: 20px;
	}
	.add-card-btn a{
		position: relative;
		float: right;
	    background: #2B9FD9;
    	padding: 10px 20px;
    	color: #fff;
    	border-radius: 10px;
	}
	.add-card-btn a.disable{
		pointer-events: none;
		cursor: default;
		background: #999;
	}
	.user-card-table{
		width: 100%;
	}
	.user-card-table tr td{
		padding: 10px;
		border: solid 1px #aaa;
	}
	.user-card-table tr:first-of-type{
		background: #fff;
		text-transform: uppercase;
	}
	.card-add-table tr th{
		width: 130px;
	}
	.card-add-table .form_button_container{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.card-name-img{
		height: 26px;
		margin-right: 10px;
		filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
		/* Firefox 10+, Firefox on Android */
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
	}
	.card-name-radio{
		margin-top: -13px;
	}

	.hide{ 
		display: none;
	}
	.card-name-row.checkout-card-row .card-name-radio{
		margin-top: -8px;
		margin-right: 0;
		width: 10px;
		height: 10px;
	}
	.card-name-row.checkout-card-row .card-name-img{
		margin-right: 5px;

	}
	.card-name-img.selected{
		filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
		-webkit-filter: none;
		filter: none;
	}
	#gmo-table input[type="radio"], #gmo-table input[type="checkbox"]{
		margin-left: 0;
	}
	form table#gmo-table td.gmo-cover-row{
		padding-top: 0;
	}
	#gmo-table table{
		margin-bottom: 0;
	}
        
        /*
	================================================================================
	SUBSCRIPTION MANAGEMENT
	================================================================================
	*/
        .table-subscriptions {
            font-size: 14px;
            width: 100%;
            margin-bottom: 10px;
        }
        .table-subscriptions th {
            background: #fff;
        }
        .table-subscriptions thead tr th:nth-child(1),
        .table-subscriptions tbody tr td:nth-child(1){
            width: 70px;
        }
        .table-subscriptions thead th:nth-child(2),
        .table-subscriptions tbody tr td:nth-child(2){
            width: 70px;
        }
        .table-subscriptions thead th:nth-child(7),
        .table-subscriptions tbody tr td:nth-child(7){
            width: 97px;
        }
        .table-bordered td, .table-bordered th {
            border: 1px solid #aaa;
            padding: 10px;
            vertical-align: middle;
        }
        .table-bordered thead td, .table-bordered thead th {
            border-bottom-width: 1px;
            border-bottom: 1px solid #aaa;
            font-weight: normal;
        }
        .table-subscriptions .reveal-buy, .table-subscriptions .reveal-buy-gray {
            margin-top: 0;
            font-size: 13px;
        }
        .reveal-buy-gray {
            padding: 5px !important;
            width: 91px;
            color: white !important;
            background: #989898;
            font-weight: bold;
            font-size: 17px;
            text-align: center;
            float: right;
            margin-top: 6px;
            margin-right: 12px;
            border: #d70;
            border-radius: 3px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            outline: none;
            text-decoration: none;
            margin-left: 5px;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 13px;
        }
        .reveal-buy-gray:disabled {
            opacity: 0.3;
        }
        .subscription-type{
            font-weight: bold;
            font-size: 18px;
            margin-bottom: .5rem;
            display: inline-block;
            text-decoration: underline;
        }
        .table-subscriptions-scroll{
            margin-bottom: 2rem;
        }
        .table-subscriptions td button{
            float: none;
            margin: 0px;
        }
        .table-subscription-detail td{
            text-align: center;
        }
        .table-subscription-detail tr>td:first-child{
            background-color: #fff;
        }
        .table-subscriptions tbody tr td button:first-of-type{
            margin-bottom: 5px;
        }
        .text-center{
            text-align: center;
        }
        .subscription-management{
            display: -ms-flexbox!important;
            display: flex!important;            
        }
        .sidebar{
            -ms-flex-negative: 1!important;
            flex-shrink: 1!important;
            width: 180px;
            margin-right: 10px;
        }
        .sidebar a{
            display: block;
            padding: 10px;
            background: #fff;
            border: 1px solid #aaaaaa;
            border-top: 0px;
            text-transform: uppercase;
        }
        .sidebar a.active{
            background-color: #2B9FD9;
            color: #FFF;
        }
        .sidebar a:first-of-type{
            border-top: 1px solid #aaaaaa;
        }
        .sidebar-content{
            width: 100%;
            padding: 0;
        }
        .user-subscription-plans{
            margin-bottom: 10px;
        }
        .user-subscription-plans .subscription-plan{
            padding: 11px 10px;
            border: 1px solid #cdcdcd;
            border-top: 0px;
            border-radius: 0 0 3px 3px;
            background-color: #fafafa;
            box-shadow: 0 0 20px rgba(0,0,0,.1);
        }
        .user-subscription-plans .subscription-plan:first-of-type{
            border-top: 1px solid #cdcdcd;
        }
        
.plans-wrapper{
    margin-bottom: 20px;
}
.plans-tab-wrapper{
    display: -ms-flexbox!important;
    display: flex;
    width: 100%;
}
.plans-tab-wrapper a{
    -ms-flex: 1 1 30%!important;
    flex: 1 1 30%;
    display: inline-block;
    background: #BBBBBB;
    color: #fff;
    font-size: 19px;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    margin: 10px 5px 0 0;
    text-align: center;
}
.plans-tab-wrapper a.active{
    background: #2B9FD9;
    color: #fff;
    padding: 10px 10px;
    margin-top: 0px;
}
.plans-wrapper .plans-content{
    display: none;
    padding: 20px 0px;
    background: #fff;
}
.plans-wrapper .plans-content.active{
    display: block;
}
.plans-wrapper .plans-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plans-wrapper .plans-row .plans-col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    background-color: #f3f3f3;
    padding: 10px;
}
.plans-wrapper .plans-row .plans-col:nth-child(1){
    margin: 0 10px 0 20px;
}
.plans-wrapper .plans-row .plans-col:nth-child(2){
    margin: 0 20px 0 10px;
}
.plans-wrapper .plans-row .plans-col h1{
    margin: 0 0 10px;
}
.plans-wrapper .plans-row .plans-col h1 span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}
.plans-wrapper .plans-row .plans-col .plans-help{
    padding: 5px 10px;
    background: #2B9FD9;
    color: #fff;
    margin-bottom: 20px;
}
.plans-wrapper .plans-row .plans-col .plans-help img{
    float: right;
}
.fotopacks-list{
    border-top: 1px solid #cdcdcd;
    overflow: auto;
    height: 301px;
    overflow-x: hidden;
}
.fotopacks-list .fotopacks{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    
    padding: 11px 0 11px 0px;
    height: 52px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #636363;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    cursor: pointer;
}
.fotopacks-list .fotopacks .fotopacks-content{
    width: calc(100% - 54px);
    font-weight: bold;
    padding-top: 10px;
}
.fotopacks-list .fotopacks table{
    width: auto;
    margin-left: 14px;
    text-align: left;
    line-height: 15px;
}
.fotopacks-list .fotopacks table tr td:nth-child(1){
    padding-right: 40px;
}
.fotopacks-list .fotopacks table tr td:nth-child(2){
    width: 80px;
}
.fotopacks-list .fotopacks table .font-size-11{
    margin-top: 4px;
    font-weight: normal;
}
.fotopacks-list .fotopacks .fotopacks-radio{
    margin: 0 0 0 20px;
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #949494;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    line-height: 0;
    position: relative;
}
.fotopacks-list .fotopacks.selected .fotopacks-radio::after{
    content: "";
    background: #2b9fd9;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
}
.fotopacks-list .fotopacks .fotopacks-content p{
    margin-bottom: 0;
}
.plans-wrapper .plans-row .plans-col .reveal-buy{
    width: 100%;
    margin: 20px 0 0;
}
.plans-wrapper .plans-row .plans-col .plans-img-fix{
    height: 302px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.plans-wrapper .plans-row .plans-col .plans-store-btn{
    display: inline-block;
    margin: 0px 15px;
}
.plans-wrapper .plans-row .plans-col .plans-store-btn.disabled{
    opacity: .5;
}
.plans-wrapper .plans-row .plans-col .plans-store-btn img{
    width: 188px;
}
.plans-wrapper .plans-row .plans-col .plans-auto-renamer{
    
}
.plans-wrapper .plans-row .plans-col .plans-auto-renamer img{
    width: 153px; 
    height: 301px;
    margin: 0px 30px;
}
.plans-wrapper .plans-row .plans-col .plans-auto-renamer .plans-img-fix{
    display: inline-flex;
    position: relative;
}
.plans-wrapper .plans-row .plans-col .plans-auto-renamer .plans-img-fix .plans-resort-gif{
    position: absolute;
    top: 32px;
    left: 11px;
    width: 131px;
    height: auto;
}
.plans-wrapper .plans-row .plans-col.plans-api{
    margin: 0px 20px;
}
.plans-wrapper .plans-row .plans-col.plans-api img{
    float: left;
    width: 120px;
    margin: 0px 0px 0 46px;
}
.plans-wrapper .plans-row .plans-col.plans-api .plans-api-content{
    text-align: left;
    display: block;
    padding-left: 221px;
}
.plans-wrapper .plans-row .plans-col.plans-api .plans-api-content p{
    margin-bottom: 20px;
}
.plans-wrapper .plans-row .plans-col.plans-api .plans-api-content .reveal-buy{
    width: 50%;
    float: none;
    margin: 15px 0 30px;
}
.font-size-11{
    font-size: 11px !important;
}
#btn-apple-store {
    background: url(../landing_images/plan-app-store.png) no-repeat 50%;
   background-size: 100% auto;
   display: block;
   height: 50px;
   width: 155px;
}
.studio-item-list{

}
.studio-item-list .studio-item{	
	display: inline-block;
	width: 300px;
	margin-right: 22px;
}
.studio-item-list .studio-item h3{
	
}
.studio-item-list .studio-item .studio-wrapper{
	
}
.studio-item-list .studio-item .studio-wrapper .studio-price{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 15px;
}
.studio-item-list .studio-item .studio-wrapper .studio-wrapper-left{
	display: inline-block;
	width: 150px;
	margin-right: 10px;	
}
.studio-item-list .studio-item .studio-wrapper img{
	width: 100%;
	max-height: 390px;
	margin: 15px 0 0;
	background: #cbcbcb;
	border: 1px solid #ccc;
}
.studio-item-list .studio-item .studio-wrapper input[type="number"]{
	height: 16px;
	width: 75px;
	background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 5px;
}
.studio-terms{
	padding: 20px 20px;
	text-align: right;
}
.studio-terms label{
	margin: 14px 20px 0 0;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
    #tableSubscriptionMobile{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #tableSubscriptionDesktop{
        display: none;
    }
    .subscription-management{
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .sidebar{
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar a{
        width: calc(42% - 2px);
        display: inline-block;
        border-top: 1px solid #aaaaaa;
    }
    .table-subscriptions p{
        margin-bottom: 12px;
    }
    .table-subscriptions strong{
        display: block;
    }
    .table-subscriptions .subscription-row{
        border: 1px solid #aaa;
        padding: 10px;
        margin-bottom: 10px;
        background: #fff;
    }
    .table-subscriptions .subscription-row button{
        width: 48%;
    }
    .sidebar-content{
        padding: 20px 0 0;
    }
    form table th{
        min-width: 70px;
    }
    .data_table td{
        word-break: break-all;
    }
    .column_data_table th{
        padding-right: 15px;
    }
    .plans-wrapper .plans-row{
        flex-direction: column;
    }
    .plans-wrapper .plans-row .plans-col:nth-child(1){
        margin: 0px 10px;
    }
    .plans-wrapper .plans-row .plans-col:nth-child(2){
        margin: 10px 10px 0px;
    }
    .plans-wrapper .plans-row .plans-col.plans-api .plans-api-content{
        padding-left: 0px;
    }
    .plans-wrapper .plans-row .plans-col.plans-api img{
        margin: 0px auto !important;
        float: none;
    }
}
@media only screen and (max-width: 424px) {
    .fotopacks-list .fotopacks table tr td:nth-child(1){
        padding-right: 0;
        font-size: 12px;
    }
    .fotopacks-list .fotopacks table tr td:nth-child(2){
        width: 53px;
        font-size: 12px;
    }
    .fotopacks-list .fotopacks .fotopacks-radio{
        margin: 0 0 0 10px;
    }
    .fotopacks-list .fotopacks table{
        margin-left: 5px;
    }
    .fotopacks-list .fotopacks .fotopacks-content{
        width: calc(100% - 35px);
    }
}