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

/* GLOBAL */
/* body 
{
        border-top:5px solid #3885e5;
        background:#ebe8de;
        font-family: 'Open Sans', sans-serif;
        color:#333333;
}
*/
/* body */
body
{
    border-top: 10px solid #3885e5;
    font-family: 'Open Sans', sans-serif;
    color: #1b1a1a;
    
}
#bodymain{
    background: url(img/back6.jpeg);
}   
input
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px;
    outline: 0;
    border: 0;
    width: 250px;
    border-radius: 5px;
    background: #EBE8DE;
}
input[type=submit]
{
    width:auto;
    padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background: #333333;
    color: #fff;
}
p
{
    margin: 5px 0;
    line-height: 25px;
}
a
{
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}
strong
{
    font-weight: bold;
}
figure a span
{
    width: 870px;
    height: 800px;
}

figcaption strong
{
    border-bottom: 1px solid #D6D0C1;
    padding-bottom: 10px;
    margin: 10px 0;
    display: block;
}
figcaption
{
    line-height: 25px;
    font-size: 14px;
    width: 200px;
}
hr
{
    background-color: #D6D0C1;
    border:0;
    height:1px;
    margin:20px 0;
}

/* HEADER 

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

header
{
    position: relative;
    
    background: rgba(255, 218, 185, 0.43);
    /*margin: 0 auto 20px auto;*/

}
.logo img{
    margin: 15px 0 0 15px;
}
.marksec{
    background: #f6e8cf;
    top: 0;
    margin: 89px 0 0 0;
}

header h1
{

    /*margin: 2px 0 0 20px;*/
    font-size: 50px;
    color: #f39900;
}
header p
{
    font-size: 16px;
    color: #4A463B;
    margin-left: 192px;
    font-family: 'Open Sans', sans-serif;
}

nav
{
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    
}
nav ul
{
    list-style: none;
}
nav ul li
{
    display: inline;
    float: left;
    padding: 5px 20px;
    
}
nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
        text-decoration: none;
        color: #f38300;
}
nav ul li a:hover
{
        color:#3885e5;
}
nav
{
    border-radius: 20px;
    margin: 0 20px 0 0;
}

.marquee {

display: block;
color: orange;
size: 50px
}


div #header-fixed {} 
div#my-menus {position:fixed; background: #f6e8cf;top:0px; margin:auto; z-index:100000; width:100%; opacity: none;}
/* MENU WITH SUBMENU*/

.dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
}
.dropdownmenu ul {
    background: #f39900;
    list-style: none;
    width: 100%;
}
.dropdownmenu li {
    float: left;
    position: relative;
    width:auto; 
}
.dropdownmenu a {
    /*background: #f39900;*/
    color: #0077b5;
    display: block;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.dropdownmenu li:hover a {
    background: #fca405;
}
#submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
}
#submenu1 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 100;
}
li:hover ul#submenu1 {
    opacity: 1;
    top: 40px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
    width: auto;
    position: relative;
    background-color: white;
}
li:hover ul#submenu1 {
    opacity: 1;
    top: 10px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
    width: auto;
}
#submenu1 li {
    float: none;
    width: auto;
}
#submenu1 a:hover {
    background: #ffffff;
}
#submenu1 a {
    background-color:;
}
li:hover ul#submenu {
    opacity: 1;
    top: 40px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
    width: auto;
}
#submenu li {
    float: none;
    width: auto;
}
#submenu a:hover {
    color: #f39900;

}
#submenu a {
    background-color:white;
}

#mobileMenu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    text-decoration: none;
    color: #f39900;
}

#mobileMenu ul li
{
    display: block;
    background-color: #3885e5;
    color: #f39900;
    padding: 15px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f39900;
}
#mobileMenu ul li a
{
    color:  #f39900;
    text-decoration: none;
}
.toggleMobile
{
    display: none;
}
.nav1menu li{
    width: 150px;

}
/* 3 COLUMNS */

#boxcontent
{
    width: auto;
    /*max-width: 900px;*/
    margin: 0 auto;
    padding: 20px 0 45px 130px;
}
#boxcontent article
{
    float: left;
    width: 350px;
    margin-right: 45px;
    margin-top: 20px;
    font-size: 14px;
    margin: 10px;
}
#boxcontent article h3
{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    /*margin-left: 75px;*/
}
#boxcontent article p
{
    line-height: 25px;
    /*margin-left: 75px;*/
    font-family: 'Open Sans', sans-serif;
}

#boxcontent article img
{
        width: 150px;
}

#slider_content1, #slider_content2, #slider_content3
{
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    width: 400px;
    position: absolute;
    top: 15%;
    left: 15%;
    display: none;
    z-index: 2;
}
#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
    color: #EBE8DE;
    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, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}
/* BUTTONS */
.button
{
    padding: 7px 14px;
    border: 1px solid #c3532e;
    background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
    background-image: linear-gradient(to bottom, #ffcc66 0%, #E56038 100%);
    background-color: #ffcc66;
    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;
}

/* SPACER */
#spacer
{
    width: auto;
    height: 75px;
    background-color: #f39900;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #4A463B;
    font-size:18px;
}
#spacer p
{

    margin-top: 20px;
    width: auto;
    position: absolute;
    left: 40%;
    margin-left: 800;
}
#spacer .search
{
    margin-top: 15px;
    width: 500px;
    position: absolute;
    background: #f39900;
    height: 20px;
    margin: 10px 50px 5px 800px;
}
#hidebox{
    font-family:Arial, sans-serif;
    border-color:#f39900;
    background-color:#f39900;
    height: 10px;
    margin:15px;
}
/* FOUR COLUMNS */
#four_columns, #text_columns
{
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    clear:both;
    width:auto;
    background: rgba(193, 193, 193, 0.41);
    /*max-width:900px;
    margin:0 auto;*/

}
#four_columns h2, #text_columns h3
{    
    border-top: 1px solid #312b43;
    font-size: 20px;
    border-bottom: 1px solid rgb(140, 140, 0);
    padding: 20px 0;
    margin-bottom: 20px;
    padding-left: 60px;
}
#four_columns .img-item
{
    float: left;
    margin:0 50px 20px 70px;
}
#four_columns .img-item a
{
    position:relative;
    display:block;
}
.thumb-screen
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 200px;
    background: #ffffff url(img/zoom.png) center center no-repeat;
    z-index:99;
    opacity: 0;
    transition: opacity .5s ease;
}
.thumb-screen:hover
{
    opacity: 0.2;
}

/* TWO COLUMNS */
#text_columns article.column1, #text_columns .column2
{
    /*margin: 10px 0 10px 0;*/
    font-size: 14px;
    float: left;
    width: 1330px;
    padding: 10px;
    /*max-width: 450px;*/
}
.column1 p
{
        margin: 0 0 0 70px;
}
.column1 ul{
    margin: 0 0 0 90px;
}
#text_columns .column2
{
    /*margin: 10px 10px 50px 150px;*/
   /* border-left: 10px solid #8c1515;*/
   background: rgba(251, 236, 212, 0.94);
}
.row
{
    position: relative;
    margin: 40px 0 50px 180px;
    float: left;
    padding: 12px 0 0 10px;
    width: 400px;
    border-left: 10px solid #8c1515; 
}
.row h4{
    margin-left: 20px;
}
.row img
{
    float: left;
}
.row p
{
    margin-left: 120px;
}
.rocket
{
    top: 5px;
    left: 20px;
    position: absolute;
    height: 100px;
}
.rocket:hover
{
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
    animation-name: stylie-transform-keyframes;
    animation-duration: 700ms;
    animation-delay: 0ms;
    animatioin-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;
    height: 350px;
    background: gray;
}
footer .wrapper
{
    line-height: 25px;
    margin: 0 auto;
    padding-top: 30px;
    width: auto;
    max-width: 1000px;
    font-size: 14px;
}
footer .wrapper .column
{
    font-family: 'Open Sans', sans-serif;
    color: #D6D0C1;
    float: left;
    width: 280px;
    margin-right: 50px;
}
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(imgarrowright2.png) left 6px no-repeat;   
}
footer .wrapper .column.midlist ul li a:hover
{
    color: #f39900;
}
footer .wrapper .column h4
{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #444444;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
footer .wrapper .column.rightlist ul li
{
    display:block;
    width:auto;
    margin-bottom:10px;
    margin-left: 50px;
}
footer .wrapper .column.rightlist ul li a span
{
    margin-left:95px;
    display:auto;
}
footer .wrapper .column.rightlist ul li a img
{
    transition: border .25s ease;
    float:left;
    border:3px solid #444444;
    width: 70px;
}
footer .wrapper .column.rightlist ul li a img:hover
{
    border-color: #f39900;
}


#copyright
{
    background: rgba(70, 68, 66, 0.56);
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 350px;
}
#copyright .wrapper
{
    font-family: 'Open Sans', sans-serif;
    padding-top:25px;
    color: #ffffff;
    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;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        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
{
        display: none;
}
/* 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;
}
.google1{
        display: none;
}
.google{
            display: none;

        }
        .fb-root{
            display: none;
        }
        .fb-share-button{
            display: none;
        }
/* 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 (max-width: 915px)
{
        #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 (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #my-menus{
            width: auto;
        }
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-ahean: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;
        }
}

@media (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            text-align: center;
        }   
           
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #hidebox{
            width: 200px;
            padding: 0;
            margin: 2px;
        }
        .marksec{
            margin: 0 0 0 0;
        }
        #hidebox table{
            width: 250px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        #boxcontent{

            width: auto;
            padding: 0;
        }
         #boxcontent article img
        
        {
            width: 150px;
            float:none;
            margin: 25px auto 10px auto;
        }
        #text_columns article.column1, #text_columns .column2{
            width: 200px;
            margin: 0;
        }
        #text_columns .column2
        {
            width: 236px;
        }
        #browser
        {
            width: 50px;
        }
        #left
        {
            float: left;
            width: 100%;
        }
        #right
        {
            float: right;
            width: 100%;
        }
        .social
        {
            width: auto;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        figure img
        {
            width: 190px;
            height: 140px;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        footer #copyright{
            width: auto;
            height: auto;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: inline;
                z-index: 99;
        }
        #mobileMenu .dropdownmenu
        {
            background-color: #f38300;
        }
        #contact-buttons-bar{
            display: none;
        }
        .google{
            display: block;
            margin: 0 5px 25px 45px;
            padding: 0 5px 40px 5px;
            height: 200px;
            

        }
        .google1 h4{
            font-size: 25px;
            color: #fff;
            border-top: 1px solid #444444;
            border-bottom: 1px solid #444444;
            padding: 10px 0 10px 0;
            margin:10px 0 10px 0;
           

        }
        .fb-root{
            display: block;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #f39900;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
        img
        {
            width: auto;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}