﻿@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* Theme Information
/* ----------------------------------------------------------------------
Name: Exquiso
Description: Responsive Multi-Purpose Theme
Version: 1.0
Author: Ixtendo
Author URI: http://www.ixtendo.com
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Imported Stylesheets (Their order is important.)
/* ---------------------------------------------------------------------- */
@import url('fonts/titillium-text/stylesheet.css');
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@import url('css/html5-reset.css');

@import url('css/flexslider.css');
@import url('css/tipsy.css');
@import url('css/jquery.fancybox.css');

@import url('css/shortcodes.css');


/* ---------------------------------------------------------------------- */
/* Exquiso Styles
/* ----------------------------------------------------------------------
TABLE OF CONTENTS

-Generic
-Containers
-Headings
-Links
-Text & Content Blocks
-Header
	-Logo 
-Navigation
-Page Title
-Breadcrumbs
-Sidebar
-Columns
-Icon Boxes
-About Us
-404 Error Page
-Search Results
-Pagination
-Entry Slider
-Carousel
-Portfolio & Blog
-Blog
-Portfolio
-Clients
-Forms
-Tables
-Pricing Tables
-Footer
-Widgets
	-Twitter
	-Contact Info
	-Social Links
-Scroll to Top
-Additionals
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12.8px;
    line-height: 1.5em; /* 18px */
    color: #333;
    /* Fix for webkit rendering */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

    body.wide {
        background-color: #fff;
        width: 100%;
    }

    body.boxed {
        background-color: #333;
        background-repeat: repeat;
        background-position: left top;
        width: 100%;
    }

iframe, img, video, audio {
    display: block;
}

/*img,*/ embed, object, video { /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
    max-width: 100%;
}

video {
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

/* Clearfix */

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.capslt {
    text-transform: uppercase;
    position: relative;
    top: 8px;
}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */
.wide #wrap {
    overflow: hidden;
    background-color: #fff;
}

.boxed #wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,0.11);
    overflow: hidden;
    background-color: #fff;
}

.container {
    width: 100%;
    margin: 0 auto;
    z-index: 1091;
}

#main {
    margin-bottom: 0;
}

.inrdiv {
    width: auto%;
    margin: 0px auto;
    padding: 0px auot;
    text-align: center;
    justify-content: center; /* align horizontal */
    align-items: center;
    vertical-align: middle;
}

.icndiv {
    display: inline-block;
    padding-right: 15px;
}

    .icndiv img {
        padding: 5px;
    }

.inrdiv2 {
    margin: 0px auto;
    width: 90%;
}

.inrdiv3 {
    margin: 0px auto;
    width: 99%;
}

.para p {
    line-height: 22px;
    margin: 5px 0px;
}

.padd10 {
    padding: 10px;
}




.colltgrn {
    color: #8eb942;
}

.colltyw {
    color: #fcb30c;
}

.colbrwn {
    color: #ab683c;
}

.coldkblu {
    color: #1994ac;
}

.coldwhite {
    color: #ffffff;
}

.colred {
    color: #e54e26;
}

.colpink {
    color: #da4953;
}

#srvcetitle {
    text-indent: 20%;
}

.colblak {
    color: #4d4d4d;
}

.colorng {
    color: #eb8a44;
}

.colbrwon {
    color: #6c4631;
}

.colvlvt {
    color: #455b7f;
}

.bgred {
    color: #AC3119;
}

.bgltgrn {
    background-color: #af1d26;
}

.bgltyw {
    background-color: #fcb30c;
}

.bgbrwn {
    background-color: #ab683c;
}

.bgdkblu {
    background-color: #1994ac;
}

.bgred {
    background-color: #e54e26;
}

.bgpink {
    background-color: #da4953;
}

.bgvlvt {
    background-color: #455b7f !important;
}

.bgblak {
    background-color: #4d4d4d;
}

.bggrey {
    background-color: #e6e6e6;
}

.bgorng {
    background-color: #eb8a44;
}

.bgbrown {
    background-color: #875c43;
}



.brdbtmltgrn {
    border-bottom-color: #8eb942 !important;
}

.brdbtmltyw {
    border-bottom-color: #fcb30c !important;
}

.brdbtmbrwn {
    border-bottom-color: #ab683c !important;
}

.brdbtmdkblu {
    border-bottom-color: #1994ac !important;
}

.brdbtmred {
    border-bottom-color: #e54e26 !important;
}

.brdbtmpink {
    border-bottom-color: #da4953 !important;
}

.brdbtmblak {
    border-bottom-color:: Black !important;
}

.brdbtorng {
    border-bottom-color: #eb8a44 !important;
}

.brdbtvlvt {
    border-bottom-color: #455b7f !important;
}

.brdbtmgrnn {
    border-bottom-color: #cccc33 !important;
}

.brdbtmgvlt {
    border-bottom-color: #996699 !important;
}

.brdbtmgblu {
    border-bottom-color: #1967a4 !important;
}

.brdbtnbrgn {
    border-bottom-color: #cc9933 !important;
}

.brdltgrn {
    border-color: #8eb942 !important;
    border: solid 4px;
}

.brdltyw {
    border-color: #fcb30c !important;
    border: solid 4px;
}

.brdbrwn {
    border-color: #ab683c !important;
    border: solid 4px;
}

.brddkblu {
    border-color: #1994ac !important;
    border: solid 4px;
}

.brdred {
    border-color: #e54e26 !important;
    border: solid 4px;
}

.brdpink {
    border-color: #da4953 !important;
    border: solid 4px;
}


.bend22 {
    border-radius: 22px;
}

.margtop20 {
    margin-top: 20px;
}

.margtop40 {
    margin-top: 40px;
}

.margbtm20 {
    margin-bottom: 20px !important;
}

.margbtm40 {
    margin-bottom: 40px !important;
}


.padtop20 {
    padding-top: 20px;
}

.padtop40 {
    padding-top: 40px;
}

.padbtm20 {
    padding-bottom: 20px !important;
}

.padbtm40 {
    padding-bottom: 40px !important;
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 1.75em; /* 21px */
    line-height: 1.285em; /* 27px/21px */
    font-weight: bold;
    z-index: 1091;
}

h2 {
    font-family: Helvetica !important;
    font-weight: normal !important;
    font-size: 20px !important; /* 18px */
    line-height: 1.333em !important; /* 24px/18px */
}
.headtitle {
    font-family: Helvetica !important;
    font-weight: normal !important;
    font-size: 20px !important; /* 18px */
    line-height: 1.333em !important; /* 24px/18px 
}

h3 {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 20px; /* 18px */
    line-height: 1.333em; /* 24px/18px */
}

h4 {
    font-family: 'TitilliumText25L600wt', sans-serif;
    font-weight: 600;
    font-size: 1.166em; /* 14px */
    line-height: 1.285em; /* 18px/14px */
}

h5 {
    font-family: 'TitilliumText25L800wt', sans-serif;
    font-weight: bold;
    font-size: 1.166em; /* 14px */
    line-height: 1.285em; /* 18px/14px */
    text-transform: uppercase;
}

h6 {
}

.nobrd {
    margin: 0px;
    padding: 0px;
}

.redfont {
    font-size: 5px;
}

.cps {
    text-transform: uppercase;
}

.sidehead1 {
    border-bottom: solid 1.5px;
    width: auto;
    float: left;
    padding-left: 5%;
    text-indent: 0px;
    font-family: 'TitilliumText25L800wt', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.333em;
    text-transform: uppercase;
}

.txtind1 {
    text-indent: 100px;
}

/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a, a > * {
    text-decoration: none;
}

    a, a > *,
    .button,
    .jcarousel-prev, .jcarousel-next,
    .iconbox a, .iconbox a * {
        -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
        -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
        -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
        -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
        transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    }

        a:hover, a > * {
            color: #C0C0C0;
        }


.morebtn {
    width: 100px;
    height: 25px;
    background: url(images/readmore.png) no-repeat center #fff;
    display: block;
}


/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */
p {
    margin-bottom: 20px;
}

.jst {
    text-align: justify;
}

#header {
    z-index: 1091;
}

section,
#page-header, .mgrbtm {
    margin-bottom: 40px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tip, caption, .caption {
    color: #999;
    font-size: 0.916em; /* 11px */
    font-style: italic;
}

.grey-text {
    color: #999;
}

.invisible {
    display: none !important;
}

hr {
    background-color: #ebebeb;
    color: #ebebeb;
    border: none;
    height: 1px;
    clear: both;
    margin: 40px 0;
}

.hr2 {
    height: 2px;
}

mark {
    font-style: normal;
    font-weight: normal;
}

.note {
    color: #E64141;
}

.intro {
    text-align: center;
}

    .intro h1 {
        font-family: 'TitilliumText25L400wt', sans-serif;
        text-transform: uppercase;
    }

    .intro strong {
        font-family: 'TitilliumText25L800wt', sans-serif;
    }

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */

/* Logo */

#logo {
    font: 3em/1em 'TitilliumText25L400wt', sans-serif; /* 36px */
    float: left;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    z-index: 1091;
}

    #logo a {
        display: block;
        color: #333;
    }

        #logo a img {
            max-width: 100%;
            margin-left: -20px;
        }



		#logosec {
    font: 3em/1em 'TitilliumText25L400wt', sans-serif; /* 36px */
    float: left;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    z-index: 1091;
}

    #logosec a {
        display: block;
        color: #333;
    }

   #logosec a img {
            max-width: 100%;
        
        }

/* ---------------------------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------------------------- */
#nav {
    /*float: right; */
    position: relative;
}

#cssmenu {
    z-index: 1090;
}

/* Navigation List */

ul#navlist li {
    float: left;
    padding: 0px 0px;
    margin-left: 0px;
    margin-top: 0px;
}

    ul#navlist li a {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; /* 14px */
        line-height: normal;
        color: #fff;
        text-transform: capitalize;
        line-height: 58px; /* vertically aligns text */
        padding: 5px 25px 0px 25px;
    }




/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
    position: absolute;
    z-index: 100;
    margin-top: 0px;
}

    .ddsubmenustyle1, .ddsubmenustyle div {
        position: absolute;
        z-index: 100;
        margin-top: 0px;
    }

    .ddsubmenustyle > ul {
        border-top: 1px solid;
        border-color: #e8eaeb;
        border-opacity: 0.3 !important;
    }

    .ddsubmenustyle ul {
        position: absolute;
        left: 0;
        top: 0;
    }

    .ddsubmenustyle li a {
        display: block;
        color: #fff;
        background-color: #333;
        padding: 5px 15px;
        border-top: 1px solid #fff;
        border-bottom-width: 180px;
        width: 140px;
    }

    .ddsubmenustyle > ul > li:first-child a {
        border-top: none;
    }

.ddsubmenustyle2 li a {
    width: 206px !important;
    text-align: left;
}

.ddsubmenustyle li ul li a, .btop1 {
    border-top: 1px solid #e8eaeb;
    border-opacity: 0.3 !important;
    position: relative;
    top: -0.5px;
}

.arwrgt a {
    background: url(images/left-arrow.png) no-repeat right;
}

    .arwrgt a:hover {
        background: url(images/right-arrow2.png) no-repeat right;
    }

.noarw {
    background-image: none !important;
}

/* Neutral CSS */

.ddiframeshim {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}

/* Tiny Nav */

.tinynav {
    display: none;
    padding: 3px;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
    border-radius: 0;
    height: 30px;
}

    .tinynav option {
        padding: 3px;
    }


/* ---------------------------------------------------------------------- */
/* Login Button
/* ---------------------------------------------------------------------- */

.login {
    border-radius: 0px 0px 25px 25px;
    float: right;
    width: 70px;
    margin-right: 5%;
    padding: 3px 5px 8px 0px;
    text-align: center;
    background: url(images/menu-botm.png) repeat-x;
}

    .login a {
        text-align: center;
    }

/* ---------------------------------------------------------------------- */
/* Page Title
/* ---------------------------------------------------------------------- */
#page-title {
    background: #f0f0f0 url(images/page-title-bg/grey.png) repeat-x left top;
    height: 90px;
}

    #page-title h1 {
        float: left;
        line-height: 90px; /* height of the page-title */
        margin: 0;
    }

#pgetitle {
    text-align: right;
}

/* ---------------------------------------------------------------------- */
/* Breadcrumbs
/* ---------------------------------------------------------------------- */
#breadcrumbs {
    float: right;
    line-height: 90px; /* height of the page-title */
}

    #breadcrumbs li {
        display: inline;
    }

    #breadcrumbs a {
        margin: 0 3px;
    }

    #breadcrumbs li:last-child {
        margin-left: 3px;
    }

/* ---------------------------------------------------------------------- */
/* Sidebar
/* ---------------------------------------------------------------------- */
#sidebar h3 {
    font-family: 'TitilliumText25L800wt', sans-serif;
    font-weight: bold;
    font-size: 1.166em; /* 14px */
    line-height: 1.285em; /* 18px/14px */
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths, .one-fifth, .one-sixth, .one-full {
    display: inline;
    float: left;
    /* margin-right: 2%; */
}

.one-half {
    width: 49%;
    max-width: 520px;
}

.one-third {
    width: 32%;
    max-width: 350px;
}


.one-thirdd {
    width: 24%;
    max-width: 250px;
    float: left;
}

.one-third3 {
    width: 32%;
}

.one-fourth {
    width: 23.5%;
    max-width: 220px;
}

.one-fifth {
    width: 20%;
    max-width: 200px;
}

.one-sixth {
    width: 19%;
    max-width: 100%;
    border-right: 1px solid #ffffff24;
    padding-left: 55px;
    padding-right: 15px;
    height:255px;
}
.one-sixth:nth-of-type(5) .widget ul:nth-of-type(2) li:nth-of-type(1),
.one-sixth:nth-of-type(5) .widget ul:nth-of-type(1) li:nth-of-type(1){
   width: 50% !important;
}

.two-thirds {
    width: 66%;
    max-width: 620px;
    float: left;
}

.three-fourths {
    width: 74.5%;
    max-width: 700px;
}


.one-full {
    width: 95.5%;
    max-width: 1020px;
}

.one-sixth-last {
    width: 78.5%;
    max-width: 980px;
}

.column-one {
    /*margin-right: 0 !important;*/
    /* margin-right: 20px !important; */
}

.column-two {
    /*margin-right: 0 !important;*/
    /* margin-right: 20px !important; */
}

.column-three {
    /*margin-right: 0 !important;*/
    /* margin-right: 20px !important; */
    padding-left: 20px;
}

.column-fourth {
    /*margin-right: 0 !important;*/
    /* margin-right: 20px !important; */
    padding-left: 20px;
}

.column-fifth {
    /*margin-right: 0 !important;*/
    margin-right: 0px !important;
}

.column-last {
    margin-right: 0 !important;
    /* margin-right:150px !important;*/
}

/* ---------------------------------------------------------------------- */
/* Icon Boxes
/* ---------------------------------------------------------------------- */
.iconbox-wrap {
    margin-right: -20px;
}

    .iconbox-wrap .one-fourth {
        width: 220px;
        margin-right: 20px;
    }

.iconbox {
    margin-bottom: 20px;
}

    .iconbox a {
        display: block;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px;
    }

        .iconbox a > * {
            color: #333;
        }

        .iconbox a:hover {
            background-color: #f0f0f0;
        }

    .iconbox p:last-child {
        margin-bottom: 0;
    }

.iconbox-icon {
    width: 36px;
    height: 36px;
    background: #333 no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 18px;
    margin-right: 10px;
}

.iconbox.applications .iconbox-icon {
    background-image: url(images/icon-boxes/applications.png);
}

.iconbox.cog .iconbox-icon {
    background-image: url(images/icon-boxes/cog.png);
}

.iconbox.iphone .iconbox-icon {
    background-image: url(images/icon-boxes/iphone.png);
}

.iconbox.chemical .iconbox-icon {
    background-image: url(images/icon-boxes/chemical.png);
}

.iconbox.computer .iconbox-icon {
    background-image: url(images/icon-boxes/computer.png);
}

.iconbox.globe .iconbox-icon {
    background-image: url(images/icon-boxes/globe.png);
}

.iconbox.help .iconbox-icon {
    background-image: url(images/icon-boxes/help.png);
}

.iconbox.laptop .iconbox-icon {
    background-image: url(images/icon-boxes/laptop.png);
}

.iconbox.light-bulb .iconbox-icon {
    background-image: url(images/icon-boxes/light-bulb.png);
}

.iconbox.mouse .iconbox-icon {
    background-image: url(images/icon-boxes/mouse.png);
}

.iconbox.suitcase .iconbox-icon {
    background-image: url(images/icon-boxes/suitcase.png);
}

.iconbox.write .iconbox-icon {
    background-image: url(images/icon-boxes/write.png);
}

.pageicons {
    margin: 0px auto;
    width: 90%;
    display: inherit;
}

.iconcnt {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px !important;
}

/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */
.about-us {
    padding: 10px 20px 0px 0px;
}

    .about-us.entry-image img, .about-us.entry-slider ul, .about-us.entry-video iframe {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    }

/* Overview  */

#overview {
    text-align: right;
	margin-top: 60px;
}

#ovrviewtitle {
    text-indent: 20%;
}

.ovrviewimg {
    margin: 0px auto;
    width: 90%;
    display: block;
}

#imgcontent, #ovrviewcnt {
    text-align: center;
}


/* Testimonials */


.photrund {
    padding: 5px;
    border-radius: 50% !important;
    float: left;
    margin: 0px 10px;
    background-color: #fff;
}

    .photrund img {
        width: 96%;
        height: 96%;
        border-radius: 50%;
        background-color: #CCCCCC;
        padding: 4px;
    }

#tstimonial {
    text-align: right;
}


/* Why Arinos */

#whyarinostitle {
    text-align: right;
}

.whyarinosimg {
    margin: 0px auto;
    width: 90%;
    display: block;
}

#arinosimgcnt {
    text-align: center;
}
#arinosimgcnt1 {
    text-align: center;
}

#arinoscnt {
    margin-top: -20px;
}

#arinoscnt1 {
    margin-top: -20px;
}

/* Our Team */

.team-member .photo {
    margin: 0 auto 15px auto;
    max-width: 100%;
}

.team-member .content {
    margin-bottom: 20px;
}

.team-member .name {
    margin: 0;
}

.team-member .name, .team-member .job-title {
    text-align: center;
}

.team-member .job-title {
    display: block;
    margin-bottom: 15px;
    color: #888;
}


/* ---------------------------------------------------------------------- */
/* Resources Page
/* ---------------------------------------------------------------------- */

.sqrimglft {
    border-radius: 8px;
    float: left;
    margin-right: 20px;
    width: 100%;
}



/* ---------------------------------------------------------------------- */
/* clients Page
/* ---------------------------------------------------------------------- */

.clnt img {
    float: left;
    margin: 8px 22px;
    display: inline-block;
}



/* ---------------------------------------------------------------------- */
/* 404 Error Page
/* ---------------------------------------------------------------------- */
.error-404 {
    background: url(images/block-64.png) no-repeat left center;
    padding: 20px 20px 20px 74px;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */
ul#search-results li {
    border-top: 1px dotted #ccc;
    padding: 20px 0;
}

    ul#search-results li:first-child {
        border: none;
        padding-top: 0;
    }

    ul#search-results li:last-child {
        padding-bottom: 0;
    }

ul#search-results h2 {
    margin-bottom: 5px;
}

    ul#search-results h2 a,
    ul#search-results h2 a strong {
        color: #333;
    }

ul#search-results p {
    margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
    margin-bottom: 40px;
}

    .page-nav > span {
        margin-right: 20px;
    }

    .page-nav ul, .page-nav li, .page-nav > span {
        display: inline-block;
    }

    .page-nav li, .page-nav > span {
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .page-nav li {
        margin-right: 5px;
        line-height: normal;
    }

    .page-nav a {
        display: block;
        color: #333;
        background-color: #ebebeb;
    }

    .page-nav a, .page-nav li.current {
        padding: 5px 10px;
        border-radius: 2px;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-repeat: repeat-x;
    }

        .page-nav a:hover, .page-nav li.current {
            color: #fff;
        }

/* ---------------------------------------------------------------------- */
/* Entry Slider
/* ---------------------------------------------------------------------- */
.entry-slider .flex-direction-nav a {
    margin-top: -25px;
    width: 25px;
    height: 50px;
}

    .entry-slider .flex-direction-nav a.flex-prev {
        background-position: 8px center;
    }

    .entry-slider .flex-direction-nav a.flex-next {
        background-position: -21px center;
    }

/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */
.jcarousel-container {
    max-width: 100%;
}

.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}

.project-carousel > li {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.jcarousel-prev, .jcarousel-next {
    position: absolute;
    top: -39px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: #ccc url(images/carousel-arrows.png) no-repeat;
}

.jcarousel-prev {
    right: 20px;
    background-position: 7px 6px;
}

.jcarousel-next {
    right: 0;
    background-position: -18px 6px;
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
    background-color: #e0e0e0 !important;
    cursor: default;
}

/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.entry-image > a,
.entry-slider > ul > li > a {
    display: block;
    position: relative; /* sets the initial position for the overlay */
}

.entry-image {
    display: inline-block;
}

.entry-image,
.entry-video,
.entry-slider {
    margin-bottom: 15px;
}

.project-list .entry-image {
    margin-bottom: 0;
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
    max-width: 100%;
}

    .entry-slider iframe {
        margin: 0 auto;
    }

/* Overlay */

.overlay {
    display: block;
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .overlay.zoom {
        background-image: url(images/overlay-zoom.png);
    }

.project-list li .overlay,
.lightbox .overlay,
.lightbox-video .overlay,
.link-overlay .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0; /* for Opera */
}

.project-list li:hover .overlay,
.lightbox:hover .overlay,
.lightbox-video:hover .overlay,
.link-overlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1; /* for Opera */
}

.project-list li:hover .zoom,
.lightbox .zoom,
.lightbox-video .zoom,
a.entry-image:link .zoom, a.entry-image:visited .zoom,
.entry-slider a:link .zoom, .entry-slider a:visited .zoom {
    background-image: none;
}

a.entry-image:hover .zoom, a.entry-image:active .zoom,
.entry-slider a:hover .zoom, .entry-slider a:active .zoom {
    background-image: url(images/overlay-zoom.png);
}

/* Portfolio Gallery */

ul.portfolio-grid {
    margin-right: -20px;
}

    ul.portfolio-grid > li {
		
        text-align: center;
        float: left;
    }

        ul.portfolio-grid > li.one-fourth {
            width: 220px;
        }

        ul.portfolio-grid > li.one-third {
            width: 300px;
        }

        ul.portfolio-grid > li.one-half {
            width: 460px;
        }

/* Filter */

#filter {
    margin-bottom: 40px;
}

    #filter > span {
        margin: 5px 10px 5px 0;
    }

    #filter ul, #filter li {
        display: inline-block;
    }

    #filter li {
        margin: 5px 5px 5px 0;
    }

    #filter li, #filter > span {
        vertical-align: middle;
    }

    #filter a {
        display: block;
        line-height: normal;
        color: #333;
        background-color: #ebebeb;
        padding: 6px 10px;
        border-radius: 2px;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
        background-repeat: repeat-x;
    }

        #filter a:hover, #filter a.selected {
            color: #fff;
        }

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/* End: Recommended Isotope styles */

/* ---------------------------------------------------------------------- */
/* Blog
/* ---------------------------------------------------------------------- */
.rowblog{
	display: inline-block;
}
.post-carousel .entry {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.post-carousel .entry,
.post-carousel .entry-date {
    margin-bottom: 20px;
}

.blog-entry-list .entry {
    border-top: 1px dotted #ccc;
    padding-top: 40px;
    margin-bottom: 20px;
}

    .blog-entry-list .entry:first-child {
        border: none;
        padding-top: 0;
    }

.entry-date {
    float: left;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.entry-day {
    width: 50px;
    height: 42px;
    border-radius: 2px 2px 0 0;
    background-color: #333;
    font-family: 'TitilliumText25L600wt', sans-serif;
    font-weight: 600;
    font-size: 1.5em; /* 18px */
    line-height: 42px; /* vertical align */
}

.entry-month {
    width: 50px;
    height: 30px;
    border-radius: 0 0 2px 2px;
    font-family: 'TitilliumText25L400wt', sans-serif;
    font-size: 1.166em; /* 14px */
    line-height: 30px; /* vertical align */
    box-shadow: 0 1px rgba(255,255,255,0.15) inset;
}

.entry-body {
    overflow: hidden;
}

.entry-title {
    margin-bottom: 5px;
}

    .entry-title a {
        color: #333;
    }

/* Meta */

.blog-entry-list .entry-meta {
    margin-bottom: 15px;
}

    .blog-entry-list .entry-meta span {
        background: no-repeat left center;
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #ccc;
    }

        .blog-entry-list .entry-meta span:last-child {
            border: none;
            padding-right: 0;
            margin-right: 0;
        }

    .blog-entry-list .entry-meta .author {
        background-image: url(images/blog/author.png);
        padding-left: 21px;
    }

    .blog-entry-list .entry-meta .category {
        background-image: url(images/blog/folder.png);
        padding-left: 23px;
    }

    .blog-entry-list .entry-meta .comments {
        background-image: url(images/blog/comment.png);
        padding-left: 21px;
    }

/* Tags */

.tags li {
    float: left;
    margin: 0 5px 5px 0;
}

.tags a {
    display: block;
    color: #333;
    background-color: #ebebeb;
    padding: 5px 10px;
    border-radius: 2px;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: repeat-x;
}

    .tags a:hover {
        color: #fff;
    }

/* Comments */

/* Comment List */

ol.comment-list, ol.children {
    list-style: none;
}

#comment-1 {
    border-top: none;
}

li.comment .comment-wrap {
    padding: 20px 0;
    border-top: 1px dotted #ccc;
}

li.comment ol.children {
    margin-left: 65px;
}

/* Comment List Content */

ol.comment-list .avatar-wrap {
    float: left;
    margin-right: 15px;
}

    ol.comment-list .avatar-wrap a.comment-edit-link {
        display: block;
        margin-top: 10px;
        text-align: center;
        font-style: italic;
    }

ol.comment-list .comment-details {
    overflow: hidden;
}

ol.comment-list .comment-author {
    font-weight: bold;
}

    ol.comment-list .comment-author a {
        color: #333;
    }

    ol.comment-list .comment-author.post-author span {
        color: #e64141;
    }

ol.comment-list .comment-meta {
    margin-bottom: 15px;
    color: #888;
}

ol.comment-list .comment-reply-link {
    font-style: italic;
}

/* Respond (Leave a Comment) */

#reply-title small {
    float: right;
    margin-top: 3px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 0.666em; /* 12px/18px */
    line-height: 1.5em; /* 18px/12px */
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}

/* ---------------------------------------------------------------------- */
/* Portfolio
/* ---------------------------------------------------------------------- */
.project-list a {
    display: block;
}

.project-list .entry-title {
    color: #333;
}

.project-list .entry-meta {
    text-align: center;
    padding: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.project-list .entry:hover .entry-meta {
    background-color: #f0f0f0;
}

.project-list .entry-meta p {
    margin: 0;
}

.project-list .entry-content {
    color: #666;
}

.entry-image {
    position: relative;
}

/* ---------------------------------------------------------------------- */
/* Clients
/* ---------------------------------------------------------------------- */
.clients {
    margin: 0 -10px 20px 0;
}

    .clients li {
        float: left;
        margin: 0 10px 10px 0;
        width: 176px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 0 1px #fff inset;
        padding: 1px;
    }

    .clients a {
        display: block;
        background-color: #fff;
        border: 4px solid #f5f5f5;
    }

    .clients img {
        opacity: 0.75;
        filter: alpha(opacity=75);
        max-width: 100%;
    }

    .clients li:hover {
        border-color: #ccc;
    }

        .clients li:hover a {
            border-color: #f0f0f0;
        }

        .clients li:hover img {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.clientmap {
    width: 80%;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------- */
/* Careers
/* ---------------------------------------------------------------------- */


.cartabl {
    border: solid 1px #603d2a;
}

    .cartabl .headrow {
        background-color: #875c43;
        color: #fff;
    }

        .cartabl .headrow .r1 {
            text-transform: uppercase;
            text-align: center;
            padding: 20px 4px !important;
            border: solid 2px #603d2a;
        }

    .cartabl .r2 {
        text-align: center;
        padding: 20px 4px !important;
        border: solid 2px #603d2a;
    }

    .cartabl .colr1 {
        background-color: #e4dcd7;
    }

    .cartabl .colr2 {
        background-color: #dccfc8;
    }

    .cartabl .colr3 {
        background-color: #f1ebe7;
    }

    .cartabl .colr4 {
        background-color: #eae0db;
    }




/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-appearance: none; /* Fix for Mobile Safari */
}

    /* Fix for Mobile Safari */
    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
    }

input {
    line-height: normal;
}

textarea {
    overflow: auto; /* removes scrollbar in IE */
}

input[type="submit"] {
    width: auto;
}

::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999;
}

/* Firefox */
:-moz-placeholder {
    color: #999;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */
    padding: 0;
    border: none;
}

/* Search Form */

#search-form {
    position: relative;
    margin-top: 30px;
    float: right;
    margin-left: 20px;
}

#search-submit {
    width: 30px;
    height: 30px;
    background: url(images/magnifying-glass.png) no-repeat center center;
    border: none;
    text-indent: -10000em;
    cursor: pointer;
    border-radius: 2px;
}

/* After Click */

#s {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 6px 10px;
    border: 1px solid #ebebeb;
    width: 198px;
    z-index: 1000;
    border-radius: 0;
}

/* Contact Form */
.content-form {
    float: right;
    padding-left: 20px;
}

    .content-form p {
        margin-bottom: 10px;
    }

    .content-form input, .content-form textarea, .content-form select {
        background-color: #f5f5f5;
        border: 1px solid #e0e0e0;
        padding: 6px 0px 6px 6px;
        border-radius: 0;
    }

        .content-form input:hover, .content-form textarea:hover, .content-form select:hover,
        .content-form input:focus, .content-form textarea:focus, .content-form select:focus {
            border-color: #ccc;
        }

    .content-form input {
        border: solid 1px #404040;
        border-radius: 6px;
        margin-bottom: 30px !important;
    }

    .content-form .ful {
        width: 98%;
        float: left;
    }

    .content-form .hlf {
        width: 38%;
        float: left;
        margin-right: 15px;
    }

    .content-form .hlf2 {
        width: 38%;
        float: right;
    }

    .content-form .hlf2 {
        width: 45%;
        float: right;
    }

    .content-form label, .content-form input, .content-form textarea, .content-form select {
        margin-bottom: 5px;
    }

    .content-form label {
        display: block;
        clear: both;
    }

    .content-form .error {
        color: #E64141;
    }

    .content-form textarea, .content-form select {
        width: 60%;
        height: 160px;
        border: solid 1px #404040;
        border-radius: 12px;
        margin-bottom: 30px !important;
    }

    .content-form select {
        height: 35px;
        background: none;
        width: 100%;
        background: url(images/select-dropdown.png) no-repeat center right;
        background-color: #f5f5f5;
    }


    .content-form input[type="file"] {
        padding: 0;
        border: none;
    }

    .content-form .snd {
        width: 150px;
        height: 33px;
        background: url(images/send.jpg) no-repeat;
        border: none;
        float: right;
    }


.contadd {
    padding: 0px 0px 0px 50px;
    color: #000;
    line-height: 24px;
}

    .contadd p span {
        color: #999999;
        text-transform: uppercase;
    }

.text1 {
    color: #626061;
    font-family: Arial;
    font-size: 13px;
}

.contadd p a {
    text-decoration: none;
    color: #357EC7;
}



.contbotm {
    background: url(images/contact-btm.jpg) repeat-x;
    padding: 10px 0px;
}

    .contbotm img {
        float: left;
    }

/* Newsletter */

#newsletter-form input#newsletter {
    width: 90%; /* 198px/220px */
    background-color: #404040;
    border: 1px solid #4c4c4c;
}

#newsletter-form input.button {
    margin-right: 0;
    margin-top: 10px;
    background-color: #1a1a1a;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-repeat: repeat-x;
}

    #newsletter-form input.button:hover {
        background-color: #4d4d4d;
    }

/* Comment Form */

#comment-form p {
    margin-bottom: 10px;
}

#comment-form input, #comment-form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 0;
}

    #comment-form input:hover, #comment-form textarea:hover,
    #comment-form input:focus, #comment-form textarea:focus {
        border-color: #ccc;
    }

#comment-form input {
    width: 50%;
}

#comment-form label, #comment-form input, #comment-form textarea {
    margin-bottom: 5px;
}

#comment-form label {
    display: block;
    clear: both;
}

#comment-form .error {
    color: #E64141;
}

#comment-form textarea {
    width: 60%;
    height: 160px;
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
    width: 100%;
    margin-bottom: 20px;
}

    .gen-table caption {
        margin-bottom: 10px;
    }

    .gen-table th {
        font-weight: bold;
    }

    .gen-table th, .gen-table td {
        background-color: #fff;
        padding: 5px;
        text-align: center;
        border: 1px solid #e0e0e0;
        vertical-align: top;
    }

    .gen-table .empty-left-top {
        background-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }

    .gen-table .empty-left-bottom {
        background-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    .gen-table td.top-left {
        text-align: left;
        vertical-align: top;
    }

    .gen-table thead th {
        font-size: 1.166em; /* 14px */
    }

    .gen-table thead th,
    .gen-table tfoot td {
        background-color: #ebebeb;
        border-color: #d9d9d9;
    }

    .gen-table tbody th,
    .gen-table tr.odd th, .gen-table tr.odd td {
        background-color: #f5f5f5;
    }

    .gen-table tfoot td {
        font-style: italic;
        font-size: 0.916em; /* 11px */
    }

    .gen-table tfoot .button {
        font-style: normal;
        font-size: 1.09em; /* 12px/11px */
        margin: 5px 0;
    }

    .gen-table tfoot + tbody tr.row-last th,
    .gen-table tfoot + tbody tr.row-last td {
        border-bottom-color: #d9d9d9;
    }

    .gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
        background-color: #edf3fc;
    }

/* ---------------------------------------------------------------------- */
/* Pricing Tables
/* ---------------------------------------------------------------------- */

/* Pricing Boxes */

.pricing-box {
    margin-bottom: 20px;
    text-align: center;
}

    .pricing-box .price,
    .pricing-box .footer {
        background-color: #f0f0f0;
        border: 1px solid #d9d9d9;
    }

    .pricing-box .footer {
        padding: 10px 15px;
    }

    .pricing-box ul.features {
        background-color: #fff;
        border: 1px solid #ebebeb;
        border-top: none;
        border-bottom: none;
        padding: 10px 15px;
    }

        .pricing-box ul.features li {
            border-top: 1px solid #ebebeb;
            padding: 5px 0;
        }

            .pricing-box ul.features li:first-child {
                border: none;
            }

    .pricing-box .button {
        margin: 5px 0;
    }

    .pricing-box .title {
        background-color: #d9d9d9;
        border: 1px solid #ccc;
        border-bottom: none;
        padding: 5px 15px;
        margin: 0;
        font-family: 'TitilliumText25L800wt', sans-serif;
        font-weight: bold;
        font-size: 1.5em; /* 18px */
        line-height: 1.333em; /* 24px/18px */
        text-transform: uppercase;
    }

    .pricing-box .title,
    .pricing-box .price,
    .pricing-box .footer {
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
        background-repeat: repeat-x;
    }

    .pricing-box .price {
        line-height: normal;
        padding: 10px 15px;
        margin: 0;
        border-top: 1px solid rgba(255,255,255,0.4);
    }

        .pricing-box .price span {
            font-weight: bold;
            font-size: 2.5em; /* 30px */
            color: #699900;
        }

        .pricing-box .price sup {
            font-size: 100%;
        }

    .pricing-box.featured {
        box-shadow: 0 0 8px rgba(0,0,0,0.08);
    }

        .pricing-box.featured .title {
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
            background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
            background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
            background-image: linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
            background-repeat: repeat-x;
        }

        .pricing-box.featured .title,
        .pricing-box.featured .price span,
        .pricing-box.featured .price sup {
            color: #fff;
        }

        .pricing-box.featured .price {
            border-top: 1px solid rgba(255,255,255,0.1) !important;
        }

/* Pricing Tables */

.pricing-table {
    margin-right: 0;
    margin-left: -1px;
}

    .pricing-table.featured {
        position: relative;
        z-index: 1;
    }

    .pricing-table.one-fourth {
        width: 25.106%; /* 236px */
        max-width: 236px;
    }

    .pricing-table.one-third {
        width: 33.404%; /* 314px */
        max-width: 314px;
    }

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
    color: #999;
    margin-top: 40px;
}

    #footer a:hover {
        color: #ebebeb;
    }

    #footer h3 {
        color: #ccc;
        font-size: 1.166em; /* 14px */
        line-height: 1.285em; /* 18px/14px */
        margin-bottom: 3px;
    }

        #footer h3 a {
            color: #ccc;
            line-height: 26px;
        }

    #footer ul li a {
        color: #aeaeae;
        line-height: 28px;
    }

#footer-top {
    background-color: #333;
    /* border-top: 3px solid #212121; */
    padding: 37px 0 15px;
}

#footer-bottom {
    background-color: #333;
    font-size: 0.916em; /* 11px */
    padding: 30px 0px 0px 0px;
}

    #footer-bottom a {
        color: #ccc;
    }

    #footer-bottom img {
        margin: 8px;
    }

.sitemparw {
    background: url(images/arrow.png) no-repeat bottom left;
    padding-bottom: 5px;
}

#footerparatitle {
    color: Silver;
    font-family: Segoe UI;
    font-size: medium;
}

#footerpara {
    color: Silver;
    font-family: Calibri;
    font-size: 10pt;
    text-align: justify;
}

#footerlink {
    font-family: Segoe UI;
    font-size: 13px;
}

#footermenutitle {
    color: white;
    font-family: Segoe UI;
    font-size: medium;
}
#footermenu {
    color: white;
    font-family: Segoe UI;
    font-size: medium;
}

.hide {
    display: none;
}
/* ---------------------------------------------------------------------- */
/* Widgets
/* ---------------------------------------------------------------------- */
.widget {
    margin-bottom: 20px;
}

#sidebar .widget {
    margin-bottom: 30px;
}

/* Twitter */

.twitter-widget ul li {
    background: url(images/social-media/twitter.png) no-repeat left 0.416em; /* 5px */
    padding-left: 26px;
    margin-bottom: 20px;
    word-wrap: break-word; /* for Chrome */
}

    .twitter-widget ul li > span {
        display: block;
    }

.tweet_time {
    font-size: 0.916em; /* 11px */
    margin-top: 5px;
}

    .tweet_time a {
        color: #ccc;
    }

/* Flickr */

.flickr-widget ul {
    margin-right: -5px;
}

    .flickr-widget ul li {
        float: left;
        margin: 0 5px 5px 0;
    }

    .flickr-widget ul img {
        height: 70px;
        width: 70px;
    }

/* Contact Info */

.contact-info div p {
    background-repeat: no-repeat;
    padding-left: 23px;
    margin-bottom: 15px;
}

.contact-info .address {
    background-image: url(images/contact/home.png);
    background-position: left 0.083em; /* 1px */
}

.contact-info .phone {
    background-image: url(images/contact/phone.png);
    background-position: left 0.083em; /* 1px */
}

.contact-info .fax {
    background-image: url(images/contact/fax.png);
    background-position: left 0.166em; /* 2px */
}

.contact-info .email {
    background-image: url(images/contact/mail.png);
    background-position: left 0.25em; /* 3px */
}



.contact-info .business-hours {
    background-image: url(images/contact/clock.png);
    background-position: left 0.166em; /* 2px */
}

/* Social Links */

.social-links {
    margin-right: -17px;
    max-width: 100%;
}

.team-member .social-links {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

    .team-member .social-links li {
        margin-bottom: 10px;
    }

.social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 20px 0;
}

.social-links a {
    display: block;
    text-indent: -10000em;
    background-repeat: no-repeat;
    background-position: left top;
}

.social-links .twitter a {
    background-image: url(images/social-media/twitter.png);
    width: 20px;
    height: 15px;
}

.social-links .facebook a {
    background-image: url(images/social-media/facebook.png);
    width: 16px;
    height: 16px;
}

.social-links .google-plus a {
    background-image: url(images/social-media/google-plus.png);
    width: 16px;
    height: 16px;
}

.social-links .linkedin a {
    background-image: url(images/social-media/linkedin.png);
    width: 16px;
    height: 16px;
}

.social-links .vimeo a {
    background-image: url(images/social-media/vimeo.png);
    width: 16px;
    height: 15px;
}

.social-links .youtube a {
    background-image: url(images/social-media/youtube.png);
    width: 16px;
    height: 15px;
}

.social-links .skype a {
    background-image: url(images/social-media/skype.png);
    width: 16px;
    height: 16px;
}

.social-links .mail a {
    background-image: url(images/contact/mail.png);
    width: 15px;
    height: 11px;
}


/* Footer Social Links */

#footer .social-links {
    text-align: center;
}

    #footer .social-links li, #footer-bottom p {
        margin-bottom: 0;
    }

    #footer .social-links .twitter a {
        background-image: url(images/footer/twitter-dark.png);
        width: 55px;
        height: 47px;
    }

        #footer .social-links .twitter a:hover {
            background-image: url(images/footer/twitter-lite.png);
            width: 55px;
            height: 47px;
        }

    #footer .social-links .facebook a {
        background-image: url(images/footer/facebook-dark.png);
        width: 55px;
        height: 47px;
    }

        #footer .social-links .facebook a:hover {
            background-image: url(images/footer/facebook-lite.png);
        }


    #footer .social-links .google-plus a {
        background-image: url(images/footer/google+-dark.png);
        width: 55px;
        height: 47px;
    }

        #footer .social-links .google-plus a:hover {
            background-image: url(images/footer/google+-lite.png);
            width: 55px;
            height: 47px;
        }


    #footer .social-links .linkedin a {
        background-image: url(images/footer/ln-dark.png);
        width: 55px;
        height: 47px;
    }


        #footer .social-links .linkedin a:hover {
            background-image: url(images/footer/ln-lite.png);
            width: 55px;
            height: 47px;
        }

    #footer .social-links .vimeo a {
        background-image: url(images/footer/footer-vimeo.png);
    }

    #footer .social-links .youtube a {
        background-image: url(images/footer/youtube-dark.png);
        width: 55px;
        height: 47px;
    }

        #footer .social-links .youtube a:hover {
            background-image: url(images/footer/youtube-lite.png);
            width: 55px;
            height: 47px;
        }

    #footer .social-links .skype a {
        background-image: url(images/footer/footer-skype.png);
    }

/* Menu with Separators */

.widget ul.menu li {
    border-bottom: 1px dotted #ccc;
}

    .widget ul.menu li > a {
        display: block;
        color: #333;
        padding: 6px 0 6px 11px;
        background: url(images/bullets/list-arrow.png) no-repeat left 1em; /* 12px */
    }

/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop, #toTopHover {
    background: url(images/scroll-top.png) no-repeat center center;
  
    width: 40px;
    height: 40px;
    overflow: hidden;
    bottom: 90px;
	right: 20.5px;
    bottom: 90px;
    right: 23px;
    text-indent: -10000em;
    position: fixed;
    border-radius: 2px;
}

#toTop {
    display: none;
    background-color: #040404;
    z-index: 9;
}

#toTopHover {
    display: block;
    opacity: 0;
}

#toTop:active, #toTop:focus {
    outline: none;
}


.inrhd {
    float: right;
}

/* ---------------------------------------------------------------------- */
/* Resource page popup
/* ---------------------------------------------------------------------- */
#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 0px !important;
}

#loginScreenquote {
    height: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    position: relative;
    z-index: 10;
    display: none;
    overflow: visible;
    margin-top: 0px !important;
}

    #loginScreenquote:target, #loginScreenquote:target + #cover {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: url(images/close-popup.png) no-repeat #fff;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}


#loginScreenquote {
    max-height: 500px;
    max-width: 90%;
}

#cover2 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 20px !important;
}

#loginScreen {
    height: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    position: relative;
    z-index: 10;
    display: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
    overflow: visible;
    max-height: 660px;
    margin-top: 20px !important;
}

    #loginScreen:target, #loginScreen:target + #cover {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: url(images/close-popup.png) no-repeat #fff;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#loginScreen {
    max-height: 500px;
    max-width: 90%;
}

#cover2 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 20px !important;
}

#loginScreen2 {
    height: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 10;
    display: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

    #loginScreen2:target, #loginScreen2:target + #cover2 {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#loginScreen2 {
    overflow: scroll;
    max-height: 500px;
    max-width: 90%;
}

#cover3 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 20px !important;
}

#loginScreen3 {
    height: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 10;
    display: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

    #loginScreen3:target, #loginScreen3:target + #cover3 {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#loginScreen3 {
    overflow: scroll;
    max-height: 500px;
    max-width: 90%;
}

#cover4 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 20px !important;
}

#loginScreen4 {
    height: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 10;
    display: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

    #loginScreen4:target, #loginScreen4:target + #cover4 {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#cancel {
    float: right;
    bottom: 10px;
}

#loginScreen4 {
    overflow: scroll;
    max-height: 500px;
    max-width: 90%;
}

.pophead {
    padding: 5px 0px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

    .pophead h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 28px;
        text-align: left;
    }

.popcont {
    overflow: scroll;
    max-height: 400px;
    min-height: 410px;
    display: block;
    padding-right: 15px;
    overflow-x: hidden;
}

    .popcont .popimg {
        float: left;
        margin: 5px 15px 25px 0px !important;
        display: block;
    }

        .popcont .popimg img {
            width: auto;
            max-width: 800px;
            max-height: 250px;
        }

    .popcont .sidehd {
        float: left;
        font-weight: bold;
        text-align: left;
        width: auto;
    }

        .popcont .sidehd p {
            border-bottom: solid 1px #ccc;
            margin: 5px;
            padding: 14px 0px 13px 0px;
            width: 100%;
        }

        .popcont .sidehd span {
            font-weight: normal;
            margin-left: 55px;
        }

    .popcont .parafull {
        text-align: justify;
        float: left;
        line-height: 22px;
    }


.followus {
    width: 240px;
    position: relative;
    height: 0px;
}

.followustext {
    color: White;
    font-size: medium;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Arial;
    position: relative;
    font-weight: bolder;
}

.followuscontent {
    position: relative;
    padding-bottom: 10px;
}

div#socialicons img { /* 1st set of icons. Rotate them 360deg onmouseover and out */
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

    div#socialicons img:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }




/* ---------------------------------------------------------------------- */
/* Additionals
/* ---------------------------------------------------------------------- */

#txtctr {
    text-align: center;
}


#txtctr1 {
    text-align: center;
}


#txtctr2 {
    text-align: center;
}

#txtctr3 {
    text-align: center;
}

#txtctr4 {
    text-align: center;
}

.mrgn-top {
    margin-top: 50px;
}

.underline, #underline {
    text-decoration: underline;
}

.maparinos {
    border: 0;
}

.mailto, #mailto {
    font-family: Segoe UI;
    font-size: 1.5em;
}

.resrcecnt {
    float: left !important;
    width: 100%;
}

.contnum {
    color: Silver;
}
.link-color {
    color: #0000EE;;
    font-weight: 400;
    text-decoration: underline;
}

    .link-color:hover {
        text-decoration: underline;
        color: #0000EE;
    }
    @media only screen and (max-width:640px){
        .one-sixth {
            border-right:none !important;
            padding-left:0 !important;
                height: 100%;
        }

    }



/* multiple color css */
.color-container .color {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.color-container .color .skin-list li {
    display: inline-block;
    margin-bottom: 5px;
}
.color-container .color .skin-list {
  background-color: #e8e5e5;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
       box-shadow: 0 10px 6px -6px #777;
  padding: 10px 10px 10px 15px;
  display: grid;
  position: fixed;
  top:80px;
}
.color-container .color .skin-list button{
  display: block;
  width: 17px;
  height: 17px;
  opacity: 1;
  border: none;
}
.color-container .color .skin-list .skin-1 {
  background-color: #1a6194;
}
.color-container .color .skin-list .skin-2 {
  background-color: #ca150b;
}
.color-container .color .skin-list .skin-3 {
  background-color: #3f8c42;
}
.color-container .color .skin-list .skin-4 {
  background-color: #000000;
}
.color-container .color .skin-list .skin-5 {
  background-color: #607D8B;
}
#menu-c .dropdown-item:hover{
	background:#000;
}
#menu-c .bg-red .link:hover , #menu-c .bg-red .dropdown-item:hover {
  color: #ca150b;
}
#menu-c .bg-blue .link:hover , #menu-c .bg-blue .dropdown-item:hover {
  color: #1a6194;
}
#menu-c .bg-green .link:hover , #menu-c .bg-green .dropdown-item:hover {
  color: #3f8c42;
}
#menu-c .bg-yellow .link:hover , #menu-c .bg-yellow .dropdown-item:hover {
  color: #f8c97a;
}
#menu-c .bg-gray .link:hover , #menu-c .bg-gray .dropdown-item:hover {
  color: #607D8B;
}
