/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ifthengive_container{
    max-width: 100%;    
}
.ifthengive_container h1{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ifthengive_container p{
    margin: 0 0 10px;
    orphans: 3;
    widows: 3;
    font-size: 22px
} 
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after{
  display: table;
  content: " ";
}

.form-control{
    padding: 6px 12px !important;
}

.itg_center {
    float: none;
    margin: 0 auto;
}

.itg_hr-title {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    text-align: center;
    height: 10px;
    line-height: 20px;
    margin: 10px 0;
    height: auto;
    color: #bbbbbb;
}

.itg_hr-title.itg_hr-long {
    width: 50%;
    margin: 80px auto 30px;
}

.itg_hr-title abbr {
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-bottom: 0px;
}
.itg_hr-title abbr {
    background-color: #ffffff;    
}
.itg_table-responsive {
    min-height: .01%;
    /*overflow-x: auto;*/
}

.itg_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.itg_table>tbody>tr>td,
.itg_table>tbody>tr>th,
.itg_table>tfoot>tr>td,
.itg_table>tfoot>tr>th,
.itg_table>thead>tr>td,
.itg_table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}
      
    
.itgcontainer {
    min-height: 100%;
    display: inline-block;
    width: 100%;
/*    height: 100vh;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dataTables_info{
    padding-bottom: 50px;
}
.itg_table.dataTable.no-footer{
    border: 1px solid #eee;
}
select[name=IfThenGive_Transaction_Table_length],select[name=IfThenGive_Goals_Table_length]{   
    width: 75px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 5px 13px;
    font-size: 12px;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-bottom: 10px;
}

#IfThenGive_Transaction_Table_filter input[type=search],#IfThenGive_Goals_Table_filter input[type=search] {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select[name=IfThenGive_Transaction_Table_length]:focus,
select[name=IfThenGive_Goals_Table_length]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#IfThenGive_Transaction_Table_filter input[type=search]:focus,
#IfThenGive_Goals_Table_filter input[type=search]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.itg_center_container{
    text-align: center;
}

.itg_heading {
    padding-top: 80px;
    padding-bottom: 80px;
}
.itg_heading h3 {
    font-size: 30px;
    line-height: 42px;
}
.itg_heading h1, .itg_heading h2, .itg_heading h3, .itg_heading h4 {    
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itg_heading-center {    
    text-align: center;
    float: none;
}
.itg_heading.itg_heading-center > span, .itg_heading.title-center > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.itg_heading h3 + span, .itg_heading h3 + span.lead {
    font-size: 20px;
}
.itg_heading > span {
    display: block;
    color: #888;
}
.itg_heading.itg_heading-center:after, .itg_heading.title-center:after {
    margin: 30px auto 0;
}
.itg_heading:after {
    border-top: 3px solid #303030;
    display: block;
    margin-top: 10px;
    width: 30px;
    content: "";
}

/*give when form.*/
form {
    display: block;
    margin-top: 0em;
}
.itg_form-group {
    margin-bottom: 15px;
}
.itg_form-group > label {
    display: block;
}
.itg_form-group label {
    color: #444;
    cursor: pointer;
    /* display: inline-block; */
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
        /* display: inline-block; */
    max-width: 100%;
    /* margin-bottom: 5px; */
    font-weight: 700;
}
.itg_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.itg_upper{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.itg_form-control, .itg_input-group-addon {
    border: 2px solid #ebebeb !important;
}
.itg_form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1.33333;
    padding: 12px 18px !important;
    display: block;
    width: 100%;
     color: #555;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.itg_form-control:focus {
    box-shadow: none;
    border-color: #66afe9 !important;
    outline: 0;
}
.button.color, .itg_btn.itg_btn-primary {
    background-color: #26B8F3;
    border-color: #26B8F3;
    color: #fff;
}
.itg_btn.itg_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.itg_form-inline button {
    margin: 0px;
}
.itg_btn {
    border-radius: 4px;
    padding: 12px 20px;
    display: inline-block;
    /* padding: 6px 12px; */
    /* margin-bottom: 0; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.itg_btn-sm, .itg_btn-group-sm > .itg_btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}    
    
/*give when form image*/
.itg_post-item {
    float: left;
    position: relative;
    width: 100%;
   /* border-bottom: 1px solid #eee;*/
    /*margin-bottom: 40px;*/
    padding-bottom: 20px;
    /*position: relative;*/
    display: block;
}
.itg_post-image{
    margin-bottom: 20px;
}
.itg_post-title a {
    color: #111;
    text-decoration: none !important;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
}
.itg_post-title a:hover {
    color: #26B8F3;
}
.itg_post-title a:focus {
    outline: none;
    outline-offset: -2px;
}
.itg_post-item .itg_post-title h3 {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
}
.itg_post-item .itg_post-title h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-rendering: optimizelegibility;
    margin-top: 0;
    color: #222222;
    font-family: "Open Sans", sans-serif;
}
.itg_post-item .itg_post-title h4 {
    text-rendering: optimizelegibility;
    margin-top: 0;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
        font-size: 18px;
}
.itg_post-item p {
    margin-bottom: 30px;
    color: #696f6f;
    text-rendering: optimizelegibility;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
}
.itgcontainer ol{
    padding-left: 0.8em;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.itgcontainer ol li{
    padding-left: 0px;
    font-size: 12px;
    color: #31708f;
    font-family: "Open Sans", sans-serif;
}
.itgcontainer p{
    color: #31708f;
    margin-bottom: 0px;
    text-rendering: optimizelegibility;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
}

.itg_alert {
    color: #fff;    
    border-radius: 0;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-left-width: 10px;
}

.itg_alert-warning {
    background-color: #f6b63a;
    border-color: #ffcd51;
}

.itg_alert-success{
    background-color: #5cb85c;
    border-color: #53af53;
}
.itg_post-title a{
    box-shadow: none!important;
    border-bottom: 0px !important;
}

/*pagination bootstrap table public*/
#IfThenGive_Transaction_Table_paginate .previous,
#IfThenGive_Goals_Table_paginate .previous{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08) !important;
    padding: 8px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;    
}

#IfThenGive_Transaction_Table_paginate span > a,
#IfThenGive_Goals_Table_paginate span > a{
    margin-left: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08) !important;
    padding: 8px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}
#IfThenGive_Transaction_Table_paginate .next,
#IfThenGive_Goals_Table_paginate .next{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08) !important;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    padding: 8px 14px;
    margin-left: 0px;
}

#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button:active,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button:active
{
    outline: none;
    border-color: #33baf3 !important;
    background-color: #26b8f3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26b8f3), color-stop(100%, #26b8f3));
}
#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.current,
#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.current:hover,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.current,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: #fff !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #26b8f3 0%, #26b8f3 100%);
}
#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button:hover,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button:hover
{
    color: black !important;
    border: 1px solid #ebebeb;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #eee 0%, #eee 100%);
}

#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.current,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.current
{
    border-color:  #26b8f3 !important;
}

#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.disabled,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.disabled,
#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.disabled,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
#IfThenGive_Transaction_Table_wrapper .dataTables_paginate .paginate_button.disabled,
#IfThenGive_Goals_Table_wrapper .dataTables_paginate .paginate_button.disabled:active{
  cursor: no-drop;  
}
/* Pagination End */
.itg_post-description{
    text-align: justify;        
}
.itg_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  margin: 20% auto 0 auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* ----------------------------------------------------------------------
Tabs
-------------------------------------------------------------------------*/

.itgcontainer .tabs-navigation {
    margin: 0px;
    padding: 0;
    border-bottom-width: 0px;
    list-style: none;
}
ul.tabs-navigation {
    padding: 0 !important;
}
.itgcontainer .tabs-navigation::after,
.itgcontainer .tabs-navigation::before {
    content: ' ';
    display: table;
}
.itgcontainer .tabs-navigation::after {
    clear: both;
}
.itgcontainer .tabs-navigation li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 0px -1px;
}
.itgcontainer .tabs-navigation li span {
    position: relative;
    border: 1px solid transparent;
    margin-right: -1px;
    padding: 9px 20px 11px;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.itgcontainer .tabs-navigation li span i:first-child {
    margin-right: 8px;
}
.itgcontainer .tabs-navigation li span i.tab-single-icon {
    margin: 0px;
}
.itgcontainer .tabs-navigation li span img {
    max-width: none;
}
.itgcontainer .tabs-navigation li span,
.itgcontainer .tabs-navigation li span:focus,
.itgcontainer .tabs-navigation li span:hover {
    text-decoration: none;
    outline: 0px;
    cursor: pointer;
}
.itgcontainer .tabs-navigation li.active span {
    z-index: 3;
}
.itgcontainer .tabs-navigation li.active span::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    height: 3px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.itgcontainer .tabs-navigation li.active span:focus {
    cursor: default;
}
.itgcontainer .tabs-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    overflow: hidden;
}
.itgcontainer .tabs-content > .tab-pane {
    display: none;
}
.itgcontainer .tabs-content > .active {
    display: block;
}
.itgcontainer .tabs-vertical {
    overflow: hidden;
}
.itgcontainer .tabs-vertical .tabs-navigation {
    float: left;
    width: 240px;
    margin-top: 0px;
}
.itgcontainer .tabs-vertical .tabs-navigation li {
    float: none;
}
.itgcontainer .tabs-vertical .tabs-navigation li span {
    padding: 12px 20px;
    margin: 0px;
    border: 1px solid rgb(221, 221, 221);
}
.itgcontainer .tabs-vertical .tabs-navigation li.active span,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:focus,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:hover {
    border-right-width: 1px;
}
.itgcontainer .tabs-vertical .tabs-navigation li.active span::after {
    top: -1px;
    left: -1px;
    right: auto;
    bottom: -1px;
    width: 3px;
    height: auto;
}
.itgcontainer .tabs-vertical .tabs-content {
    left: -1px;
    margin: 0px 0px 40px 239px;
}
.itgcontainer .tabs-navigation li span {
    color: rgb(112, 118, 122);
    border-color: rgb(229, 232, 232);
    background: rgb(243, 246, 246);
}
.itgcontainer .tabs-navigation li span:hover {
    color: rgb(28, 32, 42);
    background: rgb(248, 250, 250);
}
.itgcontainer .tabs-navigation li.active span,
.itgcontainer .tabs-navigation li.active span:focus,
.itgcontainer .tabs-navigation li.active span:hover {
    border-color: rgb(229, 232, 232) rgb(229, 232, 232) rgb(248, 249, 251);
    color: rgb(28, 32, 42);
    box-shadow: none;
    background: rgb(248, 249, 251);
}

.itgcontainer .tabs-vertical .tabs-navigation li.active span,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:focus,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:hover {
    border-right-color: rgb(248, 249, 251);
    border-bottom-color: rgb(229, 232, 232);
}
.itgcontainer .tabs-content {
    border-color: rgb(229, 232, 232);
    background: rgb(248, 249, 251);
}
.itgcontainer .tabs-navigation li span {
    color: rgb(68, 68, 68);
    border-color: rgb(221, 221, 221);
    background: rgb(248, 250, 250);
}
.itgcontainer .tabs-navigation li span:hover {
    color: rgb(46, 52, 60);
    background: rgb(255, 255, 255);
}
.itgcontainer .tabs-navigation li.active span,
.itgcontainer .tabs-navigation li.active span:focus,
.itgcontainer .tabs-navigation li.active span:hover {
    background: #ffffff;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #2e343c;
}

.itgcontainer .tabs-vertical .tabs-navigation li.active span,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:focus,
.itgcontainer .tabs-vertical .tabs-navigation li.active span:hover {
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(221, 221, 221);
}
.itgcontainer .tabs-content {
    border-color: rgb(221, 221, 221);
    background: rgb(255, 255, 255);
}
/*Options*/


.itgcontainer .border .tabs-navigation li.active span::after {
    background: rgb(0, 170, 179);
}

.itg-list-group{    
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 0 0 0 !important; 
}

.itg-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;    
    text-align: left;
}

.alertify .ajs-dialog {
    top: 50%;
    margin: auto;
}

.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.alertify .ajs-body .ajs-content .ajs-input:focus{
    box-shadow: none;
    border-color: #66afe9 !important;
    outline: 0;
}
.ajs-message{
    color: whitesmoke !important ;
    font-weight: 600;
}

.itg_span{
    float: left;
    font-size: 16px;
    position: relative;
    top: -10px;
    letter-spacing: 0.07em;    
    padding-right: 5px;

}

.itg_span_1{
    font-weight: 600;
    width: 40%;
    text-transform: uppercase;
}

.itg_span_2{
    font-weight: 500;
    width: 60%;
}
.itg_image_ty_page{
    height: 100px;
    width: auto;
    margin: 0 auto;
}
.itg_make_bold{
    font-weight: 400;
}
.itg_checkbox{
    margin-bottom: 15px;
}
.itg_post-image{
    text-align: center;
}

.itg_endpoint_class{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 50px;
}
.itg_ty{
    color: #f36f21;
    font-weight: bold;
    font-size: larger;
}
.itg_blue{
    color: #0b79bc;
}

/*Responsive Tabs */

@media screen and (max-width: 991px) {
    .itgcontainer .tabs-navigation,
    .itgcontainer .tabs-vertical .tabs-content,
    .itgcontainer .tabs-vertical .tabs-navigation
    {
        width: auto;
        float: none
    }
    .itgcontainer .tabs-content,
    .itgcontainer .tabs-vertical .tabs-content
    {
        margin-left: 0;
        min-height: 0!important
    }
    .itgcontainer .tabs-vertical .tabs-content
    {
        left: 0
    }
    .itgcontainer .tabs-vertical .tabs-content-transparent {
        border-left-width: 0;
        padding: 40px 0;
        border-top-width: 1px
    }
    .itgcontainer .tabs-navigation li,
    .itgcontainer .tabs-vertical .tabs-navigation li
    {
        width: auto;
        float: none;
        display: block;
        text-align: left
    }
    .itgcontainer .tabs-navigation li span,
    .itgcontainer .tabs-vertical .tabs-navigation li span {
        margin-right: 0
    }
    .itgcontainer .tabs-vertical .tabs-navigation li span:after {
        width: auto;
        height: 3px;
        right: -1px;
        bottom: auto;
    }
    .itgcontainer .tabs-vertical .tabs-navigation li.active span {
        border-right-width: 1px
    }
    .itgcontainer .tabs-navigation li.active span,
    .itgcontainer .tabs-navigation li.active span:hover,
    .itgcontainer .tabs-vertical .tabs-navigation li.active span,
    .itgcontainer .tabs-vertical .tabs-navigation li.active span:hover {
        border-right-color: #d1d7d9;
        border-bottom-color: #d1d7d9
    }
    .itgcontainer .tabs-navigation li.active span,
    .itgcontainer .tabs-navigation li.active span:hover,
    .itgcontainer .tabs-vertical .tabs-navigation li.active span,
    .itgcontainer .tabs-vertical .tabs-navigation li.active span:hover {
        border-right-color: #dde1e1;
        border-bottom-color: #dde1e1
    }
    .itg_span_1{        
        width: 100%;
        float: none;
    }

    .itg_span_2{        
        width: 100%;
        float: none;
    }
    .itg_hr-title.itg_hr-long{
        width: 100%;
    }
}

@media (min-width: 1200px){
.itgcontainer {
    width: 1170px;
 }
}
@media (min-width: 992px){
.itgcontainer {
    width: 970px;
}}
@media (min-width: 768px)
{
.itgcontainer {
    width: 100%;
}} 