/* ---------------------------------------------------- */
/*               Basic Elements & Classes               */
/* ---------------------------------------------------- */
html {
  background: url('../images/bg.jpg');
}
body {
  color: #889195;
  font: 13px/1.7 'Roboto', 'Arial', sans-serif;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { margin: 0px 0 0 0; font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif; }
h1 { color: #455257; text-shadow: 0 1px 0 #fff9f0; font-weight: 400; text-align: center; font-size: 45px; margin-top: -20px !important; }
header h1 { padding: 0; margin: 0; }
h2 { font-size: 22px; color: #a67100; font-family: 'Amaranth', 'Arial', sans-serif; font-weight: 400; }
h3 { font-size: 20px; }
.profile h3 { border: 0; margin-top: 0; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }
#content > h1, #content > .page-header > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 { margin: 10px 10px 0 10px; }
p {
  
}
h2.front-title {
	color: #455257;
	font-size: 24px;
	font-family: 'Roboto';
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #dcdcdc;
	letter-spacing: -1px;
}

.template-detail h1 {
	font-size: 24px;
	text-align: left;
	margin-top: 10px !important;
}

a {
  color: #455257;
  text-decoration: none;
}
a:hover {
  color: #5997af;
}
img { border: 0; }
a img { border: 0; }
hr {
  border: 0;
  border-top: 1px solid #909090;
  margin: 10px;
  padding: 0;
}
.buy-2 { display: none; }
.tabs {

}
.tabs .tabs.primary {
  padding: 0;
  margin: 0;
  height: 33px;
  border: none;
}
.tabs .tabs.primary li {
  display: block;
  float: left;
}
.tabs .tabs.primary li a {
  display: block;
  background: #adbcc1;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0ccd0), to(#adbcc1));
  background: -moz-linear-gradient(top,  #c0ccd0, #adbcc1);
  background: -o-linear-gradient(  #c0ccd0, #adbcc1 );
  border-color: #a2afb4;
  border-style: solid solid none none;
  border-width: 1px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  box-shadow: inset 0 -2px 1px rgba(0,0,0,0.07);
  color: #ffffff;
  transition:         box-shadow 0.2s ease-in-out;
  -moz-transition:    box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
}
.tabs .tabs.primary li a:hover {
  box-shadow: inset 0 0 6px 1px rgba(217,226,229,0.5);
  transition:         box-shadow 0.2s ease-in-out;
  -moz-transition:    box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
}
.tabs .tabs.primary li.active a {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff));
  background: -moz-linear-gradient(top,  #f1f1f1, #ffffff);
  background: -o-linear-gradient(  #f1f1f1, #ffffff );
  border-color: #cbcbcb;
  border-right: 1px solid #b8b8b8;
  box-shadow: inset 0 1px 0 #ffffff;
  color: #58747d;
  font-weight: bold;
  cursor: default;
}
.tabs .tabs.primary li:first-child a {
  border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  border-style: solid solid none solid;
}
.tabs .tabs.primary li:last-child a {
  border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
}
.profile,
.page-user #user-register-form,
.page-user #user-login,
.page-user #user-pass,
#newsletter-manage-subscriptions-form,
.white-wrapper,
#user-profile-form,
.node-webform,
.webform-confirmation,
#comments,
.page-comment #block-system-main {
  margin: -1px 0 50px 0;
  padding: 20px;
  background: #fff;
  border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  /*border: 1px solid #a0885f;*/
  border: 1px solid #CBCBCB;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
#comments { margin-top: 50px; }
#newsletter-manage-subscriptions-form fieldset {
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
}
#newsletter-manage-subscriptions-form fieldset legend {
  padding: 3px 10px;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #efd3a0;
  color: #483719;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.page-user .form-item {
  margin: 0;
  padding: 10px 0;
}
header .container .form-item {
	padding: 0px 0px 0px 0px;
}
#newsletter-manage-subscriptions-form .form-item-email {
  padding-top: 20px;
  display: block;
}
#newsletter-manage-subscriptions-form label[for="edit-field-newsletter-list-und"] {
  display: none;
}
#newsletter-manage-subscriptions-form input.form-submit {
  margin-top: 20px;
}

.logged-in .add-recipe-alert {
  display: none;
}

/* ---------------------------------------------------- */
/*                        Forms                         */
/* ---------------------------------------------------- */
.region-content label {
  
}
.region-content input, .region-content textarea, .region-content select {
	/*-webkit-appearance: none;*/
	background-color: #f8f8f8;
}
.region-content input, .region-content select {

}
.region-content input {
  background: #efefef;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  padding: 0 10px;
  color: #7b7b7b;
  outline: none;
}
.region-content input.form-submit {
  height: 30px;
  border: 1px solid #f4b809;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #957600;
  font-weight: 400;
  font-family: 'Amaranth', 'Arial', sans-serif;
  box-shadow: inset 0 1px 0 #fffabe, 0 2px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 1px 0 #fffabe, 0 2px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 1px 0 #fffabe, 0 2px 3px rgba(0,0,0,0.15);
  text-shadow: 0 1px 0 #fff0b7;
  background: #ffc20e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff56a), to(#ffc20e)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff56a, #ffc20e); /* for firefox 3.6+ */
  background: -o-linear-gradient(  #fff56a, #ffc20e ); /* Opera 11.10+ */
}
.region-content textarea {
	background: #efefef;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  color: #7b7b7b;
  outline: none;
}
.region-content input:hover, .region-content textarea:hover, .region-content select:hover {  }
.region-content input:focus, .region-content textarea:focus, .region-content select:focus {  }
.region-content input[type="submit"], .region-content button {
	
}
.region-content input[type="submit"].medium, .region-content button.medium {  }
.region-content input[type="submit"].large, .region-content button.large {  }
.region-content select, .region-content option {
	
}
.region-content input::-webkit-input-placeholder, .region-content textarea::-webkit-input-placeholder {  }
.region-content input:-moz-placeholder, .region-content textarea:-moz-placeholder {  }
.region-content input.placeholder, .region-content textarea.placeholder {  }

.fulltext {
  position: relative;
}
.fulltext .form-type-textfield input  {
  background: #30383b;
  background: -webkit-gradient(linear, left top, left bottom, from(#30383b), to(#333c3f)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #30383b,  #333c3f); /* for firefox 3.6+ */
  background: -o-linear-gradient(  #30383b, #333c3f ); /* Opera 11.10+ */
  background: linear-gradient(  #30383b, #333c3f );
  border: none;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 32px;
  padding: 0 45px 0 10px;
  color: #859399;
  outline: none;
  font-size: 12px;
  text-shadow: 0 1px 0 #222628;
}
header .fulltext .form-submit {
  position: absolute;
  top: 30px;
  right: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background: url('../images/ico-search.png') no-repeat center center #ffc20e;
  background: url('../images/ico-search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#fff56a), to(#ffc20e)); /* for webkit browsers */
  background: url('../images/ico-search.png') no-repeat center center, -moz-linear-gradient(top,  #fff56a,  #ffc20e); /* for firefox 3.6+ */
  background: url('../images/ico-search.png') no-repeat center center, -o-linear-gradient(  #fff56a, #ffc20e ); /* Opera 11.10+ */
}
header .fulltext .form-submit:hover {
  box-shadow: inset 0 0 10px #fff;
  -moz-box-shadow: inset 0 0 10px #fff;
  -webkit-box-shadow: inset 0 0 10px #fff;
}
header .fulltext .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
header .fulltext .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}


#edit-uc-paypal {
  height: auto;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}

#mce-EMAIL {
  background: #efefef;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 35px;
  padding: 0 10px;
  color: #7b7b7b;
  outline: none;
  display: block;
  width: 170px;
  margin: 10px 5px 0px 0px;
  float: left;
}

#mc-embedded-subscribe {
  height: 37px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #6d6d6d;
  font-weight: 400;
  font-size: 11px;
  font-family: 'Open Sans', 'Arial', sans-serif;
  background: #e0e0e0;
  display: block;
  border: none;
  float: left;
  border: 1px solid #bfbfbf;
  margin: 10px 0px 0px 0px;
}

.field-name-field-tags-photo ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.field-name-field-tags-photo ul li {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 3px !important;
  text-align: center;
  background: #fff !important;
  margin: 0 5px 5px 0;
  font-size: 0.9em;
  border: 1px solid #d8d8d8;
}

/* ---------------------------------------------------- */
/*                        Free photos                   */
/* ---------------------------------------------------- */

.page-free-photos .region-content input.form-text {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 550px;
  height: 45px;
  padding: 0 10px;
  color: #7b7b7b;
  outline: none;
}

.page-free-photos .region-content input.form-submit {
	border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #7b7b7b;
  outline: none;
  margin: 0px 0px 0px 0px;
  padding: 12px 22px 33px 22px;
  background: #90c6e3;
  border-bottom: 2px solid #6199b8;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #659fbe;
  font-family: 'Roboto', Arial;
}

.page-free-photos .view-filters {
	margin: 10px 0px 35px 0px;
	padding-left: 160px;
}
/* ---------------------------------------------------- */
/*                        Header                        */
/* ---------------------------------------------------- */
header {
  background: #455257;
  box-shadow: inset 0 -1px 0 #000000;
  position: relative;
}
header h1 {
  width: 190px;
}
header h1 span {
  text-indent: -9999px;
  display: block;
  position: absolute;
}

.user-zone {
  text-align: right;
}
.user-zone form {
  display: block;
  float: left;
  padding-right: 7px;
}
.user-zone form input {
  margin-top: 10px;
}
.user-zone-button {
  width: 54px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 5px 10px 0 0;
  font-family: 'Amaranth', 'Arial', sans-serif;
  color: #356784;
  text-align: left;
  text-shadow: 0 1px 0 #b4dbf1;
  padding-left: 27px;
  font-size: 13px;
}
.user-zone-button#login,
.user-zone-button#logout {
  background: url('../images/button-login.png') no-repeat;
}
.user-zone-button#logout {
  margin-right: 0px;
}
.user-zone-button#sign-up {
  background: url('../images/button-signup.png') no-repeat;
  margin-right: 0px;
}
.user-zone-button#profile {
  background: url('../images/button-signup.png') no-repeat;
}

.region-user-zone {
  display: inline-block;
  margin-right: 20px;
}
.region-user-zone a.pay,
.region-user-zone b {
  font-size: 14px;
}

.everyday {
	color: #b7c8ce;
	font-weight: 300;
	float: left;
	padding-top: 10px;
}

/*** Template list ***/
.template-list {
  background: #fff;
  width: 316px;
  height: 326px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  box-shadow: 0 1px 1px 0px #dcdcdc !important;
  position: relative;
}
.page-free-photos .template-list,
.node-type-free-photo .template-list {
  height: 300px;
}
.template-list:nth-child(3n + 3),
.promo-list:nth-child(3n + 3),
.node-template:nth-child(3n + 4) .template-list,
.node-product.node-teaser:nth-child(3n + 4) .template-list,
.view-id-front .view-content .views-row-last .template-list {
  margin-right: 0;
}
.template-list a.template-png  {
	z-index: 100;
	width: 302px;
	height: 207px;
	position: absolute;
	top: 7px;
	left: 7px;
  color: #837459;
  /* background: url(../images/bg-top-pic.png) no-repeat 0 0; */
}
.template-list a.template-png:hover  {
	/* background: url(../images/bg-top-pic.png) no-repeat 0 bottom; */
}
.template-list .template-img {
  display: block;
  width: 302px;
  height: 203px;
  margin: 7px 0 0 7px;
}
.template-list .template-title {
  /*height: 29px;
  line-height: 29px;*/
  display: block;
  color: #455257;
  text-align: center;
  padding: 15px 8px 6px 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Amaranth', 'Arial', sans-serif;
}
.template-list .template-info {
  background: rgba(225,225,225,0.32);
  height: 38px;
  padding: 0 8px;
  font-size: 12px !important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-family: 'Amaranth', 'Arial', sans-serif;
  text-align: right;
  position: relative;
  margin-top: 8px;
}
.template-list .template-info .ico-licence {
  position: absolute;
  top: 9px;
  left: 5px;
}
.template-list .template-info .views,
.template-list .template-info .fb-comments-count,
.template-list .template-info .likes {
  display: inline;
  line-height: 38px;
  height: 38px;
  padding: 0 10px 0 18px;
  float: right;
}
.template-list .template-info .likes .cancel,
.template-list .template-info .likes .star,
.template-list .template-info .likes .title,
.template-list .template-info .likes .fivestar-widget.fivestar-widget-1,
.template-list .template-info .likes .fivestar-widget input {
  display: none;
}
.template-list .template-info .likes .form-type-fivestar .description {
  font-size: 12px;
}
.template-list .template-info .likes {
  background: url('../images/ico-heart.png') no-repeat center left;
}
.template-list .template-info .views {
  background: url('../images/ico-view-2.png') no-repeat center left;
  padding-right: 0;
}
.template-list .template-info .fb-comments-count {
  background: url('../images/ico-comment.png') no-repeat center left;
}
.template-list .shadow {
  /* background: url('../images/template-list-shadow.png') no-repeat; */
  height: 21px;
  width: 100%;
  position: absolute;
  bottom: -21px;
}

.template-list .field-name-field-category ul {
  list-style-type: none;
  padding: 0 8px 3px 8px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  opacity: 0.4;
  height: 22px;
  overflow: hidden;
}
.template-list .field-name-field-category ul li {
  display: inline-block;
  padding: 0 10px;
}

.node-free-photo {
  float: left;
  margin-bottom: 0px;
}
.node-free-photo .template-list {
  height: 300px;
}
.page-search .node-free-photo .template-list {
  height: 326px;
}
.node-free-photo:nth-child(3n + 4) .template-list {
  margin-right: 0;
}
.page-search .node-free-photo .template-list .template-info {
  margin-top: 34px;
}

.template-list-similar {
  width: 170px;
  height: 150px;
  padding: 7px;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 18px;
  margin-top: 30px;
  box-shadow: 0 1px 1px 0px #bbbbbb;
  text-align: center;
  font-weight: bold;
}
.template-list-similar.views-row-last {
  margin-right: 0;
}


/*** FRONT TABS PAGE ***/

ul#front-tabs {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #dcdcdc;
}

ul#front-tabs li {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

ul#front-tabs li a {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 10px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	font-size: 22px;
	font-weight: 300 !important;
	color: #909090;
}

ul#front-tabs li a.active {
	font-weight: 400 !important;
	color: #455257;
}

a.front-button {
	margin: -10px 0px 20px 0px;
	padding: 8px 15px 8px 15px;
	background: #90c6e3;
	border-bottom: 2px solid #6199b8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #659fbe;
	display: inline-block;
}

a.front-button:hover {
	opacity: 0.8;
}


/*** PROMO LIST ***/

.promo-list {
	background: #fff;
  width: 309px;
  height: 259px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  box-shadow: 0 1px 1px 0px #dcdcdc !important;
  padding-left: 7px;
  padding-top: 7px;
}


/*** Template detail ***/
.column.detail {
  margin-left: 0;
}
.template-detail.screen {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0px #bbbbbb;
  position: relative;
  padding: 8px;
  width: 532px !important;
  margin: 0 20px 0 0;
  color: #aeaeae;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  font-size: 12px;
}
.template-detail.screen p {
  margin: 5px 0;
}
.template-detail.screen .field-name-field-screens {
  text-align: center;
}
.template-detail.screen .field-item {
  display: inline-block;
  margin: 0 0px;
}
.text-wrap {
  font-size: 14px;
  padding: 10px 0 20px 0;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
}
.text-wrap p {
  margin: 0;
}
.template-blocks {
  margin-bottom: 15px;
}
.template-block {
  width: 93px;
  padding: 14px 5px 15px 35px;
  height: 27px;
  float: left;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  color: #356784;
  text-shadow: 0 1px 0 #b4dbf1;
  line-height: 100%;
}
.template-block.block1 {
  margin-right: 10px;
  background: url('../images/block-size.png') no-repeat;
}
.template-block.block1.size-photo {
  background: url('../images/block-size-photo.png') no-repeat;
}
.template-block.block2 {
  margin-right: 10px;
  background: url('../images/block-file.png') no-repeat;
}
.template-block.block2.res {
  background: url('../images/block-resolution.png') no-repeat;
}
.template-block.block3 {
  background: url('../images/block-licence.png') no-repeat;
}
/*.template-detail .template-info,
.template-detail .share {
  float: left;
}
.template-detail .template-info {
  width: 210px;
}
.template-detail .template-info span.row {
  display: block;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  padding: 0 0 15px 0;
  margin:  0 0 15px 0;
  background: url('../images/border-1.png') bottom repeat-x;
  line-height: 100%;
  font-size: 14px;
}*/
.template-detail .template-info span.col {
  display: block;
  float: left;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  padding: 0 15px 15px 0;
  line-height: 100%;
  font-size: 14px;
  box-sizing: border-box;
}
.fivestar-widget,
.form-type-fivestar .description {
  float: left;
  font-size: 14px;
}
.fivestar-widget.fivestar-widget-1 {
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-right: 5px;
}
.fivestar-widget .star,
.fivestar-widget .cancel {
  background: none !important;
  width: 20px !important;
  height: 16px !important;
  float: left;
}
.template-detail .template-info span.col .star a,
.template-detail .template-info span.row .star a {
  width: 20px;
  height: 16px;
  float: left;
  display: block;
}
.template-detail .template-info span.col .star.on,
.template-detail .template-info span.row .star.on {
  display: none!important;
}
.template-detail .template-info span.col .cancel a,
.template-detail .template-info span.col .star a,
.template-detail .template-info span.row .cancel a,
.template-detail .template-info span.row .star a {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  float: left;
  background-position: 0 0 !important;
}
.template-detail .template-info span.col .star a,
.template-detail .template-info span.row .star a {
  background: url('../images/heart-1.png') no-repeat;
}
.template-detail .template-info span.col .cancel a,
.template-detail .template-info span.row .cancel a {
  background: url('../images/heart-2.png') no-repeat;
}
.template-detail .template-info span.col .star a:hover,
.template-detail .template-info span.col .cancel a:hover,
.template-detail .template-info span.row .star a:hover,
.template-detail .template-info span.row .cancel a:hover {
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.template-detail .template-info span.col .ico.views,
.template-detail .template-info span.row .ico.views {
  background: url('../images/ico-view.png') no-repeat;
  padding-left: 25px;
}
.template-detail .template-info span.col .ico.category,
.template-detail .template-info span.row .ico.category {
  background: url('../images/ico-category.png') no-repeat;
  padding-left: 25px;
}
/*.template-detail .share {
  width: 160px;
  margin-left: 50px;
}
.template-detail .share a {
  display: block;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  padding: 0 0 10px 0;
  margin:  0 0 10px 0;
  background: url('../images/border-1.png') bottom repeat-x;
  width: 160px;
}*/
.template-detail .share a {
  display: inline-block;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  padding: 0 15px 15px 0;
}
/*.template-detail .share a.addthis_button_tweet {
  padding: 0 0 5px 0;
  margin:  0 0 13px 0;
}
.template-detail .share a.addthis_button_google_plusone {
  padding: 0 0 6px 0;
  margin:  0 0 15px 0;
}*/
.template-detail .share a.addthis_button_google_plusone {
  width: 60px;
}
.template-detail .detail-ads {
  background: #fff;
  width: 343px;
  height: 287px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 26px;
  box-shadow: 0 1px 1px 0px #dcdcdc !important;
  padding-left: 7px;
  padding-top: 7px;
}
.btn-download {
  display: block;
  background: url('../images/button-download.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 179px;
  height: 61px;
  float: right;
}
.btn-download:hover {
  background: url('../images/button-download.png') no-repeat 0 -61px;
}
#buttons form {
  float: left;
}
#buttons form input {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  padding: 8px 0 0 0;
  color: #7b7b7b;
  outline: none;
}

#not-premium-block {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0px #bbbbbb;
  padding: 20px;
  margin: 0 0 20px 0;
  color: #aeaeae;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  text-align: center;
}
#not-premium-block form {
  float: left;
}
#not-premium-block h2 {
 padding-bottom: 20px;
 font-weight: 300;
 color: #737373;
 font-size: 30px;
}
#not-premium-block .node-add-to-cart {
  height: 70px;
  width: 260px;
  border: none;
  color: #8f7512;
  background: #fed954;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  margin-top: -6px;
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #eab61a;
  text-shadow: 0 1px 0 #ffeca7;
}
#not-premium-block .btn-buy-account {
  height: 57px;
  width: 260px;
  color: #356784;
  font-size: 16px;
  background: #99d0ee;
  display: block;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  padding: 13px 0px 0px 0px;
  margin: 7px 0px 0px 180px;
  line-height: 1.3;
  border-bottom: 1px solid #71abca;
  font-size: 20px;
  text-shadow: 0 1px 0 #c7eafd;
}
#not-premium-block .btn-buy-account span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
#not-premium-block span.or {
  background: #e7e7e7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin: 20px 20px;
  text-align: center;
}

#not-premium-block a#close-block {
	margin-top: 20px;
	display: inline-block;
	color: #dcdcdc;
}

.field-name-field-screens {
	background: #f9f9f9;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #f1f1f1;
}

.field-name-field-screens img {
	margin: 0px 0px 0px 10px;
	border-radius: 3px 3px 3px 3px;
}

/*** Pagination ***/
ul.pager {
  padding: 30px 120px;
  position: relative;
}
ul.pager li {
  display: inline-block !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 24px;
  padding: 3px !important;
  text-align: center;
  background: #fff !important;
  margin: 0 5px;
  font-size: 0.9em;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #d8d8d8;
}
ul.pager li a {
  display: block;
  width: 24px;
  height: 24px;
}
ul.pager li a:hover {
  text-decoration: none;
  color: #2db3ff;
}
ul.pager li.pager-first,
ul.pager li.pager-last {
  display: none !important;
}
ul.pager li.pager-previous,
ul.pager li.pager-previous a {
  width: 110px;
  position: absolute;
  left: 0;
  height: 24px;
}
ul.pager li.pager-next,
ul.pager li.pager-next a {
  width: 110px;
  position: absolute;
  right: 0;
  height: 24px;
}
ul.pager li.pager-current {
  color: #2db3ff;
}

/*** Comments ***/
#comments .new,
.page-comment #block-system-main .new {
  display: none;
}
#comments .comment,
.page-comment #block-system-main .comment {
  padding: 5px 10px 10px 10px;
}
#comments > .comment:nth-of-type(odd),
.page-comment #block-system-main > .comment:nth-of-type(odd) {
  background: #f6f6f6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#comments .indented .comment {
 border-bottom: 1px solid #efefef;
}
#comments .indented .comment:nth-of-type(last) {
 border-bottom: none;
}
#comments .comment .submitted,
.page-comment #block-system-main .comment .submitted {
  font-size: 11px;
  text-align: right;
  font-style: italic;
  opacity: 0.8;
  margin-top: -8px;
}
#comments .comment .links,
.page-comment #block-system-main .comment .links {
  font-size: 12px;
  display: block;
  margin: 0;
  text-align: right!important;
}

h1.poll {
  color: #195477;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
}
p.poll {
  color: #195477;
  font-family: 'Amaranth', 'Arial', 'Roboto', sans-serif;
  padding-bottom: 20px;
}
.poll-item {
  float: left;
  width: 480px;
  margin-bottom: 10px;
  font: 14px/1.5 'Amaranth', 'Arial', 'Roboto', sans-serif;
}
.views-row-odd .poll-item {
  margin-right: 30px;
}
.poll-item .poll-image {
  background: url('../images/bg-poll-img.png') repeat-x top;
  float: left;
  width: 224px;
  height: 219px;
  margin-right: 20px;
  padding: 8px 0 0 8px;
}
.poll-item .poll-right {
  width: 228px;
  float: left;
}
.poll-item b.title {
  font-size: 24px;
  color: #455257;
  font-weight: 500;
}
.poll-item p {
  padding: 0;
  margin: 3px 0 10px 0;
  color: #999999;
  font-size: 13px;
}
.poll-item .share {
  display: block;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  background: url('../images/border-1.png') bottom repeat-x;
}


/***** Taxonomy detail *****/
.taxonomy-desc {
  margin-bottom: 20px;
}

.taxonomy-desc .term-desc {
  float: left;
  width: 675px;
  padding-right: 5px;
  color: #676767;
  display: none;
}

/***** Membership *****/

#block-block-4 {
	text-align: center;
}

#block-block-4 h1 {
	font-size: 45px;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#block-block-4 p {
	font-size: 18px;
	font-weight: 300;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}

#block-views-count-block, #block-views-count-block-1, #block-views-count-block-2 {
	width: 264px;
	float: left;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	margin: 40px 40px 0px 0px;
	padding: 10px 20px 20px 20px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
}

#block-views-count-block-1 {
	margin-right: 0px;
}

#block-views-count-block h2, #block-views-count-block-1 h2, #block-views-count-block-2 h2 {
	color: #68818a;
}

#block-views-count-block span, #block-views-count-block-1 span, #block-views-count-block-2 span {
	top: 0px;
	right: 30px;
	position: absolute;
	font-size: 45px;
	letter-spacing: -2px;
	font-weight: 600;
}

#block-block-5 {
	width: 958px;
	float: left;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	margin: 40px 40px 30px 0px;
	padding: 10px 20px 20px 20px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
}

#block-block-5 h2 {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #dcdcdc;
}

#block-block-5 h3 {
	padding: 20px 0px 0px 0px;
}

#block-block-5 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #f1f1f1;
}

.member-list {
	width: 304px;
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.view-display-id-page_1 .views-row-last {
	margin-right: 0px;
}

.member-list p.mem-duration {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 20px;
	font-size: 16px;
	font-weight: normal;
	background: #fbfbfb;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	color: #68818a;
}

.member-list p.mem-desc {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
}

.member-list p.mem-price {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
	font-size: 27px;
	font-weight: bold;
	color: #294d5a;
}

.member-list p.mem-price span {
	font-size: 14px;
	font-weight: normal;
	color: #294d5a;
}

.member-list form {
	background: #f3f7f8;
	height: 53px;
	padding: 20px 0px 0px 20px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

.member-list form div div.form-actions {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/***** About us *****/

.aboutus {
	text-align: center;
}

.aboutus h1 {
	font-size: 45px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.aboutus h2 {
	font-size: 20px;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	color: #96a3a8;
}

.aboutustext {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.aboutustext .weare {
	width: 440px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 15px;
	text-align: justify;
}

.aboutustext .and {
	width: 54px;
	height: 54px;
	float: left;
	margin: 40px 0px 0px 33px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_and.png) no-repeat;
}

.aboutustext .webelieve {
	width: 440px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	font-size: 15px;
	text-align: justify;
}

.faces {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
}

.faces h3, .faces h4 {
	font-family: 'Roboto';
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.faces h4 {
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

.faces .and {
	width: 54px;
	height: 54px;
	float: left;
	margin: 63px 76px 0px 76px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_and.png) no-repeat;
}

.faces .face {
	width: 176px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}

.faces .facemiddle {
	width: 236px;
}

.interest {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.interest a {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #90c6e3;
	border-bottom: 2px solid #6199b8;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #659fbe;
}

.interest a:hover {
	background: #91c3de;
}



/***** Cart *****/

#cart-form-pane {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#cart-form-pane tr.odd {
	background: #fbfbfb;
}

#cart-form-pane tr td {
	padding: 10px 50px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}

#cart-form-pane tr td.desc,
#cart-form-pane tr td.price {
	line-height: 33px;
}

/*#cart-form-pane tr td.remove input {
	border: 1px solid #943e35;
	background: #b4483d;
	color: #ffffff;
	font-size: 14px;
	box-shadow: inset 0 1px 0 #c9736a, 0px 0px 0px rgba(0,0,0,0.15);
	text-shadow: 0 1px 0 #763730;
}*/

#cart-form-pane td.remove input {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/ico-delete.png) no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cart-form-pane table td.remove {
  text-align: center;
  line-height: 33px;
  padding: 10px 0;
}
#cart-form-pane table td.image {
  padding: 10px 0;
}

#cart-form-pane tr.even {
	background: #f3f7f8;
	border-bottom: 1px solid #e9e9e9;
}

#cart-form-pane tr td.subtotal {
	padding: 8px 50px 8px 0px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 18px;
	font-weight: bold;
	color: #3e6776;
}

#cart-form-pane .form-actions input {
	margin-left: 15px;
}

#cart-form-pane .form-actions {
	margin-top: 15px;
}

.uc-cart-empty {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}


/****** Submit Purchase ******/

body.page-cart-echeckout-submit #block-system-main .block-content {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

body.page-cart-echeckout-submit #block-system-main .block-content tr.odd {
	background: #fbfbfb;
}

body.page-cart-echeckout-submit #block-system-main .block-content tr td {
	padding: 10px 50px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}

body.page-cart-echeckout-submit #block-system-main .block-content tr td.desc,
body.page-cart-echeckout-submit #block-system-main .block-content tr td.price {
	line-height: 33px;
}

/*#cart-form-pane tr td.remove input {
	border: 1px solid #943e35;
	background: #b4483d;
	color: #ffffff;
	font-size: 14px;
	box-shadow: inset 0 1px 0 #c9736a, 0px 0px 0px rgba(0,0,0,0.15);
	text-shadow: 0 1px 0 #763730;
}*/

body.page-cart-echeckout-submit #block-system-main .block-content td.remove input {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/ico-delete.png) no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.page-cart-echeckout-submit #block-system-main .block-content table td.remove {
  text-align: center;
  line-height: 33px;
  padding: 10px 0;
}
body.page-cart-echeckout-submit #block-system-main .block-content table td.image {
  padding: 10px 0;
}

body.page-cart-echeckout-submit #block-system-main .block-content tr.even {
	background: #f3f7f8;
	border-bottom: 1px solid #e9e9e9;
}

body.page-cart-echeckout-submit #block-system-main .block-content tr td.subtotal {
	padding: 8px 50px 8px 0px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 18px;
	font-weight: bold;
	color: #3e6776;
}

body.page-cart-echeckout-submit #block-system-main .block-content .form-actions {
	margin-top: 15px;
}

body.page-cart-checkout-complete #block-system-main .block-content {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

/***** Files *****/
.page-user-purchased-files #content .region-content .block-content {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.page-user-purchased-files #content .region-content .block-content table {
	width: 100%;
}

.page-user-purchased-files #content .region-content .block-content tr {
	background: #fbfbfb;
}

.page-user-purchased-files #content .region-content .block-content th,
.page-user-purchased-files #content .region-content .block-content td {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.page-user-purchased-files #content .region-content .block-content tr td.desc,
.page-user-purchased-files #content .block-content tr td.price {
	line-height: 33px;
}

.page-user-purchased-files #content .region-content .block-content table td.image {
  padding: 10px 0;
}

.page-user-purchased-files #content .region-content .block-content tr.even {
	background: #f3f7f8;
	border-bottom: 1px solid #e9e9e9;
}

/****** Order History ******/

body.page-user-orders #content .region-content .block-content {
	background: #ffffff;
	box-shadow: 0 1px 1px 0px #dcdcdc !important;
	padding: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

body.page-user-orders #content .region-content .block-content tr.odd {
	background: #fbfbfb;
}

body.page-user-orders #content .region-content .block-content tr td {
	padding: 10px 50px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}

body.page-user-orders #content .region-content .block-content tr td.desc,
body.page-user-orders #content .region-content .block-content tr td.price {
	line-height: 33px;
}

/*#cart-form-pane tr td.remove input {
	border: 1px solid #943e35;
	background: #b4483d;
	color: #ffffff;
	font-size: 14px;
	box-shadow: inset 0 1px 0 #c9736a, 0px 0px 0px rgba(0,0,0,0.15);
	text-shadow: 0 1px 0 #763730;
}*/

body.page-user-orders #content .region-content .block-content td.remove input {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/ico-delete.png) no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.page-user-orders #content .region-content .block-content table td.remove {
  text-align: center;
  line-height: 33px;
  padding: 10px 0;
}
body.page-user-orders #content .region-content .block-content table td.image {
  padding: 10px 0;
}

body.page-user-orders #content .region-content .block-content tr.even {
	background: #f3f7f8;
	border-bottom: 1px solid #e9e9e9;
}

body.page-user-orders #content .region-content .block-content tr td.subtotal {
	padding: 8px 50px 8px 0px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 18px;
	font-weight: bold;
	color: #3e6776;
}

body.page-user-orders #content .region-content .block-content .form-actions {
	margin-top: 15px;
}

#block-views-templates-block-2 {
	margin-top: 50px;
}



/* ---------------------------------------------------- */
/*                        Footer                        */
/* ---------------------------------------------------- */
#footer {
  background: #fafafa;
  border-top: 1px solid #d8d8d8;
  height: 130px;
  margin-top: 30px;
  font-family: 'Amaranth', 'Arial', sans-serif;
  color: #808e93;
  font-weight: 400;
  padding: 30px 30px 30px 30px;
}
#footer .title {
  display: block;
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08), 0 1px 0 #fff;
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08), 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08), 0 1px 0 #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #7a4309;
  font-family: 'Marmelad', 'Arial', sans-serif;
}
#footer .column-one-third.last {
  font-size: 13px;
  float: right;
  text-align: justify;
}
#footer .column-one-third.middle {
  margin-left: 40px;
}

#footer .column-one-third.middle b,
#footer .column-one-third.last b {
  font-size: 24px;
  font-weight: 400;
  color: #455257;
}
#footer .copyright {
  color: #bbbbbb;
  font-size: 12px;
}

/* ---------------------------------------------------- */
/*                Normal devices (1000px)                */
/* ---------------------------------------------------- */
@media only screen and (min-width: 1000px) {
	
  html {
    background-attachment: fixed;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  a.poll-button {
    position: absolute;
    top: 0;
    left: 215px;
    height: 113px;
    width: 191px;
    background: url('../images/uncle-sam-ico.png') no-repeat;
    text-indent: -9999px;
    display: none;
  }
  a.poll-button:hover {
    background: url('../images/uncle-sam-ico-hover.png') no-repeat;
  }
  header {
    height: 89px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  header a.logo {
    float: left;
    padding-top: 20px;
  }
  header .fulltext {
    float: right;
    width: 255px;
    padding-top: 28px;
    padding-left: 50px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  header .fulltext .form-type-textfield input {
    width: 200px;
  }
  header .menu {
    position: absolute;
    top: 15px;
    right: 130px;
  }
  #content {
    padding-top: 89px;
    padding-bottom: 222px;
  }
  .user-zone {
    position: absolute;
    width: 340px;
    right: 0;
    top: -4px;
  }
  .column-one-half {
    width: 490px;
  }
  .column-one-half.first {
    margin: 0 20px 0 0;
  }
  .column-one-half.last {
    margin: 0;
  }
  .column-one-half.detail {
    width: 548px;
    margin-bottom: 30px;
  }
  .column-one-half.detail.last {
    width: 422px;
    float: right;
    margin-bottom: 30px;
  }
  #footer .column-one-half.last {
    text-align: right;
  }
  .column-one-third {
    width: 300px;
  }
  .column-two-third {
    width: 620px;
  }
  .column-one-fourth {
    width: 216px;
  }
  .column-one-fourth.first {
    margin-left: 0;
  }
  .column-one-fourth.last {
    width: 292px;
    margin-right: 0;
  }
  .column-three-fourth {
    width: 700px;
  }
  #category {
    height: 60px;
    margin-bottom: 25px;
    background: url('../images/category-border.png') repeat-x bottom;
  }
  #likebox {
    width: 1000px;
    height: 178px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 40px 0;
  }
  #likebox iframe {
    position: absolute;
    left: -7px;
    top: -1px;
  }
  
  .template-list .ico-licence { display: none; }
  .template-list:hover .ico-licence { display: block; }
  
  .comments iframe {
    width: 1000px!important;
  }
  
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0px 50px 0px;
  }
    
}

/* ---------------------------------------------------- */
/*                 Small devices (760px)                */
/* ---------------------------------------------------- */
@media only screen and (min-width: 780px) and (max-width: 999px) {
	
  html {
    background-attachment: fixed;
  }
	h1 {
    margin: 40px 270px 50px 0;
    font-size: 30px;
  }
  a.poll-button {
    position: absolute;
    top: 0;
    left: 180px;
    height: 113px;
    width: 191px;
    background: url('../images/uncle-sam-ico.png') no-repeat;
    text-indent: -9999px;
  }
  a.poll-button:hover {
    background: url('../images/uncle-sam-ico-hover.png') no-repeat;
  }
  .buy-1 { display: none; }
  .buy-2 { display: block; }
  header {
    height: 88px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  header a.logo {
    float: left;
    padding-top: 20px;
  }
  header .fulltext {
    float: right;
    width: 255px;
    padding-top: 28px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  header .fulltext .form-type-textfield input {
    width: 200px;
  }
  header .menu {
    position: absolute;
    top: 15px;
    right: 130px;
  }
  #content {
    padding-top: 100px;
    padding-bottom: 222px;
  }
  .user-zone {
    position: absolute;
    width: 260px;
    right: 0;
    top: 10px;
  }
  .user-zone a {
    float: left;
  }
  .column-one-half.last {
    text-align: right;
  }
  .column-one-third {
    width: 236px;
  }
  .column-two-third {
    width: 492px;
  }
  .column-one-fourth {
    width: 172px;
  }
  .column-three-fourth {
    width: 556px;
  }
  #likebox {
    width: 760px;
    height: 178px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 40px 0;
  }
  #likebox iframe {
    position: absolute;
    left: -7px;
    top: -1px;
  }
  
  .template-list .ico-licence { display: none; }
  .template-list:hover .ico-licence { display: block; }
  
  .comments iframe {
    width: 760px!important;
  }
  
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
  }
  
}

/* ---------------------------------------------------- */
/*               Wide Mobile Layout (480px)             */
/* ---------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 779px) {
	
  h1,h2,h3,h4,h5,h6 {font-family: 'Arial';}
  h1 {
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 28px;
  }
  input {
    max-width: 90%;
    font-family: 'Arial';
  }
  input.form-submit {
    font-family: 'Arial';
  }
  header a.logo {
    float: left;
    padding-top: 10px;
  }
  a.poll-button {
    display: none;
  }
  .buy-1 { display: none; }
  .buy-2 { display: block; }
  header ul.menu {
    border: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
  }
  header .fulltext {
    padding-top: 5px;
    padding-bottom: 10px;
    clear: both;
  }
  header .fulltext .form-type-textfield input {
    width: 425px;
  }
  header .fulltext .form-submit {
    top: 7px;
  }
  #category .label {
    display: none;
  }
  .user-zone {
    padding-top: 20px;
  }
  .tabs {
    clear: both;
    padding-top: 20px;
  }
  .template-list.views-row {
    margin: 0 0 26px 80px;
  }
  .template-detail.screen {
    width: 464px!important;
  }
  .template-detail.screen img {
    width: 464px;
    height: 311px;
  }
  .template-detail.screen p {
    margin: 0;
  }
  .template-detail h1 {
    margin-bottom: 0;
  }
  #likebox,
  #backtotop {
    display: none!important;
  }
  ul.pager {
    padding: 30px 0 50px 0;
    position: relative;
  }
  ul.pager li {
    width: 24px;
    margin: 0 2px;
  }
  ul.pager li.pager-previous {
    width: 110px;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  ul.pager li.pager-next {
    width: 110px;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  iframe.youtube {
    width: 418px;
    height: 235px;
  }
  
  .comments iframe {
    width: 480px!important;
  }
  
  #footer {
    height: auto;
    padding: 30px 0;
  }
  #footer .column.column-one-half {
    margin: 0;
  }

}

/* ---------------------------------------------------- */
/*                 Mobile Layout (320px)                */
/* ---------------------------------------------------- */
@media only screen and (max-width: 480px) {
	
  h1,h2,h3,h4,h5,h6 {font-family: 'Arial';}
  h1 {
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 28px;
  }
  input {
    max-width: 90%;
    font-family: 'Arial';
  }
  input.form-submit {
    font-family: 'Arial';
  }
  .tabs .tabs.primary li a {
    background: #b8a27b;
    background: -webkit-gradient(linear, left top, left bottom, from(#dabf8f), to(#b8a27b));
    background: -moz-linear-gradient(top,  #dabf8f, #b8a27b);
    background: -o-linear-gradient(  #dabf8f, #b8a27b );
    padding: 0 10px;
    font-size: 10px;
  }
  header a.logo {
    float: left;
    padding-top: 10px;
  }
  a.poll-button {
    display: none;
  }
  .buy-1 { display: none; }
  .buy-2 { display: block; }
  #block-block-1 .buy-2 img.img-1 { width: 210px!important; height: 39px!important; }
  #block-block-1 .buy-2 img.img-2 { width: 110px!important; height: 39px!important; }
  #block-block-2 .buy-2 img { width: 300px!important; height: 41px!important; }
  header ul.menu {
    border: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
  }
  header .fulltext {
    /*width: 316px;*/
    padding-top: 5px;
    padding-bottom: 10px;
    clear: both;
  }
  header .fulltext .form-type-textfield input {
    width: 265px;
  }
  header .fulltext .form-submit {
    top: 7px;
  }
  #category .label {
    display: none;
  }
  .user-zone {
    padding-top: 10px;
  }
  .tabs {
    clear: both;
    padding-top: 20px;
  }
  .template-list {
    margin-right: 0;
  }
  .template-detail.screen {
    width: 304px!important;
  }
  .template-detail.screen img {
    width: 304px;
    height: 204px;
  }
  .template-detail.screen p {
    margin: 0;
  }
  .template-blocks .template-block.block3 {
    display: none;
  }
  .template-detail h1 {
    margin-bottom: 0;
  }
  .template-detail .template-info, .template-detail .share {
    float: none;
  }
  .template-detail .template-info {
    width: auto;
  }
  .template-detail .share {
    width: auto;
    margin-left: 0;
  }
  .template-detail .share a {
    background: none;
    width: 100px;
    float: left;
  }
  #likebox,
  #backtotop {
    display: none!important;
  }
  ul.pager {
    padding: 30px 0 50px 0;
    position: relative;
  }
  ul.pager li {
    width: 22px;
    margin: 0 1px;
  }
  ul.pager li.pager-previous {
    width: 110px;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  ul.pager li.pager-next {
    width: 110px;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  ul.pager li.pager-ellipsis {
    display: none!important;
  }
  iframe.youtube {
    width: 258px;
    height: 145px;
  }
	
  .comments iframe {
    width: 320px!important;
  }
  
  #footer {
    height: auto;
    padding: 30px 0;
  }
  #footer .column.column-one-half {
    margin: 0;
  }
  
}

#block-block-7 {
  clear: both;
}

/*** ADs ***/
.leaderboard {
  padding: 7px 0 3px 0;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0px #bbbbbb;
  text-align: center;
  margin-bottom: 30px;
}
.leaderboard p {
  margin: 0;
}
.middle-sq {
  background: #fff;
  width: 309px;
  height: 259px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 26px;
  box-shadow: 0 1px 1px 0px #dcdcdc !important;
  padding-left: 7px;
  padding-top: 7px;
}
.middle-sq p {
  margin: 0;
}
.view-id-front.view-display-id-page .view-content,
.view-id-front.view-display-id-page .view-footer {
  float: left;
}

.node-type-free-photo .node-free-photo {
  float: none;
}



#thx-block {
  width: 700px;
}
#thx-block .fl {
  float: left;
}
#thx-block .fr {
  float: right;
}