/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */



@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helveticaneueltstd-md-webfont.eot');
    src: url('fonts/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-md-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-md-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-md-webfont.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/helveticaneueltstd-lt.eot');
    src: url('fonts/helveticaneueltstd-lt.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaRoman';
    src: url('fonts/helveticaneueltstd-roman.eot');
    src: url('fonts/helveticaneueltstd-roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-roman.woff') format('woff'),
         url('fonts/helveticaneueltstd-roman.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-roman.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/helveticaneueltstd-bd.eot');
    src: url('fonts/helveticaneueltstd-bd.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bd.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
	color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*fonts */

body {
    overflow-x:hidden;
}

/* Header */
header {
	background-color: #000;
	width: 100%;
	position: fixed;
	z-index: 99998;
	top: 0;
	box-shadow: 0px 2px 6px rgba(50,50,50,.4);
}
#header {
    width: 940px;
    margin: auto;
    position: relative;
}
#logo img {
    margin: 35px 0 33px;
    float: left;
}
#menu {
    float: right;
    margin-top:40px;
}
#menu li{
    text-decoration: none;
    display: inline;
    margin-right:30px;
}
#menu a{
	text-decoration: none;
	font-family:HelveticaRoman, Arial, sans-serif;
	font-size:13px;
	font-weight:400;
	color: #FFF;
	-webkit-transition:all 100ms ease-in;
	-o-transition:all 100ms ease-in;
	-moz-transition:all 100ms ease-in;
}
#menu a:hover {
    color: #bb284e;
}

/* About Us */
#sliderArea {
    width: 100%;
    margin-top: 102px;
    background-color: #2a222f;
}
.fullwidthbanner-container{
   width:100% !important;
   position:relative;
   padding:0;
   max-height:625px !important;  
   overflow:hidden;
   text-align:center;
}
.splash {
	border:none;
	width:100%;
	max-width:982px;
	height:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#taglineBk{
	width: 100%;
	background-color: #010002;
	box-shadow: 0px -2px 6px #000000;
}
#tagline {
	background-color: #010002;
	text-align: center;
	width: 940px;
	margin: auto;
}
#tagline p {
	padding-top:26px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 18px;
	font-style: italic;
	font-family: georgia;
}

#tagline img {
    padding: 17px 0px 30px 0px;

}


#rMenu {
    margin: 0 auto 20px;
    width: 200px;
    display:none;
}
#rMenu select {
   width:200px;
   height:28px;
   cursor:pointer;
   background:#FFF;
   top:3px !important;
   border:none !important;
   font:12px HelveticaLight;
   text-transform: uppercase;
}
#rMenu option {
   padding:5px 10px;
}
.select-replace {
   background:url(../img/rMneu.png) no-repeat 171px 0 transparent;
   padding:5px 10px;
   cursor:pointer;
   font:12px HelveticaLight;
   text-transform: uppercase;
}
.select-replace-cover {
   border-bottom:1px solid #999;
   color:#333;
   /* beautiful gradient below :) */
   background:#ededed;
   background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background:-moz-linear-gradient(top,  #ededed 0%, #c9c9c9 100%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c9c9c9));
   background:-webkit-linear-gradient(top,  #ededed 0%,#c9c9c9 100%);
   background:-o-linear-gradient(top,  #ededed 0%,#c9c9c9 100%);
   background:-ms-linear-gradient(top,  #ededed 0%,#c9c9c9 100%);
   background:linear-gradient(top,  #ededed 0%,#c9c9c9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c9c9c9',GradientType=0 );
   border-radius:3px;
}


ul {
    list-style:none;
}

/* Universal Styles */
.wrapper {
    width:940px;
    margin:auto;
	padding-bottom:50px;
	text-align:left;
	font:12px/20px Arial;
}
.wrapper h1{
	background:transparent url(../img/h1-bullet.png) no-repeat left center;
    padding-left:30px;
    font-size: 30px;
    font-family: HelveticaLight;
    font-weight: 400;
    margin-top:50px;
}
.wrapper h2{
    font-size: 18px;
    font-family: "Century Gothic", Futura, "URW Gothic L", sans-serif;
    font-weight: normal;
	line-height:1em;
}
.wrapper h1 span {
	font-size:14px;
	text-transform:uppercase;
	padding-left:10px;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
}
.wrapper p {
    margin: auto;
    padding-top: 20px;
}
.sub-splash {
	width:100%;
	max-width:400px;
	height:auto;
	border:1px solid #999;
	padding:5px;
	float:left;
	margin:20px 30px 25px 0;
}

#page a, #rendezvous a, #notions a { color: #bb284e; }

/* Our Services */



#notions {
	border-top:40px solid #222;
	width: 100%;
	position: relative;
	z-index:70;
	font-size:1.1em;
	color: #333;
	background-color: #FFF;
}
#notions h1{
	color: #333;
}
#notions h1 span {
	color:#666681;
}

/* Blog */
#page {
	margin-top:102px;
	border-top:40px solid #222;
    background-color: #f5f5f5; 
	width: 100%;
	font-size:1.1em;
	color: #555;
}
#page h1{ color: #313131; }
#page h1 span { color:#676767; }
#page a { color: #bb284e; }

/* Design */

#design {
	border-top:40px solid #222;
	background-color: #45384d;
}
#design a 		{ color:#fff; font-size:1.3em; font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif; }
#design h1{
    color: #fff;
}
#design h1 span {
	color:#eee;
}
#designs p {
	color:#eee;
}
#design #gallery img {
	padding:5px;
	border:1px solid #bbb;
	margin:5px;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#design #gallery img:hover {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

/* Encounters */

#encounters{
	border-top:40px solid #222;
	background-color: #313131;
	width: 100%;
	color: #FFF;
}
#encounters h1 { color: #ffffff; }
#encounters h1 span { color:#c7c7c7; }
#encounters h2 {
	color:#ccc;
	margin:0;
	padding:20px 0 0 0;
}
#encounters ul.leaders {
	margin:20px 0 0 0;padding:0;  max-width: 40em; padding: 0; overflow-x: hidden; list-style: none;
}
#encounters ul.leaders li:before {
    float: left; width: 0; white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }
#encounters ul.leaders span:first-child {
    padding-right: 0.33em; background: #313131;
}
#encounters ul.leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: #313131;
}


/* Rendezvous */

#rendezvous{
	border-top:40px solid #222;
	background-color: #2a222f;
	width: 100%;
	color: #FFF;
}
#rendezvous h1 { color: #ffffff; }
#rendezvous h1 span { color:#c7c7c7; }
#rendezvous h2 {
	color:#ccc;
	margin:0;
	padding:20px 0 0 0;
}
#rendezvous ul.leaders {
	margin:20px 0 0 0;padding:0;  max-width: 40em; padding: 0; overflow-x: hidden; list-style: none;
}
#rendezvous ul.leaders li:before {
    float: left; width: 0; white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }
#rendezvous ul.leaders span:first-child {
    padding-right: 0.33em; background: #313131;
}
#rendezvous ul.leaders span + span {
	float: right;
	padding-left: 0.33em;
	background: #313131;
}




/* Rendezvous2 */

#rendezvous2{
	width: 100%;
	background-color: #fce7fb;
	border-top:40px solid #222;
	color: #333;
}
#rendezvous2 h2 {
	color:#222222;
	margin:0;
	padding:20px 0 0 0;
}
#rendezvous2 h1 span {color:#676767;}



/* FAQ Section */

#faq{
	border-top:40px solid #222;
	background-color: #2a222f;
	width: 100%;
	color: #ddd;
}
#faq h1 { color: #ffffff; }
#faq h1 span { color:#c7c7c7; }
#faq p span {
	color:#f7e2f6;
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
}

a:focus 
{outline: none !important;}

/* News*/

#newsBk{
    width: 100%;
    background-color: #f5f5f5;
}
#newsBk{
	width: 100%;
	background-color: #f5f5f5;
	border-top:40px solid #222;
	color: #4d3c57;
}
#newsBk .wrapper { padding-bottom:0; }
#newsBk .wrapper h2 {color:#111;	margin:0;padding:20px 0 0 0;}
#newsBk .wrapper h1 span {color:#676767;}
#news {
    width: 880px;
    margin:50px auto 150px auto;
    background-color: #f5f5f5;
    position: relative;
}

.tabsWidget .tab {
    margin-bottom:2px;
}

.tabsWidget .title{
    background-color: #313131;
    height:70px;
    border-radius: 3px;
    width: 880px;
    color: #f1f1f1;
    float: left;
    cursor: pointer;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}
.tabsWidget .title:hover {
    background-color:#444;
}
.tabsWidget .title.opened {
    background-color: #4c5767;
}
.tabsWidget .meta {
    width:50px;
    height:60px;
    border-right: 1px solid rgba(245,245,245,0.2);
    float:left;
    padding:10px 0 0 24px;
}
.tabsWidget h2 {
    font-family: HelveticaLight;
    font-size: 24px;
    font-weight:300;
    float:left;
    margin:17px 0 0 25px;
}
.tabsWidget .icon {
    float:right;
    width:74px;
    height:70px;
    display:block;
    border-left: 1px solid rgba(245,245,245,0.2);
    text-indent:-99999px;
    background:url(../img/newsButtons.png) no-repeat 0px 0px  transparent;
}
.tabsWidget .meta .day {
    color: #f1f1f1;
    font-family:HelveticaBold;
    font-size:24px;
    display:block;
}
.tabsWidget .meta .month {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255,255,255,.5);
    display:block;
    font-family:HelveticaLight;
    letter-spacing:1px;
    margin-top:-5px;
}
.tabsWidget .first.icon {
   background-position: 25px 25px;   
}
.tabsWidget .second.icon {
   background-position: 25px -47px;   
}
.tabsWidget .third.icon {
   background-position: 27px -145px;   
}
.tabsWidget .fourth.icon {
   background-position: 25px -565px;   
}
.tabsWidget .fifth.icon {
   background-position: 25px 25px;   
}

.tabsWidget .tab .content {
    background:#FFF;
    padding:35px 45px;
    font:12px/20px Arial;
    color:#666;
    line-height:18px;
    display:none;
    margin-top:70px;
}
.tabsWidget .tab .content a {
    color:#333;
    text-decoration:none;
    background:url(../img/newsArow.png) no-repeat left center transparent;
    padding:2px 0 0 15px;
}

/* Footer */
#footerBk {
    width: 100%;
    background-color:#313131;
    height:80px;
    z-index: 50;
	font-weight:normal;
	border-top:40px solid #222;
}
#footer {
    position: relative;
    margin:auto;
    max-width: 940px;
    height:80px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#footer a {
	color:#eee;
}
#footer p{
	margin-top: 35px;
	color: #eee;
	font-size: 12px;
	font-family: HelveticaBold;
}
#footer p{
    float: left;
    margin-top: 35px;

}
#followUs{
    float: right;
}
#followUs .socialF{
    float: right;
    width: 33px;
    height: 33px;
    background:url(../img/teamButton.png) no-repeat 0px 0px transparent;
    margin: 27px 0px 0px 10px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    display: block;
    text-indent:-99999px;
}
#followUs .socialF.facebook {
    background-position: -9px -9px ;
}
#followUs .socialF.twitter {
    background-position: -45px -9px;
}



/*-----------------------------------------------------------------------------------*/
/*  SLIDER
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------

    -   Revolution Slider 1.5.3 -

        Screen Stylesheet

version:    1.4.5
date:       09/18/11
last update: 13.10.2012
author:     themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/



/****************************************************************

    -   SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -
    
******************************************************************/
    
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img            { -webkit-transform: translateZ(0);
                                          -webkit-backface-visibility: hidden;
                                          -webkit-perspective: 1000;                                                                                                                  
                                    }

                                    
/************************************************
      - SOME CAPTION MODIFICATION AT START  -
*************************************************/  
.tp-simpleresponsive .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   -moz-opacity: 0;    -khtml-opacity: 0;  opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img    {   max-width:none;}

/******************************
    -   IE8 HACKS   -
*******************************/
.noFilterClass {
    filter:none !important;
}


/******************************
    -   SHADOWS     -
******************************/
.tp-bannershadow  {
        position:absolute;

        margin-left:auto;
        margin-right:auto;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

.tp-bannershadow.tp-shadow1 {   background:url(../img/revslider/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {   background:url(../img/revslider/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {   background:url(../img/revslider/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
    -   FULLSCREEN VIDEO    -
*********************************/
.caption.fullscreenvideo {  left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe { width:100% !important; height:100% !important;}


/*************************
    -   CAPTIONS    -
**************************/
.caption.big_white  {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 36px;
                        line-height: 36px;
                        font-family: Arial;
                        padding: 0px 4px;
                        padding-top: 1px;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        background-color:#000;
                        letter-spacing: -1.5px;
                    }

.caption.big_orange {
                        position: absolute;
                        color: #ff7302;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 36px;
                        line-height: 36px;
                        font-family: Arial;
                        padding: 0px 4px;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        background-color:#fff;
                        letter-spacing: -1.5px;
                    }

.caption.big_black  {
                        position: absolute;
                        color: #000;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 36px;
                        line-height: 36px;
                        font-family: Arial;
                        padding: 0px 4px;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        background-color:#fff;
                        letter-spacing: -1.5px;
                    }

.caption.medium_grey    {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 20px;
                        font-family: Arial;
                        padding: 2px 4px;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        background-color:#888;
                        white-space:nowrap;
                        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
                    }

.caption.small_text {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 20px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
                    }

.caption.medium_text    {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 20px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
                    }

.caption.large_text {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 40px;
                        line-height: 40px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
                    }

.caption.very_large_text    {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 60px;
                        line-height: 60px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
                        letter-spacing: -2px;
                    }


.caption.very_big_white {
                        position: absolute;
                        color: #fff;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 60px;
                        line-height: 60px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        padding: 0px 4px;
                        padding-top: 1px;
                        background-color:#000;
                    }

.caption.very_big_black {
                        position: absolute;
                        color: #000;
                        text-shadow: none;
                        font-weight: 700;
                        font-size: 60px;
                        line-height: 60px;
                        font-family: Arial;
                        margin: 0px;
                        border-width: 0px;
                        border-style: none;
                        white-space:nowrap;
                        padding: 0px 4px;
                        padding-top: 1px;
                        background-color:#fff;
                    }

.caption.boxshadow  {
                        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
                        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
                        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
                    }

.caption.black {
                        color: #000;
                        text-shadow: none;
                    }

.caption.noshadow {
                        text-shadow: none;
                    }

.caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;  }
.caption a:hover { color: #ffa902; }



/******************************
    -   BUTTONS -
*******************************/

/*.button             {   padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
                        cursor:pointer;
                        color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
                        background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
                    }

.button.big         {   color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}*/


.purchase:hover,
.button:hover,
.button.big:hover       {   background-position:bottom, 15px 11px;}



    @media only screen and (min-width: 768px) and (max-width: 959px) {

     }



    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .button {   padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; }
        a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;   }


    }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
        .button {   padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
        a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;   }
    }





/*  BUTTON COLORS   */



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green          { background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue            { background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red              { background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange        { background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey    { background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey  { background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/************************
    -   NAVIGATION  -
*************************/

/** BULLETS **/
.tp-bullets                                 {   z-index:100; position:absolute; bottom:10px; }
.tp-bullets.simplebullets                   {   bottom:10px;}


.tp-bullets.simplebullets.navbar                { bottom:-20px; background:url(../img/revslider/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;}

.tp-bullets.simplebullets .bullet           {   cursor:pointer; position:relative;  background:url(../img/revslider/bullets.png) no-Repeat bottom left;    width:23px; height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets .bullet.last      {   margin-right:0px;}

/** SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet            {   cursor:pointer; position:relative;  background:url(../img/revslider/bullets2.png) no-Repeat bottom left;   width:19px; height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last       {   margin-right:0px;}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet        {   cursor:pointer; position:relative;  background:url(../img/revslider/navigdots.png) no-Repeat bottom left;  width:15px; height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar .bullet.first      {   margin-left:30px !important;}
.tp-bullets.simplebullets.navbar .bullet.last       {   margin-right:30px !important;}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected  {   background-position:top left; }




/*************************************
    -   TP ARROWS   -
**************************************/


.tp-leftarrow                       {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_left.png) no-Repeat top left;    width:26px; height:26px;  margin-right:0px; float:left; margin-top:-13px;   }
.tp-rightarrow                      {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_right.png) no-Repeat top left;   width:26px; height:26px;  margin-right:0px; float:left; margin-top:-13px;}

.tp-leftarrow.navbar                {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrowleft.png) no-Repeat top left;     width:9px;  height:16px;   float:left;  margin-right:-20px; margin-top:-8px;}
.tp-rightarrow.navbar               {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrowright.png) no-Repeat top left;    width:9px;  height:16px;   float:left;  margin-left:-20px; margin-top:-8px;}
.tp-leftarrow.navbar.thumbswitharrow    {   margin-right:10px; }
.tp-rightarrow.navbar.thumbswitharrow   {   margin-left:0px; }

.tp-leftarrow.square                {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_left2.png) no-Repeat top left;   width:12px; height:17px;   float:left;  margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square               {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_right2.png) no-Repeat top left;  width:12px; height:17px;   float:left;  margin-left:0px; margin-top:-9px;}

.tp-leftarrow.large                 {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_large_left.png) no-Repeat top left;  width:46px; height:46px;  margin-left:0; margin-top:-23px; }
.tp-rightarrow.large                {   z-index:100;cursor:pointer; position:relative;  background:url(../img/revslider/arrow_large_right.png) no-Repeat top left; width:46px; height:46px;  margin-left:0; margin-top:-23px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover {  background-position:bottom left; }






/****************************************************************************************************
    -   TP THUMBS   -
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs                       {   z-index:100; position:absolute; padding:0px 2px 2px;background-color:#fff;
                                                width:500px;height:50px;            /* THE DIMENSIONS OF THE THUMB CONTAINER */
                                            }

.fullwidthbanner-container .tp-thumbs                   {  padding:2px;}

.tp-bullets.tp-thumbs .tp-mask              {   width:500px; height:50px;           /* THE DIMENSIONS OF THE THUMB CONTAINER */
                                                overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer   {   width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet               {   width:100px; height:50px;           /* THE DIMENSION OF A SINGLE THUMB */
                                                cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
                                                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                                                /*filter: alpha(opacity=50);    */
                                                -moz-opacity: 0.5;
                                                -khtml-opacity: 0.5;
                                                opacity: 0.5;
                                                -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
                                            }
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected      {   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

                                                -moz-opacity: 1;
                                                -khtml-opacity: 1;
                                                opacity: 1;
                                            }
.tp-thumbs img                              {   width:100%; }


/************************************
        -   TP BANNER TIMER     -
*************************************/
.tp-bannertimer                             {   width:100%; height:10px; background:url(../img/revslider/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom                   {   bottom:0px !important;height:5px;}




/***************************************
    -   RESPONSIVE SETTINGS     -
****************************************/


    @media only screen and (min-width: 768px) and (max-width: 959px) {

     }



    @media only screen and (min-width: 480px) and (max-width: 767px) {
            .responsive .tp-bullets.tp-thumbs               {   width:300px !important; height:30px !important;}
            .responsive .tp-bullets.tp-thumbs .tp-mask      {   width:300px !important; height:30px !important;}
            .responsive .tp-bullets.tp-thumbs .bullet       {   width:60px !important;height:30px !important;}

    }

    @media only screen and (min-width: 0px) and (max-width: 479px) {
                .responsive .tp-bullets {   display:none}
                .responsive .tparrows   {   display:none;}
    }





/*********************************************

    -   BASIC SETTINGS FOR THE BANNER   -

***********************************************/

 .tp-simpleresponsive img {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{ text-decoration:none;}

.tp-simpleresponsive ul {
    list-style:none;
    padding:0;
    margin:0;
}

.tp-simpleresponsive >ul >li{
    list-stye:none;
    position:absolute;
    visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div {  width:10000px; height:10000px;  background:url(../img/revslider/coloredbg.png) repeat;}

.tp-loader  {   background:url(../img/revslider/loader.gif) no-repeat 0 0 transparent;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

@media only screen and (max-width:940px) and (min-width:768px) {
    body, html {
        overflow-x:hidden !important
    }
    #tagline, #notions > div, .parallax-text, .columnText, #aboutUs, .wrapper, #work, .work .slides_container, .work .slides_container div, #footer, #header, .work .slides .caption, .work .slides {
        width:90% !important;
    }
    .work .slides, .work .slider, .slides_control, .work .slides_container div, .work .slides_container {
        height: 506px !important;
        max-width:768px !important;
    }
    #notions p, #aboutUs p, .work p, #news, #news .title {
       width:100%;
    }
    .work .slides .caption {
        bottom:-370px;
    }
    .parallax-text {
        margin-left:-384px;
    }
    .hImg {
        display:none;
    }
    .team img, .team li .socialButtons, .team li .teamButton {
        width:93px !important;
        height:93px !important;
    }
    .columnText h3 {
        padding-left:0;
    }
    .team li {
        margin-top:50px !important;
    }
    .team li .socialButtons {
        margin:32px 0 0 12px !important;
    }
    .work .slides_container img {
        width:100%;
    }
}

@media only screen and (max-width:767px) {
    body, html {
        overflow-x:hidden !important
    }
    a#toTop {
        display:block !important;
    }
    header {
        position:static;
    }
    #sliderArea {
        margin-top:0;
    }
    #menu {
        display:none;
    }
    #rMenu {
        display:block;
    }
    #tagline, #notions > div, .parallax-text, .columnText, #aboutUs, .wrapper, #work, .work .slides_container, .work .slides_container div, #footer, #header, .work .slides .caption, .work .slides, .work > div {
        width:90% !important;
    }
	.sub-splash {
		float:none !important;
		display:block;
		margin:auto;
	}
    .work .slides, .work .slider, .slides_control, .work .slides_container div {
        height: 203px !important;
    }
    #notions p, #aboutUs p, #news, #news .title {
        width:100%;
    }
    .work p {
        max-width:278px;
    }
    .ourServices div {
        position:static;
        float:left;
        margin:10px;
    }
    .slides_control .caption {
        display:none !important;
    }
    .tabsWidget .meta, .tabsWidget .icon {
        display:none;
    }
    .columnText {
        margin-top:80px !important;
        text-align:center;
    }
    .columnText > div {
        width:100%;
    }
    .columnText h3 {
        float:none;
    }
    #contactInfo {
        bottom:20px;
        z-index:95;
    }
    .ourServices {
        margin:20px auto 20px;
        max-width:300px;
        height:auto;
    }
    .ourServices .middleWheel {
        margin-left:15px;
    }
    .work .slides .caption {
        bottom:-370px;
    }
    .parallax-text {
        margin-left:-154px;
    }
    .hImg {
        display:none;
    }
    #logo {
        margin-left:61px;
    }
    .team img, .team li .socialButtons, .team li .teamButton {
        width:93px !important;
        height:93px !important;
    }
    .columnText h3 {
        padding-left:0;
    }
    .prices {
        padding-left:70px;
    }
    .team li {
        margin:30px 50px 0 0 !important;
    }
    .team li .socialButtons {
        margin:32px 0 0 12px !important;
    }
    .work .slides_container img {
        width:100%;
    }
    #formInputs {
        padding-left:0;
        float:left;
        margin:0;
        max-width:230px;
    }
    #formInfo {
        border-bottom:1px solid #E3E3E3;
        border-right:none;
    }
    #contactInfo {
        width:300px;
        margin-left:-150px;
    }
    #contactInfo textarea {
        width:190px;
    }
    #followUs {
        display:none;
    }
    .priceLists {
        margin-right:40px;
        width:210px !important;
        margin-top:0 !important;
        margin-bottom:30px;
        margin-left:0 !important;
        box-shadow: 1px 1px 30px #CFCFCF !important;
    }
    .priceLists .h5 {
        margin-left:55px !important;
    }
    .priceLists h2 {
        padding:10px 0 10px !important;
        font-size:18px;
    }
    .priceLists button {
        margin:16px 0 !important;
    }
    header {
        top:-47px;
    }
    #logo img {
        margin:58px 0 10px;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* SITE STYLES START HERE */

a#toTop {
position:fixed;
bottom:20px;
right:20px;
font-family:Arial, sans-serif;
font-size:11px;
background:#FFF;
background:rgba(255,255,255,.8);
color:#333;
padding:2px 5px;
border-radius:2px;
display:block;
text-decoration:none;
z-index:99999;
display:none;
}




    .myButton {
        
        -moz-box-shadow: 0px 10px 14px -7px #616161;
        -webkit-box-shadow: 0px 10px 14px -7px #616161;
        box-shadow: 0px 10px 14px -7px #616161;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b3b3b), color-stop(1, #212121));
        background:-moz-linear-gradient(top, #3b3b3b 5%, #212121 100%);
        background:-webkit-linear-gradient(top, #3b3b3b 5%, #212121 100%);
        background:-o-linear-gradient(top, #3b3b3b 5%, #212121 100%);
        background:-ms-linear-gradient(top, #3b3b3b 5%, #212121 100%);
        background:linear-gradient(to bottom, #3b3b3b 5%, #212121 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#212121',GradientType=0);
        
        background-color:#3b3b3b;
        
        -moz-border-radius:12px;
        -webkit-border-radius:12px;
        border-radius:12px;
        
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
        padding:13px 22px;
        text-decoration:none;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #3b3b3b));
        background:-moz-linear-gradient(top, #212121 5%, #3b3b3b 100%);
        background:-webkit-linear-gradient(top, #212121 5%, #3b3b3b 100%);
        background:-o-linear-gradient(top, #212121 5%, #3b3b3b 100%);
        background:-ms-linear-gradient(top, #212121 5%, #3b3b3b 100%);
        background:linear-gradient(to bottom, #212121 5%, #3b3b3b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#3b3b3b',GradientType=0);
        
        background-color:#212121;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }

	.myButton img {
		max-width:20px;
		height:auto;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
		margin-right:10px;
	}
	.myButton:hover img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}

/* Universal Thumbnail Settings */
#thumbnails,
#albumthumbnails 			{ list-style-type:none; margin:0; padding:0; }

#thumbnails a,
#albumthumbnails a			{ outline:none; }

#thumbnails li,
#albumthumbnails li			{ list-style:none; position:relative; display:inline-block; zoom:1; *display:inline; }

#thumbnails li 				{ margin:10px; *width:120px;}
#albumthumbnails li 		{ margin:10px; *width:160px;}

#albumthumbnails li a img,
#thumbnails li a img		{vertical-align: bottom; *border:none;}

#thumbnails img,
#albumthumbnails img 		{ transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out; }

#thumbnails img 			{ opacity: 1.0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity: 1.0;-khtml-opacity: 1.0;  }
#albumthumbnails img 		{ opacity: 1.0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity: 1.0;-khtml-opacity: 1.0; }

#thumbnails img:hover 		{ opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; }
#albumthumbnails img:hover 	{ opacity: 1.0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1.0; -khtml-opacity: 1.0; }

#thumbnails li span, 
#albumthumbnails li span	{ display:block; *display:inline; text-align:center;  overflow:hidden;height: 24px;line-height:24px; white-space:nowrap; }

#thumbnails li:hover span, 
#albumthumbnails li:hover span
						 	{ display: block; *display:inline;  }
.caption img			{ background-color: rgba(47,69,91,0.3); border:1px solid #eeeeee; padding:5px; }
