
/**************************************
*                                     *
*    (c) 2006-2018 Oliver J. Zeidler  *
*    http://intergraphica.de          *
*                                     *
***************************************/

/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/source-sans-pro-v21-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-200italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #111111 !important;
}

::-webkit-scrollbar-thumb {
    background: #e3935c

}

::-webkit-scrollbar-corner {
    background: #1A1A1A;
}

::-moz-selection {
    background-color: #EE7B46;
    color: #fff;
}

::selection {
    background-color: #EE7B46;
    color: #fff;
}



html {
    background: #f5f5f5;
    overflow-x:hidden;
}

body {
    width: 100%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    border-top:18px solid rgba(0,0,0,0.1) !important;
    background:url(../uploads/template/intergraphica_muster.png);
    background-attachment:none
}

h1, h2, h3, h4, h5, p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
}

a {
	color: #EE7B46;
    outline: none !important;
}



.fixed-bkg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    margin: 0 auto;
    width: 940px;
    display: table;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-show {
    display: none;
}

.container-section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.row {
    float: left;
    width: 100%;
    height: auto;
}

.orange {
    color: #e3935d !important;
    text-decoration: none !important;
    -moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

}

.orange a:hover {
    text-decoration: underline !important;
    -moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.mt10 {
    margin-top: 10px;
}

.no-margins {
    margin: 0;
}

.txt-right {
    text-align: right;
}

.section-header {
    color: #2f2f2f;
    font-size: 54px;
    line-height: 56px;
    margin: 0;
}

.section-message {
    margin-top: 80px;
}

.no-show {
    display: none;
} /** Orange EE7B46 **/.mobile {
    display: none;
}

.mobile-only {
    display: none;
}

.tablet-only {
    display: none;
}

.header-container {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    /*background: #111111;*/
    background-image: linear-gradient(#000, #111);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
}

.header-message-content {
    margin-top: 130px;
}

.header-message {
    line-height: 106px;
    font-size: 100px;
    margin: 0;
    color: #fff;
    float: left;
}

.header-submessage {
    color: #fff;
    float: left;
    margin: 154px 0 0 20px;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 18px;
}

.fixed-top {
    margin-top: 0px;
    background: rgba(000, 000, 000, 0.85);
    position: fixed;
    z-index: 1001;
    top: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
    -moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
    box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
}

.top-menu {
    float: right;
    width: auto;
}

.menu-links {
    float: left;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-links > li {
    float: left;
    list-style: none;
    margin-right: 15px;
    font-size: 18px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important
}

.last-links > li:last-child {
    margin-right: 0;
}

.last-links > li:last-child > a {
    margin-right: 0;
}

.menu-links > li > a {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ffffff;
    text-decoration: none;
    padding: 0 0 11px 0;
    float: left;
    letter-spacing: 2px;
    margin: 0 25px;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-transition: border-bottom 100ms ease;
    -moz-transition: border-bottom 100ms ease;
    -o-transition: border-bottom 100ms ease;
    transition: border-bottom 100ms ease;
}

.menu-links > li > a:hover {
    border-bottom: 2px solid #EE7B46;
    text-decoration: none !important;
}

.menu-links > li > a.selected {
    border-bottom: 2px solid #EE7B46;
}

.logo-container {
    width: 100%;
    height: 12px;
}

.logo-container > a {
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 8px;
} /*********** End Header ************/ /********* Begin Homepage **********/.home-section {
    width: 100%;
    min-width: 100%;
    max-width: 1920px;
    min-height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/********** End Homepage ***********/

/********* Begin Services **********/

.service-section {
    min-height: 1560px;
    padding-bottom:0px;
}

.services-block {
    margin-top: 80px;
}

.services-block .row {
    margin-bottom: 50px;
}

.service {
    width: 450px;
    margin-right: 20px;
    float: left;
    height: auto;
}

.service:hover {
	opacity: .8!important;
    filter: alpha(opacity=80);
}

.service:last-child {
    margin-right: 0;
}

.service-container-img {
    float: left;
    width: 151px;
    min-height: 100%;
    margin-right: 19px;
}

.service-img {
    width: 100%;
    float: left;
}


.service-container-text {
    width: 280px;
    float: left;
    min-height: 100%;
}

.service-header {
    color: #EE7B46;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

.service-description {
    color: #878787;
   font-size: 17px;
    line-height: 21px;
    /*font-style: italic;*/
    margin-top: 0;
}





.workimage-section {
    height: 300px;
    width: 100%;
    min-width: 100%;
    max-width: 1920px;
    position: relative;
}

.scyscroller {
    overflow: hidden;
    background: #111111;
}

.scyscroller > img {
    position: absolute;
    left: 0;
    min-height: 340px;
    -webkit-transform: translateZ(0);
}
/********** End Work Images ***********/



/********* Begin Work **********/

#work-section {
	 max-height: 690px;
	 overflow: hidden

 }

.rsImg_a {
    width: 100%;
}


/********** End Work ***********/


 /********* Begin About **********/


 .about-section {
 /*background: #D5E2E4;*/
    padding: 50px 0 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 464px;
    max-height: 440px;
    padding-top: 90px;
}

.about-section .row {
    margin-bottom: 4px;
}


.about-info {
    width: 340px;
    float: right;
    margin-left: 30px;

}


.about-img {
	width: 540px;
}


.about-info p {
    color: #2f2f2f;
    font-size: 20px;
    line-height: 24px;
}

.about-header {
    color: #2f2f2f;
    font-size: 54px;
    line-height: 56px;
    margin-top: 0px
}

} /********** End About ***********/


/********* Begin Hello **********/

.hello-header-container {
    margin-bottom: 40px;
    margin-top: 0px;
    height: 180px;
}

.datenschutz {
 	margin-top:80px;
 	padding-bottom: 50px;
    padding-top: 70px;
    background: #111111 url('../uploads/template/apple4.jpg')  bottom right no-repeat;
    background-size:cover;
    background-attachment:fixed;
    /*background:url(../uploads/template/BDSM.jpg) top center no-repeat; background-size:cover;*/
    /*background-attachment:fixed !important */
}

.hello-header {
    font-size: 80px;
    line-height: 82px;
}

.hello-subheader {
    font-size: 20px;
    line-height: 22px;
    margin: 22px 0 10px 2px;
}

.contacts-container {
    float: left;
    float: left;
    margin-left: 150px;
    width: 450px;
    height: auto;
    margin-top: 20px;
    width: 450px;
    height: auto;
}

.social-link {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}

.social-link:last-child {
    margin-right: 0;
}

.social-link > a {
    height: 45px;
    width: 45px;
    float: left;
}

.social-link > a {
 /*background-position: -45px 0;*/
    position: relative;
}

.social-link > a > img {
    position: absolute;
    top: 0;
    left: 0;
}

.social-link > a > img:hover {
    left: -45px;
}

.contacts {
    margin-top: 20px;
}

.contact-link {
    float: left;
    margin-right: 40px;
    height: 100%;
    width: auto;
    color: #2F3030;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px;
}

.contact-link:hover {
    color: #EE7B46;
}

.contact-link > img {
    margin-bottom: -3px;
    margin-right: 3px;
}

.row-map {
    position: relative;
    width: 100%;
    float: left;
    height: 360px;
    overflow: hidden;
}

.row-map-canvas {
    float: left;
    width: 100%;
    height: 390px;
}

.zoom {
    position: absolute;
    z-index: 10;
    right: 22px;
    top: 108px;
}

.zoom-plus {
    display: block;
    margin-bottom: 6px;
    width: 35px;
    height: 35px;
    background: url('images/mais.png') 0px 0;
}

.zoom-minus {
    display: block;
    width: 35px;
    height: 35px;
    background: url('images/menos.png') 0px 0;
}

.zoom-plus:hover {
    background: url('images/mais.png') 35px 0;
}

.zoom-minus:hover {
    background: url('images/menos.png') 35px 0;
}

.icon-contact {
    overflow: hidden;
    width: 23px;
    position: relative;
    float: left;
    height: 15px;
}

.icon-contact > img {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-image {
    width: 30px;
}

div.gmnoprint {
    display: none;
}

.fb-like {
    float: left;
    height: 45px;
    overflow: hidden;
}

.fb-like span {
    width: 100%;
    margin-top: 20px;
} /********** End Hello ***********/ /********* Begin Footer **********/.footer {
    min-height: 60px;
}

.footer-copy-container {
    width: 300px;
    float: right;
}

.footer-copy {
    font-size: 18px;
    text-align: right;
    line-height: 22px;
    font-style: italic;
    margin: 20px 0;
} /********** End Footer ***********/ /********* Begin Work slider **********/.royalSlider {
    width: 100%;
    max-height: 450px;
    margin-bottom: 50px;
}

.rsOverflow {
    overflow: visible;
}

.rsArrowIcn {
    width: 20px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -16px;
    margin-left: 0;
    position: absolute;
    cursor: pointer;
    background: url("images/whitearrows.png") 0 0 no-repeat;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
}

.rsArrow.rsArrowLeft {
    display: block;
    width: 20px;
    height: 100%;
    left: 8px;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
}

.rsArrow.rsArrowRight {
    display: block;
    width: 20px;
    height: 100%;
    right: 8px;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
}

.rsArrow.rsArrowRight .rsArrowIcn {
    background-position: -26px 0;
}

.rsArrow.rsArrowLeft .rsArrowIcn {
    background-position: 0 0;
}

.infoBlock {
    border: solid;
    border-width: 1px;
    border-color: white;
    background: none;
    padding: 4px 11px;
    max-width:600px;
    background:rgba(0,0,0,0.09) !important;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.infoBlock:hover {
    background:#000 !important;
    color:#fff !important;
    border-color:#000;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}



.infoBlock a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
    float: left;
}

.infoBlock span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
}

.infoBlock:hover {
    color: #000 !important;
    background: rgba(255,255,255,0.3);
}

.infoBlock a :hover {
    color: #fff !important;
    background: rgba(255,255,255,0.3);
}


.infoBlock.infoBlockLeft {
    left: 30px;
    right: auto;
}

.infoBlock.infoBlockBottom {
    bottom: 30px;
    top: auto;
} /********** End Work slider ***********/


/*** begin parallax ***/.parallax-scy {
    min-width: 100%;
    min-height: 350px;
    position: absolute;
}

.parallax-scy-home {
    left: 0px;
    background: transparent url('../uploads/template/apple2.jpg')  top left no-repeat;
    background-size:cover;
    background-attachment:fixed;

}

.parallax-scy-break-1 {
    left: 0px;
    background: transparent url('../uploads/template/break_1920.jpg') 100% 100% no-repeat;
    /*background-attachment:fixed !important*/
}

.parallax-scy-break-2 {
    left: 0px;
    background: transparent url('../uploads/template/breakbottom_1280.jpg') 50% 100% no-repeat;
    background-size: 100%;
} /*** end parallax ***/








.rsMinW,.rsMinW .rsOverflow,.rsMinW .rsSlide,.rsMinW .rsVideoFrameHolder,.rsMinW .rsThumbs {
    background: #000;
    color: #FFF;
}

.rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px;
}

.rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px;
}

.rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url('rs-minimal-white.png') transparent;
    border-radius: 2px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3!important;
    filter: alpha(opacity=30);
    *display: none;
}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 73px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

.rsMinW .rsBullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #FFF;
}

.rsMinW .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsMinW .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsMinW .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsMinW .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
    background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: .7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border: 2px solid rgba(255,255,255,0.9);
    -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
    display: block;
}

.rsMinW .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url('rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
    display: none!important;
}

@media screen and (min-width:0) and (max-width:800px) {
    .rsMinW .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsMinW .rsThumbsHor {
        height: 44px;
    }

    .rsMinW .rsThumbsVer {
        width: 59px;
    };
}

.rsMinW .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsMinW .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    background-image: -webkit-linear-gradient(top,#fefefe,#f4f4f4);
    background-image: -moz-linear-gradient(top,#fefefe,#f4f4f4);
    background-image: linear-gradient(to bottom,#fefefe,#f4f4f4);
    *display: inline;
    *zoom: 1;
}

.rsMinW .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rsMinW .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}

.rsMinW .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}

.rsMinW .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
    background: #acacac;
    background-image: -webkit-linear-gradient(top,#acacac,#BBB);
    background-image: -moz-llinear-gradient(top,#acacac,#BBB);
    background-image: linear-gradient(to bottom,#acacac,#BBB);
}

.rsMinW .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('rs-minimal-white.png') 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
    opacity: .8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}

.rsMinW .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(rs-minimal-white.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}

.rsMinW .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsMinW .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('rs-minimal-white.png') -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(images/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}


#logo_navi {
	height:28px;
	margin-top:-8px;
	z-index:9;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	opacity:1;
}

#logo_navi:hover {
	opacity:0.85;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	}

#logo_navi:hover {
	height:28px;
	filter: grayscale(100%) contrast(200%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	animation: Flip 0.7s ease;
	-webkit-animation: Flip 1s ease;
	-moz-animation: Flip 0.7s ease;
}

@-webkit-keyframes Flip {
     0%{transform: scaleX(1);opacity:1}
    50%{transform: scaleX(-1);opacity:1}
}
@-moz-keyframes Flip {
     0%{transform: scaleX(1);opacity:1}
    50%{transform: scaleX(-1);opacity:1}
}
@keyframes Flip {
    0%{transform: scaleX(1);opacity:1}
    50%{transform: scaleX(-1);opacity:1}
}

#logo_big {
	position:absolute;
	margin-left:230px;
	margin-top:170px;
	z-index:7;
	opacity:0.95
	}

#services-section {
	border-top:18px solid rgba(0,0,0,0.1) !important;
	background-attachment:fixed;
	background-color:#fff !important;
	background:url(../uploads/template/intergraphica_muster2.png) ;
	z-index:2 !important;
	margin-bottom:-100px;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

a:hover {
	color:#000;
	text-decoration:underline !important;
	letter-spacing:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.social_link img{
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social_link img:hover {
	opacity:1;
	filter: grayscale(100%) contrast(200%) !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}








/* RESPONSIVE */

@media all and (max-width: 1350px) , screen and (max-device-width: 1350px) {

	#header_text {
		transform:scale(0.7);
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		margin-left:220px
		}

	#logo_big {
		position:absolute;
		margin-left:229px;
		margin-top:170px;
		z-index:7;
		opacity:0.95
		}

	}


@media all and (max-height: 900px) , screen and (max-device-height: 900px) {

	#home-section{
		max-height:700px !important
	}

	}


.link {
	text-decoration:none !important;
	-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

.link:hover {
	color:#000 !important;
	text-decoration:underline !important;
	-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.story {
	text-align:left;
	margin-top:38px !important;
	font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    color: #878787 !important;
    font-size: 18px;
    line-height: 22px;
    /*font-style: italic;*/
    margin-top: 0;
    margin-bottom:-10px;
	}

	#services-section a hover {
		color:#000 !important;
	}