/*
Theme Name: Fay
Author: WPDoneHere.com
Author URI: http://www.wpdonehere.com/
Version: 1.1
*/

/** RESET DEFAULTS **/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal}
q:before, q:after { content:''}
strong, b { font-weight:bold }
em, i { font-style:italic }
a img { border:none }
:focus, :active { outline:none; }
textarea { resize: vertical; overflow: auto; }
.clear { display: block; clear: both; height: 0; }
blockquote {  padding: 15px 0 10px 65px; margin: 10px 0; color: #8C8888; font: italic 15px/20px Georgia,Geneva,Times New Roman,times; max-width: 660px;}
.alert { background:red; color:white }
.last { margin-right: 0 !important; }
.lastv { margin-bottom: 0 !important }
:hover, :focus { outline:none; }
input::-moz-focus-inner { border: 0; padding: 0; }
input[type="submit"], input[type="button"], button { cursor: pointer; }
div { position: relative; }
h1,h2,h3,h4,h5,h6 { line-height: 1;}
.last {margin-right: 0}

/* ----------------------------------------- */
/* Wordpress */
/* ----------------------------------------- */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }

.wp-caption.alignleft,
img.alignleft {
    margin: 0 15px 15px 0;
}

.wp-caption.alignright,
img.alignright {
    margin: 0 0 15px 15px;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #E6EFF6 url('images/bg.jpg') repeat-x center top;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #333;
}

a {
    text-decoration: none;
}

:target {
}

del,
del a {
    text-decoration: line-through;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Snas', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

input[type="text"],
input[type="email"],
body input[type="password"],
textarea,
select {
    border: 1px solid #EEE;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    background: #FFF;
    box-shadow: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
    border-color: #DDD;
}input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #DDD;
}

input[type="submit"],
button {
    background: #3375AF;
    color: #fff;
    text-shadow: 1px 1px 1px #0053A0;
    padding: 0 10px;
    border: 0;
    height: 30px;
    position: relative;
    transition: all .25s;
}

input[type="submit"]:hover,
button:hover {
    background: #0053A0;
}

.narrow,
header {
    font-family: 'Economica', Arial, Helvetica, sans-serif;
}

ul.sub-menu {
    display: none;
}

#wrapper {
    z-index: 2;
    width: 1022px;
    margin: 0 auto;
}

    header {

    }

        header #header_t {
            width: 985px;
            margin: 0 auto;
            clear: both;
            height: 41px;
            line-height: 41px;
            color: #fff;
            overflow: hidden;
        }

            header #header_t a {
                color: #fff;
            }

            header .header_tl {
                font-size: 15px;
				margin-left:80px;
            }

                header .header_tl a {}

                header .header_tl a span {
                    color: yellow;
                    text-shadow: 1px 1px 1px #000;
                }

            header .header_tr {
                background: none repeat scroll 0 0 #990000;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 -16px 6px -1px rgba(0, 0, 0, 0.2) inset;
                font-size: 20px;
                letter-spacing: 1px;
                padding: 0 30px;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
                transition: all 150ms;
            }

                header .header_tr:hover {
                    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 -36px 6px -1px rgba(0, 0, 0, 0.2) inset;
                    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                }

                header .header_tr a {
                    display: block;
                }

        nav {}

            nav .menu {
                font-size: 0;
                text-align: center;
            }

                nav .menu > li {
                    display: inline-block;
                    vertical-align: top;
                    height: 36px;
                    line-height: 36px;
                    border-left: 1px solid #777;
                    border-bottom: 2px solid #fff;
                    font-size: 15px;
                    position: relative;
                    text-shadow: 1px 1px 1px #666;
                }

                    nav .menu > li:hover {
                        border-bottom: 2px solid yellow;
                    }

                    nav .menu > li:last-of-type {
                        border-right: 1px solid #777;
                    }

                    nav .menu > li a {
                        display: block;
                        padding: 0 15px;
                        color: #fff;

                    }

                        nav .menu > li a:hover,
                        #home_boxes .sub-menu li a:hover {
                            background: rgb(24,91,161); /* Old browsers */
                            background: -moz-linear-gradient(top, rgba(24,91,161,1) 0%, rgba(0,72,148,1) 100%); /* FF3.6+ */
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,91,161,1)), color-stop(100%,rgba(0,72,148,1))); /* Chrome,Safari4+ */
                            background: -webkit-linear-gradient(top, rgba(24,91,161,1) 0%,rgba(0,72,148,1) 100%); /* Chrome10+,Safari5.1+ */
                            background: -o-linear-gradient(top, rgba(24,91,161,1) 0%,rgba(0,72,148,1) 100%); /* Opera 11.10+ */
                            background: -ms-linear-gradient(top, rgba(24,91,161,1) 0%,rgba(0,72,148,1) 100%); /* IE10+ */
                            background: linear-gradient(to bottom, rgba(24,91,161,1) 0%,rgba(0,72,148,1) 100%); /* W3C */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185ba1', endColorstr='#004894',GradientType=0 ); /* IE6-9 */
                        }

                nav .menu > li:hover > .sub-menu {
                    display: block;
                    position: absolute;
                    z-index: 100;
                    width: 200px;
                    padding-top: 2px;
                }

                    nav .menu > li:hover .sub-menu li {
                        background: #979797;
                        position: relative;
                    }

                    nav .menu > li:hover .sub-menu > li:hover .sub-menu {
                        display: block;
                        position: absolute;
                        left: 200px;
                        width: 200px;
                        top: 0;
                    }

                    nav .menu .sub-menu .menu-item-has-children {
                        background-image: url('images/bg_submenu.gif') !important;
                        background-repeat: no-repeat !important;
                        background-position: 184px center !important;
                    }

                        nav .menu .sub-menu .menu-item-has-children a {
                            padding-right: 15px;
                        }        header #header_c {
            height: 129px;
            background: url('images/bg_header.png') no-repeat 0 0;
			width: 1000px;
        }
		#menu-item-2404 ul {
			display: none;
		}
		#menu-item-2404:hover ul {
			display: block;
		}

            header .logo {
                padding: 10px 0 10px 0px;
                width: 200px;
                height: 109px;
            }

                header .logo .logo_container {
                    background-size: contain;
                    background-repeat: repeat-y;
                    width: 300px;
                    height: 109px;
                }

            header .header_cr {
                text-align: right;
            }

                header .header_cr .menu {
	text-align: right;
	font-size: 0;
	margin: 20px 20px 15px 0;
	white-space: nowrap !important;
                }

                    header .header_cr .menu li {
                        display: inline-block;
                        font-size: 18px;
                        line-height: 18px;
                        overflow: hidden;
                        border-right: 1px solid #003E8A;
                    }

                        header .header_cr .menu li:last-of-type {
                            border-right: none;
                        }

                        header .header_cr .menu li a {
                            color: #4877AD;
                            text-shadow: 1px 1px 1px rgba(0,0,0,.1);
                            display: inline-block;
                            padding: 0 10px

                        }

                            header .header_cr .menu li a:hover {
                                text-decoration: underline;
                            }

            header #header_c .header_search {
                display: inline-block;
				  margin-right: 0px;
            }

                header #header_c .header_search label {
                    display: none;
                }

                header #header_c .header_search #s {
                    width: 167px;
                    height: 22px;
                    padding: 0 0 0 30px;
                    margin: 0;
                    background: #949494;
                    border: 1px solid #777;
                    color: #fff;
                }

                header #header_c .header_search #searchsubmit {
                    background: transparent url('images/ico_search.png') no-repeat 5px center;
                    background-size: contain;
                    position: absolute;
                    left: 6px;
                    top: 5px;
                    width: 15px;
                    height: 15px;
                    box-shadow: none;
                    text-indent: -9999px;

                }

            header #header_c .header_social .social_menu {
                text-align: right;
                font-size: 0;
                margin-top: 3px;
				  margin-right: -3px;
            }
            header #header_c .header_social .social_menu li,
            header #header_c .header_social .social_menu li img {
                display: inline-block;
                margin: 0 2px;
            }

#container {}

    #content {}

    #slider {
        background: rgba(0,0,0,.4);
        height: 281px;
    }

        #slider > p {
            padding: 0;
            margin: 0;
        }

    #home_boxes {
        text-align: center;
        font-size: 0;
        margin-top: 0px;
    }

        #home_boxes .home_boxes_menu {
        }

            #home_boxes .menu > li {
                display: inline-block;
                font-size: 15px;
                width: 194px;
                height: 36px;
                line-height: 36px;
                text-align: left;
                background: rgb(93,97,100); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(93,97,100,1) 0%, rgba(123,127,130,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,97,100,1)), color-stop(100%,rgba(123,127,130,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(123,127,130,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(123,127,130,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(123,127,130,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(93,97,100,1) 0%,rgba(123,127,130,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6164', endColorstr='#7b7f82',GradientType=0 ); /* IE6-9 */
                margin-right: 2px;
                position: relative;
                /*text-transform: uppercase;*/
            }

               #home_boxes .menu > li:before {
                    content: '';
                    width: 2px;
                    height: 245px;
                    position: absolute;
                    top: 0;
                    right: -2px;
                    z-index: 10;
                   background: rgb(93,97,100); /* Old browsers */
                   background: -moz-linear-gradient(top, rgba(93,97,100,1) 0%, rgba(153,153,153,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6+ */
                   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,97,100,1)), color-stop(16%,rgba(153,153,153,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
                   background: -webkit-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(153,153,153,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
                   background: -o-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(153,153,153,1) 16%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
                   background: -ms-linear-gradient(top, rgba(93,97,100,1) 0%,rgba(153,153,153,1) 16%,rgba(255,255,255,1) 100%); /* IE10+ */
                   background: linear-gradient(to bottom, rgba(93,97,100,1) 0%,rgba(153,153,153,1) 16%,rgba(255,255,255,1) 100%); /* W3C */
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6164', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
                }

                #home_boxes .menu li a {
                    display: block;
                    color: #ddd;
                    padding-left: 35px;
                    position: relative;
                }

                #home_boxes .menu > li > a:before {
                    content: '>';
                    position: absolute;
                    top: 9px;
                    left: 16px;
                    line-height: 15px;
                    font-size: 14px;
                    color: #999;
                    font-family: Verdana, Helvetica, sans-serif;
                    font-weight: bold;
                }

                #home_boxes .menu > li:hover > .sub-menu {
                    display: block;
                    position: absolute;
                    bottom: 36px;
                    z-index: 100;
                    width: 194px;
                    padding-top: 2px;
                }

                #home_boxes .menu > li:hover .sub-menu li {
                    background: #979797;
                    position: relative;
                }

                #home_boxes .menu .sub-menu a {
                    padding-left: 15px;
                }

                #home_boxes .menu > li:hover .sub-menu > li:hover .sub-menu {
                    display: block;
                    position: absolute;
                    left: 194px;
                    width: 194px;
                    top: 0;
                }

                #home_boxes .menu .sub-menu .menu-item-has-children {
                    background-image: url('images/bg_submenu.gif') !important;
                    background-repeat: no-repeat !important;
                    background-position: 184px center !important;
                }

                #home_boxes .menu .sub-menu .menu-item-has-children a {
                    padding-right: 15px;
                }        #home_boxes .home_box {
            width: 194px;
            display: inline-block;
            overflow: hidden;
            text-align: left;
            margin-right: 2px;
        }

    #content {}

        #content .page {
	width: 974px;
	min-height: 445px;
	background: url('images/bg_page.png') no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 40px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
        }

            #content .post-title {
                color: #FFFFFF;
                font-size: 22px;
                padding: 20px 0 8px 40px;
                text-shadow: 1px 1px 1px #000000;
				margin-left: 40px;
            }

                #content .post-title span {
                    font-weight: bold;
                    font-style: italic;
                }

            #content .page_content {
                float: left;
                width: 610px;
				color: #404040;
            }

                #content .page_content.full_page {
                    float: none;
                    width: 100%;
                }

            #content .page_content a,
            #sidebar a {
                color: #3375AF;
                text-decoration: underline;
            }

                #content .page_content a:hover,
                #sidebar a:hover {
                    color: #333;
                }

            #content .page_content h1,
            #content .page_content h2,
            #content .page_content h3,
            #content .page_content h4,
            #content .page_content h5,
            #content .page_content h6 {
                color: #333;
                line-height: 1.3;
                padding: 2px 0;
            }

                #content .page_content h1 {
                    font-size: 24px;
                }
                #content .page_content h2 {
                    font-size: 20px;
                }
                #content .page_content h3 {
                    font-size: 18px;
                }
                #content .page_content h4 {
                    font-size: 16px;
                }
                #content .page_content h5 {
                    font-size: 14px;
                }
                #content .page_content h6 {
                    font-size: 12px;
                }

            #content .page_content p {
                padding-bottom: 15px;
            }

            #content .page_content ol,
            #content .page_content ul,
            #sidebar .sidebar > li ol,
            #sidebar .sidebar > li ul {
                padding: 0 15px 15px 15px;
            }

            #content .page_content ul li,
            #sidebar .sidebar > li ul li {
                padding: 0 3px;
                list-style: circle outside;
            }
            #content .page_content ol li,
            #sidebar .sidebar > li ol li {
                padding: 0 3px;
                list-style: decimal outside;
            }            #search {}

                #search .result {
                    margin-bottom: 15px;
                }

                    #search .result p {
                        font-size: 11px;
                        padding-bottom: 5px;
                    }

                #search #searchform {
                    padding: 10px;
                    background: rgba(255,255,255,.8);
                    vertical-align: top;
                    margin-bottom: 10px;
                }

        #content #sidebar {
            width: 230px;
            float: right;
            color: #333;
        }

            #content .sidebar > li {
                margin-bottom: 20px;
                padding: 0 5px;
            }

                #content .sidebar h3.widget-title {
                    padding: 5px 10px;
                    margin: 0 0 10px -5px;
                    color: #0053A0;
                    font-size: 18px;
                    border-bottom: 1px solid #666;
                }

                #content .sidebar > li p {
                    padding-bottom: 15px;
                }

    footer {
        margin: 20px auto;
        width: 985px;
        color: #464646;
        font-family: Tahoma,Arial,Helvetica,sans-serif;
        font-size: 11px;
    }

        footer a {
            color: #CC0000;
            text-decoration: underline;
        }

            footer a:hover {
                color: #333;
            }

        footer .copyright {
margin-left: 70px;
        }

        footer .footer_menu {
            text-align: right;
        }

            footer .footer_menu li {
                display: inline-block;
            }

                footer .footer_menu li a {
                    padding: 2px;
                    display: inline-block;
                }

/* Dev style */
.page-id-225 .wpcf7-form {
font-weight: bold;
}
.page-id-225 .wpcf7-form .rate .wpcf7-list-item .wpcf7-list-item-label {
display: none;
}

.padding-top-20 {
padding-top: 20px;
}
.sub-menu {

  text-align:left;

}
.signup-home {
	width: 327px;
	display: inline-block;
	color: white;
	float: left;
	height: 220px;
	margin-top: 40px;
	background-color: #CACACA;
	position: relative;
	overflow: visible;
}
.round {
	width: 327px;
	height: 220px;
	background-image: url(images/bg_03.png);
	z-index: 91 !important;
}
.utility-home {
    width: 327px;

    float: left;

    color: #fff;

height: 220px;

margin-top: 40px;

background-color: #CACACA;

}
#slider {
	width: 368px;
	background-color: #494949;
	float: left;
	position: relative;
	background-image: url(images/sbg.png);
}
.signup-text {
	font-family: Economica, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 85px;
	margin-left: 138px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.signup-text a {
	color: #FFFFFF;
	text-transform: uppercase;
}
.utility-home-text {

font-family:arial;

    display: inline-block;

padding-top:20px;

padding-left: 30px;

}
.utility-home-text2 {

font-family:arial;

display: inline-block;

padding-top:4px;

padding-left: 30px;

}
.utility-home img{

   margin-left: 220px;

   margin-top: 10px;

}
.utility-home-text a, .utility-home-text2 a {

color:red;

text-decoration:underline;

font-size:13px;

}
.home-head, .home-head a {
	font-family: Economica, Arial, Helvetica, sans-serif;
	color: #4877AD;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
div.primary ul li a {
	white-space: nowrap;
	text-transform: uppercase;
}
div.primary ul li ul li a {
	white-space: normal;
	text-transform: none;
}
.eco {
	font-family: Economica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.aaa, .aaa a, .aaa a:visited {
	font-family: Economica, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #787878;
	white-space: nowrap;
}
pre {
	display:none;
}
.wea {
	position:absolute;
	top:10px;
	right:-230px;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }