@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://fonts.googleapis.com/css?family=Crete+Round);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Crete Round', serif;
font-family: 'PT Sans', sans-serif;
*/
* {
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
     }

body {  
    background: url(../images/bg.jpg);
    color: #464646;
    font-family: font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    overflow-x:hidden; }

h1, h2, h3, h4, h5, h6 {
    color: #2f4a5e;
    font-family: 'Crete Round', serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.3em; }

h1 {
    font-size: 2.250em; }

h2 {
    font-size: 1.750em; }

h3 {
    font-size: 1.500em; }

h4 {
    font-size: 1.375em; }

h5 {
    font-size: 1.125em; }

h6 {
    font-size: 0.875em;
    margin-bottom: 0.625em;
    text-transform: uppercase; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0; }

/* Paragraps */
p {
    font-size: 16px;
    margin: 0 0 20px 0;
    text-align: left;
    line-height: 1.4em; }

/* Links */
a {
    color: #24508d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }

a:hover, a:focus {
    color: #d91d28;
    text-decoration: none; }

a:focus {
    outline: none; }

.alignleft,
img.alignleft {
    float: left;
    margin: 0 15px 10px 0; }

.alignright,
img.alignright {
    float: right;
    margin: 0 0 10px 15px; }

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

.img-thumbnail, .thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
.red {
    color: #d91d28;
}

/******************************************************
        [ Header ]
*******************************************************/
.header {
    min-height: 140px;
    background: url(../images/bg-hdr.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hdr-inner {
    overflow: visible;
    min-height: 130px;
    background: url(../images/bg-couple.png) 100px center no-repeat;
}
.logo {
        padding: 20px 0;
}
.hdr-col-2 h2,
.hdr-col-2 h4 {
    font-family: 'Ubuntu', sans-serif;
}
.hdr-col-2 h2 {
    font-size: 42px;
    text-align: right;
    color: #b03234;
    font-weight: bold;
    padding: 0px 0 20px;
}
.hdr-col-2 h4 {
    font-size: 18px;
    text-align: right;
    color: #363636;
    font-weight: bold;
    padding: 0px;
    margin-top: 40px;
}

.inputradioclass{ height: 17px!important; margin-top:5px!important;}
.lableclass{ font-size:13px!important;   padding-top: 4px!important;}
.lableclass2{ font-size:13px!important;   padding-top: 4px!important;}

@media only screen and  (max-width:767px){
	.gform_body{ width:100%!important; float:left!important;}
	.gform_wrapper .gf_progressbar_wrapper{width: 100%!important;}
}	
/******************************************************
        [ Nav ]
*******************************************************/
.navbar {
    background: url(../images/bg-nav.jpg) #0564a0;
    height: 64px;
}
ul.nav {
    margin: 0;
}
ul.nav {
    width: 100%;
    display: table;
}

ul.nav > li {
    float:none;
    display: table-cell;
}
.navbar-nav > li > a {
    color: #fff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav > li.nav-sep  {
    background: url(../images/sep-nav.png);
    width: 4px;
    height: 64px;
    text-indent: -9999px;
}
.dropdown-menu {
    width: 220px;
}
.dropdown-menu li a {
    word-wrap: break-word;
    white-space: normal;
}
.dropdown-menu > li > a {
    padding: 6px 20px;
    border-bottom: 1px solid #eeeeee;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #0b83c4;
}
.dropdown-menu ul { top: 0px; left:216px}

.footer_unique{float:right; color:#fff; text-align:right}
.footer_unique  h4 { font-size:13px; color:#fff;}
.footer_unique  h2 { font-size:22px; color:#E12C19; padding-bottom:10px}

.row{ margin:0!important}
#gform_wrapper_17{  margin:20px 0 0 3.5%!important;   width: 95%!important;   border: 1px solid #DDDDDD!important;   padding:10px 2.5% 10px 2.5%!important;   float: left!important; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}

.gform_body{ float:right!important; width:60%;  padding:15px 2.5% 5px 2.5%!important; background-color: #F7F7F7!important;   margin-bottom: 17px!important; border:1px solid #E5E5E5!important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

.gform_wrapper .top_label .gfield_label{  font-weight: 600;   display: inline-block;   line-height: 1.3;   clear: both;   font-size: 13px;   color: #99170A;}
.gform_next_button{background-color: #991720;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 4px 15px;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  }
  .gform_next_button:hover{ background:#343434}
  .gform_previous_button{background-color: #991720;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 4px 15px;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  }
  .gform_previous_button:hover{ background:#343434}
  

.gform_wrapper .gf_progressbar_wrapper{  
    width: 100%;
    border: none!important;
    float: left;
    font-size: 18px;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{  margin: 14px 0 7px 0!important;}
/******************************************************
        [ banner Content ]
*******************************************************/
.banner {

}

.banner-2 {
    border-top: 1px solid #d1d4d7;
    border-bottom: 1px solid #d5dfe5;
    background: rgb(242,249,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,254,1)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    padding: 40px 0;
}
.banner-2 .media-heading {
    font-size: 20px;
    color: #464646;
    line-height: 1;
    padding: 0;
    margin: 0 0 12px 0;
}
.banner-2 .media-heading p {
    margin: 0;
}
.badge-3 img {
    margin-top: 10px;
}
/******************************************************
        [ Home Content ]
*******************************************************/
body.home .sidebar {
    margin-top: -440px;
    z-index: 500;
}
.home-content {
    padding: 60px 0;
    background: #f3f3f3;
    border-bottom: 1px solid #d4d4d4;
}
   
.home-content img:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.hcol-1 {
    padding-right: 20px;
}

.pa-col {
    margin-bottom: 15px;
}

.pa-col h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    padding: 6px 12px;
    background: #3b8ede;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pa-col h3 a {
    color: #fff;
    font-weight: normal;
}
.pa-col h3:hover {
    background: #d91d28;
}

.pa-col p {

}
.pa-col img {
    width: 100%;
}
.home-tests {
    padding: 40px 0 60px;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.home-tests img {
    float: left;
    margin: 0 15px 0 0;
}
.test-name h5 {
    font-size: 22px;
    color: #3b8ede;
    line-height: 1;
    margin: 0 0 2px 0;
}
.test-name p {
    font-size: 13px;
    color: #3b8ede;
    line-height: 1;
    margin: 0;
    font-style: italic;
}

/******************************************************
        [ Main Content ]
*******************************************************/
.main-content {
    padding:60px 0 20px 0!important;
}
.banner-inner {
    background-color: whitesmoke;
    border-bottom: 1px solid #dad8d8;
}
.breadcrumb {
    padding: 12px 0;
    margin-bottom: 0px;
    border-radius: 4px;
    font-size: 12px
}
.breadcrumb a {
    color: #007fc6;
}
.breadcrumb a:hover {
    color: #d91d28;
}

.main-content-wrap {
	background:none!important;

    padding: 20px 20px 0 0;
}
.page-header {
    color: #007fc6;
    padding-bottom: 10px;
    margin: 0px 0 22px;
    border-bottom: 1px solid #dddbdb;
    text-transform: uppercase;
}
.post {
    background: url(../images/sep-post.png) bottom center no-repeat;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.entry-title,
.entry-title a {
    color: #24508d;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #d91d28;
}
.entry-meta {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}
.wrap-readmore {
    margin-top: 12px;
}

/******************************************************
        [ Sidebar ]
*******************************************************/
.widget-title {
    margin: 0;
    padding: 10px 0;
    font-style: normal;
    font-size: 18px;
    color: #67665c;
    background-color: #e6e6e6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget {
    margin: 0 0 40px 0;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget li{
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    list-style: none;
}
.widget li a {
    color: #000;
    font-size: 12px
}

.widget li a:hover {
    color: #d91d28;
}
.widget_nav_menu .widget-title {
    
}
ul.menu,
.widget_categories ul {
    margin: 0;
    padding: 0;
}
ul.menu li,
.widget_categories ul li {
    margin: 0 0 4px 0;
    padding: 0;
    background-color: #42a4d8;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    background: url("../images/icon-rt-arrow-disc.png") center right no-repeat #42a4d8;
}
ul.menu li:nth-child(2n+1),
.widget_categories ul li:nth-child(2n+1) {
    margin: 0 0 4px 0;
    padding: 0;
    background-color: #0b83c4;
}
ul.menu li a,
.widget_categories ul li a  {
    display: block;
    font-size: 16px;
    margin: 0 0 0 15px;
    padding: 12px 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 84%;
}
ul.menu li a:hover,
.widget_categories ul li a:hover  {
    color: #fff;
}
ul.menu li:hover, 
ul.menu li:nth-child(2n+1):hover,
.widget_categories ul li:hover, 
.widget_categories ul li:nth-child(2n+1):hover  {
    background-color: rgb(192,56,50);
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    color: #fff;
}
.advanced_recent_posts_widget ul li {
    list-style: none;
    list-style-type: none;
    margin: 6px 0 12px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
.advanced_recent_posts_widget .recent-post-item a {
    color: #323232;
    font-size: 16px;
    margin-bottom: 10px
}
.advanced_recent_posts_widget .post-entry {
    font-size: 12px;
    color: #464646;
}
.advanced_recent_posts_widget img {
    float: left;
    margin: 5px 10px 20px 0;
}
/******************************************************
        [ pre footer ]
*******************************************************/
.pre-footer {
    padding: 30px 0;
    background: #f3f3f3;
    border-bottom: 1px solid #d4d4d4;
}
.pre-footer h3 {
    color: #343434;
}
/******************************************************
        [ footer ]
*******************************************************/
.footer {
    padding: 30px 0 40px;
    overflow: hidden;
    color: #e1e1e1;
    background: #343434;
}
.footer a{
    color: #e1e1e1;
    font-size: 12px;
}
.footer a:hover,
.footer a:focus {
    color: #d91d28;
}

ul.footer-nav { 
    margin: 20px 0 0 0;
    padding: 0;
}

ul.footer-nav li {
    display: inline-block;
    list-style: none;
}

ul.footer-nav li a {
    color: #e1e1e1;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 10px;
}
ul.footer-nav li a:hover,
ul.footer-nav li a:focus {
    color: #d91d28;
}

ul.social { 
    margin: 20px 0;
    padding: 0;
    float: right;
}

ul.social li {
    float: left;
    display: inline-block;
    list-style: none;
    padding-left: 10px;
}
.fcol-2 p {
    text-align: right;
    float: right;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
/******************************************************
        [ gravity Forms ]
*******************************************************/
.gform_widget {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    border-top: none;
    border: 10px solid rgba(0,0,0,.08);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.gform_widget .widget-title,
.gform_wrapper h3.gform_title {
    position: absolute;
	left:0;
	top:0;
    height: 56px;
    background: url(../images/bg-form-hdr.jpg) repeat-x #e42e1c;
    display: block;
    border: 1px solid #a03822;
    -moz-box-shadow: inset 0 0 3px rgba(255,255,190,.59);
    -webkit-box-shadow: inset 0 0 3px rgba(255,255,190,.59);
    box-shadow: inset 0 0 3px rgba(255,255,190,.59);
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    font-size: 22px;
    text-shadow: 0 1px 0 rgba(122,38,18,.81);
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    width: 100%; 
}
.gform_widget .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.gform_widget form {
    position: relative;
    display: block;
    border: 1px solid #e4e0dc;
    border-bottom: none;
    background: #fdfcf9;
    background-size: 100% 100%;
    min-height: 300px;
    padding: 20px 20px 10px 20px;
}
.gform_widget .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 0px;
}
.gform_description{ display:none!important}
.gform_desc,
.gform_widget .gform_description {
    background: url(../images/sep-form.png) center bottom no-repeat;
    text-align: center;
    color: #434343;
    font-size: 14px;
    font-weight: bold !important;
    margin-bottom: 10px;
    padding-bottom: 34px;
    display: block;
	position:absolute; top:-300px;
	
}
.gform_widget .gfield_label {
    font-size: 14px;
    color: #464646;
}

/******************************************************
        [ Media Queries ]
*******************************************************/
@media (max-width: 996px) {
    .container {
        max-width: 850px;
    }
    .gform_widget .widget-title, .gform_wrapper h3.gform_title {
        height: 56px;
        line-height: 56px;
        font-size: 18px;
        letter-spacing: 0px;
    }
}/* end 996 */
@media (max-width: 770px) {
    .logo .img-responsive {
        margin-right: auto;
        margin-left: auto;
    }
    .hdr-col-2 h4 {
        text-align: center;
        margin-top: 10px;
    }
    .hdr-col-2 h2 {
        font-size: 42px;
        text-align: center;
    }
    .navbar-collapse .nav > li.nav-sep  {
        display: none;
    }
    .navbar-toggle {
        margin-right: 20px;
        padding: 9px 10px;
        margin-top: 14px;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #fff;
    }
    .navbar-default .navbar-toggle:hover .icon-bar, 
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }
    .banner-2 {
        padding: 20px 0;
    }
    .bcol-1 {
        margin-bottom: 20px;
    }
    .bcol-2 p {
        margin-bottom: 0px;
    }
    .home-content {
        padding: 30px 0;
    }
    body.home .sidebar {
        margin-top: 0px;
    }
    .home-tests {
        padding: 40px 15px;
    }
    .fcol-1 {
        margin-bottom: 20px;
    }
    ul.social {
        margin: 20px 0;
        padding: 0;
        float: none;
        display: block;
    }
    .fcol-2 p {
        text-align: left;
        float: none;
    }
}/* end 770 */
@media (max-width: 480px) {
    .htcol-1 {
        margin-bottom: 30px;
    }
}/* end 480 */


.banner ul.tp-revslider-mainul {
    overflow: visible!important;
}

#field_17_28{display:none;}

/*TIMS:20-04-2017*/
.hide_address_sub_label .address_country label{
    display: none !important;
}
.gform_wrapper .ginput_complex #input_2_22_6_container{
    width:100%;
}
/*END TIMS*/
