/*
Theme Name: Injury Check
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: injurycheck
*/



.navbar-brand{

     float: left;
    height: auto !important;
    padding: 15px 15px;
    font-size: 19px;
    line-height: 19px;

    margin-left:0px !important; 
}

html,body{
    overflow-x: hidden !important;
}
body,p,span,li
{
    font-size: 20px;
    font-weight: 400;
    font-family: "open sans",arial,tahoma;
}

body
{
    color: #343434;
}

p,span,li
{
    color: inherit;
}

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

h2
{
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

a
{
    color: #D0021B;
}

a:hover
{
    color: #D0021B;
}

.roboto-condensed
{
    font-family: "Roboto Condensed",arial,tahoma;
}

.open-sans
{
    font-family: "Open Sans",arial,tahoma;
}

.ic-navbar
{
    background-color: transparent;
    min-height: 100px;
    border: none;
    margin: 0;
}

.ic-navbar .navbar-nav > li > a
{
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    font-family: "Roboto Condensed",arial,tahoma;
    font-weight: 400;
}

.dropdown-menu > li > a
{
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    font-family: "Roboto Condensed",arial,tahoma;
    font-weight: 300;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: transparent;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu
{
    background-color: rgba(125,22,16,0.6);
}

.ic-navbar .ic-navbar-home > .navbar-nav > li > a
{
    color: #fff;
}

.ic-navbar .navbar-nav > li > a:hover, .ic-navbar .navbar-nav > li > a:focus
{
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
}

.ic-navbar .navbar-nav > .active > a, .ic-navbar .navbar-nav > .active > a:hover, .ic-navbar .navbar-nav > .active > a:focus
{
    color: rgba(255,255,255,0.85);
    background-color: transparent;
    text-decoration: underline;
}

.ic-navbar-area
{
    margin-top: 30px;
}

.carousel-inner>.item
{
    height: 90px;
}

.carousel-caption
{
    position: static;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.carousel
{
    position: relative;
}

.carousel-inner
{
    position: static;
    display: block;
}

/*.main-header
{
    padding: 90px 15px;
}*/

.carousel-caption span
{
    font-size: 22px;
    color: rgba(255,255,255,0.85);
}

.carousel-indicators
{
    position: static;
    margin: 0;
    text-align: left;
}

.item:after
{
    content: "";
    width: 100%;
    border-top: 1px solid #fff;
    height: 1px;
    position: absolute;
    bottom: 20px;
}

.span-block
{
    display: block;
}

.btn-red
{
    background-color: #D0021B;
    color: #fff;
    transition: all .4s ease;
}

.btn-red:hover
{
    background-color: #a00215;
    color: #fff;
    text-decoration: none;
}

.btn-ic
{
    border: none;
    border-radius: 5px;
    padding: 5px 25px 7px;
}

.form-control
{
    background-color: transparent;
    color: #b5b5b5;
    border-color: #fff;
}

.box-home-srvc
{
    text-align: center;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.home-srvc-title
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 300;
    padding: 10px;
    font-size: 20px !important;
    color: #fff;
}

.home-srvc-title:hover
{
    color: #fff;
    text-decoration: none;
}

.box-home-srvc-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(52,52,52);
    opacity: .7;
    transition: all 0.3s ease;
}

/* Rectangle In */

.hvr-rectangle-in
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active
{
    color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before
{
    -webkit-transform: scale(0);
    transform: scale(0);
}

.box-home-srvc-overlay:hover
{
    opacity: 0;
}

.home-srvc-title:hover .box-home-srvc-overlay
{
    opacity: 0;
}

.box-home-srvc-overlay:hover + .home-srvc-title,.home-srvc-title:hover
{
    background-color: rgb(52,52,52);
    opacity: .7;
}

.btn-footer
{
    padding: 15px 35px !important;
    border-radius: 5px !important;
}

.footer a
{
    color: #fff;
}

.footer a,.footer p
{
    font-size: 16px !important;
}

.remove-overlay
{
    opacity: 0;
}

.header
{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.title-page
{
    font-family: "Open sans",arial,tahoma;
    font-weight: 700;
    font-size: 45px;
}

.bg-content-claims
{
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.panel-claim > .panel-heading + .panel-collapse > .panel-body
{
    border: none;
}

.panel-claim
{
    border: none !important;
}

.panel-claim > .panel-heading
{
    border: none !important;
    margin: 0 auto;
    padding: 0;
}

.panel-claim > .panel-heading > .panel-title
{
    padding: 0;
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 5px 0;
}

.panel-claim > .panel-heading > .panel-title > a
{
    display: block;
    width: 75%;
    margin: 0 auto;
}

.panel-claim > .panel-heading > .panel-title > a > .fa
{
    width: 8%;
}

.panel-claim > .panel-heading > .panel-title > a > span.panel-title-text
{
    padding: 10px 15px;
    background-color: #94130A;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 90%;
    float: left;
}

.contact-box-form .form-control
{
    background-color: #fff;
    color: #343434;
    border-color: #999;
}

td
{
    padding: 5px 20px;
}

.step2 tr td
{
}


div.wpcf7-response-output
{
    margin: 30px 20px;
    padding: 15px;
    text-align: center;
}

.btn-red:hover .wobble_horizontal,.btn-so:hover .wobble_horizontal
{
    animation: wobble_horizontal 0.8s  alternate ease;
    -webkit-animation: wobble_horizontal 0.8s  alternate ease;
    -moz-animation: wobble_horizontal 0.8s  alternate ease;
}

@keyframes wobble_horizontal{
			20%{
				transform:translateX(9px);
			}
			40%{
				transform:translateX(-6px);
			}
			60%{
				transform:translateX(6px);
			}
			80%{
				transform:translateX(-9px);
			}
			100%{
				transform:translateX(0px);
			}
		}

@-webkit-keyframes wobble_horizontal{
			20%{
				-webkit-transform:translateX(9px);
			}
			40%{
				-webkit-transform:translateX(-6px);
			}
			60%{
				-webkit-transform:translateX(6px);
			}
			80%{
				-webkit-transform:translateX(-9px);
			}
			100%{
				-webkit-transform:translateX(0px);
			}
		}

@-moz-keyframes wobble_horizontal{
			20%{
				-moz-transform:translateX(9px);
			}
			40%{
				-moz-transform:translateX(-6px);
			}
			60%{
				-moz-transform:translateX(6px);
			}
			80%{
				-moz-transform:translateX(-9px);
			}
			100%{
				-moz-transform:translateX(0px);
			}
		}

footer h4
{
    font-weight: 700;
}

#container
{
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#carousel
{
   width: 100%;
    margin: 0 auto;
    height: auto;
}

#ui-carousel-next, #ui-carousel-prev
{
    width: 60%;
    height: 240px;
    background: url(images/arrow-left.png) #fff center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
}

#ui-carousel-next
{
    right: 0;
    background-image: url(images/arrow-right.png);
}

#ui-carousel-prev
{
    left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span
{
    display: none;
}

.slide
{
    margin: 0;
    position: relative;
}

.slide  h1
{
    font: 72px/1 Anton, sans-serif;
    color: #ff5c43;
    margin: 0;
    padding: 0;
}

.slide  p
{
    margin: 0;
    padding: 0 0 40px;
    font-size: 22px;
    display: block;
    width: 100%;
    color: rgba(255,255,255,0.85);
}

#slide01 > .text,#slide02 > .text,#slide03 > .text
{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

#pages
{
    width: 150px;
}

.on,.off,.bullet {  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.on
{
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.slide p:after
{
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */

body
{
    padding-top: 0;
    padding-bottom: 0;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom
{
    min-width: 100%;
}

/* Don't let the lead text change font-size. */

.lead
{
    font-size: 16px;
}

/* Finesse the page header spacing */

.page-header
{
    margin-bottom: 30px;
}

.page-header .lead
{
    margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */

.container
{
    width: 100%;
  
}

/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse
{
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */

/*.navbar-header
{
    float: left;
}*/

/* Undo the collapsing navbar */



/* Undo inline form compaction on small screens */

.form-inline .form-group
{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control
{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static
{
    display: inline-block;
}

.form-inline .input-group
{
    display: inline-table;
    vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control
{
    width: auto;
}

.form-inline .input-group > .form-control
{
    width: 100%;
}

.form-inline .control-label
{
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox
{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label
{
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"]
{
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback
{
    top: 0;
}

.meta-post a,.meta-post ul li
{
    color: #999 !important;
}

.meta-post a:hover
{
    text-decoration: none;
    color: #555 !important;
}

.meta-post ul li
{
    margin: 0 10px 0 0;
}

article.post p,article.post ul li,article.post tr td
{
    color: #555555;
    line-height: 1.6;
    font-size: 18px;
}

.comment
{
    padding: 30px 0;
}

.comment .url
{
    color: #343434;
}

.comment-metadata a
{
    font-size: 14px;
    color: #999;
}

.comment-metadata a:hover
{
    color: #555;
    text-decoration: none;
}

.comment-meta
{
    margin-bottom: 15px;
}

.comment-reply-link
{
    font-size: 16px;
}

.reply
{
}

.comment-content p,.comment-content li,.comment-content span,.comment-content td,.comment-content a
{
    font-size: 18px;
}

.comment-notes,.comment-notes span
{
    font-size: 18px;
}

textarea#comment
{
    height: 100px;
    width: 100%;
}

.comment-form label
{
    display: block;
    font-size: 18px;
}

.comment-form-cookies-consent label
{
    display: inline;
    margin-left: 7px;
    font-size: 16px;
}


.comment-reply-title
{
    font-weight: 700;
}

.comment-form .submit
{
    border: none;
    border-radius: 5px;
    padding: 5px 25px 7px;
    background-color: #D0021B;
    color: #fff;
    transition: all .4s ease;
}

.comment-form .submit:hover
{
    background-color: #a00215;
    color: #fff;
    text-decoration: none;
}

.comment-content
{
    padding-left: 15px;
}

.depth-2
{
    margin-left: 50px;
}

.depth-3
{
    margin-left: 100px;
}

.depth-1
{
    border-bottom: 1px solid #eee;
}

.widgettitle h3
{
    font-size: 22px;
    margin-top: 0;
}

.widget ul
{
    list-style-type: none;
    padding-left: 0;
}

.widget ul li
{
    line-height: 1.3;
    padding-left: 20px;
    position: relative;
    transition: all .3s ease;
}

.widget ul li:hover
{
    padding-left: 25px;
}

.widget ul li:hover::before
{
    left: 10px;
}

.widget ul li a
{
    font-size: 16px;
}

.widget ul li a:hover
{
    text-decoration: none;
}

.widget ul li:before
{
    position: absolute;
    top: 8px;
    left: 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    z-index: 9999;
    color: #D0021B;
    transition: all .3s ease;
}

.search-form label span
{
    display: none;
}

.search-submit
{
    border: none;
    border-radius: 5px;
    padding: 5px 15px 7px;
    background-color: #D0021B;
    color: #fff;
    transition: all .4s ease;
    font-size: 16px;
}

.search-submit:hover
{
    background-color: #a00215;
    color: #fff;
    text-decoration: none;
}

.search-field
{
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    display: block;
    width: 230px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    margin-right: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-field:focus
{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.widget
{
    margin-bottom: 30px;
}

