/*------------------------------------------------------------------------
# "Hot Wedding" Joomla template - July, 2012
# Copyright (C) 2012 HotJoomlaTemplates.com All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,cyrillic-ext,greek,greek-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Vidaloka);


body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:24px;
}

p {
	margin: 0 0 20px 0;
}
	
p img {
	margin: 0;
}

em {
	font-style: italic;
}
	
strong {
	font-weight: bold;
	color: #333;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* Buttons */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Forms */

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
		color: #444;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

a {
	text-decoration: none;
}

a.hover {
	color:#666;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight:900;
    padding:45px 0 0 0;
    margin:0 0 10px 0;
    line-height:normal;
    text-transform:uppercase;
    font-size: 46px;
    line-height: 50px;
}

h2, h2 a {
    font-family: 'Vidaloka', serif;
    line-height:normal;
    text-decoration:none;
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
}

h2 {
    margin:0;
    padding:0;
}

div.hotcontent h2 {
	padding:10px 60px 10px 15px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
}

div.carousel_area h2 {
	color:#333;
}

div.item-page h2 {
	margin:0 0 30px 0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    margin:0 0 15px 0;
    padding:0;
    font-size: 36px;
    line-height: 36px;
    font-weight:300;
}

div.hotside h3 {
	color:#999;
	border-bottom:1px solid #dcdcdc;
	padding:0 0 8px 0;
}

div.hotside div.moduletable,
div.hotside div.moduletable_color,
div.hotside div.moduletable_grey {
	margin-bottom:20px;
}

div.hotside div.moduletable_color {
	color:#fff;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.hotside div.moduletable_color h3 {
	color:#fff;
}

div.hotside div.moduletable_grey {
	color:#fff;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.hotside div.moduletable_grey h3 {
	color:#fff;
}

div.hotside div.moduletable_color img,
div.hotside div.moduletable_grey img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

div.hotfooter {
	text-align:right;
	font-size:12px;
	background:url(../images/footer_bg.png) top center no-repeat;
	padding:50px 0 70px;
	margin-top:30px;
}

/* overwrite joomla.css */

div.finder label, div.finder br, div.header_area div.search label {
	display:none;
}

div.header_area div.search {
	display: inline-block;
	float:right;
	border:2px solid #fcb4c3;
	padding:2px;
	background:#fff url(../images/search_bg.png) repeat-x;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:20px;
}

div.header_area div.search input.inputbox {
	float:left;
	font-family: 'PT Serif', serif;
	font-style:italic;
	font-size:15px;
	margin:0;
	border:none;
	background:none;
	padding:7px 10px;
}

div.header_area div.search input.button {
	float:left;
	margin:0;
	font-family: 'PT Serif', serif;
	font-style:italic;
	font-size:15px;
	padding:7px 20px;
}

/* top menu */

.menutop, .menutop ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	z-index:10;
	font-family: 'PT Serif', serif;
}

.menutop ul {
	display:none;
	left:-15px;
}

.menutop a, .menutop span {
	display:block;
	text-decoration:none;
	font-size:21px;
	font-weight:normal;
	cursor: pointer;
}

.menutop > li > a, .menutop > li > span {
	padding:0 30px 0 0;
	height:56px;
	line-height:56px;
}

.menutop > li > a:hover, .menutop > li > span:hover, .menutop > li.active > a, .menutop > li.active > span {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menutop > li {
	margin:0 !important;
	padding:0;
	border-bottom:none;
	height:40px;
}

.menutop li:hover > ul {
	padding:15px 10px;
	margin:0;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.menutop li:hover > ul ul {
	padding:15px 10px;
	width:186px;
	margin:0;
}

.menutop li:hover ul li a, .menutop li:hover ul li span {
	background:none;
	padding:5px;
	color:#fff !important;
}

.menutop li:hover ul li a:hover, .menutop li:hover ul li span:hover {
	border:none;
	position:relative;
	padding:5px;
	color:#333 !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menutop li#current ul li a, .menutop li.active ul li a,
.menutop li#current ul li span, .menutop li.active ul li span {
	border:none;
	position:relative;
}

.menutop li {
	float:left;
	position:relative;
	margin:0;
}

.menutop li ul li, .menutop li ul li ul {
	margin:0;
	padding:0;
	float:none;
	cursor:pointer;
}

.menutop li ul a, .menutop li ul span {
	width:186px;
	line-height:normal;
	padding:7px;
}

.menutop li ul ul {
	left:196px;
	margin:0;
}

.menutop li:hover ul ul, .menutop li:hover ul ul ul, .menutop li:hover ul ul ul ul {
	display:none;
}

.menutop li:hover ul, .menutop li li:hover ul, .menutop li li li:hover ul, .menutop li li li li:hover ul {
	display:block;
}

.menutop ul li a, .menutop ul li span {
	font-size:16px;
	font-weight:normal;
	text-transform:none;
}

.menutop ul ul {
	top:0px;
	z-index:10000;
}

.menutop img {
	margin-right:5px;	
}

.image-title {
	line-height:18px;
}

.menutop li img {
	float:left;
}

/* top menu mobile */

ul.mobile_menu {
	margin:5px 0 0 0; 
	padding:0 0 0 10px;
	background-color: #302f2f;
}

ul.mobile_menu li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	width:100%;
	background:#444;
	font-family: "Vidaloka", serif;
	text-align:left;
	text-indent:10px;
	line-height:45px;
	cursor:pointer;
	color:#fff;
	font-size:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.mobile_menu {
	display:none;
	width:auto;
}

.mobile_menu li a, .mobile_menu li span {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:3px 10px; 
	display:block;
	font-size:16px;
}

.mobile_menu > li > a, .mobile_menu > li > span {
	font-size:16px;
}

/* side menu */

.hotside ul.menu {
	margin:0;
	padding:0;
}

.hotside ul.menu li {
	margin:0;
	padding:0 0 10px 30px;
	list-style:none;
}

.hotside ul.menu li.active {
	background:url(../images/main_menu_bg.png) no-repeat;
}

.hotside ul.menu li a {
	text-decoration:none;
	color:#666;
}

.hotside ul.menu li.active a {
	font-weight:700;
}

/* forms */

fieldset {
	border:0;
	margin:0;
	padding:0;
}

legend {
	font-weight:bold;
	margin: 0;
	padding: 0;
}

.input {
	margin:0;
	padding:0;
}

.inputbox {
	background: #fff;
	border: 1px solid #999;
	padding: 3px;
	display: block;
}

.button {
	border: 1px solid #333;
	padding: 5px 10px;
	color:#fff;
	background:#666;
}

form {
	margin:0;
	padding:0;
}

/* lists */

ul, ol {
	margin: 15px 30px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

ul.arrow li {
	list-style-image: url(../images/bullet_arrow_right.png);
}

ul.arrowleft li {
	list-style-image: url(../images/bullet_arrow_left.png);
}

ul.calendar li {
	list-style-image: url(../images/bullet_calendar.png);
}

ul.checklist li {
	list-style-image: url(../images/bullet_tick.png);
}

ul.delete li {
	list-style-image: url(../images/bullet_delete.png);
}

ul.email li {
	list-style-image: url(../images/bullet_email.png);
}

ul.file li {
	list-style-image: url(../images/bullet_file.png);
}

ul.folder li {
	list-style-image: url(../images/bullet_folder.png);
}

ul.heart li {
	list-style-image: url(../images/bullet_heart.png);
}

ul.information li {
	list-style-image: url(../images/bullet_information.png);
}

ul.lock li {
	list-style-image: url(../images/bullet_lock.png);
}

ul.pencil li {
	list-style-image: url(../images/bullet_pencil.png);
}

ul.person li {
	list-style-image: url(../images/bullet_person.png);
}

ul.rss li {
	list-style-image: url(../images/bullet_rss.png);
}

ul.shop li {
	list-style-image: url(../images/bullet_shop.png);
}

ul.song li {
	list-style-image: url(../images/bullet_song.png);
}

ul.star li {
	list-style-image: url(../images/bullet_star.png);
}

ul.star2 li {
	list-style-image: url(../images/bullet_star2.png);
}

ul.trash li {
	list-style-image: url(../images/bullet_trash.png);
}

ul.tweak li {
	list-style-image: url(../images/bullet_tweak.png);
}

ul.unlock li {
	list-style-image: url(../images/bullet_unlock.png);
}

ul.warn li {
	list-style-image: url(../images/bullet_warning.png);
}

/* typography */

.warning {
	padding:15px 15px 15px 60px;
	color:#000;
	border-top:4px solid #c10000;
	border-bottom:4px solid #c10000;
	background:#FFDE25 url(../images/warning.png) no-repeat center left;
}

.info {
	padding:15px 15px 15px 60px;
	color:#006699;
	border-top:4px solid #006699;
	border-bottom:4px solid #006699;
	background:#bde1ff url(../images/info.png) no-repeat center left;
}

.error {
	padding:15px 15px 15px 60px;
	color:#900;
	border-top:4px solid #900;
	border-bottom:4px solid #900;
	background:#f8b5b5 url(../images/error.png) no-repeat center left;
}

.typewriter {
	background: url(../images/typewriter_bg.png);
	padding:20px 15px 20px 30px;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	line-height:20px;
	text-align:left;
}

blockquote {
	margin:0;
	padding:15px 15px 15px 75px;
	font-size:125%;
	font-style:italic;
	line-height:normal;
	background: url(../images/quotes.png) top left no-repeat;
}

.dropcap:first-letter {
	font-size: 300%;
	font-weight:bold;
	float:left;
	margin:0 10px 5px 0;
}

span.p_number {
	font-size: 400%;
	font-weight:bold;
	float:left;
	margin:0 10px 30px 0;
	position: relative;
	top:15px;
}

.inset_left {
	display:block;
	float:left;
	width: 150px;
	font-style: italic;
	margin: 15px 15px 15px 0;
}

.inset_right {
	display:block;
	float:right;
	width: 150px;
	font-style: italic;
	margin: 15px 0 15px 15px;
}

.inset_title {
	font-weight:bold;
	display:block;
}

img.img_left {
	float:left;
	margin:0 15px 15px 0;
}

img.img_right {
	float:right;
	margin:0 0 15px 15px;
}

/* hot wedding specifics */

a.readmore, p.readmore a {
	width:161px;
	height:36px;
	line-height:36px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	display: block;
	float:right;
	text-indent:35px;
	background:url(../images/readmore_bg.png) no-repeat;
	text-decoration:none;
	font-family:'PT Serif', serif;
	font-style:italic;
	margin-bottom:50px;
}

a.readmore:hover, p.readmore a:hover {
	color:#fff !important;
}

div.hotcontent img, div.hotside img {
	max-width:100%;
}

/* joomla.css overrides */

.pane-toggler-down, .pane-toggler {
	background:#333;
}

.category th {
	background: #333;
}

table.category {
	border:1px solid #333;
}

.cat-list-row1 td {

}

dt.article-info-term {
	display:none;
}

dl.article-info dd {
	padding-bottom:10px;
}

div.img-intro-left, div.img-fulltext-left, div.wedding_k2_item_image, div.wedding_k2_image {
	padding-bottom:10px;
}

/* k2 styling */

div.wedding_k2_article_info, dl.article-info {
	font-size:11px;
	font-style:italic;
	text-align:right;
	font-family:'PT Serif', serif;
	width:94px;
	float:left;
	margin-right:25px;
	padding-right:18px;
	border-right:1px solid #ff6797;
	line-height:normal;
}

div.wedding_k2_article_info div {
	padding-bottom:15px;
}

div.itemIntroText {
	font-size:14px;
	padding:0;
	margin:0;
}

div.itemContentFooter {
	border-top:none;
	margin:0px;
	font-size:12px;
}

img.itemAuthorAvatar, ul.itemCommentsList img {
	width:80px !important;
	margin:0 15px 0 0 !important;
	padding:0 !important;
}

.even, .odd {
	background:none;
	border-bottom:none;
}

div.itemToolbar {
	background:none;
	border:none;
}

div.k2LatestCommentsBlock ul, div.k2ItemsBlock ul, div.k2UsersBlock ul, div.k2LoginBlock ul {
	margin:0;
	padding:0;
}

div.k2LatestCommentsBlock li, div.k2ItemsBlock li, div.k2UsersBlock li {
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}

div.k2LoginBlock li {
	list-style:none;
	margin:0;
	padding:0;
}

a.moduleItemTitle {
	font-weight:bold;
}

.moduleItemIntrotext, .k2UsersBlock {
	font-size:12px;
	line-height:normal;
}

div.userItemIntroText, div.catItemView, #k2Container {
	padding:0;
	margin:0;
}

div.itemView {
	border-bottom:none;
}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 961px) {
	#gallery img {
		width:97%;
		margin:0;
	}

	div.header_area div.search {
		margin-top:0;
		margin-bottom:20px;
		float:left;
	}

	.topmenu_area {
		height:auto;
		padding:5px 0;
	}

	.flexslider h2 {
		padding:15px 0 15px !important;
	}

	.flex-control-nav {
    	bottom: -50px !important;
    	left:0px !important;
    	background:#ccc;
    	-webkit-border-radius:5px;
	    -moz-border-radius:5px;
	    border-radius:5px;
	}

	a.readmore, p.readmore a {
		margin-bottom:20px;
	}

	.flexslider p.readmore {
		display:none;
	}

	div.hotside {
		padding-top:0;
	}

}
