*
{
    margin: 0;
    padding: 0;
}

html, body
{
    max-width: 100%;
    height: 100%
}

a
{
    outline: 0;
}

a img
{
    border: none;
}
img{
    max-width: 100%
}

input,
textarea
{
    resize: none;
    overflow: hidden;
    color: #4b4b4e;
    outline: none;
    font-family: 'Ubuntu','Helvetica','Verdana';
}
input[type="submit"]
{
    color: white;
}

body
{
    font-family: 'Ubuntu','Helvetica','Verdana';
    color: #4b4b4e; /* gray */
    background: #e7e7e3;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 140%
}
::-moz-selection,
::selection {
    background: #b7b7a8;
    color: #fff;
}
*::-moz-placeholder,
*::-webkit-input-placeholder,
*:-ms-input-placeholder
{
    opacity: 1;
}

*
{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

header, nav, section, article, aside, footer, hgroup
{
    display: inline-block;
}
h1, h2, h3, h4{
    font-weight: normal;
}

h3
{
    font-family: 'IntroRegular';
    font-size: 18px;
}

.placeholder,
div.score
{
    display: none;
}

div.ajax_load
{
	width: 26px;
	height: 26px;
	background: url(ajax-load.gif);
	display: none;
}

div.hallotoolbar
{
    z-index: 1200; /* move it in front of the colorbox container */
}

#header_logo
{
	display: block;
	background-image: url('cantina_weblifeA004.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	top: 0px;
	width: 100%;
	height: calc(100% - 59px);
	position: absolute;
	border-bottom: 4px solid #ffcc00;
}

#header_logo_inner
{
	background: url('logo_new_bright.png') no-repeat;
	width: 241px;
	height: 190px;
	position: fixed;
	z-index: 2;
	left: 15px;
	top: 15px;
}

.fixed_header #header_logo_inner
{
    width: 111px;
}

#header_nav
{
    display: block;
    background: #DADAD2;
    width: 100%;
    height: 59px;
    z-index: 2;
    position: absolute;
    bottom: 0px
}

#logo_nav{
	background: url('logo_nav.png') no-repeat;
	float: left;
	width: 100px;
	height: 40px;
	margin-top: 10px;
	margin-left: 30px;
	display: none;
}

.fixed_header #header_nav {
    position: fixed;
    top: 0;
    z-index: 4
}

.fixed_header #logo_nav{
    display: block;
}

.nav-wrapper
{
    position: relative;
    margin: 0 auto;
}

ul#nav-list{
    top: 0px;
    text-transform: uppercase;
    height: 59px;
    text-align: center;
}

ul#nav-list li
{
    display: inline;
    list-style-type: none;
    vertical-align: middle;
}

ul#nav-list li a
{
    cursor: pointer;
    color: #4b4b4e; /* gray */
    font-size: 1.5em;
    padding: 22px 10px 18px 10px;
    text-decoration: none;
    margin-right: 3%;
    max-width: 100px;
    display: inline-block;
    text-align: center;
}

ul#nav-list li a:hover
{
    color: #ffffff
}

ul#nav-list li.current a
{
	/*background-color: #d36c6b;*/
    color: #ffffff;
	background-color: #ffcc00;
}

ul#nav-list li#footer-nav-btn
{
    display: none;
}

.nav_explain
{
	position: relative;
	padding: 10px;
	top: 0;
	background-color: #ffcc00;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer
}

.container_centered
{
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.container_centered .nav-wrapper,
.container_centered .wrapper_explain,
.container_centered .wrapper_testimonials
{
    padding: 0 33px;
}

.container_centered .nav-wrapper
{
    margin-bottom: 1em
}

.container_centered .wrapper_content
{
    padding: 0 16px 0 17px;
}

.container_centered .wrapper_content .sortable
{
    text-align: center;
}

.container_centered .wrapper_content .sortable article
{
    text-align: left;
}

.container_centered .wrapper_testimonials,
.container_centered .wrapper_content
{
    margin-bottom: 50px
}

.section_container .wrapper_explain
{
    padding-top: 40px;
    font-family: 'Ubuntu';
    font-size: 18px;
    line-height: 140%;
    max-width: 100%
}

.clearfix
{
    clear: both;
}

#footer
{
    display: none;
}

#main-wrapper
{
    position: relative;
    width: 100%;
    top: 100%;
}

.section_container
{
    border-bottom: 7px solid #DADAD2;
    background: #e7e7e3;
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1
}

#footer-container
{
    height: auto;
}

#footer-container .container_centered
{
    padding-bottom: 20px;
}

.section_wrapper
{
    height: 100%;
    background: #e7e7e3;
    position: relative;
    z-index: 3
}
.section_container .wrapper_content
{
    display: inline-block;
    clear: both;
}

#who-wrapper .wrapper_content
{
    margin-top: 20px;
}

#midgard-bar div.workflows-holder,
#midgard-bar div.custom_buttons
{
    display: inline-block;
    width: 200px;
}
body #midgard-bar div.toolbarcontent-center
{
    width: 400px;
}
button.midgard-create-add
{
    position: absolute;
}
button.midgard-create-add .ui-button-text
{
    padding: 0.2em 0.4em;
}

/* colorbox */
#cboxOverlay
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #777;
    opacity: .7 !important;
    z-index: 4;
}
#colorbox
{
    z-index: 5;
    box-shadow: 0 0 170px rgba(0, 0, 0, .2);
}
#cboxClose
{
    display: none !important;
}
div.cb_content
{
    display: none;
}
div.for_image{
    cursor: pointer;
    border: 5px solid rgba(255,255,255,0.7)
}
div.for_colorbox_content
{
    width: 1012px;
    height: 533px;
    padding: 40px;
    background: #e7e7e3;
    border: 5px solid #fff;
}
div.for_colorbox_content div.infos
{
    float: left;
    margin-right: 60px;
}
div.for_colorbox_content .backbutton
{
	width: 45px;
	height: 45px;
	display: block;
	background-image: url(back.png);
}
div.for_colorbox_content .backbutton:hover
{
	background-image: url(back_on.png);
}
div.for_colorbox_content .visitwebsite
{
    width: 45px;
    height: 45px;
    display: block;
    margin-left: 20px;
    background-image: url(visitwebsite.png);
}
div.for_colorbox_content .visitwebsite:hover
{
    background-image: url(visitwebsite_on.png);
}
div.for_colorbox_content div.infos h1
{
	float: left;
	clear: both;
	font-size: 20px;
	color: #ffcc00;
	width: 215px;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

div.for_colorbox_content div.infos div.info_data
{
    float: left;
    clear: both;
    width: 205px;
    margin-bottom: 40px;
}
div.for_colorbox_content div.infos div.info_customer
{
    height: 26px;
    text-transform: uppercase;
}
div.for_colorbox_content div.infos div.info_service
{
    height: 163px;
    font-size: 12px;
}

div.for_colorbox_content div.infos div.info_data ul
{
    float: left;
    margin-left: 14px;
}

div.for_colorbox_content div.infos div.back
{
    float: left;
    clear: both;
    margin-top: 0px;
}

div.for_colorbox_content div.images
{
    float: left;
    width: 640px;
    height: 400px;
    padding: 10px;
    background-color: rgba(255,255,255,0.6);
}
div.for_colorbox_content div.images div.slides_container img
{
    width: 620px;
    height: 380px;
}

div.for_colorbox_content a.close
{
    float: left;
    margin-top: 60px;
}


/* hi */
#hi-wrapper,
#hi-container,
#hi-container .container_centered,
#hi-container .wrapper_content
{
    height: 100%;
    background-color: transparent;
}

#hi-wrapper
{
    margin-left: 40px;
}

#hi-container
{
    border-bottom: none;
    position: fixed
}

#hi-wrapper .wrapper_content
{
    display: block;
    margin: 0;
    padding: 0
}

#hi-wrapper article
{
    position: absolute;
    bottom: 18%;
    right: 5%;
    margin-left: 240px;
    font-family: 'IntroRegular', 'Impact';
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#hi-wrapper h1
{
	display: inline-block;
	font-size: 58px;
	height: 100%;
	margin-bottom: 5%; /* green */
	outline: none;
	line-height: 140%;
}

#hi-wrapper .subcontent
{
    display: inline-block;
    clear: both;
    font-size: 26px;
    height: 100%;
    margin-bottom: 10%;
}

#hi-wrapper .more-wrapper
{
    display: inline-block;
    clear: both;
    position: relative;
}
#hi-wrapper .more
{
    height: 100%;
    font-size: 20px;
    margin-top: 14px;
    line-height: 126%;
    vertical-align: top;
}

#hi-wrapper .arrow
{
    position: absolute;
    display: inline-block;
    top: 42px;
    left: 233px;
    width: 100px;
    height: 20px;
    background: url(arrow.png);
}

#hi-wrapper .bulb_button
{
    text-decoration: none;
    color: white;
    display: inline-block;
    padding-right: 160px;
    height: 80px;
    background-image: url(bulb_off.png);
    background-repeat: no-repeat;
    background-position: center right;
}
#hi-wrapper .bulb_button:hover
{
    background-image: url(bulb_on.png);
}

/* who */
#who-wrapper
{
    margin-left: 0px;
}

#who-wrapper .wrapper_content  article
{
    margin: 30px 16px 0 17px;
    vertical-align: top
}

#who-wrapper .profile-img
{
    display: inline-block;
}

#who-wrapper .profile-img img {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    transition: all .7s ease-out;
    border: 5px solid rgba(255, 255, 255, 0.7);
    opacity: 0.75;
    width: 293px;
}
#who-wrapper article:hover .profile-img img {
    opacity: 1;
}

#who-wrapper .who-name
{
    font-size: 16px;
    clear: both;
    margin-top: 11px;
    height: 18px;
    width: 286px;
}
#who-wrapper .who-role
{
    font-size: 12px;
    display: inline-block;
    clear: both;
    margin-top: 7px;
    height: 16px;
    width: 286px;
}

/* what */
#what-wrapper .wrapper_content article
{
    display: inline-block;
    vertical-align: top;
    margin: 70px 17px 0 16px;
    width: 293px;
    height: 330px;
}

#what-wrapper .content
{
    display: inline-block;
    width: 240px;
    height: 260px;
    margin-left: 57px;
    margin-top: 8px
}

#what-wrapper .title-wrapper
{
    display: table-row;
    vertical-align: top;
    height: 45px;
}

#what-wrapper .title-wrapper h3
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}

#what-wrapper .title-wrapper .what-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	margin-top: 0px;
	background: url('cantina_sprite_whaticons.png');
	background-repeat: no-repeat;
}

#what-wrapper .title-wrapper .frontenddevelopment-icon
{
    background-position: 0px -335px;
}

#what-wrapper .title-wrapper .webapplikationen-icon
{
    background-position: 0px -56px;
}

#what-wrapper .title-wrapper .wartung_support-icon
{
    background-position: 0px -280px;
}

#what-wrapper .title-wrapper .contentmanagement-icon
{
    background-position: 0px -112px;
    cursor: pointer;
}
#what-wrapper .title-wrapper .contentmanagement-icon:hover
{
    background-position: 0px -168px;
}

#what-wrapper .title-wrapper .consulting-icon
{
    background-position: 0px 0px;
}

#what-wrapper .title-wrapper .payment_invoicing-icon
{
    background-position: 0px -224px;
}

/* with */
#with-wrapper .wrapper_content .sortable
{
    margin-top: 70px;
}
#with-wrapper .title{
    margin-bottom: 12px;
}

#with-wrapper .wrapper_content article
{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    width: 413px;
    height: 200px;
}

#with-wrapper .with-box .with-icon
{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: url('cantinasprite_withicons2.png');
	background-repeat: no-repeat;
}

#with-wrapper .with-box .coffee-icon
{
	background-position: -135px 0px;
}
#with-wrapper .with-box .flash-icon
{
    background-position: 0px 0px;
}
#with-wrapper .with-box .ghost-icon
{
	background-position: -180px 0px;
}
#with-wrapper .with-box .heart-icon
{
	background-position: -225px 0px;
}
#with-wrapper .with-box .puzzle-icon
{
	background-position: -90px 0px;
}
#with-wrapper .with-box .speech-icon
{
	background-position: -45px 0px;
}

#with-wrapper .with-box .content-wrapper
{
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    width: 310px;
}

#for-wrapper .wrapper_content
{
    margin-bottom: 0
}

#for-wrapper .wrapper_testimonials
{
    clear: both;
    border-top: 2px solid #fff;
    margin-top: 35px;
    margin-right: 30px;
}

#for-wrapper .wrapper_testimonials article
{
    display: inline-block;
    margin-top: 24px;
}

#for-wrapper .wrapper_content article
{
    margin: 55px 17px 0 16px;
    vertical-align: top;
}

#for-wrapper .more
{
    font-size: 16px;
    clear: both;
    margin-top: 11px;
    height: 18px;
    width: 286px;
}
#for-wrapper .more-what
{
    font-size: 12px;
    display: inline-block;
    clear: both;
    margin-top: 7px;
    height: 16px;
    width: 286px;
}

#for-wrapper .content
{
    display: inline-block;
    padding-top: 50px;
}
#for-wrapper div.for_content .name
{
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
#for-wrapper div.for_content .service
{
    display: inline-block;
    clear: both;
    width: 100%;
    height: 120px;
}

#for-wrapper div.for_image
{
    position: relative;
    display: inline-block;
    width: 293px;
    height: 165px;
}

#for-wrapper div.for_image div.out,
#for-wrapper div.for_image div.over
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#for-wrapper div.for_image div.over
{
    display: none;
}

#for-wrapper div.for_image span
{
    position: absolute;
    top: 102px;
    left: 92px;
    color: #fff;
    text-transform: uppercase;
}

/* where */
#where-container
{
    border-bottom: none;
}

#where-wrapper div#where-top
{
    clear: both;
    font-size: 20px;
    margin-bottom: 45px;
    margin-top: 60px;
    width: 100%;
    min-width: 100%;
    height: 50px;
    line-height: 140%;
}
#where-wrapper div#where-bottom
{
    clear: both;
    width: 100%;
    min-width: 100%;
    text-align: center
}

#where-wrapper div.content
{
    padding-top: 30px;
}
#where-wrapper #where-left
{
    width: 485px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 16px
}

#where-wrapper #where-right
{
    margin-left: 23px;
    width: 456px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

#where-wrapper #where-map
{
	background: url("strassenkarte474x351.png");
	width: 454px;
	height: 351px;
	display: inline-block;
	border: 5px solid white;
	cursor: pointer;
	transition: border 1.0s;
}

#where-wrapper #where-map:hover
{
    border: 5px solid #666;
}
#where-map .ct_button
{
	display: inline-block;
	margin-top: 170px;
	margin-left: 160px;
	width: 20px;
	height: 31px;
	background: url(ct_off.png);
}
#where-map .ct_button:hover
{
    background: url(ct_on.png);
}

#where-wrapper #where-map .ajax_load
{
    margin-top: 116px;
    margin-left: -87px;
}
#where-infos
{
    margin-top: 16px;
}
#where-infos p
{
    font-size: 18px;
    height: 30px;
}
#where-infos a
{
    text-decoration: none;
    color: #4b4b4e;
}
#where-infos a:hover
{
    color: #AC1B20;
}
#where-infos p span
{
    margin-right: 12px;
}

#where-infos span.red
{
    color: #AC1B20;
}

form#contact input,
form#contact textarea
{
    background-color: #e7e7e3;
    border: 5px solid #fff;
    padding: 10px;
    font-size: 14px;
    transition: border 0.7s;
    width: 450px;
}

form#contact .row :hover,
form#contact .row :focus
{
    border: 5px solid #666666;
}
form#contact .row :focus
{
    background-color: #f7f7f3;
}

form#contact input.error,
form#contact textarea.error,
form#contact .row :invalid
{
    border-color: #ac1b20;
    box-shadow: none;
}

form#contact input
{
    height: 45px;
}
form#contact textarea
{
    height: 217px;
}

form#contact input#contact_submit
{
    position: absolute;
    outline: none;
    top: 16px;
    width: 62px;
    height: 42px;
    color: #5E5854;
    transition: border 0.3s;
}

form#contact .row_submit
{
    position: relative;
}

form#contact #contact-msg
{
	position: absolute;
	top: 26px;
	left: 116px;
	width: 250px;
	border: none;
	height: 157px;
}
.error
{
    color: #ffcc00;
}

.success
{
    color: green;
}
form#contact input.success,
form#contact textarea.success
{
    border-color: green;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #888080;
}

form#contact span.fb
{
    margin-top: 3px;
    margin-left: 12px;
    display: none;
}

form#contact div.row
{
    clear: both;
}

form#contact div.row_contact_name,
form#contact div.row_contact_email
{
    margin-bottom: 22px;
}
form#contact div.ajax_load
{
    position: absolute;
    top: 21px;
    left: 382px;
}

#form-extra
{
    display: none;
}

/* footer */
#footer-container
{
    background: url('ccb_noise_dark.png') repeat;
    border-bottom: 0px;
    border-top: 4px solid #ffcc00;
    position: relative;
    z-index: 4
}

#footer-wrapper
{
    color: #fff;
    background-color: transparent
}

#footer-top
{
    vertical-align: top;
}
#footer-nav
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

/* impressum */
#footer-impressum
{
	display: inline-block;
	vertical-align: top;
	width: 13%;
	margin-left: 0px;
	margin-right: 15px;
}
#footer-container a:hover
{
    color: #666;
    cursor: pointer;
}

/* social */
#footer-social
{
    float: right;
    vertical-align: top;
    width: auto;
    margin-left: 75px;
    padding-right: 30px;
}
#footer-social a
{
	display: block;
	width: 42px;
	height: 40px;
	margin-bottom: 16px;
	margin-left: 0px;
	background: url('logo_neg_42x40.png');
	background-repeat: no-repeat;
}

#footer-social a.fb
{
    background-position: 0px 0px;
}
#footer-social a.fb:hover
{
    background-position: 0px -94px;
}

#footer-social a.twitter
{
    background-position: 0px -46px;
}
#footer-social a.twitter:hover
{
    background-position: 0px -139px;
}

#footer-social .follow-text
{
    padding-left: 20px;
    padding-bottom: 12px;
}
#footer-bottom
{
    margin-top: 20px;
}
#footer-bottom .link
{
    text-decoration: underline;
}

#footer-container a
{
    text-decoration: none;
    color: white;
}
#footer-bottom a:hover
{
	color: #ffcc00;
}
#footer-bottom .footer-item
{
	width: 40%;
	vertical-align: top;
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
}
#footer-bottom .footer-headline
{
    text-transform: uppercase;
}
#footer-bottom .footer-content
{
    margin-top: 18px;
}
#footer-bottom #footer-analytics
{
    clear: both;
    width: 884px;
}

#footer-close
{
    margin-right: 75px;
    margin-top: 40px;
    padding-bottom: 40px;
    text-align: right;
    text-transform: uppercase;
}

#footer-newsletter
{
    margin-left: 45px;
    display: inline-block;
    text-align: center;
}

/* newsletter */
form#subscribe div.ajax_load
{
    margin-left: 12px;
    margin-top: 5px;
}

div#subscribe-wrapper
{
    margin-top: 0px;
    text-align: left;
}

form#subscribe input
{
    border: 0 none;
    font-size: 1.2em;
}

form#subscribe #email
{
    display: inline-block;
    height: 40px;
    background: url('ccb_noise_dark.png') repeat;
    border-bottom: 3px solid white;
    color: #fff;
    overflow: visible;
    width: 320px;
}

form#subscribe #email.error,
form#subscribe #email:invalid
{
    border-color: #ffcc00;
    box-shadow: none;
}

#footer-wrapper input::-webkit-input-placeholder,
#footer-wrapper input:-moz-placeholder
{
    color: #fff;
}

input.text-submit
{
    background-color: #ffcc00;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

input.text-submit:hover
{
	background-color: #fff;
	color: #ffcc00;
}

input.image-button
{
    cursor: pointer;
}

form#subscribe #submit
{
    width: 62px;
    height: 42px;
    margin-left: 20px;
    background: url('ccb_noise_dark.png') repeat;
    border: 3px solid white;
    font-size: 14px;
}

form#subscribe #submit:hover
{
    border: 3px solid #666;
    color: #666;
}

form#subscribe #mail-msg
{
    display: inline-block;
    text-align: left;
    padding: 12px;
}

#footer-nav p
{
	margin-left: 0px;
}

ul#footer-nav-list
{
	padding-left: 0px;
	padding-top: 16px;
	list-style-type: none;
}

ul#footer-nav-list li
{
    clear: both;
}

ul#footer-nav-list li a
{
    color: white;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

ul#footer-nav-list li a.active,
ul#footer-nav-list li a:hover
{
    color: #666;
}

ul#footer-nav-list li.current a
{
    /* background-color:#d36c6b; */
}
/*
    Slideshow
*/
.slides_js
 {
    float: left;
    clear: both;
}

/*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash
*/
.slides_container
{
    float: left;
    width: 620px;
    height: 380px;
    display: none;
}
.slides_container div
{
    width: 620px;
    height: 380px;
    display: block;
}

/*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/
.slides_container a
{
    width: 620px;
    height: 380px;
    display: block;
}

.slides_container a img
{
    display: block;
}

/*
    Pagination
*/
.pagination
{
    float: right;
    margin: 25px auto 0;
    width: 347px;
}

.pagination li
{
    float: left;
    margin: 0 5px;
    list-style: none;
}

.pagination li a
{
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(pagination.png);
	background-position: 0 0;
	overflow: hidden;
	text-indent: -999px;
}

.pagination li.current a
{
    background-position: 0 -15px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 26, 2012 */
@font-face {
    font-family: 'Ubuntu';
    src: url('webfonts/ubuntu-r-webfont.eot');
    src: url('webfonts/ubuntu-r-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-r-webfont.woff') format('woff'),
         url('webfonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-r-webfont.html#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 16, 2013 */



@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('webfonts/ubuntu-c-webfont.eot');
    src: url('webfonts/ubuntu-c-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ubuntu-c-webfont.woff') format('woff'),
         url('webfonts/ubuntu-c-webfont.ttf') format('truetype'),
         url('webfonts/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 2, 2012 */
@font-face {
    font-family: 'IntroRegular';
    src: url('webfonts/intro-webfont.eot');
    src: url('webfonts/intro-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('webfonts/intro-webfont.woff') format('woff'),
         url('webfonts/intro-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 1280px)
{
    .fixed_header #header_logo_inner
    {
        display: none;
    }
}

@media (max-width: 1024px)
{
    #header_nav #logo_nav
    {
        display: none;
    }
}

@media (max-width: 780px)
{
    ul#nav-list li a
    {
        width: 12%;
        font-size: 0.857em;
    }
}

@media (max-width: 690px)
{
    #hi-wrapper article
    {
        margin-top: 200px;
        margin-left: 0;
        bottom: 10%
    }
}

@media (max-width: 480px)
{
    #header_logo
    {
        width: 100%;
    }

    .nav-wrapper
    {
        width: 100%;
    }

    ul#nav-list
    {
        width: 100%;
    }

    ul#nav-list li
    {
        width: 100%;
    }

    ul#nav-list li a
    {
        width: 12%;
        font-size: 0.857em;
    }

    .nav_explain
    {
        display: none;
    }

    .container_centered
    {
        width: 100%;
        text-align: left;
        padding-left: 2%;
        padding-right: 2%;
    }

    .section_container .wrapper_content,
    #who-wrapper .wrapper_content
    {
        margin: 0;
    }

    .section_container .wrapper_explain
    {
        margin: 12px;
        font-size: 16px;
    }

    #hi-wrapper article
    {
        margin-left: 0;
    }

    #hi-wrapper .arrow
    {
        left: 10px;
    }

    #what-wrapper .wrapper_content article
    {
        margin-left: 0;
    }

    #with-wrapper .wrapper_content article,
    #what-wrapper .wrapper_content article
    {
        margin-left: 5px;
        max-width: 100%;
    }

    #for-wrapper .wrapper_testimonials,
    #for-wrapper .wrapper_testimonials article
    {
        width: 80%
    }

    #where-wrapper .wrapper_content
    {
        margin: 0;
    }

    #where-wrapper #where-left
    {
        width: 100%;
        margin: 0;
    }

    #where-wrapper #where-right
    {
        width: 100%;
        margin-left: 0;
        margin-top: 70px;
    }

    form#contact input,
    form#contact textarea,
    #where-wrapper #where-map
    {
        width: 90%;
        height: 90%
    }

    #footer-bottom #footer-analytics
    {
        width: 80%
    }

    div#subscribe-wrapper,
    #footer-social
    {
        margin: 0;
    }

    form#subscribe #email
    {
        width: 100%
    }

    form#subscribe #submit
    {
        margin: 3px 0 0;
    }
}
