/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
       /* background:#ebe8de;*/
        font-family: Tahoma, Arial, "Century Gothic";
        color:#333333;
		width: 100%; font-size:13px;
}

input
{
        font-family: Tahoma, Arial, "Century Gothic";
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background: #eee;
        border-radius:5px; 
}

h1, h2, h3, h4 , span.h1, .main-headingg {font-family:"Trebuchet MS", Arial, Tahoma;}
#downarrow {
	cursor: pointer;
}
.img-item input
{
	margin-bottom:10px; font-size:12px;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #eee;
        color: #ff1100; font-weight:bold;
}
.img-item input[type=submit]
{
        background: #eee;
        color: #ff1100; font-weight:bold;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}


.img-item p strong
{
       
        padding-bottom:6px;
        margin: 10px 0;
        display:block; font-size:1.2em;
}

.img-item p
{
        line-height: 18px;
        font-size:12px;
         color:#fff; margin:0;
}


figcaption strong
{
       
        padding-bottom:10px;
        margin: 10px 0;
        display:block; font-size:1.3em;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:310px; color:#000;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
      /*  max-width:1350px;*/
        margin: 0 auto 20px auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
        font-family: 'Baumans', cursive;
}

header p
{
    
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}
.top{background:#ff1100;}
.inner{max-width:1350px; position:relative; margin:0 auto; }
.inner-width{max-width:1242px; position:relative; margin:0 auto; overflow:hidden; }
.spacer{
background:url(../images/h-line.jpg); background-repeat:repeat-x; height:2px;
}


#menu-section
{
        position:absolute;
        right:0;
        bottom:0; 
		height:18px;
}

#menu-section ul
{
        list-style:none;
}

 ul.menu li
{
        display:block;
        float:left;
        padding:3px 15px;
}

ul.menu li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease; font-weight:bold;
}

ul.menu li a:hover
{
        color:#ff1100;
}

#alternative_menu
{
        width: 150px;
        position:absolute;
        top:100px;
        left:50%;
        margin-left: -75px;
        display:none;
}

/* 3 COLUMNS */
.banner {
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat right;
}
.bannertext {
/*	width: 40%;*/
float: left;
    margin-left: 70px;
    margin-top: 80px;
    width: 590px;
}
.bannertext h1{text-align:left; font-size:40px; font-weight:bold; color:#ff0000;}
.bannertext h3{
font-size:28px; color:#ff1100; padding-bottom:15px;
}
.bannertext p{
font-size:18px; color:#000; text-align:justify;
}
.bannertext span{
font-size:24px; color:#ff1100;
}
.bannertext span.black{
font-size:28px; color:#000;
}

.wrap {
	position:relative;
    height: 300px; background:#FF0000; 

}
.noshow, .wrap:hover .show {
    
 visibility:hidden;
 position:absolute;
opacity: 0.5;


}

.mcts-box .noshow h1{text-align:center;}
.wrap:hover .noshow {
	cursor:pointer;
	visibility:visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
}


#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:right;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}
.contact-left{
width:65%; float:left;	
}
.contact-right{
width:34%; float:left; text-align:right;
}

.contact-right p{
 margin-top:95px; 	
}
.contact-right a{
color:#fff; text-decoration:underline;
}
.contact-right a:hover{
color:#fff; text-decoration:none;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	/*background-color: rgba(252, 26, 27, 0.8);
	font-size: 12px;*/
	padding: 1em;
	display: none;
}

.go-top:hover {
	/*background-color: rgba(252, 26, 27, 0.3);*/

}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:400px;
        position:absolute;
        top:15%;
        right:65%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#ff1100;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
       /* background-color:#333333;*/
        padding:10px 15px;
        /*border-radius: 15px 0 15px 0;*/
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p
{
    color: #4A463B;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 10px 15px;
    width: 656px;
}
#slider_content1 span
{
    color: #ff1100;
    font-size: 36px;
    font-weight: bold;
}
#slider_content1 span.b
{
    color: #000;
    font-size: 36px;
    font-weight: bold;
}
.scrum{
	width:1350px;
}
.aboutapp {
	background:none;
}
.dottedbottom {
	border-bottom: 1px dotted #A5A5A5;
	text-align: center;
	padding-bottom: 10px; color:#999999; font-size:16px;
}
.dottedtop {
	border-top: 1px dotted #A5A5A5;
}
/*.main-heading{
font-size:32px; font-weight:bold; color:#ff1100;   margin-bottom: 15px;    margin-top: 25px;
}*/
.main-headingg{
color: #000000;    font-size: 70px; text-transform:uppercase;   font-weight: bold;    margin-bottom: 50px;    margin-top: 50px;    text-align: left; letter-spacing:-1px;
}
.fullcolumn {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 0;
}
.rowpad {
	margin-top: 15px;
	/*margin-bottom: 20px;*/
}
.fullcolumn h2 {
	text-align: left;
	clear: both;
}
.halfcolumn {
	width: 50%;
	float: left;
}
.halfcolumn .innerpad {
	width: 90%;
	margin: 20px auto;
}
.halfcolumn ul {
	font-size: 0.9em;
	color: #666;
	
}
.halfcolumn ul li {
	list-style-type: none;
	margin-top: 40px;
	background: url(../images/bigdot.png) no-repeat left top;
	min-height: 51px;
	padding-left: 60px;
	line-height: 150%;
}
.halfcolumn ul li h1 {
	color: #FA0000;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}
.tricolumn {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.tricolumn:first-child {
	margin-left: 0;
}
.tricolumn .innerpad {
	width: 90%;
	margin: 20px auto;
}
.tricolumn h1 {
	font-size: 1.2em;
	margin-bottom: 15px; font-weight:bold;
}
.tricolumn img {
	float: left;
	margin-right: 22px;
}
.appplans {
	background: #FF0000;
	color: #ffffff;
	padding-bottom: 20px; opacity:0.8;
}
.appuses, .industries {
	width: 100%;
	
}
.appuses h2 {
	clear: both;
	text-align: left
}
.fourcolumn {
	width: 20%;
	height: 335px;
	background: #eee;
	float: left;
	margin-left: 4%; color:#000000;
}
.fourcolumn1 {
	width: 20%;
	height: 335px;
	background: #e5e5e5;
	float: left;
	margin-left: 4%; color:#000000;
}
.fourcolumn2 {
	width: 20%;
	height: 335px;
	background: #ccc;
	float: left;
	margin-left: 4%; color:#000000;
}
.fourcolumn3 {
	width: 20%;
	height: 335px;
	background: #b8b8b8;
	float: left;
	margin-left: 4%; color:#000000;
}
.fourcolumn:hover, .fourcolumn1:hover, .fourcolumn2:hover, .fourcolumn3:hover{

	background: #ff1100; color:#fff;

}
.fourcolumn:first-child {
	margin-left: 0;
}
.potential-inner{
padding:25px; text-align:center;
}
.sub-head{
font-size:25px; font-weight:bold;
}
.pot-content{
 font-size: 16px;    line-height: 167%;    margin-bottom: 70px;    margin-top: 16px;
}
.fivecolumn {
	width: 17%;
	height: 310px;
	background: #FF0000;
	float: left;
	margin-left: 2%;
	
}
.fivecolumn:first-child {
	margin-left: 0;
}
/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}
.scrum-bg{
background:url(../images/scrum-bg.jpg) no-repeat bottom; width:100%; background-size:100%;
}
span.h1{
font-size:28px; color:#000000; padding:15px;
}

/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#e56038;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}

.line li{line-height: 2;}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
     /*   font-family: 'Open Sans', sans-serif;*/
        clear:both;
        width:auto;
        max-width:1350px;
        margin:0 auto;
}

#four_columns h2, #text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
 border-left: 1px solid #FEFEFE;
    float: left;
    height: 155px;
	padding-left:15px;
    padding-bottom: 15px;
    padding-top: 15px; padding-right:15px;
    width: 22%;
}
#four_columns .img-item:first-child
{
 border-left: 0px solid blue;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(images/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 120px 0;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
	position:relative;
	clear:both;
	width:auto;
	background:#ffffff;
}

footer .clients
{
	width:auto;
	background:#dfdfdf; text-align:center; padding:15px 0px;
}

footer .getmore
{
 height: 87px;    padding-top: 41px;    text-align: center;    width: auto;}
 footer .getmore input{
 background:#ff1100; cursor:pointer; color:#fff; font-weight:bold;
 }

footer .contact
{
	width:auto;
	height: 220px;
	background:#FF0000;
}
footer .contact h1{
margin-top:50px; font-size:42px; color:#fff;
}
footer .contact h2{
font-size:36px; color:#fff; margin-top:30px;
}
{

footer .copyright
{
	width:auto;
	height: 80px;
	background:#ffffff;
}
footer .copyright p {
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(images/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        
        padding: 1em;
        display: none;
}

.go-top:hover {
        /*background-color: rgba(0, 0, 0, 0.6);*/
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
background:url(../images/banner-bg.png); height:500px; background-repeat:repeat-x;
}
#slides img{
float:right;
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}

.select-menu {
    background-color: #EBEBEB;
    border:none;
    cursor: pointer;
    height: 30px;
    padding: 5px;
    width: 250px;
	display:none!important;
	position:absolute;
	
}
.select-menu option{ padding:5px 0; border-bottom:1px solid #eee;}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}




/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

/*@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media only screen and (min-width:915px) and (max-width:1214px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media only screen and (min-width:765px) and (max-midth:914px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
		#four_columns .img-item{width:16%;}
}

@media only screen and (min-width:480px) and (max-width:764px)
{
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #alternative_menu
        {
                display:block;
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		nav ul {display:none;}
		.select-menu {width:100%; left:0; display:inline-block;  background:#333333; top:-40px; background:#FFFFFF; }
		ul.menu{display:none;}
}*/

/*@media only screen and (max-width: 320px)
{
		.inner{max-width:300px }
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:100%;
				border: 1px solid #ffff00
        }
        #four_columns .img-item
        {
                width: 100%;
                float:none;
                margin: 25px auto 0 auto;
        }
		nav ul {display:none;}
		.select-menu {width:100%; left:0; display:inline-block;  background:#333333; top:-40px; background:#FFFFFF; }
		ul.menu{display:none;}
		#four_columns .img-item{width:100% !important; float:leftl}
}*/

.selectmenu1{display:none}