/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px;
  background: url(../images/template/wrapper.gif) center 0 repeat-y;
  
}
html {
  background: url(../images/template/body.gif) center 0 repeat !important;
}
#footer,
#push {
  height: 5px;
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin: 0 0 0.67em 0;
}
h2 {
  font: 28px/30px "Times New Roman";
  text-transform: uppercase;
  color: #3f3f3f;
  text-shadow: 1px 0px 0px #727272;
  margin-bottom: 28px;
}

h2.itemTitle,
h3 {
  font: 24px/30px "Times New Roman";
  text-transform: uppercase;
  color: #3f3f3f;
  text-shadow: 1px 0px 0px #727272;
  margin: 0 0 7px;
}
h4,
dt.result-title {
  margin: 0 0 1.33em 0;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
p,
pre {
  margin: 0 0 21px 0;
}
span.title,
.size,
p.title {font-size: 14px;}
.color,
strong {
  color: #3b3b3b; 
}

.img_right img {
  float: right;
  margin: 6px 0 0 20px;
}
.img_left img {
  float: left;
  margin: 6px 20px 0 0;
}

/* BUTTONS */

a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  border: none;
  font: 18px/21px "Times New Roman";
  text-transform: uppercase;
  background: url(../images/template/more.png) right center no-repeat;
  padding-right: 16px;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {

}

/*Lists*/

ul.menu-type {
  margin: 8px 0 21px;
}
ul.menu-type li {
  list-style: none;
}
ul.menu-type li a {
  color: #868686;
  text-decoration: none;
}
ul.menu-type li a:hover {
  text-decoration: underline;
}

/*Columns*/

.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}

/*=== DRAWER POSITION ===*/

/*=== TOP POSITION ===*/

#rt-top .rt-container {
  padding: 46px 0 20px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
  margin: 0 auto;
}

/*=== HEADER POSITION ===*/

/*=== MENU POSITION ===*/

ul.sf-menu {
  position: relative;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0 1em;
  text-decoration: none;
}
ul.sf-menu > li {
  background: url(../images/template/separator.gif) right 0 repeat-y;
  padding: 0 2px 0 0;
  margin: 0;
}
ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  text-align: center;
  color: white;
  width: 110px;
  margin: 0 -2px 0 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  font: 16px/76px Times New Roman;
  text-transform: uppercase;
}
ul.sf-menu > li > a span,
ul.sf-menu > li > span.separator span {
  padding: 0;
}
ul.sf-menu > li.parent > a span,
ul.sf-menu > li.parent > span.separator span {
  background: url(../images/template/sup.png) center 77% no-repeat;
}
ul.sf-menu > li.current > a,
ul.sf-menu > li.current > span.separator,
ul.sf-menu > li.active > a,
ul.sf-menu > li.active > span.separator {
  background: white;
  color: black !important;
}
ul.sf-menu > li.sfHover > a,
ul.sf-menu > li.sfHover > span.separator,
ul.sf-menu > li > a:hover,
ul.sf-menu > li > span.separator:hover {
  color: #9f9e9e;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 76px;
  background: url(../images/template/item1.jpg) 0 0 repeat;
}
ul.sf-menu ul {
  width: 190px;
  padding: 12px 0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 134px;
  top: -12px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 134px;
  top: -12px;
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  background: url(../images/template/item2.jpg) 0 0 repeat;  
}
ul.sf-menu > li > ul > li > a,
ul.sf-menu > li > ul > li > span.separator {
  color: #757575;
}
ul.sf-menu > li > ul > li.current > a,
ul.sf-menu > li > ul > li.current > span.separator,
ul.sf-menu > li > ul > li.sfHover > a,
ul.sf-menu > li > ul > li.sfHover > span.separator,
ul.sf-menu > li > ul > li.active > a,
ul.sf-menu > li > ul > li.active > span.separator,
ul.sf-menu > li > ul > li > a:hover,
ul.sf-menu > li > ul > li > span.separator:hover {
  color: white;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {
  display: block;
  line-height: 30px;
  padding: 0 25px;
  text-transform: uppercase;
}
ul.sf-menu ul li.sfHover a,
ul.sf-menu ul li.sfHover span.separator,
ul.sf-menu ul li.current a,
ul.sf-menu ul li.current span.separator,
ul.sf-menu ul li.active a,
ul.sf-menu ul li.active span.separator {}
ul.sf-menu ul li a,
ul.sf-menu ul li span.separator {}
ul.sf-menu ul li a > span,
ul.sf-menu ul li span.separator > span {
  padding: 0;
}
select.select-menu {
  display: none;
  margin: 2em 0 0;
}

/*=== SHOWCASE POSITION ===*/

#rt-showcase .rt-container {
  background: url(../images/template/showcase.gif) center 0 repeat-y;
}

/*=== FEATURE POSITION ===*/

/*=== UTILITY POSITION ===*/

/*=== MAINTOP POSITION ===*/

#rt-maintop {
  padding: 41px 0 0px;
}

/*=== CONTENT ===*/

#rt-main {
  padding: 41px 0 40px;
}
#rt-content-bottom {
  padding: 12px 0 0;
}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}

.fashion div.catItemImageBlock,
.port div.catItemImageBlock,
.blog div.itemImageBlock,
.blog div.catItemImageBlock {
  float: none;
  margin: 0 0 24px;
}



/*== Home Page ==*/

.home h2 {
  margin-bottom: 21px;
}
.homepage #rt-main {
  padding: 41px 0 11px;
}
.home div.catItemHeader {
  padding: 0;
}
.home div.catItemHeader h3.catItemTitle {
  color: #2c2b2b;
  font: 14px/21px Arial;
  margin: 0;
  text-shadow: none;
  text-transform: none;
}
.home div.catItemImageBlock {
  float: none;
  margin: 0px 0px 15px 0;
}

/*== Fashion Page ==*/

.fashion span.catItemDateCreated {
  color: #2c2b2b;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}

/**/

div.k2ItemsBlock.wear > ul {}
div.k2ItemsBlock.wear > ul li {
  float: left;
  width: 33%;
  margin: 0;
}
div.k2ItemsBlock.wear > ul li div.moduleItemIntrotext {
  padding-right: 10px;
}
div.k2ItemsBlock.wear > ul li div.catItemImageBlock {
    margin: 6px 20px 0px 0;
}
div.k2ItemsBlock.wear > ul li {}


/*== Blog Page ==*/

div.itemView.blog,
div.catItemView.blog {
  padding: 0 80px 40px 0;
}

/*== Portfolio Page ==*/

#port div.catItemView {
  padding: 0;
  margin-bottom: 3em;
}
.port h3.catItemTitle {
    color: #2c2b2b;
    font: 14px/21px Arial;
    margin: 0;
    text-shadow: none;
    text-transform: none;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  width: 101px;
  height: 101px;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  position: absolute;
  top: -50%;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 2em 0;
  margin-bottom: 2em;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}


/*== Contacts Page ==*/

#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
.map-wrapper {
  margin-bottom: 22px;
}


/*== Registration Page ==*/

#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}


/*Reset / Remind */

#user-registration input.inputbox {
  width: 60%;
}


/*== User Profile ==*/

div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}


/*== Search Page ==*/

div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}


/*== User Lofin ==*/

.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}

/*========================================================*/

/* Forms */

input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e3e3e1;
  background: white;
  color: #58504a;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 15px 18px;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 1px solid #e3e3e1;
  background: white;
  color: #58504a;
}


/* Pagination */

div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 13px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  text-transform: uppercase;
  font: 18px/21px "Times New Roman";
  color: #333333;
  text-decoration: none;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav,
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  color: #9b9b9b;
}


/* Comments */

div.itemComments ul.itemCommentsList li {
  padding: 14px 20px;
  border: 1px solid #e3e3e1;
  background: white;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 6px 19px 0 0;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  
}


/*Search*/

input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}

/*=== MAINBOTTOM POSITION ===*/

#rt-mainbottom {
  padding: 0 0 60px;
}

/*=== BOTTOM POSITION ===*/

#rt-bottom {
  background: url(../images/template/bottom.png) center 0 no-repeat;
  padding: 39px 0 17px;
}

div.k2ItemsBlock.banners > ul {
  overflow: hidden;
}
div.k2ItemsBlock.banners > ul li {
  float: left;
  margin: 0 0px 20px 20px;
}
div.k2ItemsBlock.banners > ul li:first-child {
  margin-left: 0px;
}
div.k2ItemsBlock.banners > ul li p {
  margin: 0;
}
div.k2ItemsBlock.banners > ul li img {
  border: 1px solid #eaeaea;
}

/*=== FOOTER POSITION ===*/

.footer-container {
  background: url(../images/template/wrapper.gif) center 0 repeat-y;
}

/**/

#rt-footer {
  background: url(../images/template/container.gif) center 0 no-repeat;
  padding: 47px 0 16px;
}
#rt-footer h2 {
  color: #5a5a5a;
  font: 24px/30px "Times New Roman";
  margin-bottom: 15px;
  text-shadow: none;
}

/**/

.gallery-flickr ul {
  padding-right: 60px;
}
.gallery-flickr ul li {
  width: 92px;
  height: 92px;
}

/**/

#rt-copyright div.custom,
#rt-copyright p,
#rt-copyright div.rt-block {
  display: inline;
}
#rt-copyright {
  height: 86px;
  font-size: 11px;
  color: #0a0a0a;
  text-transform: uppercase;
}
#rt-copyright .rt-container {
}
#rt-copyright .rt-grid-12 {
  padding: 24px 0 0;
  border-top: 1px solid #cecdcf;
}
.copyright {
  margin-right: 30px;
}
.copyright .siteName {display: none;}
.copyright a {text-decoration: none;}
.copyright a:hover {text-decoration: underline;}

/**/

ul.tweets {}
ul.tweets li {
  list-style: none;
  background: url(../images/template/border.png) 0 0 repeat-x;
  padding: 19px 0 21px;
}
ul.tweets li:first-child {
  background: none;
  padding-top: 12px;
}
ul.tweets li .tweet_author a {
  text-decoration: none;
  font-weight: bold;
}
ul.tweets li .tweet_time {
  font-size: 14px;
  color: #868585;
}
ul.tweets li {}
ul.tweets li {}

/**/

/*=== Popup ===*/

#rt-popup {
  display: none;
}

/*ToTop*/

/*Scroll to top*/

.rt-block.totop {
  bottom: 130px;
  position: fixed;
  right: 130px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
#toTop {display: none !important;}


/* Alert boxes---------------------------------------- */

.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(http://livedemo00.template-help.com/joomla_43725/templates/theme1278/images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(http://livedemo00.template-help.com/joomla_43725/templates/theme1278/images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(http://livedemo00.template-help.com/joomla_43725/templates/theme1278/images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(http://livedemo00.template-help.com/joomla_43725/templates/theme1278/images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}


/* Fluid Columns */

.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* Tooltips */

#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/
  /*font*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}


/*======= 404 page styling ============*/

div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
}


/*======= Under Construction ============*/

h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}

/* CSS For Contactus page */
.warning{border-style:solid !important;border-width:2px !important;border-color:#D92429 !important;}
#mailLoader{
background:url(../images/ajax-loader.gif);
width:32px;
height:32px;
position: absolute;
top: 37px;
left: 238px;
display:none;
}
#rightInsideDiv{
position:relative;	
}
#thankYou{
position: absolute;
top: 20px;
left: 350px;
display: none;
}