

/* ---- RESET - Resets default browser CSS.  --------------- */

html {
  margin:0;
  padding:0;
  border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/* END Reset */


/* ///// HINWEIS ///// */


#hinweis .moduletable {
position: absolute;
    float: right;
    top: 20%;
    background: #ff0000;
    border-radius: 0;
    z-index: 999;
    display: block;
    left: 75%;
    width: 280px;
    height: 100px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    padding: 2%;
    display: table;
}


#hinweis .newsflash {
    background: #ff0000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#hinweis a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#hinweis a:hover {
    color: #ffffff;
}

#hinweis h4 a {
    text-align: center;
}

#hinweis strong {
    color: #fff;
    font-size: inherit;
    line-height: inherit;
}


/* ----------   ///// WHIZZZ /////  ---------------- */


/* ///// FONTS ///// */

@font-face {
  font-family: 'fontname';
  src: url('../css/fonts/fontname.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/fontname.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/fontname.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/fontname.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/fontname.svg#svgfontname') format('svg'); /* Legacy iOS */
}


/* ///// LOGO ///// */

#logo {
    position: absolute;
    display: block;
    max-width: 420px;
    right: 500px;
    top: 7px;
}


/* ///// NAVIGATION ///// */

#navigation {
    position: relative;
    display: block;
    float: right;
    width: auto;
}


#btn {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 34px 140px 30px 95px;
    cursor: pointer;
    -webkit-transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    transition: all ease .5s;
}

#btn:hover {
    background: #766db0;
}

#btn:before {
    content: "Menü";
    position: absolute;
    right: 0;
    margin-right: 80px;
    text-transform: uppercase;
    color: #766db0;
    font-size: 13px;
    margin-top: 3px;
}

#btn:hover:before {
    color: #fff;
}

#btn div {
width: 50px;
    height: 3px;
    margin-bottom: 6px;
    background-color: #766db0;
  -webkit-transition: opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

#btn:hover div {
    background-color: #fff;
}

#btn.active {
  left: 0;
  padding: 32px 140px 25px 95px;
}
#btn.active div {
  background-color: #766db0;
  margin-bottom: 8px;
}

#btn.active:hover div {
  background-color: #fff;
}

#btn.active #nav-top {
  -webkit-transform: translateY(10px) rotate(-135deg);
          transform: translateY(10px) rotate(-135deg);
}
#btn.active #nav-middle {
  opacity: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#btn.active #nav-bottom {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#box {
  position: fixed;
  z-index: 4;
  overflow: auto;
  top: 90px;
  left: -100%;
  width: 100%;
  opacity: 0;
  padding: 20px 0px;
  height: 100%;
  color: #ffffff;
  -webkit-transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#544a60+0,2e204b+100 */
  background: #544a60; /* Old browsers */
  background: -moz-linear-gradient(45deg, #544a60 0%, #2e204b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #544a60 0%,#2e204b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #544a60 0%,#2e204b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544a60', endColorstr='#2e204b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.9 !important;
}

#box.active {
  left: 0px;
  opacity: 1;
}

#items {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#items .item {
  position: relative;
  cursor: pointer;
  font-size: 2em;
  padding: 15px 30px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#items .item:hover {
  padding: 15px 45px;
  background-color: rgba(52, 56, 56, 0.2);
}

#btn, #btn * {
  will-change: transform;
}

#box {
  will-change: transform, opacity;
}

ul.menu li.current.active a {
    color: #9c92af;
}





/* ///// KONTAKT FLIEGER ///// */


#flieger {
    position: absolute;
    left: 285px;
    padding: 64px 70px 8px 70px;
    border-left: solid 1px #a7a7a7;
    border-right: solid 1px #a7a7a7;
    top: 0;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease .5s;
}


#flieger:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 45px;
    top: 12px;
    margin-left: -7px;
    background-image: url(../images/flieger.png);
    background-size: 60px;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

#flieger:hover {
    background: #766db0;
    color: #fff;
}


#flieger:hover:before {
    background-image: url("../images/flieger-hover.png");
}


/* ///// ISOMETRIE WOHNUNGEN ///// */


#isometrie {
    position: absolute;
    left: 484px;
    padding: 64px 70px 8px 70px;
    border-right: solid 1px #a7a7a7;
    top: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all ease .5s;
}

#isometrie:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 50px;
    top: 7px;
    margin-left: -18px;
    background-image: url(../images/isometrie.png);
    background-size: 100px;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

#isometrie:hover {
    background: #766db0;
    color: #fff;
}



#isometrie:hover:before {
    background-image: url("../images/isometrie-hover.png");
}



/* ///// TITEL WEBSEITE TURMMATT ///// */


#turmmatt {
    position: absolute;
    right: 0px;
    padding: 37px 60px 35px 60px;
    top: 0;
    background: #786db1;
    background: -moz-linear-gradient(45deg, #786db1 0%, #635a92 100%);
    background: -webkit-linear-gradient(45deg, #786db1 0%,#635a92 100%);
    background: linear-gradient(45deg, #786db1 0%,#635a92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#786db1', endColorstr='#635a92',GradientType=1 );
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "gamma-bold";
    font-weight: normal;
    letter-spacing: 1.2px;
}

#turmmatt:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 48px 90px 0;
    border-color: transparent #776bb0 transparent transparent;
    margin-left: -107px;
    margin-top: -37px;
    opacity: 1;
}





/* ///// SLIDER ///// */

#slider {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tp-caption.GAMMA.tp-fade.tp-resizeme.start:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 74px 0;
    border-color: transparent #000000 transparent transparent;
    margin-left: -70px;
    margin-top: -10px;
    opacity: 0.5;
}

.tp-caption.GAMMA.tp-fade.tp-resizeme.start:after {
    position: absolute;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    height: 74px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(118,109,176,1);
    -webkit-transform: rotateY(-95.11099399171665deg) skewX(-70deg);
    transform: rotateY(-95.03499399171665deg) skewX(-78deg);
    left: 0;
    margin-left: -103px;
    margin-top: -10px;
}

.tp-caption.GAMMA, .GAMMA {
    font-family: "gamma";
    font-weight: normal;
    background-color: rgba(0,0,0,0.5) !important;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/large-left.png) no-repeat 0 0;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 80px;
    height: 74px;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    transition: all ease .5s;
}

.tp-leftarrow.default:hover {
    background: url(../images/large-left-hover.png) no-repeat 0 0;
    background-color: rgba(0,0,0,0.5);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/large-right.png) no-repeat 0 0;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 80px;
    height: 74px;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    transition: all ease .5s;
}

.tp-rightarrow.default:hover {
    background: url(../images/large-right-hover.png) no-repeat 0 0;
    background-color: rgba(0,0,0,0.5);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}


#slider-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vw 0 0 500px;
    border-color: transparent transparent transparent #302663;
    z-index: 1003;
    opacity: 0.8;
}



/* ///// BUTTON / HINWEIS ///// */

#button {
    position: fixed;
    display: block;
    width: 314px;
    height: 314px;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    z-index: 1000;
}

#button img {
    width: 314px;
    height: 314px;
}



/* ///// CLAIM ///// */

#claim {
    position: absolute;
    display: block;
    width: 830px;
    height: 54px;
    background: rgba(0,0,0,0.5);
    padding: 10px 40px 10px 40px;
    font-family: "gamma-bold";
    font-weight: normal;
    font-size: 51px;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    z-index: 1004;
    bottom: 120px;
    right: 182px;
}

#claim:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 74px 0;
    border-color: transparent #000000 transparent transparent;
    margin-left: -70px;
    margin-top: -10px;
    opacity: 0.5;
}

#claim:after {
    position: absolute;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    height: 74px;
    bottom: 0;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(118,109,176,1);
    -webkit-transform: rotateY(-95.11099399171665deg) skewX(-70deg);
    transform: rotateY(-95.03499399171665deg) skewX(-78deg);
    left: 0;
    margin-left: -103px;
    margin-top: -64px;
}



/* ///// HEADER ///// */

#headings {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 82px;
}




/* ///// LINKS RECHTS SPALTEN ///// */

.links {
    width: 40%;
    padding: 0px 5% 0px 5%;
    float: left;
}

.rechts {
    width: 40%;
    padding: 0px 5% 0px 5%;
    float: left;
}

.zweispalten {
    float: left;
    width: 100%;
}


/* ///// PANORAMA ///// */

#panorama {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#panorama img {
    display: inline-block;
    vertical-align: middle;
}


/* ///// FOX CONTACT ///// */

div#fox-container-m98 .fox-form select, div#fox-container-m98 .fox-form textarea, div#fox-container-m98 .fox-form input[type="text"], div#fox-container-m98 .fox-form input[type="email"], div#fox-container-m98 .chzn-container-single .chzn-single {
    border-radius: 0px;
    color: #555555;
    background-color: #e6e6e6;
    background-image: none;
    min-width: 500px;
    height: 30px;
}

div#fox-container-m98 select, div#fox-container-m98 textarea, div#fox-container-m98 input[type="text"], div#fox-container-m98 input[type="email"], div#fox-container-m98 .chzn-container-single .chzn-single {
    border: 0px solid #aaaaaa;
}

div#fox-container-m98 .required, div#fox-container-m98 .asterisk {
    color: #766ab0;
}

div#fox-container-m98 .btn {
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    background-color: #766aae;
    background-image: none;
    background-repeat: repeat-x;
    border: 0px solid #bbbbbb;
    border-radius: 0px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 16px 70px;
    line-height: 20px;
}

div#fox-container-m98 .btn, div#fox-container-m98 .btn span {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

div#fox-container-m98 .fox-form-stacked .controls {
    float: left;
    width: 100%;
}


.wohnungen-links-hidden {
   display: none;
}


/* ///// FOX CONTACT 2 ///// */

div#fox-container-m114 .fox-form select, div#fox-container-m114 .fox-form textarea, div#fox-container-m114 .fox-form input[type="text"], div#fox-container-m114 .fox-form input[type="email"], div#fox-container-m114 .chzn-container-single .chzn-single {
    border-radius: 0px;
    color: #555555;
    background-color: #e6e6e6;
    background-image: none;
    min-width: 500px;
    height: 30px;
}

div#fox-container-m114 select, div#fox-container-m114 textarea, div#fox-container-m114 input[type="text"], div#fox-container-m114 input[type="email"], div#fox-container-m114 .chzn-container-single .chzn-single {
    border: 0px solid #aaaaaa;
}

div#fox-container-m114 .required, div#fox-container-m114 .asterisk {
    color: #766ab0;
}

div#fox-container-m114 .btn {
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    background-color: #766aae;
    background-image: none;
    background-repeat: repeat-x;
    border: 0px solid #bbbbbb;
    border-radius: 0px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 16px 70px;
    line-height: 20px;
}

div#fox-container-m114 .btn, div#fox-container-m114 .btn span {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

div#fox-container-m114 .fox-form-stacked .controls {
    float: left;
    width: 100%;
}



/* ///// BAUBESCHRIEB ///// */

.menu-baubeschrieb {
   text-align: center;
}

.menu-baubeschrieb a {
   padding-right: 20px;
   padding-left: 20px;
}

.menu-baubeschrieb-fixed {
   text-align: center;
}

.menu-baubeschrieb-fixed a {
   padding-right: 20px;
   padding-left: 20px;
}

#menu-baubeschrieb-fixed {
    position: fixed;
    width: 100%;
    overflow: visible;
    top: 91px;
    background: #fff;
    z-index: 1005;
    padding: 40px 0 10px 0;
    border-bottom: solid 1px #a7a7a7;
    display: none;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}



/* ///// SCROLL TO TOP BUTTON ///// */

#scrolltotop {
    display: none;
    position: fixed;
    background-image: url("../images/scrolltotop.png");
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1005;
    width: 49px;
    height: 40px;
    transition: all 100ms ease-in;
}



#scrolltotop:hover {
    background-position-y: bottom !important;
}



/* END WHIZZZ */



/* ----------   LAYOUT   ---------------- */

html {}

body {}

#mainWrapper {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

#container {
    display: inline;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#header {
    position: fixed;
    width: 100%;
    overflow: visible;
    height: 90px;
    background: #fff;
    z-index: 1005;
    border-bottom: solid 1px #a7a7a7;
}

.wideWrap {
    display: inline;
    float: left;
    margin-top: 12%;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}


#NavWrapper {
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 0;
    width: 100%;
}

#Nav {
    float: left;
    padding: 5px 0;
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    list-style: none outside none;
    margin: 0 10px 0 3px;
    padding: 0 0px;
    line-height: 4vw;
    text-align: center;
}

ul.menu a {
    color: #ffffff;
    font-size: 3vw;
    font-weight: 600;
    text-decoration: none;
    transition: all ease .5s;
    text-transform: uppercase;
}

ul.menu a:hover {
    text-decoration: none;
    margin-left: 20px;
    color: #ab9fe2;
}

ul.menu li.active {
    text-decoration: none;
	color: red;
}


ul.menusideMenu {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin-left: 23px;
}

ul.menusideMenu li.active {
    text-decoration: none;
	color: red;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#breadcrumbLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {}

#left-col {
	float: left;

}

#left-col-cont {
}

#left-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

#right-col {
	float: right;
	width: 45%;
}

#right-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#right-col-cont {
}

#adverttop {
    margin: 0 0 10px;
}

#advertBottom {
    margin: 10px 0 0;
}

#footWrapper{
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    width: 100%;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-1, .column-2, .column-3 {
    padding: 10px 5px;
}
.column-2 {
    margin-left: 40%;
    width: 55%;
}
.column-3 {
    width: 30%;
}



/* END LAYOUT */	
	

/* ----------   TYPOGRAPHY  ---------------- */

body {
	color: #636075;
	font-size: 14px; 
	line-height:18px;
	font-family:"gamma";
    font-weight: normal;
}

strong {
    	color: #636075;
	font-size: 14px; 
	line-height:18px;
	font-family:"gamma-bold";
    font-weight: normal;
}

a {
    color: #766ab0;
    text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.button {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    border: solid 1px #636075;
    padding: 9px 60px 6px 60px;
    transition: all ease .5s;
}

a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px;
    border-color: #fff;
    margin-left: -89px;
    margin-top: 2px;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(99,96,117,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(99,96,117,1);
    box-shadow: 1px 0px 0px 0px rgba(99,96,117,1);
    transform: rotate(-36deg);
}

a.button:after {
    position: absolute;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 88px;
    height: 38px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(118,109,176,1);
    -webkit-transform: rotateY(-95.11099399171665deg) skewX(-70deg);
    transform: rotateY(-98.83499399171665deg) skewX(-78deg);
    left: -44px;
    margin-top: -8px;
}

a.button:hover {
    color: #fff;
    background: #766db0;
}



.readmore a {
    text-decoration: underline;
}

p {
	margin: 8px 0;
	font-size:16px;
	line-height:22px;
}

.page-header {
    text-align: center;
}

h1, .componentheading {
    color: #636075;
    font-size: 2.5vw;
    letter-spacing: 0;
    line-height: 3.5vw;
    text-transform: uppercase;
    font-family: "gamma-bold";
}

h2, .contentheading, h2 a {
    color: #636075;
    font-size: 2vw;
    letter-spacing: 0;
    line-height: 3vw;
    text-transform: uppercase;
    font-family: "gamma-bold";
}

h3, .moduletable h3 {
    color: #625f74;
    font-size: 1.5vw;
    letter-spacing: 0;
    line-height: 2vw;
    font-family: "gamma-bold";
}

.moduletable h3 {
    padding-left: 5px;
}

h4 {
    color: #444444;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 5px;
}

h5 {color: #ffffff;background: #333333;padding: 2px 0 2px 4px}
h6 {color: #ffffff;background: #999999;padding: 2px 0 2px 4px}

.breadcrumbs {font-size: 12px;font-style: italic; margin-left: 0;}

/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

label {
    float: left;
    min-width: 122px;
}

ul {
    margin-left: 14px;
}

ul.actions {
    margin-left: 0;
}
	
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}

 #system-message dd.error ul {
    margin-left: 0;
	background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

div#sliders.pane-sliders div.panel h3#basic-details.title {
    padding: 2px 5px;
}


div.pane-slider {
    padding: 10px;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}

/* END MISC ELEMENTS */


/* ----------   DEVELOPER  ---------------- */


.moduletable.greybox {
    background: none repeat scroll 0 0 #dddddd;
    color: #FFFFFF;
    height: 100%;
    padding: 5px;
    width: auto;
}

.custom.greybox {
	padding: 5px;
	min-height: 140px;

}

.custom.greybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.greybox2 {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #FFFFFF;
    height: auto;
    padding: 0 3px;
    width: auto;
}

.greybox2 p {
    color: #666666;
    margin: 0;
    padding: 0;
}

p.righleftheight {height: 206px; }

.moduletablegreybox {
    background: none repeat scroll 0 0 #DDDDDD;
    min-height: 140px;
    padding: 5px;
    width: auto;
}

.moduletablegreybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}


/* END DEVELOPER */