

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
    height: 100%;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
================================================== */

body
{
    background-color: #fff;
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #9d9d9d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5
{
    color: #000000;
    font-family: "OswaldLight";
    font-weight: normal;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: inherit;
}

h1
{
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2
{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3
{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4
{
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

h5
{
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

h6
{
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    color: #3d3c3c;
}

.subheader
{
    color: #777;
}

.aside h4
{
    color: #FFF;
}

p
{
    margin: 0 0 10px 0;
}

p img
{
    margin: 0;
}

p.lead
{
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
    color: #333;
}

small
{
    font-size: 80%;
}

h3.iconed_title
{
    margin: -10px 0 10px 0;
    padding: 0 0 0 35px;
    font-size: 16px;
    color: #ad2921;
    text-transform: uppercase;
    line-height: 22px;
}

h3.iconed_title a
{
    font-size: 16px;
    color: #68aebe;
    text-transform: uppercase;
    line-height: 22px;
    text-decoration: none;
}

h3.iconed_title a:hover
{
    text-decoration: underline;
}

.ico_nautile
{
    background: url(../images/nautile/ico_nautile.png) no-repeat left top;
}

.ico_develop
{
    background: url(../images/ico_develop.png) no-repeat left top;
}

.ico_integrate
{
    background: url(../images/ico_integrate.png) no-repeat left top;
}

.ico_complete
{
    background: url(../images/ico_complete.png) no-repeat left top;
}

.ico_support
{
    background: url(../images/ico_support.png) no-repeat left top;
}

h4.offset
{
    margin-top: -10px;
}

.sub_ttl1
{
    color: #ad2921;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
    line-height: 18px;
}

/*	Blockquotes  */

blockquote, blockquote p
{
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote
{
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite
{
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before
{
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited
{
    color: #555;
}

hr
{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */

a, a:visited
{
    color: #c94c48;
    text-decoration: none;
    outline: 0;
}

a:hover, a:focus
{
    color: #c94c48;
    text-decoration: underline;
}

p a, p a:visited
{
    line-height: inherit;
}

a.readmore_news { color:#ad2921; font-size:12px; line-height:14px; display: block; background:url(../images/arrow_readmore.png) no-repeat right center; height:16px; line-height:16px;text-decoration:none; margin:10px 0 10px 0; padding-right:30px; width:auto; float:left}

a.readmore_news:hover
{
    text-decoration: underline;
}

/* #Lists
================================================== */

ul, ol
{
    margin-bottom: 20px;
}

ul
{
    list-style: none outside;
}

ol
{
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc
{
    margin-left: 30px;
}

ul.square
{
    list-style: square outside;
}

ul.circle
{
    list-style: circle outside;
}

ul.disc
{
    list-style: disc outside;
}

ul ul, ul ol,
	ol ol, ol ul
{
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
	ol ol li, ol ul li
{
    margin-bottom: 6px;
}

li
{
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li
{
    line-height: 21px;
}

li p
{
    line-height: 21px;
}

ul.marked_list1
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.marked_list1 li
{
    padding: 0 0 8px 0px;
    line-height: 39px;
    font-size: :12px;
    margin: 0;
    color: #7a7a7a;
}

ul.marked_list1 li a
{
    line-height: 16px;
    font-size: 15px;
    color: #ad2921;
    text-decoration: underline;
}

ul.marked_list1 li a:hover
{
    line-height: 16px;
    font-size: :12px;
    color: #ad2921;
    text-decoration: none;
}

.lh18 li
{
    padding-bottom: 2px!important;
}

.left_pad10
{
    padding-left: 10px!important;
    margin-bottom: 10px!important;
}

ul.marked_list2
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.marked_list2 li
{
    padding: 4px 0 6px 0!important;
    line-height: 16px;
    font-size: 12px;
    color: #707070;
    margin: 0;
}

ul.marked_list2 li a
{
    background: url(../images/marker2.png) 1px center no-repeat;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 16px;
    color: #c94c48;
    text-decoration: none;
    display: block;
}

ul.marked_list2 li a:hover
{
    color: #68aebd;
    text-decoration: none;
}

ul.list_news
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list_news li
{
    margin: 0;
    padding: 10px 0;
    border-top: #ebebeb 1px solid;
}

ul.list_news li:first-child
{
    padding-top: 0;
    border: none;
}

ul.list_news li span
{
    color: #000000;
    display: block;
    padding: 0 0 5px 0;
}

ul.list_blog
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list_blog li
{
    margin: 0;
    padding: 12px 0 15px 0;
    border-top: #ebebeb 1px solid;
}

ul.list_blog li:first-child
{
    padding-top: 0;
    border: none;
}

ul.list_blog li span.day
{
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}

ul.list_blog li span.month
{
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

ul.list_blog li span.blog_ttl
{
    color: #919090;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

ul.list_history
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list_history li
{
    margin: 0 0 10px 0;
    padding: 0;
}

ul.list_history li .date
{
    float: left;
    color: #ad2921;
    width: 45px;
    font-family: 'CuprumRegular';
    font-size: 16px;
    line-height: 18px;
    padding-top: 1px;
}

ul.list_history li .history
{
    overflow: hidden;
}

ul.list_people
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list_people li
{
    float: left;
    margin: 0 0 10px 10px;
    padding: 0;
    width: 100px;
}

ul.list_people li:first-child
{
    margin: 0;
}

ul.list_people li img
{
    margin-bottom: 10px;
}

/* #Images
================================================== */

img.scale-with-grid
{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.aligned_left
{
    margin: 0 10px 5px 0;
    float: left;
}

.aligned_right
{
    margin: 0 0px 5px 10px;
}

.aligned_center
{
    margin: 0 auto 10px auto;
    align: middle;
}

.pic_partner
{
    margin-bottom: 0px;
    border: #e5e5e5 3px solid;
}

/* #Buttons
================================================== */

.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"]
{
    background: #ab2a25;
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

.btn_send
{
    width: 80px;
}

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover
{
}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active
{
}

.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width
{
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
	input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/* #Tabs (activate in tabs.js)
================================================== */

ul.tabs
{
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}

ul.tabs li
{
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

ul.tabs li a
{
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px;
}

ul.tabs li a.active
{
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs li:first-child a.active
{
    margin-left: 0;
}

ul.tabs li:first-child a
{
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

ul.tabs li:last-child a
{
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs-content
{
    margin: 0;
    display: block;
}

ul.tabs-content > li
{
    display: none;
}

ul.tabs-content > li.active
{
    display: block;
}

/* Clearfixing tabs for beautiful stacking */

ul.tabs:before,
	ul.tabs:after
{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after
{
    clear: both;
}

ul.tabs
{
    zoom: 1;
}

/* #Forms
================================================== */

form
{
}

fieldset
{
    margin-bottom: 20px;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display:block; 
		box-shadow: inset 1px 1px 1px #242424;
		-moz-box-shadow: inset 1px 1px 1px #242424;
		-webkit-box-shadow: inset 1px 1px 1px #242424;
		background:#520a07; border:#711914 1px solid; border-radius:1px;
		 padding:1px 9px; margin:0; line-height:17px; color:#cc3b33; font-size:11px; font-style:italic; width:70%; height:17px;
		 margin:0 0 11px 0;		
		}

select
{
    padding: 0;
}

input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus
{
}

textarea
{
    height: 105px;
    width: 90%;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

label,
	legend
{
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select
{
    width: 220px;
}

input[type="checkbox"]
{
    display: inline;
}

label span,
	legend span
{
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Misc
================================================== */

.remove-bottom
{
    margin-bottom: 0 !important;
}

.half-bottom
{
    margin-bottom: 10px !important;
}

.add-bottom
{
    margin-bottom: 20px !important;
}

.testimonial_content
{
    overflow: hidden;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}

.arrow_buttons
{
    float: right;
    width: 35px;
    height: 15px;
    padding-top: 10px;
}

.btn_testimonials_down
{
    background: url(../images/btn_down.png) no-repeat;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
}

.btn_testimonials_up
{
    background: url(../images/btn_up.png) no-repeat;
    width: 17px;
    height: 15px;
    display: block;
    margin-left: 1px;
    float: left;
}

.signature
{
    text-align: right;
    padding-top: 15px;
}

.signature span
{
    font-family: 'OswaldLight';
    font-size: 15px;
    line-height: 18px;
    display: block;
    padding: 0 0 2px 0;
    color: #000000;
}

.service_block
{
    padding-bottom: 15px;
    padding-top: 15px;
}

.dropcap_number
{
    background: #e5e5e5;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 39px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 7px 10px 0px;
}

.jus
{
    text-align: justify;
}

.dropcap_block
{
    margin-bottom: 15px!important;
}

.faq_question
{
    background: url(../images/bg_question.png) no-repeat left top;
    padding: 0 0 20px 38px;
    color: #ad2921;
    min-height: 36px;
}

.faq_answer
{
    background: url(../images/bg_answer.png) no-repeat left top;
    padding: 0 0 0px 38px;
    color: #a9a9a9;
    min-height: 36px;
}

.faq_sep
{
    background: url(../images/bg_cont_seperator2h.png) repeat-x;
    margin-top: 15px;
    height: 17px;
    display: block;
}

.map
{
    width: 100%;
    margin-bottom: 25px;
}

.f14_red
{
    color: #ad2921;
    font-size: 14px;
    line-height: 18px;
}

.f14_blue
{
    color: #68aebe;
    font-size: 14px;
    line-height: 18px;
}

.contact_address
{
    background: url(../images/ico_address.png) no-repeat left top;
    padding: 0 0 25px 62px;
    min-height: 30px;
}

.contact_phones
{
    background: url(../images/ico_contacts.png) no-repeat left top;
    padding: 0 0 0px 62px;
    min-height: 30px;
}

.contact_address a, .contact_phones a
{
    color: #9d9d9d;
    text-decoration: none;
}

.contact_address a:hover, .contact_phones a:hover
{
    color: #9d9d9d;
    text-decoration: underline;
}

.overflow
{
    overflow: hidden;
}

.video-item .item-thumbnail:hover .link-overlay {
        background: rgba(20,22,23,0.75);
        text-decoration:none;
}
.video-item .item-thumbnail:hover .link-overlay:before {
        -webkit-transform: scale(1);transform: scale(1);opacity: 1;
        text-decoration:none;
}
.video-item .item-thumbnail .link-overlay {
        position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,0);-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;
}
.video-toolbar-item.tm-favories .wpfp-link:before {
        content: "\f005";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size:20px;
}
