root { 
    display: block;
}
@media (max-width: 320px) {
    .logo {
        width: 150px;
        height: 70px;
    }
}
@media (min-width: 321px) {
    .logo {
        width: 215px;
        height: 105px;
    }
    .page {
        width: 70%;
    }
}
@media (min-width: 769px) {
    .logo {
        width: 305px;
        height: 142px;
    }
    .page {
        width: 60%;
    }
}

/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:576px;
}

/* jQuery accordion styles
----------------------------------*/
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; margin-bottom: 0; background: #eee;}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .3em .5em .3em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 20%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 1px; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget-content { border: 1px solid #059af4; background: #eeeeee; color: #333333; border-top: 0;}
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 2px solid #000000; font-weight: normal; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #059af4; background: #f6f6f6; font-weight: bold; color: #059af4; }
/* color of header here */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #059af4; background: #fdf5ce; font-weight: bold;color: #059af4; }
.ui-state-hover a, .ui-state-hover a:hover { color: #059af4; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #059af4; background: #fffff3; font-weight: bold; color: #059af4; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #059af4; text-decoration: none; }
.ui-widget :active { outline: none; }

.page {
    margin-left:auto;
    margin-right:auto;
}

.banner {
}

.logo {
    vertical-align: middle;
    margin-bottom: 2px;
}

.banner_text, .banner_text_alt1, .banner_text_alt2 {
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-weight: bold; 
    font-style: italic;
    color: #059af4;
}

.banner_phone {
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;   
    color: black;
}
.menu_bar {
    margin: 1px; 
    border: 1px solid;
    border-radius: 15px;
    border-color: #059af4;
    box-shadow: 2px 2px 5px;
}

.menu {
    width:100%;
    margin-left:auto;
    margin-right:auto; 
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
}
.menu ul {
    list-style-type:none;
    margin:2px;
    padding:0;
}
.menu li
{
    display:inline;
    border-left: solid 2px #b3b3b3;
}
.menu li:first-child {
    border: none;
}
.menu a {
    color: #7e7e7e;
    padding: 0.375em 0.25em;
    text-decoration: none;   
}
.menu a:focus, .menu a:hover, .menu a:active {
    color: #059af4;
}

.services_summary {
    width:90%;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto; 
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-size: .6em;
    color: #7e7e7e;
    overflow: auto;
}

.services_summary ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.services_summary li {
    display:inline;
    border-left: solid 1px #b3b3b3;
    padding: 0em 0em 0em .35em;
}

.social_media {
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto; 
 }
.social_media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social_media li {
    display:inline;
    padding: 0em 0em 0em .35em;
}

.footer {
    margin: 2px; 
    border: 2px solid;
    border-radius: 15px;
    border-color: #059af4;
    box-shadow: 2px 2px 5px;
}

.copyright {
    font-size:0.75em;
    margin:10px;
}

.phone {
    vertical-align: top;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
form {
    margin:0 auto;
}

/* Style the text boxes */
input, textarea {
/*    background:#efefef;*/
    border:1px solid #dedede;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input {
    height: 20px;
}
textarea {
    height:213px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

.radio {
    width: 60px;
}
.checkbox {
    width: 60px;
}

#submit {
    height:30px;
    width:75px;      
    margin-top:20px;
    margin-bottom:20px;
    cursor:pointer;
}
#submit:hover {
    opacity:.9;
}

@media screen and (max-width: 480px) {
    .banner_text {
        font-size: 0em;
    }

    .banner_text_alt1 {
        position: absolute;
        top: 15px;
        right: 4%;
        text-align: right;
        font-size: .75em;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .banner_text_alt2 {
        position: absolute;
        top: 35px;
        right: 4%;
        text-align: right;
        font-size: .75em;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .banner_phone {
            position: absolute;
            top: 55px;
            right: 4%;
            text-align: right;
            font-size: .75em;
            font-weight: bold;
            padding: 0;
            margin: 0;
    }

    #services_list1 li:first-child {
        border: none;
    }
    #services_list2 li:first-child {
        border: none;
    }
    #services_list3 li:first-child {
        border: none;
    }
    form {
        width:280px;
    }
    input, textarea {
        width: 90%;
    }
}
@media screen and (min-width: 481px) {
    .social_media {
        right: 15%;
        top: 120px;
    } 
    .banner_text {
        position: absolute;
        top: 15px;
        right: 16%;
        text-align: right;
        font-size: 1.25em;
        font-weight: bold; 
        padding: 0;
        margin: 0;
    }
    
    .banner_text_alt1, .banner_text_alt2 {
        font-size: 0em;
    }

    .banner_phone {
            position: absolute;
            top: 55px;
            right: 16%;
            text-align: right;
            font-size: 1.25em;
            font-weight: bold;
            padding: 0;
            margin: 0;
    }

    #services_list1 li:first-child {
        border: none;
    }
    #services_list2 li:first-child {
        border-left: solid 1px #b3b3b3;
    }
    #services_list3 li:first-child {
        border: none;
    }
    form {
        width:459px;
    }
    input, textarea {
        width: 275px;
    }
}

@media screen and (min-width: 769px) {
    .social_media {
        right: 12%;
        top: 120px;
    } 
    .banner_text {
        position: absolute;
        top: 15px;
        right: 22%;
        text-align: right;
        font-size: 1.25em;
        font-weight: bold; 
        padding: 0;
        margin: 0;
    }
    
    .banner_text_alt1, .banner_text_alt2 {
        font-size: 0em;
    }

    .banner_phone {
            position: absolute;
            top: 55px;
            right: 22%;
            text-align: right;
            font-size: 1.25em;
            font-weight: bold;
            padding: 0;
            margin: 0;
    }

    #services_list1 li:first-child {
        border: none;
    }
    #services_list2 li:first-child {
        border-left: solid 1px #b3b3b3;
    }
    #services_list3 li:first-child {
        border-left: solid 1px #b3b3b3;
    }
    form {
        width:459px;
    }
    input, textarea {
        width: 275px;
    }
}

.services_list {
       float: left; 

}

#xplornet_header {
    color: #059af4;
    text-align: center;
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold; 
}

.form_status {
    text-align: center;
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color:red;
}

.main_secion {

}

.main_body {
    background: #efefef;
    margin: 10px; 
    padding: 10px;
    border:1px solid gray;
    border-radius: 15px;
    box-shadow: 2px 2px 5px;
}

#services {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #efefef;
    margin-top: 10px; 
    padding: 10px;
    border:1px solid gray;
    border-radius: 15px;
    box-shadow: 2px 2px 5px;
}

.itservices {
    color: #059af4;
    text-align: center;
    font-family: Cabin, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold; 
}
