@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
        color: #000;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#000;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
h1{
    font-size: 6em;
}
p {
    font-size: 18px;
}
.intro p{
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}
.section {
	text-align:center;
}

/* Style for our header texts
* --------------------------------------- */
h1 {
    font-size: 5em;
    font-family: 'Raleway', sans-serif;
    color: #000;
    margin:0;
    padding:0;
    text-transform: uppercase;
    font-weight: bold;
}
#section0-2 h1 {
    color:#fff;
}
#section0-2 p {
    color:#fff;
}
#section0-2 a {
    color:#fff;
}
.detail  p {
    font-weight: 300 !important;
}
/*#section2 .detail p {
    font-weight: 400 !important;
}*/
.detail a {
    font-weight: normal;
}
/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.slide{
    background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0 {
    background-image: url(../img/basehome/publishing-1.jpg);
}
#section0-1 {
    background-image: url(../img/basehome/mapping.jpg);
}
#section0-2 {
    background-image: url(../img/basehome/content.jpg);
}


/*Adding background for the slides
* --------------------------------------- */
#section1{
    background-image: url(../img/basehome/shop.jpg);
}
#section0 .detail,#section0-1 .detail,#section0-2 .detail, #section1 .detail, #section2 .detail, #section3 .detail {
    top: 35%;
    position: absolute;
    width: 500px;
}
#section0 .detail {
    left: 5%;
}
#section0-1 .detail {
    right: 5%;
}
#section1 .detail,#section0-2 .detail {
    left: 5%;
}
#section2 .detail {
    right: 5%;
}
#section3 .detail {
    left: 5%;
}
#section0 h1{
        
        
}
#section2{
        background-image: url(../img/basehome/consumer.jpg);
        //padding: 6% 0 0 0;
}
#section3{
        background-image: url(../img/basehome/art.jpg);
        //padding: 6% 0 0 0;
}
#section3 h1{
        //color: #000;
}





/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
        color: #fff;
}

/* Fixed header and footer.
* --------------------------------------- */
#header, #footer{
        position:fixed;
        height: 80px;
        display:block;
        width: 100%;
        background: rgba(255, 237, 0, 1);
        z-index:9;
        text-align:center;
        color: #f2f2f2;
        
        
}

#header{
        top:0px;
        background: rgba(255, 237, 0, 1);
        //background: rgba(255, 255, 255, .5);
        
}
#footer{
        bottom:0px;
}

#header .logo {
        position: relative;
        float: left;
        line-height: 100%;
        margin-right: 40px;
        padding: 10px 30px 10px 30px;
}
#header .logo {
        display: block;
        
}
#header .logo img {
        height: 60px;
        vertical-align: middle;
}

a.btn-border {
    padding: 10px;
    border: 2px solid #000;
    
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
     background-color: transparent;
    
}
a.btn-border:hover {
    border: 2px solid #000;
    color: #000;
   
    background: rgba(255, 237, 0, 1);
}
#section0-2 a.btn-border {
    color: #fff;
    border: 2px solid #fff;
}
#section0-2 a.btn-border:hover {
    color: #000;
    border: 2px solid transparent;
}

/*Animated Down Arrow Start*/
.arrow {
  //position: fixed;
  //bottom: 0;
  //left: 50%;
  //margin-left:-20px;
  margin-top: 30px !important;
  color: #000;
}
#section0-2 .arrow {
    color: #fff;
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/*Animated Down Arrow End*/

.mt-20 {
    margin-top: 20px;
}

#header #primary-menu {
    float: right;
    height: 80px;
    padding-right: 10px;
    
}
#header #primary-menu li {
    display: inline;
    //padding-right: 30px;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    float: left;
}
#header #primary-menu ul li ul {
    background-color: #000; 
    width: 220px;
    text-align: left;
    position: absolute;
    top: 80px;
    display: none;
}
#header #primary-menu ul li ul li {
    float: none;
}
#header #primary-menu li:hover {
    background-color: #000;
    color: #fff !important;
}
#header #primary-menu li:hover a{
    
    color: #fff !important;
}
#header #primary-menu li:hover ul {
    display: block;
  }

#header #primary-menu a {
    height: 80px;
    line-height: 80px;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'MP-SB';
    font-size: 13px;
    padding: 0 15px;
    letter-spacing: 1px;
}
#header #primary-menu ul li ul li a {
    height: auto;
    line-height: 22px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'MP-R';
    font-size: 12px;
    padding: 8px 15px 8px 15px;
    letter-spacing: 0px;
    font-weight: 500;
}
#section4 {
    background: #FFEA00;
    color: #000;
}
.footer-wrapper {
    text-align: center;
    height: 120px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 1000px;
    font-family: 'MP-R', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #111;
}

.footer-wrapper .left-section {
    float:left;
}
.footer-wrapper img {
    vertical-align: middle;
}
.footer-wrapper .footer-logo {
    height: 60px;
}
.footer-wrapper .right-section {
    float: right;
    text-align: left;
    //width: 50%;
    margin: 20px 0 0 53px;
}
.footer-wrapper .right-section span.social {
    margin-right: 0px;
    float: right;
}
.footer-wrapper span {
    margin-right: 20px;
}
.footer-wrapper  .right-section span a.link {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.detail .caption, .detail .caption a {
    font-weight: 600 !important;
}