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

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

body {
    font-family: "PT Sans", sans-serif;

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


@media only screen and (max-width: 980px) {
    body {
        width: 100%;
    }
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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;
}


.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.toCenter {
    text-align: center;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.twoColumns {
    float: left;
    width: 43%;
    padding-left: 30px;
}
.twoColumns:last-child {
    padding-left: 50px;
}


@media only screen and (max-width: 980px) {
    .twoColumns {
        float: left;
        width: 45%;
        padding-left: 20px;
    }
    .twoColumns:last-child {
        padding-left: 30px;
    }

}
@media only screen and (max-width: 600px) {
    .twoColumns {
        float: none;
        width: 90%;
        padding: 0px 0px 50px 0px;
        margin: auto;
    }
    .twoColumns:last-child {
        float: none;
        width: 90%;
        padding: 0px 0px 50px 0px;
        margin: auto;
    }

}


.bigMargin {
    margin: 30px;
}
a {
    color: #0275b1;
    text-decoration: none;
}
a:hover {
    color: #41aae0;
    text-decoration: underline;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

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

.group:after {
    clear: both;
}

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

.group {
    *zoom: 1;
}



.content {
    width: 980px;
    margin:auto;
}
@media only screen and (max-width: 980px) {
    .content {
        width: 100%;
    }
}



.headline, .insideContent h2  {
    font-size: 28px;
    font-weight: normal;
    margin:0px;
    padding: 20px 0px 30px 0px;
    line-height: 36px;
}

@media only screen and (max-width: 600px) {
    .headline, .insideContent h2  {
        font-size: 22px;
        line-height: 28px;
    }
}

.importantHeadline {
    font-size: 48px;
    margin:0px;
    padding: 30px 0px;
    line-height: 32px;
    color:#0275b1;
}
.normalList {
    margin: 0px;
    padding: 0px 0px 0px 13px;
    list-style-image: url('../images/list_dot.png');
}


.normalButton {
    padding-right: 10px;
    width: 200px;
    
       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    
    
    background: #56c4ff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YzRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMGY4NWMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDA2NWE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #56c4ff 0%, #0f85c3 3%, #0065a8 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56c4ff), color-stop(3%,#0f85c3), color-stop(99%,#0065a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c4ff', endColorstr='#0065a8',GradientType=0 ); /* IE6-8 */
    

    -webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    0px 2px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         0px 2px 0px rgba(50, 50, 50, 0.12);
    
    border: 1px solid #0275b1;
}





.normalButton:hover {
background: #0074b0;
}


.normalButton a {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 9px 30px 7px 20px;
    background: url('../images/button_arrow.png')  right 7px no-repeat;     
    text-align: center;
}


hr {
    border-top: 1px solid #d8d8d8;
    height: 1px;
    padding:0px;
    margin: 65px 0px;
}

.introText {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}





#header {
    display:block;
    background: url('../images/header_bg.png') repeat-x;
    height:52px;
    position: fixed;
    width:100%;
    z-index:100;
    top:0px;
}

#homeLink {
    display: block;
    width: 113px;
    height: 35px;
    background:url('../images/logo.png') no-repeat;
    text-align:-10000px;
    text-indent: -10000px;
    margin-top: 8px;
    float:left;
}


.thePost img {
    width: 100%;
    max-width: 500px;
    height: auto;
}
.thePost .wp-smiley {
    width: 15px;
    height: 15px;
}

/* ==========================================================================
    Navigation
   ========================================================================== */
/* -- Menu  -- */
#nav ul {
    list-style: none;
    margin:0px;
    padding:0px;
    float:right;    
}
#nav ul li {
    float:left;
    background:url('../images/menu_li_sepa.png') no-repeat right 0;
    padding-right:2px;
    height:52px;
}
#nav ul li.last {
    background: none;
}
#nav ul li a {
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    height: 52px;
    line-height: 52px;
}
#nav ul li a:hover { 
     color:#28aada;
}
#nav ul li a.tonido-desktop{
	background:url('../images/mnu_desktop_bg.png') no-repeat right 0;
	padding-right: 34px;
	margin-right: 12px;
}
#nav ul li a.tonido-plug{
	background:url('../images/mnu_plug_bg.png') no-repeat right 0;
	padding-right: 28px;
	margin-right: 27px;
	padding-left:27px;
}
#nav ul li a.tonido-cloud{
	background:url('../images/mnu_cloud_bg.png') no-repeat right 0;
	padding-right: 38px;
	margin-right: 20px;	
	padding-left:19px;
}
#nav ul li a.tonido-mobile{
	background:url('../images/mnu_mobile_bg.png') no-repeat right 0;
	padding-right: 38px;
	padding-left:19px;
}
/* -- End Menu  -- */


@media only screen and (max-width: 980px) {
    #nav {
        background: url('../images/hamburger.png') 98% 0px no-repeat;    
        float: right;
        width: 100%;
        min-height: 33px;
        margin-top: -23px;
    }
    #nav ul {
        display: none;
    
        clear: both;
        float: none;
        margin: 30px 0px 0px 0px;
        padding: 10px 0px 30px 0px;
        background: #000;
    }
    #nav ul li {
        display: block;
        float: none;
        clear: both;
    }    


    #nav ul li a {
        background:none !important;
        padding: 0px 0px 0px 14px  !important;
        margin-left: 12px  !important;
    }


}





/* ==========================================================================
    Masthead for the Inside Pages
   ========================================================================== */
    #insideMasthead {
        margin-top: 52px;
        background: url('../images/masthead_inside.png') center 0px repeat-x;    
        height: 155px;
    }
    #insideMastheadCenter {
        background: url('../images/masthead_inside.png') center 0px no-repeat;
        height: 155px;

    }
    .insideMastheadBlock {
        width: 980px;
        margin: auto;
    }
    #insideMasthead h1 {
        font-weight: normal;
        font-size: 30px;
        color: #0275b1;
        margin: 0px;
        padding:50px 0px 40px 0px;
        text-align: left;
        text-transform: uppercase;
        line-height: 36px;

    }
    #insideMasthead h2 {
        font-weight: normal;
        font-size: 20px;
        color: #232323;
        margin: 0px 0px 40px 0px;
        padding:0px;
        text-align: center;

    }
    #insideMasthead .normalButton {
        float: left;
        margin-left:25px;    
    }
    #insideMasthead .learnMore {
    }

@media only screen and (max-width: 980px) {
    .insideMastheadBlock {
        width: 100%;
    }
}









/* ==========================================================================
    Inside Pages Columns
   ========================================================================== */
    
    .leftColumn {
        width: 270px;
        float: left;
        padding: 0px 20px 0px 0px;
    }
    .rightColumn {
        float: right;
        width:650px;
        padding: 0px 0px 100px 30px;
        border-left: 1px solid #d8d8d8;                
        
    }

    .insideContent {
        font-size: 17px;
        line-height: 28px;
        padding: 30px 0px 50px 0px;
    }
@media only screen and (max-width: 980px) {
    .insideContent {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 980px) {
    .leftColumn {
        display: block;
        float: none;
        clear:both;
        padding:0px;
        margin:0px;
        width: 100%;
    }
    .rightColumn {
        display: block;
        float: none;
        clear:both;
        width: 90%;
        padding:0px 0px;
        margin:0px auto;
        border: none;
    }
}







/* ==========================================================================
    Inside Pages Submenu
   ========================================================================== */

    .subMenu {
        list-style: none;
        margin: 0px;
        padding: 0px;
        color: #323232;
        font-size: 17px;
        line-height: 23px;
        display: block;
    }
    
    .subMenu.howItWorks {
        background: url('../images/how_it_works_menu_icons.png') 0px 10px no-repeat;            
    }

    .subMenu.solutions {
        background: url('../images/solutions_menu_icons.png') 0px 10px no-repeat;            
    }

    
    .subMenu li {
        margin: 0px;
        padding: 10px 0px 10px 35px;
        border-bottom: 1px solid #d8d8d8;        
    }
    .subMenu li:last-child {
        border: none;
    }    
    .subMenu a {
        color: #323232;
        text-decoration: none;
    }
    .subMenu a:hover {
        color: #0275b1;
    }
    .subMenu .active {
        font-weight: bold;
        border-bottom: 4px solid #d8d8d8;
    }
    .subMenu .active a {
        cursor: default;
    }
    .subMenu .active a:hover {
        color: #323232;
    }
    
    .subMenu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .subMenu ul li {
        padding: 10px 0px 10px 23px;
        background: url('../images/sub_sub_menu_icon.png') 5px 16px no-repeat;
    }
    .subSubMenu {
        padding-left: 30px;
    }
    #subMenuButton, #subMenuCloseButton {
        display: none;
    }



@media only screen and (max-width: 980px) {
    #insideMasthead {
        margin-top: 52px;
        background: url('../images/masthead_inside.png') center 0px repeat-x;
        height: 170px;
    }
    #insideMastheadCenter {
        background: url('../images/masthead_inside.png') center 0px no-repeat;
        height: 170px;
    }
    #insideMasthead h1 {
        padding: 40px 0px 0px 20px;
        margin: 0px;
    }


    #subMenuButton {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        
        background-color:#f9f9f9;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
        padding:0px 12px;
        margin: 0px 0px 0px 10px;
        text-decoration:none;
        text-transform: uppercase;
        
        text-shadow:0px 1px 0px #ffffff;
        
        cursor:pointer;
    }



    #subMenuCloseButton {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
        background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
        
        background-color:#f9f9f9;
        
        -moz-border-radius:60px;
        -webkit-border-radius:60px;
        border-radius:60px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-family:arial;
        font-size:16px;
        font-weight:bold;
        padding:0px 10px;
        margin: 0px 0px 0px 10px;
        text-decoration:none;
        cursor: pointer;
        
        position:absolute;
        right: 20px;
        top: 80px;
        
        
        display: none;
    }

    .leftColumn {
        display: block;
        padding: 0px 0px;
        margin-left: 0px;
        position: absolute;
        top: 120px;
    }
    .rightColumn {
        padding: 0px 0px 0px 0px;
        margin-top: -40px;
    }
    
    .subMenu {
        display: none;
        font-size: 14px;
        background: #fff !important;
        margin-top: 50px;

        border-bottom: 10px solid #c0c0c0;        
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15);
    }

    
}

@media only screen and (max-width: 600px) {
    #insideMasthead h1 {
        padding: 35px 0px 0px 20px;
    }
    .leftColumn {
        top: 108px;
    }    
}




/* ==========================================================================
    Screenshot Galleries
   ========================================================================== */

.singleScreenshot {
    margin: 40px 0px 80px 0px;
}
.singleScreenshot img {
    width: 100%;
    max-width: 650px;
    margin: auto;
}

.screenshotDescription {
    display: block;
    background: rgba(0,0,0, .4);
    margin-top: 0px;
    padding: 6px 0px;
    text-align: center;
    height: 28px;
    width: 100%;
    max-width: 650px;
    color: #fff;
    font-size: 14px;
}
.singleScreenshot .screenshotDescription {
    margin-top: 0px;
}

.galleryThumbnails {
    background: #b0b0b0;
    max-width: 644px;
}
.imageGallery {
    margin: 40px 0px;
    padding: 0px;
}
.galleryContainer {
    overflow: hidden;
    width: 100%;

    max-width: 650px;
    max-height: 610px;

    margin-top: 85px;
}
.galleryImage {
    background: #b0b0b0;
    text-align: center;
    width: 100%;
}

.galleryImage img {
    max-width: 650px;
    max-height: 380px;
    
    margin: auto;

}

.galleryThumbnails {
    padding: 0px 3px 0px 3px;
    height: 85px;
    overflow: hidden;
    width: 100%;
}
.thumbnailContainer {
    width: 4000px;
    
}

.galleryThumbnail {
    float: left;
    margin: 6px 3px;
    border: 3px solid transparent;    
    cursor: pointer;
    overflow: hidden;
    height: 65px;
}

.galleryThumbnail img {
    width: 117px;
}
.galleryThumbnails .active {
    border: 3px solid #000;
    cursor: default;
}





/* ==========================================================================
    Form Styles
   ========================================================================== */

.formContainer {
    width: 550px;
    margin: 50px auto 80px auto;
    padding: 50px;
    background:#eee;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    
}
input, select {
    width: 230px;
    border: none;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;     
}
.formLeftColumn {
    float: left;
    width: 240px;
}
.formRightColumn {
    float: right;
    width: 240px;
}




input[type="submit"] {
    padding-right: 10px;
    width: 200px;
    
       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    
    
    background: #56c4ff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YzRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMGY4NWMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDA2NWE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #56c4ff 0%, #0f85c3 3%, #0065a8 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56c4ff), color-stop(3%,#0f85c3), color-stop(99%,#0065a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #56c4ff 0%,#0f85c3 3%,#0065a8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c4ff', endColorstr='#0065a8',GradientType=0 ); /* IE6-8 */
    

    -webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:    0px 2px 0px rgba(50, 50, 50, 0.12);
    box-shadow:         0px 2px 0px rgba(50, 50, 50, 0.12);
    
    border: 1px solid #0275b1;
    
    
    
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    clear: both;
    margin: auto;
    padding: 9px 30px 7px 20px;
    text-align: center;    
    
    
}


input[type="submit"]:hover {
background: #0074b0;
}



.partnerForm {
    float:left;
}


#formCustomers {
    width: 300px;
    border-top: 1px solid #c6c6c6;
    padding-bottom: 100px;
    float: right;
    margin-top: 50px;
}
#formCustomers h4 {
    font-weight: normal;
    font-size: 20px;
    color: #323232;
    padding:0px 0px 0px 0px;
    margin: -13px 0px 0px 0px;
    text-transform: uppercase;
    text-align: center;
}
#formCustomers h4 span {    
    background: #fff;
    padding: 0px 20px;

}
#formCustomers ul {
    list-style: none;
    padding: 30px 0px 0px 0px;
    margin: 0px;
}
#formCustomers ul li {
    display: block;
    text-align: center;
}
#formCustomers ul li img {
    height: 80px;
}

@media only screen and (max-width: 980px) {
    #formCustomers {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .formContainer {
        width: 70%;
        margin: auto;
        padding: 40px;
    }
    .formLeftColumn {
        float: none;
        width: 100%;
    }
    .formRightColumn {
        float: none;
        width: 100%;
    }    
    .partnerForm {
        float:none;
        clear: both;
        display: block;
        margin: 0px auto 80px auto;
    }    
    input, select {
        width: 100%;    
    }
    input[type="submit"] {
        width: 100%;    
    }
}





/* ==========================================================================
    Form Errors
   ========================================================================== */

.wpcf7-not-valid-tip {
    position: absolute !important;
    top: -7px !important;
    left: 8px !important;
    z-index: 100 !important;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    width: 280px !important;
    padding: 2px !important;
    color: #f00 !important;
}
.wpcf7-validation-errors {
    border: transparent !important;
    color: #ff0000 !important;
    height: 0px !important;
    font-size: 14px !important;
    position: absolute !important;
    text-align: center !important;
    width: 650px !important;
    margin: 20px 0px !important;
}

.wpcf7-response-output {
    margin: 15px !important;
    padding: 0 !important;
}


.wpcf7-form-control-wrap.NumUsers .wpcf7-not-valid-tip {
    left: 240px !important;
}

@media only screen and (max-width: 700px) {
    .wpcf7-validation-errors {
        width: 80% !important;
        display: block;
    }

    .wpcf7-response-output {
        margin: -40px auto 0 0 !important;
    }


    .wpcf7-form-control-wrap.NumUsers .wpcf7-not-valid-tip {
        left: 20px !important;
    }

    .wpcf7-not-valid-tip {
        width: 80% !important;
        margin: auto !important;
        font-size: 12px !important;        
    }
    
}


/* ==========================================================================
    Single Column
   ========================================================================== */
@media only screen and (max-width: 980px) {
    .singleColumn {
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 700px) {
    .singleColumn {
        margin: -50px 0px 0px 0px;
    }
}



/* ==========================================================================
    Footer
   ========================================================================== */
   
    #footer {
        background: url('../images/footer_bg.jpg');
    }
    #footer .content {
        width:980px;
        text-align: center;    
        padding: 30px 0px;    
    }
    #footer .footerMenuBlock{
        float: left;
        text-align: left;
        width: 170px;
        margin-right: 15px;
    }
    #footer .footerMenuBlock h3{
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
    #footer .footerMenuBlock ul{
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    #footer .footerMenuBlock a{
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
    }
    #footer .footerMenuBlock a:hover{
        color: #147eb5;
    }


@media only screen and (max-width: 980px) {

    #footer .content {
        width:100%;
        text-align: center;    
        padding: 30px 0px;    
    }

    #footer .footerMenuBlock{
        display: block;
        clear: both;
        margin: 0px 0px 0px 20px;
        float: none;
    }


    #footer .footerMenuBlock ul{
        display: none;
    }


}





