@import url("Roboto_Condensed/stylesheet.css");



/*=====================================================================================*/
/*       1. RESET CSS                                                                  */
/*=====================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 22px;
	vertical-align: baseline;
	background: transparent;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #009;
	font-family: "Roboto Condensed";
	font-weight: normal;
}

body {
	line-height: 22px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

ol, ul {
	list-style: none;
	font-size: 24px;
	color: #000;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear {
    clear: both;
}

/*=====================================================================================*/
/*       2. TEMPLATE SKELETON                                                          */
/*=====================================================================================*/
/*--- General containers ---*/
#header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #FFFFFF;
	background-position: center bottom #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(""), -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.04% , rgba(240,248,255,1.00)),color-stop( 100% , rgba(57,121,183,1.00)),color-stop( 100% , rgba(57,122,185,1.00)));
	background-image: url(""), -webkit-linear-gradient(270deg,rgba(240,248,255,1.00) 1.04%,rgba(57,121,183,1.00) 100%,rgba(57,122,185,1.00) 100%);
	background-image: url(""), linear-gradient(180deg,rgba(240,248,255,1.00) 1.04%,rgba(57,121,183,1.00) 100%,rgba(57,122,185,1.00) 100%);
	padding-top: 0px;
}

#container {
    width: 960px;
    margin: 0px auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

#wrapper {
    width: 920px;
    margin: 0px auto;
}

/*--- Grid system ---*/
.full {
    width: 100%;
}

.one_half, .one_half_last {
    width: 46%;
    margin-right: 8%;
}

.one_third, .one_third_last {
    width: 30%;
    margin-right: 5%;
}

.two_third, .two_third_last {
    width: 65%;
    margin-right: 5%;
}

.one_fourth, .one_fourth_last {
    width: 22%;
    margin-right: 4%;
}

.two_fourth, .two_fourth_last {
    width: 48%;
    margin-right: 4%;
}

.three_fourth, .three_fourth_last {
    width: 74%;
    margin-right: 4%;
}

.one_fifth, .one_fifth_last {
    width: 16%;
    margin-right: 4%;
}

.two_fifth, .two_fifth_last {
    width: 36%;
    margin-right: 4%;
}

.three_fifth, .three_fifth_last {
    width: 56%;
    margin-right: 4%;
}

.four_fifth, .four_fifth_last {
    width: 76%;
    margin-right: 4%;
}

.one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth,
.four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth,
.one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .two_fourth_last, .three_fourth_last,
.one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last {
    float: left;
    margin-bottom: 30px;
}

.full {
    margin-bottom: 30px;
}

.one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .two_fourth_last, .three_fourth_last,
.one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last {
    margin-right: 0%;
}

/*=====================================================================================*/
/*       3. TYPOGRAPGHY                                                                */
/*=====================================================================================*/
/* General */
body {
	font-weight: bold;
}

a, .link {
    color: #990000;
}

a img {
    border: 0px;
}

::selection, ::-moz-selection {
    background: #272727;
    color: #FFF;
}

/* Headings */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    font-family: 'Fjord One', arial, verdana;
    font-weight: normal;
}

h1 {
    font-size: 35px;
    margin-bottom: 24px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

h5 {
    font-size: 16px;
    margin-bottom: 12px;
}

h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Images */
.full img,
.one_half img, .one_half_last img, .one_third img, .one_third_last img, .two_third img, .two_third_last img,
.one_fourth img, .one_fourth_last img, .two_fourth img, .two_fourth_last img, .three_fourth img, .three_fourth_lastimg,
.one_fifth img, .one_fifth_last img, .two_fifth img, .two_fifth_last img, .three_fifth img, .three_fifth_last img,
.four_fifth img, .four_fifth_last img, .one_sixth img, .one_sixth_last img, .two_sixth img, .two_sixth_last img,
.three_sixth img, .three_sixth_last img, .four_sixth img, .four_sixth_last img,
.five_sixth img, .five_sixth_last img {
    max-width: 100%;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-spacing: 0;
	vertical-align: middle;
}

tr {
    border: 1px solid #494949;
}

th {
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 7px;
    vertical-align: middle;
    text-align: left;
    font-family: tahoma, arial, helvetica;
    font-size: 16px;
    vertical-align: middle;
    background: #272727;
    color: #FFF;
}

td {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-family: "Roboto Condensed";
	font-size: 18px;
	vertical-align: middle;
}

/* ToolTip */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25, 25, 25);
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25, 25, 25);
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25, 25, 25);
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25, 25, 25);
    border-left-color: rgba(25, 25, 25, 0.92);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45, 45, 45, 0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45, 45, 45, 0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20, 20, 20, 0.92);
    }
}

/*=====================================================================================*/
/*       4. HEADER                                                                     */
/*=====================================================================================*/

/*--- 1. Logo ---*/
#logo {
    max-width: 220px;
    margin: 0px auto;
    padding-top: 5px;
    text-align: center;
}

#logo img {
    max-width: 220px;
}

#header_tail {
    background: url("../images/jagged2.png") repeat-x scroll center bottom transparent;
    height: 11px;
    padding-top: 35px;
}

/*--- 2. Navigation ---*/
div#navigation {
	float: left;
	position: relative;
	left: 50%;
	padding-top: 5px;
	left: 50%;
}

a#mobile_nav {
    display: none;
    width: 200px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}

ul#menu {
	float: left;
	position: relative;
	left: -52%;
	top: 60px;
}

ul#menu li {
	float: left;
	font-size: 14px;
	font-family: "Roboto Condensed";
}

ul#menu li a {
    color: #F8F8F8;
}

ul#menu li a:hover {
	color: #CCC;
}

/*=====================================================================================*/
/*       5. SLIDER                                                                     */
/*=====================================================================================*/
#slider_wrapper {
	width: 100%;
	padding-top: 80px;
	text-align: center;
}

#slider a:active {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider {
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#slider .slides > li {
    display: none;
}

#slider .slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

#slider {
    background: #fff;
    position: relative;
    zoom: 1;
}

#slider .slides {
    zoom: 1;
}

#slider .slides > li {
    position: relative;
}

.flex-caption {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: #000;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.flex-html-caption {
    width: 94%;
    padding: 2%;
    position: absolute;
    left: 1%;
    bottom: 3%;
    background: #FFF;
    color: #333;
    font-size: 13px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.flex-html-caption h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.flex-direction-nav li a {
    width: 72px;
    height: 144px;
    display: none;
    background: url(images/next_prev.png) 0px 0px no-repeat;
    position: absolute;
    top: 30%;
    cursor: pointer;
    text-indent: -9999px;
}

#slider:hover .flex-direction-nav li a {
    display: block;
}

.flex-direction-nav li .next {
    background-position: -72px 0;
    right: 0px;
}

.flex-direction-nav li .prev {
    left: 0px;
}

.flex-direction-nav li .disabled {
    opacity: 0.3;
    filter: alpha(opacity = 30);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #272727;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-nav li a:hover, .flex-control-nav li a.active {
    width: 11px;
    height: 11px;
    border: 1px solid #272727;
    background: #FFF;
}

/*=====================================================================================*/
/*       6. INTRO                                                                      */
/*=====================================================================================*/
#intro {
	width: 100%;
	line-height: 46px;
	padding-top: 25px;
	margin-bottom: 500px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
}
#intro h2{
	text-shadow: 1px 1px #bbb;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: xx-large;
}
#intro h2 a{color:orange;}
/*=====================================================================================*/
/*       7. PORTFOLIO                                                                  */
/*=====================================================================================*/
div#portfolio_wrapper {
	padding-top: 50px;
	margin-bottom: 500px;
}

/*--- 1. Filter ---*/
div#filter_wrapper {
    float: left;
    position: relative;
    margin-bottom: 30px;
    left: 50%
}

ul#portfolioFilter {
    line-height: 18px;
    float: left;
    position: relative;
    left: -50%;
}

ul#portfolioFilter li {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    background: url('images/filter_separator.png') 0px 3px no-repeat;
}

ul#portfolioFilter li:first-child {
    background: transparent;
}

ul#portfolioFilter li a {
    color: #999;
}

ul#portfolioFilter li.active a {
    color: #333;
}

/*--- 2. Images ---*/
ul.sortablePortfolio {
    width: 100%;
    overflow: hidden;
    line-height: 1;
    border: 1px solid #ffffff;
    outline: 1px solid #bbbbbb;
}

ul.sortablePortfolio li {
    width: 25%;
    float: left;
    display: block;
    margin-bottom: -1px;
    background: url('images/zoom.png') center center no-repeat;
}

ul.sortablePortfolio li a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 152px;
    background: transparent url('images/loader.gif') center center no-repeat;
}

ul.sortablePortfolio li img {
    width: 100%;
    max-width: 100%;
}

/*--- 3. Item Page ---*/
div.item {
    display: none;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 5%;
    padding: 2%;
    background: transparent;
    position: relative;
}

div.details {
    float: right;
    width: 30%;
    margin-right: 5%;
}

div.slideshow_wrapper {
    float: left;
    width: 60%;
    margin-right: 5%;
    position: relative;
}

div.item a.close {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 5%;
    right: 2%;
    background: url('images/close.png') no-repeat;
}

/*- Item details -*/
div.details h3 {
    margin-bottom: 12px;
}

div.details p {
    margin-bottom: 30px;
}

/*- Slider for item images -*/
.slideshow a:active {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	list-style: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

.slideshow {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slideshow .slides > li {
    display: none;
}

.slideshow .slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.slideshow {
    position: relative;
    zoom: 1;
}

.slideshow .slides {
    zoom: 1;
}

.slideshow .slides > li {
    position: relative;
}

.slideshow .flex-caption {
    width: 100%;
    padding: 2% 0%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: #FFF;
    color: #333;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.slideshow .flex-direction-nav li a {
    width: 62px;
    height: 124px;
    display: block;
    background: url(images/next_prev2.png) 0px 0px no-repeat;
    position: absolute;
    top: 30%;
    cursor: pointer;
    text-indent: -9999px;
}

.slideshow .flex-direction-nav li .next {
    background-position: -62px 0;
    right: 0px;
}

.slideshow .flex-direction-nav li .prev {
    left: 0px;
}

.slideshow .flex-direction-nav li .disabled {
    opacity: 0.3;
    filter: alpha(opacity = 30);
    cursor: default;
}

.slideshow .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.slideshow .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.slideshow .flex-control-nav li:first-child {
    margin: 0;
}

.slideshow .flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #272727;
    cursor: pointer;
    text-indent: -9999px;
}

.slideshow .flex-control-nav li a:hover, .flex-control-nav li a.active {
    width: 11px;
    height: 11px;
    border: 1px solid #272727;
    background: #FFF;
}

/*--- 4. Item container ---*/
div#item_container {
    width: 100%;
    max-width: 920px;
    display: none;
    position: relative;
}

/*=====================================================================================*/
/*       8. ABOUT                                                                      */
/*=====================================================================================*/
#about {
	width: 100%;
	padding-top: 80px;
	margin-bottom: 500px;
}

.about_image {
    border: 1px solid #FFFFFF;
    outline: 1px solid #bbb;
    float: left;
    margin-right: 4%;
    width: 30%;
}

.about_image img {
    max-width: 100%;
}

.about_description {
	float: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
}

.about_name {
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.about_subheading {
    font-size: 22px;
    line-height: 32px;
    color: #666;
    margin-bottom: 15px;
}

/*=====================================================================================*/
/*       8b. ABOUT                                                                      */
/*=====================================================================================*/
#stillfarb {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 500px;
}

.about_image {
    border: 1px solid #FFFFFF;
    outline: 1px solid #bbb;
    float: left;
    margin-right: 4%;
    width: 30%;
}

.about_image img {
    max-width: 100%;
}

.about_description {
	float: left;
	width: 100%;
	font-family: "Roboto Condensed";
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.about_name {
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.about_subheading {
    font-size: 22px;
    line-height: 32px;
    color: #666;
    margin-bottom: 15px;
}





/*=====================================================================================*/
/*       9. SERVICES                                                                   */
/*=====================================================================================*/
#services {
	width: 100%;
	margin-bottom: 500px;
	padding-top: 120px;
}

.service, .service_last {
	float: left;
	position: relative;
	width: 33%;
	margin-right: 0%;
	margin-bottom: 0px;
	font-size: 16px;
}

.service_last {
	margin-right: 0%;
	font-size: 14px;
	color: #000;
}

.service img, .service_last img {
    max-height: 39px;
    position: absolute;
    top: 0;
    left: 0;
}

.service h3, .service_last h3 {
	height: 40px;
	line-height: normal;
	padding-left: 16%;
	font-size: 14px;
	margin-bottom: 16px;
}

/*=====================================================================================*/
/*       10. CONTACT                                                                   */
/*=====================================================================================*/
#contact {
	width: 100%;
	padding-top: 140px;
	margin-bottom: 100px;
	font-size: medium;
}

#contact h2 {
	margin-bottom: 33px;
	font-size: x-large;
	color: #006;
	font-family: "Roboto Condensed";
}

/*--- 1. Contact info ---*/
#contact_info {
	width: 42%;
	float: right;
	font-size: 36px;
}

#contact_info p {
    margin-top: -3px;
    margin-bottom: 23px;
}

#contact_info ul {
    margin-bottom: 28px;
}

#contact_info ul.social_icons li {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    margin-bottom: 0px;
}

#contact_info ul.social_icons li img {
    width: 47px;
    height: 47px;
}

/*--- 2. Contact form ---*/
#contact_form {
    width: 56%;
    float: left;
}

#form-name, #form-mail {
    width: 45%;
    padding-left: 3%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
}

#input_wrapper {
    margin-bottom: 20px;
}

#form-mail {
    float: right;
}

#textarea_wrapper {
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #999;
}

#contact textarea {
    width: 96%;
    height: 92%;
    line-height: 23px;
    margin: 1.8% 2%;
    font-size: 14px;
    color: #999;
    border: 0px;
    font-family: arial, verdana, helvetica;
    overflow: auto;
}

#button {
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background: #272727;
    border: 0px;
    cursor: pointer;
}

#loading {
    width: 100%;
    height: 300px;
    display: block;
    background: url('images/loader.gif') center center no-repeat;
}

#result {
    margin-bottom: 196px;
}

/* Notification boxes */
.error, .success, .alert, .remember {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 50px;
}

.error p, .success p {
    line-height: 20px;
    padding-right: 35px;
    padding-left: 70px;
    font-size: 12px;
}

.error a, .success a {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.error {
    background: #FF9393 url('images/error.png') 20px 20px no-repeat;
    border: 1px solid #990000;
    color: #4A0000;
}

.success {
    background: #D0F993 url('images/success.png') 20px 20px no-repeat;
    border: 1px solid #003300;
    color: #003300;
}

.error a {
    color: #4A0000;
}

.success a {
    color: #003300;
}

/*=====================================================================================*/
/*       11. MOBILE STYLES                                                             */
/*=====================================================================================*/

/*--- Screen <= 960px ---*/
@media screen and (max-width: 960px) {
    /* Skeleton */
    #container {
        width: 94%;
    }

    #wrapper {
        width: 98%;
    }

    /* Headings */
    h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 20px;
    }

    /* Intro */
    #intro {
	line-height: 42px;
	padding-top: 0px;
    }

    #intro h2 {
        font-size: 26px;
    }

    /* Portfolio */
    div.item {
        width: 80%;
        max-width: 615px;
        margin: 0 auto;
        padding-top: 0%;
    }

    div.item a.close {
        top: 0;
        right: 0;
    }

    div.details {
        float: none;
        width: 90%;
        margin-right: 10%;
        margin-bottom: 0px;
    }

    div.details div.row {
        float: left;
        width: 45%;
        margin-right: 5%;
    }

    div.slideshow_wrapper {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    /* About */
    .about_name {
        font-size: 26px;
        margin-bottom: 16px;
        padding-top: 5px;
    }

    .about_subheading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    /* Services */
    .service h3, .service_last h3 {
        padding-left: 18%;
    }

    /* Contact */
    #contact h2 {
	margin-bottom: 28px;
	color: #603;
	font-size: 24px;
    }

    #contact_info p {
	margin-top: -3px;
	margin-bottom: 17px;
	font-size: 14px;
	color: #000;
    }

    #contact_info ul {
        margin-bottom: 22px;
    }

    #contact_info ul.social_icons li {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 7px;
        margin-bottom: 0px;
    }

    #contact_info ul.social_icons li img {
        width: 30px;
        height: 30px;
    }

    #form-name, #form-mail {
        width: 45%;
        padding-left: 3%;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    #contact textarea {
        font-size: 13px;
    }

}

/*--- Screen <= 800px ---*/
@media screen and (max-width: 800px) {
    .service h3, .service_last h3 {
        font-size: 20px;
        padding-left: 18%;
    }
}

/*--- Screen <= 700px ---*/
@media screen and (max-width: 700px) {
    h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth,
    .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth,
    .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .two_fourth_last, .three_fourth_last,
    .one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last {
        margin-bottom: 20px;
    }

    /* Intro */
    #intro {
        line-height: 38px;
        padding-top: 16px;
    }

    /* Slider (caption) */
    .flex-html-caption h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    /* Portfolio */
    div#filter_wrapper {
        float: left;
        position: relative;
        left: 50%;
        margin-bottom: 20px;
    }

    /* About */
    #about {
        padding-top: 230px;
    }

    /* Services */
    .service h3, .service_last h3 {
	height: 30px;
	line-height: 18px;
	padding-left: 18%;
    }

    .service img, .service_last img {
        max-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Contact */
    #contact h2 {
        margin-bottom: 25px;
    }

    #form-name, #form-mail {
        font-size: 12px;
    }

    #contact textarea {
        font-size: 12px;
    }
}

/*--- Screen <= 620px ---*/
@media screen and (max-width: 620px) {
    #header {
	overflow: visible;
	height: 76px;
    }

    /* Logo */
    #logo {
        max-width: 160px;
        margin: 0px auto;
        padding-top: 5px;
        text-align: center;
    }

    #logo img {
        max-width: 64px;
    }

    /* Navigation */
    a#mobile_nav {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
    }

    a.show_menu {
        background: transparent url('images/arrow_down.png') 190px 16px no-repeat;
    }

    a.hide_menu {
        background: transparent url('images/arrow_up.png') 190px 16px no-repeat;
    }

    div#navigation {
        background: url("../images/menu_ul_bg.png") repeat scroll 0 0 transparent;
        float: none;
        left: 0;
        margin: 0 auto;
        padding-top: 10px;
        position: relative;
        width: 221px
    }

    ul#menu {
	float: none;
	position: absolute;
	top: 56px;
	left: 0px;
	z-index: 10003;
	border: 1px solid #999;
	border-top: 0px;
	color: #333;
	width: 225px;
	background: #ffffff;
    }
    ul#menu li:first-child {
        background: #fff !important;
    }
  /*  ul#menu li {
        font-family: open sans;
        font-size: 14px;
        padding-left:25px;
        font-weight: bold;
        background: url("../images/menu_item_bg.png") no-repeat;
        background-position: 7px 6px;    */
    ul#menu li {
        float: none;
        width: 220px;
        height: 36px;
        line-height: 36px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 14px;
        font-family: 'Open Sans', arial, verdana;
        background: #FFF;
        border-top: 1px solid #999;
        color: #333;
    }

    ul#menu li a {
	display: block;
	color: #333;
	width: 200px;
	margin-left: -5px;
	height: 36px;
	line-height: 36px;
    }

    ul#menu li a:hover {
        color: #333 !important;
        background: #ffffff !important;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    /* Slider */
    #slider_wrapper {
        padding-top: 120px;
    }

    .flex-direction-nav li a {
        width: 26px;
        height: 30px;
        display: none;
        background: url(images/next_prev2_small.png) 0px 0px no-repeat;
        position: absolute;
        top: 43%;
        cursor: pointer;
        text-indent: -9999px;
    }

    .flex-direction-nav li .next {
        background-position: -26px 0;
        right: 0px;
    }

    #slider_wrapper:hover .flex-direction-nav li a {
        display: block;
    }

    /* Portfolio */
    div#portfolio_wrapper {
	padding-top: 0px;
    }

    div.item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding-top: 0%;
        padding: 0%;
    }

    div.item a.close {
        top: 0;
        right: 0;
    }

    div.details {
        float: none;
        width: 90%;
        margin-right: 10%;
    }

    div.details div.row {
        float: left;
        width: 45%;
        margin-right: 5%;
    }

    div.slideshow_wrapper {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    /* Service */
    .service h3, .service_last h3 {
        font-size: 18px;
    }

    /* Contact */
    #contact h2 {
        margin-bottom: 20px;
    }

    #contact_info {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    #contact_form {
        width: 100%;
        float: none;
    }
}

/*--- Screen <= 575px ---*/
@media screen and (max-width: 575px) {
    h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth,
    .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth,
    .one_half_last, .one_third_last, .two_third_last, .one_fourth_last, .two_fourth_last, .three_fourth_last,
    .one_fifth_last, .two_fifth_last, .three_fifth_last, .four_fifth_last {
        margin-bottom: 15px;
    }

    /* Intro */
    #intro {
        line-height: 34px;
        padding-top: 14px;
    }

    /* Portfolio */
    ul.sortablePortfolio li {
        width: 50%;
    }

    ul.sortablePortfolio li img {
        width: 100%;
    }

    div.details div.row {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    .slideshow .flex-direction-nav li a {
        width: 26px;
        height: 23px;
        display: block;
        background: url(images/next_prev2_small.png) 0px 0px no-repeat;
        position: absolute;
        top: 0%;
        cursor: pointer;
        text-indent: -9999px;
    }

    .slideshow .flex-direction-nav li .next {
        background-position: -26px 0;
        right: 0px;
    }

    .slideshow .flex-direction-nav li .prev {
        left: 0px;
    }

    .slideshow .flex-caption {
        font-size: 15px;
        line-height: 15px;
    }

    .flex-html-caption {
        font-size: 12px;
        line-height: 18px;
    }

    .flex-html-caption h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* About */
    #about {
        padding-top: 210px;
    }

    .about_image {
        float: none;
        width: 60%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 25px;
    }

    .about_image img {
        max-width: 100%;
    }

    .about_description {
        float: none;
        width: 100%;
    }

    .about_description h2 {
        text-align: center;
    }

    /* Service */
    .service h3, .service_last h3 {
        height: 20px;
        line-height: 20px;
        padding-left: 18%;
        font-size: 15px;
    }

    .service img, .service_last img {
        max-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Contact */
    #contact {
        padding-top: 120px;
    }
}

/*--- Screen <= 440px ---*/
@media screen and (max-width: 440px) {
    /* Intro */
    #intro h2 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 10px;
    }

    /* Portfolio */
    .flex-html-caption h3 {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    .flex-html-caption {
        font-size: 10px;
        line-height: 15px;
    }

    ul#portfolioFilter {
        line-height: 23px;
    }

    ul#portfolioFilter li {
        float: none;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 13px;
        background: transparent;
    }

    ul#portfolioFilter li:first-child {
        background: transparent;
    }

    ul#portfolioFilter li a {
        color: #999;
    }

    ul#portfolioFilter li.active a {
        color: #333;
    }

    /* About */
    #about {
        padding-top: 190px;
    }

    /* Services */
    .service, .service_last {
        float: left;
        position: relative;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
    }

    .service_last {
        margin-right: 0%;
    }

    .service h3, .service_last h3 {
        height: 30px;
        line-height: 30px;
        padding-left: 18%;
        font-size: 20px;
    }

    .service img, .service_last img {
        max-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/*--- Screen <= 360px ---*/
@media screen and (max-width: 360px) {
    /* Services */
    #services {
        padding-top: 180px;
    }

    /* Contact */
    #form-name, #form-mail {
        width: 97%;
        padding-left: 3%;
        float: none;
    }

    #form-name {
        margin-bottom: 20px;
    }
}

/*--- Screen <= 280px ---*/
@media screen and (max-width: 280px) {
    /* Portfolio */
    ul.sortablePortfolio li {
        width: 100%;
    }

    /* About */
    .about_image {
        margin-bottom: 18px;
    }

    .about_description h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 10px;
    }

    .about_description h3 {
        font-size: 16px;
        color: #666;
    }

    /* Services */
    .service h3, .service_last h3 {
        height: 20px;
        line-height: 20px;
        padding-left: 15%;
        font-size: 17px;
    }

    .service p, .service_last p {
        font-size: 12px;
    }

    .service img, .service_last img {
        max-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Contact */
    #contact_info p, #contact_info ul {
        font-size: 12px;
    }

	
}

/* Drop Down Menu */
/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a  {
	text-decoration: none;
	
	display: inline-block;
	font-family: "Roboto Condensed";
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
}

ul#menu li:active ul.sub-menu {

 font-family: "Arial"
    background-color:#bfbfbf;
}

/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
	color: #F8F8F8;
	/* background: #0d549c;*/
	background-color:rgba(13,84,185,0.94); 
	top: 25px;
    left: 0;
    width: 250px;
	

}
ul#menu li:hover ul.sub-menu {
    display:block;
	
}

.alert{
 /* background-color: #FFFFCC; */
 
  /* Add the background image */
  background-image: url(compass.jpg);
    background-repeat: no-repeat;
}


td { height: 100%;}
.bg {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	-webkit-box-shadow: 0px 0px #585858;
	box-shadow: 0px 0px #585858;
	background-image: url(../images2/maze.jpg), -webkit-gradient(linear, 0.00% 66.25%, 100.00% 33.75%, color-stop( 0% , rgba(203,171,172,1.00)),color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,0,0,1.00)));
	background-image: url(../images2/maze.jpg), -webkit-linear-gradient(18deg,rgba(203,171,172,1.00) 0%,rgba(255,255,255,1.00) 0%,rgba(255,0,0,1.00) 100%);
	background-image: url(../images2/maze.jpg), linear-gradient(72deg,rgba(203,171,172,1.00) 0%,rgba(255,255,255,1.00) 0%,rgba(255,0,0,1.00) 100%);
	color: #009;
}
