/* Global */

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7e7e7e;
    background-color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a:link {
    color: #52caf2;
    text-decoration: none;
}

a:hover {
    color: #52caf2;
}

a:visited {
    color: #52caf2;
    text-decoration: none;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}


/* Navigation */

.menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 75px;
    background-color: #3F1F75;
    z-index: 9999;
}

#logo {
    margin-bottom: 0;
    margin-left: -5px;
    padding-top: 6px;
}

#logo h2 {
    padding: 20px 0;
}

#logo.logo-image {
    padding-top: 26px;
}

#logo.logo-image.superexpectationelevated {
    padding-top: 12px;
}

.logo-image {
    max-width: 200px;
}

.logo-image.ringdingping img {
    background: #ffffff;
}

#nav {
    text-align: right;
}

.navigation li a, .navigation li a:visited {
    color: #a5a5a5;
}

.navigation li a:hover {
    color: #52caf2;
}

.navigation {
    float: right;
    list-style: none;
    margin: 0;
}

ul.navigation {
    margin: 30px 0 0 0;
    padding: 0;
}

.navigation li {
    float: left;
    text-align: left;
    padding: 0 0 22px 0;
    margin-left: 30px;
    text-transform: uppercase;
    background: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a5a5a5;
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:hover,
.navigation .active {
    cursor: pointer;
    color: #52caf2;
    border-bottom: 2px solid #52caf2;
    margin-bottom: 2px;
}

/* General Slides */

.slide {
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/h1_line.png) repeat-x right center;
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    line-height: 86px;
    color: #3F1F75;
    font-weight: 600;
}

h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}

h4 {
    margin: 0;
    padding: 13px 0 20px 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    color: #3e3e3e;
}

.grid_4 h4 {
    color: #fff;
}

img.icon_img {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.effect_2 {
    background: url(../images/effect_2.png) repeat left top;
    position: relative;
    z-index: 999 !important;
}


/* ____________________________________ Slide 1 ____________________________________ */

.effects {
    position: relative;
}

.effects_1 {
    background: url(../images/effect_1.png) no-repeat left top;
    position: absolute;
    top: -180px;
    bottom: 0;
    right: -482px;
    width: 474px;
    height: 800px;
    z-index: 99;
}

.padding_slide1 {
    padding: 255px 0 390px 0;
}

#slide1 {
    background-image: url(../images/slide1_bg.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: 0 0 !important;
    text-align: left;
}

.filtr_bg {
    margin-bottom: 102px;
}

#slide1 h1 {
    position: relative;
    z-index: 101;
    margin: 0;
    background: none;
    padding: 0 0 37px 0;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 102px;
    line-height: 86px;
    color: #444;
    font-weight: 800;
}

#slide1 p {
    position: relative;
    z-index: 101;
    text-transform: none;
    font-family: 'Arial', sans-serif;
    font-size: 23px;
    color: #3e3e3e;
    line-height: 29px;
    padding: 0 0 28px 0;
    margin: 0;
    font-weight: 400;
}

#slide1 a.button {
    position: relative;
    z-index: 101;
    background-image: url(../images/arrow_down.png);
    display: block;
    height: 51px;
    margin: 0 auto -20px auto;
    width: 152px;
}

a.button:hover {
    cursor: pointer;
    text-decoration: none;
}


/* ____________________________________ Slide 2 ____________________________________ */

#slide2 {
    background: #fff;
    padding: 0;
}

#slide2 h1 span {
    background: #fff;
    padding-right: 3px;
}


/* ____________________________________ Slide 3 ____________________________________ */

#slide3 {
    background: url(../images/slide2_bg.jpg);
    padding: 76px 0 80px 0;
    background-size: cover;
    color: white;
}

#slide3 h1 {
    color: #b4b4b4;
}

#slide3 h1 span {
    background-color: #0a0a11;
    padding-right: 3px;
}

#slide3 h4 {
    color: #a689c0;
}


/* _________________ PORTFOLIO ________________ */

.gallery-list .projects .grid_3 {
    width: 235px !important;
}

#slide3 ul {
    margin: 15px 0 29px 0;
    padding: 0;
    list-style-type: none;
}

#slide3 .hover_img {
    position: relative;
    height: 272px;
    width: 235px;
    background: none;
}

.hover_img .portf_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

.hover_img .portf_img {
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 190;
}

.portfolio_zoom,
.portfolio_link {
    transform: scale(0);
    width: 82px;
    height: 82px;
    position: absolute;
    left: 48px;
    top: 97px;
    background-image: url(../images/zoom.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 302 !important;
    opacity: 0.52;
    filter: alpha(opacity=52);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.portfolio_link {
    left: 109px;
    background-image: url(../images/link.png);
    z-index: 303;
}

.portfolio_zoom:hover,
.portfolio_link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 310;
}

.portfolio_zoom a,
.portfolio_link a {
    display: block;
    width: 82px;
    height: 82px;
    text-indent: -9999px;
}

.hover_img:hover .portfolio_zoom,
.hover_img:hover .portfolio_link {
    transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transform: scale(1);
}

.hover_img .item_description {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    height: 272px;
    width: 235px;
    padding: 0;
    background: #f96e5b;
    z-index: 191;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover_img:hover .item_description {
    top: 0;
}


/* _________ FILTER ________ */

#filters li {
    display: inline-block;
}

#filters li a {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0 8px 0 12px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #878787;
    background: url(../images/filter_btn_bg.jpg) repeat-x;
    background-position: 0 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#filters li a:hover,
#filters li a.selected {
    text-decoration: none;
    color: #fff;
    background-position: 0 -26px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.element {
    overflow: hidden;
    position: relative;
}

.element img {
    max-width: 100%;
}


/* ________ //FILTER _______ */


/* ________________ //PORTFOLIO _______________ */


/* ___________________________________ //Slide 3 ___________________________________ */


/* ____________________________________ Slide 4 ____________________________________ */

#slide4 {
    padding: 75px 0 74px;
    background-image: url(../images/slide4_bg.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: 0 0 !important;
}

#slide4 h1 span {
    background: url(../images/slide4_bg.jpg) repeat left top;
    padding-right: 3px;
}


/* ________________ SERV_BLOCK _______________ */

.serv_block {
    position: relative;
    margin-top: 16px !important;
}

.serv_block h4 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.serv_block a {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #000;
}

.serv_block:hover h4 {
    color: #52caf2;
}

.serv_icon,
.serv_icon_h {
    position: absolute;
    left: 0;
    top: 0;
}

.serv_block:hover .serv_icon_h,
.serv_block .serv_icon {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.serv_block .serv_icon_h,
.serv_block:hover .serv_icon {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* ________________ //SERV_BLOCK _______________ */


/* ___________________________________ //Slide 4 ___________________________________ */


/* ____________________________________ Slide 5 ____________________________________ */

#slide5 {
    background: url(../images/slide5_bg.jpg) repeat left top;
    padding: 77px 0 68px;
}

#slide5 h1 {
    color: #a6a6a6;
}

#slide5 h1 span {
    padding-right: 5px;
    background: url(../images/slide5_bg.jpg) repeat left top;
}

#slide5 h4 {
    color: white
}


/* ________________ team_block _________________ */

.team_block {
    position: relative;
    text-align: center;
}

.team_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

.team_h {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 0;
    opacity: 0.44;
    filter: alpha(opacity=44);
    z-index: 100;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.team_block a:hover .team_h {
    height: 369px;
}

.team_block h4 {
    margin: 14px 0 9px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #b7b7b7;
}

.team_block p {
    margin: 0 20px 10px 20px;
    padding: 0 0 15px 0;
    text-transform: none;
    border-bottom: 1px dotted #6c6c6c;
    font-size: 16px;
    color: #7f7f7f;
}

ul.team_soc {
    margin: 10px 0 12px 0;
    padding: 0;
}

.team_soc li {
    display: inline-block;
}

.team_soc li a {
    display: inline-block;
    margin: 0 3px;
    width: 28px;
    height: 28px;
}

a.soc1,
a.soc2,
a.soc3,
a.soc4 {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.soc1 {
    background: url(../images/team_soc_icons.png) no-repeat 0 0 #676767;
}

a.soc2 {
    background: url(../images/team_soc_icons.png) no-repeat -30px 0 #676767;
}

a.soc3 {
    background: url(../images/team_soc_icons.png) no-repeat -62px 0 #676767;
}

a.soc4 {
    background: url(../images/team_soc_icons.png) no-repeat -89px 0 #676767;
}

a.soc1:hover {
    background: url(../images/team_soc_icons.png) no-repeat 0 0 #f96e5b;
}

a.soc2:hover {
    background: url(../images/team_soc_icons.png) no-repeat -30px 0 #f96e5b;
}

a.soc3:hover {
    background: url(../images/team_soc_icons.png) no-repeat -62px 0 #f96e5b;
}

a.soc4:hover {
    background: url(../images/team_soc_icons.png) no-repeat -89px 0 #f96e5b;
}

.team_block:hover h4 {
    color: #52caf2;
    transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}


/* _______________ //team_block ________________ */


/* ___________________________________ //Slide 5 ___________________________________ */


/* ____________________________________ Slide 6 ____________________________________ */

#slide6 {
    background: #fff;
    padding: 0;
}

#slide6 .container {
    position: relative;
}

.contact_block {
    position: absolute;
    top: 123px;
    left: 0;
    background: url(../images/contact_block_bg.jpg) repeat left top;
    padding: 31px 0 2px 35px;
    max-width: 730px;
}

#slide6 .grid_5 {
    width: 370px !important;
}

#slide6 .grid_4 {
    width: 320px !important;
}

#slide6 h4 {
    padding-top: 0;
}


/* ____________ CONTACT_DETAILS _____________ */

.contact_det_block {
    margin-top: -5px;
}

ul.foot_block_intouch {
    margin: 0;
    padding: 0;
}

.foot_block_intouch li {
    padding-bottom: 8px !important;
}

.foot_block_intouch li p,
.foot_block_intouch a {
    color: #7e7e7e;
    line-height: 21px;
    font-size: 14px;
    padding: 0 0 0 34px;
    margin: 0;
}

.foot_block_intouch li a:hover {
    color: #f96e5b;
    text-decoration: none;
}

.foot_block_intouch li.touch_phone p {
    background: url(../images/contact_icon.png) no-repeat 0 0;
}

.foot_block_intouch li.touch_clock p {
    background: url(../images/contact_icon.png) no-repeat 0 -88px;
}

.foot_block_intouch li.touch_mail a {
    background: url(../images/contact_icon.png) no-repeat 0 -161px;
}

.foot_block_intouch li.touch_mail a:hover {
    background: url(../images/contact_icon.png) no-repeat 0 -371px;
}

.foot_block_intouch li.touch_site a {
    background: url(../images/contact_icon.png) no-repeat 0 -235px;
    display: block;
    height: 20px;
}

.foot_block_intouch li.touch_site a:hover {
    background: url(../images/contact_icon.png) no-repeat 0 -445px;
}

.foot_block_intouch li.touch_adress p {
    background: url(../images/contact_icon.png) no-repeat 0 -305px;
}


/* ___________ //CONTACT_DETAILS ____________ */

#map_block {
    margin: 0;
}


/* ____________________________________ //Slide 6 ____________________________________ */


/* ____________________________________ FOOTER ____________________________________ */

footer {
    background-color: #3F1F75;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: grey;
}

.copyright {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #979797;
    text-align: center;
}

.copyright a {
    color: #f96e5b;
}

.copyright a:hover {
    text-decoration: none;
    color: #fff;
}

.divide {
    color: #52caf2;
}

/* ___________________________________ //FOOTER ___________________________________ */
