
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,300italic,400italic,500italic,700italic);




.sub-text {
	border-left: 1px dotted #fb0000;
	padding-left: 20px;
}




.no-padding {
	padding: 0 !important;
}


.border-none {border:0;}



input::-moz-focus-inner { 
  border: 0 !important; 
}

object, embed { 
  outline: 0 !important;
}



.font-light {
    font-weight: 400;
}

.font-bold {
	font-weight: bold;
}

.text-dark {
	color: #464646 !important
}

.text-light {
	color: #fff !important;
}

.text-color {
	color: #fb0000 !important;
}

/* Text Area Style */

textarea::-webkit-scrollbar {
    width: 12px;
}
 
textarea::-webkit-scrollbar-track {
    background: #fff;
}
 
textarea::-webkit-scrollbar-thumb {
	background: #efefef;
	border: 1px solid #fff;
	border-radius: 2px;
}

textarea::-webkit-scrollbar-corner { background: none; }
textarea::-webkit-resizer { background: url(../img/field-corner.png) right bottom no-repeat; }

textarea {
	display: block;
	margin-top: 2px;
	padding: 12px 0;
	padding-left: 20px;
	padding-right: 20px;
	outline: none !important;
	width: 100%;
	border: none;
	border-radius: 4px;
	border: 2px solid #f5f5f5;
	background: #fff;
}

textarea:focus {
	color: #333333;
	background: #fdfdfd;
	border-color: #eeeeee;
}

/* Default Settings */

.dark {
	color: #fff;
	border-color: #fff;
	background: #2b2b2b;
}

.light {
	color: #2b2b2b;
	border-color: #2b2b2b;
	background: #fff;
}

.sep-content {
	height: 2px;
	width: 40px;
	margin: 10px auto;
	margin-bottom: 30px;
	background: #fb0000;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.btn {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-size: 17px;

}

.btn-lg, .btn-group-lg > .btn {
padding: 12px 18px;
font-size: 14px;
line-height: 1.33;

}


.btn-default {
    border: 2px solid #FF0004;
    color: #FF0004;
    background-color: rgba(255,255,255,0.3);

}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #fb0000;
    outline: 0;
    color: #fff;
    background-color: #fb0000;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.color-btn {
    border: 2px solid #fb0000;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(204,204,204,.3);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(204,204,204,.3);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(204,204,204,.3);
}





/*	04 - Intro Section
-----------------------------------------------------------*/

#intro {
	background: #fff;
}

#intro p {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 16px;
	line-height: 22px;
	margin: 8px 0px 25px 0px;
	color: #3c3c3c;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;

}


#intro h1 {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 40px;
	color: #fb0000;
	margin: 20px 0px 15px;
	font-weight: 600;
	line-height: 47px;
	
	
	
}


#intro h2 {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-transform: normal ;
	margin: 0px 0px 30px;
	font-weight: 600;
	padding: 0px;
	position: relative;
	
	
	
	
	
}

#intro h2::after {
	width: 80px;
height: 4px;
position: absolute;
left: 0px;
bottom: -11px;
content: '';
background-color: #fb0000;
text-align: left; ; 
}



#intro h2.sptext {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-transform: normal ;
	margin: 0px 0px 15px;
	font-weight: 600;
	padding: 0px;
	position: relative;
	
	
	
	
	
}
#intro h2.sptext::after {
	display: none;

}


.sptext1{ font-size: 33px !important; line-height: 37px !important; margin: 30px 0px 20px 0px !important; }

.sptext1::after {
	display: none;
	
}


#intro h3 {
		    font-family: 'Roboto', Helvetica, Arial, sans-serif;

	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: 500;
	color:inherit;
	
	
}


#intro h4 {
		    font-family: 'Roboto', Helvetica, Arial, sans-serif;

	font-size: 22px;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;	
		color: #000000;

}

#intro img{ margin-bottom:5px;}


#intro h2.small{ font-weight: 600; font-size: 25px; padding-top: 10px;}


#about{margin-top: 30px;   }

#about h1 {
	font-size: 35px;
	color: #3c3c3c;
	text-transform: uppercase;
	margin: 20px 0px 10px;	
	font-weight: 400;
}


#about h3 {
	font-size: 20px;
	color: #3c3c3c;
	text-transform: normal;
	margin: 10px 0px 0px 0px!important  ;
	font-weight: 600;
}


#about h4 {
	font-size: 18px;
	color: #3c3c3c;
	text-transform: normal;
	margin: 0px 0px 5px 0px;
	font-weight: 400;
}

#about p {
	font-size: 15px;
}


.align_to_top{padding-top: 10px}
.keep_space{margin-bottom: 20px;}



@media (max-width: 767px) {

	#intro h1 {
		font-size: 22px;
		line-height: 28px;
		text-transform: uppercase;
		margin: 20px 0px 30px;
		font-weight: 600;
	}
	
#intro h2 {
    font-size: 17px;
    line-height: 23px;
}	
	
	
}

#intro h1 .font-light {
	font-weight: 200;
}





.intro-info-wrapper{padding-bottom: 30px; padding-top: 0px;}





.container-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom:0;
}

@media (max-width: 700px) {
	.container-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		bottom:0;
	}
	

}






.sep {
	background: #7f7f7;
	height: 3px;
	width: 10%;
	margin: 40px auto;
}

.sep-small {
	background: #ccc;
	height: 1px;
	width: 30px;
	margin: 17px 0;
}








@media (max-width: 430px) {

	#intro h1 {
		font-size: 18px;
		margin: 0px 0px 30px;
		    line-height: 22px;
	
	}
	
	.media-btns .btn {
		width: 150px;
		margin: 4px 6px;
	}
}

/* end update 31.10.2014 */





h1.section-title {
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	margin-bottom: 92px;
	margin-top: 16px;
}

h1.section-title:after{
	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fb0000;
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
}

/* About section heading style */

#about {
	padding-bottom: 50px;
}





.padding_arround{ padding: 40px 20px 30px 20px;}
h1{ font-size: 20px;}



.float-none{float: none;}








.list {
	list-style: none;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #333
}


.list-disc>li:before {
  font-family: Roboto, sans-serif;
	font-size: 25px;
	position: relative;
	top: 4px;
	content: "\2022";
	padding-right: 10px;
	margin-left: -20px;
	color: #FF0400
}
.list-disc>li {
	font-size: 17px;
	color: #434343;
	list-style: none;
	margin: 0 0 10px 20px;
	line-height: 22px;
	font-weight: 400
}

.list-disc2 > li:first-child {margin-left: 20px;}


.list-disc>li a {
	color: #FF0400
}

ul.list-disc {
	margin-bottom: 10px
}





.list-disc2>li:before {
  font-family: Roboto, sans-serif;
	font-size: 25px;
	position: relative;
	top: 4px;
	content: "\2022";
	padding-right: 10px;
	margin-left: -20px;
	color: #FF0400
}
.list-disc2>li {
	font-size: 18px;
	color: #434343;
	list-style: none;
	margin: 0 0 3px 35px;
	line-height: 22px;
	font-weight: 400;
	display: inline-block;
}
.list-disc2>li a {
	color: #FF0400
}

ul.list-disc2 {
	margin-bottom: 25px
}




.addshadow{ -webkit-box-shadow: 0px 58px 57px -105px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 58px 57px -105px rgba(0,0,0,0.46);
box-shadow: 0px 58px 57px -105px rgba(0,0,0,0.46);}


.ptb{padding-top: 50px; padding-bottom: 0px;}
.round_border	{border: 1px solid #D7D7D7; border-radius: 15px; padding: 40px;}
.round_border2	{border: 1px solid #D7D7D7; border-radius: 15px; padding: 40px; background-color: #241f21;}
	

.round_border2 h2 {
    font-size: 26px;
    line-height: 30px;
    color: #979389 !important;

}

.round_border2 h1 {
    font-size: 35px;
    color: #fb0000;
    margin: 0px 0px 20px !important;
    font-weight: 600;
}


@media (max-width: 430px) {
	
	.round_border2	{border: 1px solid #D7D7D7; border-radius: 15px; padding: 20px; background-color: #241f21;}

	
}





.pt50{padding-top: 50px;}
.pt20{padding-top: 20px;}
.pt100{padding-top: 100px;}
.totop{margin-top: -130px;}



@media (max-width: 767px) {
	.tocenter{text-align: center;}
.totop{margin-top: 0px;}	
.ptb {
    padding-top: 20px;
    padding-bottom: 0px;
}	
	
}


.form-control {
 height:40px;
 font-size:13px;
 font-weight:300;
 color:#606060;
 border-color:#bcbcbc;
 box-shadow:none
}
.form-control::-moz-placeholder {
 color:#606060
}
.form-control:-ms-input-placeholder {
 color:#606060
}
.form-control::-webkit-input-placeholder {
 color:#606060
}
.form-control:focus {
 border-color:#d9dfee;
 box-shadow:none
}
.form-control:focus::-moz-placeholder {
 color:#606060
}
.form-control:focus:-ms-input-placeholder {
 color:#606060
}
.form-control:focus::-webkit-input-placeholder {
 color:#606060
}

.padding_bottom3 {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cvtitles {
    font-weight: 400;
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
color: #3c3c3c;
}













.acc-group button {
 outline:0!important
}
.acc-group>button.collapsed {
 padding-right:30px
}
.hg_accordion_element.default-style>h3 {
 font-size:18px;
 line-height:1.4;
 margin-top:0;
 text-transform:uppercase;
 text-shadow:0 1px 0 rgba(255,255,255,.7)
}
.hg_accordion_element.default-style .th-accordion .acc-group {
 margin-bottom:0;
 border-top:1px solid #e3e3e3
}
.hg_accordion_element.default-style .th-accordion .acc-group:last-child {
 border-bottom:0
}
.hg_accordion_element.default-style .th-accordion .acc-group>button {
 border:0;
 color:#cd2122;
 display:block;
 width:100%;
 text-align:left;
 background-color:#FFFFFF;
 padding:10px 60px 10px 0px;
 font-size:14px;
 font-weight:600;
 position:relative
}
.hg_accordion_element.default-style .th-accordion .acc-group>button h2 {
 text-transform:none;
 margin:10px 0 10px 0
}
@media (max-width:480px) {
 .hg_accordion_element.default-style .th-accordion .acc-group>button h2 {
  font-weight:700;
  font-size:18px;
  text-transform:none;
  color:#034f72;
  margin:10px 0 5px 0;
  padding:0
 }
}
.hg_accordion_element.default-style .th-accordion .acc-group>button.collapsed {
 color:#505050 !important;
 background-color:#fff
}
.hg_accordion_element.default-style .th-accordion .acc-group>button:hover {
 background:#f8f8f8;
 color:#111
}
.hg_accordion_element.default-style .th-accordion .acc-group .content2 {
 background-color:#fff;
 padding:20px 15px
}


.hg_accordion_element.default-style .th-accordion .acc-group .content2 a {
color: #fb0000 !important;
font-weight: 400;	
	
}



.hg_accordion_element.default-style .th-accordion .acc-group .content2 p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 8px 0px 25px 0px !important;
    color: #3c3c3c !important;
    font-weight: 400 !important;
}



.hg_accordion_element.default-style .th-accordion .acc-group>button:not(.collapsed) {
 border-bottom:1px solid #eee
}
.hg_accordion_element.default-style .th-accordion .acc-group>button:after,
.hg_accordion_element.default-style .th-accordion .acc-group>button:before {
 position:absolute;
 content:' ';
 width:10px;
 height:2px;
 display:block;
 background:#fb0000;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
.hg_accordion_element.default-style .th-accordion .acc-group>button:before {
 right:31px;
 top:50%;
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.hg_accordion_element.default-style .th-accordion .acc-group>button:after {
 right:25px;
 top:50%;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg)
}
.hg_accordion_element.default-style .th-accordion .acc-group>button.collapsed:before {
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg)
}
.hg_accordion_element.default-style .th-accordion .acc-group>button.collapsed:after {
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.gradientd {
 background:#fff;
 padding:30px 0;
 border-top:2px dotted #d1d1d1
}
.acc-group2 button {
 outline:0!important
}
.acc-group2>button.collapsed {
 padding-right:30px
}
.hg_accordion_element2.default-style2>h3 {
 font-size:18px;
 line-height:1.4;
 margin-top:0;
 text-transform:uppercase;
 text-shadow:0 1px 0 rgba(255,255,255,.7)
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2 {
 margin-bottom:0;
 padding-left:46px;
 background-image:url(../images/acc_head.png);
 background-repeat:no-repeat;
 background-position:left top
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2:last-child {
 border-bottom:0
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button {
 background-image:url(../images/acc_head2.png);
 background-repeat:no-repeat;
 background-position:right top;
 border-top:1px solid #16a0db;
 border-bottom:none;
 border-left:none;
 border-right:none;
 padding:4px 10px;
 color:#cd2122;
 display:block;
 width:100%;
 text-align:left;
 background-color:#fff;
 padding:13px 60px 13px 10px;
 font-size:14px;
 font-weight:600;
 position:relative
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button img {
 display:inline-block;
 vertical-align:middle;
 max-width:90px;
 padding-right:20px
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button h2 {
 display:inline-block;
 vertical-align:middle;
 color:#149fd9;
 font-size:22px;
 line-height:25px;
 text-transform:none
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button.collapsed {
 color:#505050;
 background-color:#fff
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button:hover {
 color:#111
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2 .content {
 background-color:#fff;
 padding:0 30px 20px 100px;
 border-right:1px solid #16a0db
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2 .content p {
 margin-top:0;
 font-weight:300;
 letter-spacing:.1px;
 font-size:16px;
 line-height:20px
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2 .content2 h3 {
 color:#16a0db
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2 .content2 h3:before {
 content:'';
 background-image:url(../images/stk_icon1.png);
 background-repeat:no-repeat;
 background-position:left center;
 width:35px;
 height:35px;
 position:relative;
 left:-70px;
 display:block;
 margin-top:-30px;
 top:29px
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button:not(.collapsed) {
 background-color:#fff;
 border-right:1px solid #16a0db;
 background-image:none
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button:after,
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button:before {
 position:absolute;
 display:block;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button:before {
 right:31px;
 top:25%;
 font-family:FontAwesome;
 font-size:20px;
 content:"\f056";
 color:#76bd1d
}
.hg_accordion_element2.default-style2 .th-accordion2 .acc-group2>button.collapsed:before {
 font-family:FontAwesome;
 font-size:20px;
 content:"\f055";
 color:#76bd1d
}
.acc-group3 button {
 outline:0!important
}
.acc-group3>button.collapsed {
 padding-right:30px
}
.hg_accordion_element3.default-style3>h3 {
 font-size:18px;
 line-height:1.4;
 margin-top:0;
 text-transform:uppercase;
 text-shadow:0 1px 0 rgba(255,255,255,.7)
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3 {
 margin-bottom:160px;
 border-bottom:1px solid #0cf
}
@media (max-width:767px) {
 .hg_accordion_element3.default-style3 .th-accordion3 .acc-group3 {
  margin-bottom:70px
 }
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button {
 border:0;
 padding:4px 10px;
 color:#cd2122;
 display:block;
 width:100%;
 text-align:left;
 background-color:#f8f8f8;
 padding:0;
 font-size:14px;
 font-weight:600;
 position:relative
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button h2 {
 font-weight:700;
 font-size:23px;
 text-transform:none;
 color:#034f72;
 margin:10px 10px 0 10px;
 padding:0
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button h3 {
 font-weight:500;
 font-size:18px;
 color:#00396b;
 margin:15px 0 5px 10px;
 padding:0
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
 .hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button h2 {
  font-size:18px
 }
 .hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button h3 {
  font-size:15px
 }
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button.collapsed {
 color:#505050;
 background-color:#fff
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3>button:hover {
 color:#111
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3 .content2 {
 background-color:#f8f8f8;
 padding:20px 15px
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3 .content2 p.spebold {
 font-size:15px;
 font-weight:500;
 line-height:20px
}
.hg_accordion_element3.default-style3 .th-accordion3 .acc-group3 .content2 p.spebold strong {
 font-weight:600
}
.hg_accordion_element3 .imgpos {
 position:absolute;
 top:8px;
 right:15px;
 z-index:1
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
 .hg_accordion_element3 .imgpos {
  position:absolute;
  top:14px;
  right:15px;
  z-index:1
 }
}
.acc-group4 button {
 outline:0!important
}
.acc-group4>button.collapsed {
 padding-right:30px
}
.hg_accordion_element4.default-style4>h3 {
 font-size:18px;
 line-height:1.4;
 margin-top:0;
 text-transform:uppercase;
 text-shadow:0 1px 0 rgba(255,255,255,.7)
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4 {
 margin-bottom:160px;
 border-bottom:1px solid #a1bf24
}
@media (max-width:767px) {
 .hg_accordion_element4.default-style4 .th-accordion4 .acc-group4 {
  margin-bottom:80px
 }
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button {
 border:0;
 padding:4px 10px;
 color:#cd2122;
 display:block;
 width:100%;
 text-align:left;
 background-color:#f8f8f8;
 padding:0;
 font-size:14px;
 font-weight:600;
 position:relative
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button h2 {
 font-weight:700;
 font-size:23px;
 text-transform:none;
 color:#034f72;
 margin:10px 0 10px 10px;
 padding:0
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button h3 {
 font-weight:500;
 font-size:18px;
 color:#00396b;
 margin:15px 0 5px 10px;
 padding:0
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
 .hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button h2 {
  font-size:18px
 }
 .hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button h3 {
  font-size:15px
 }
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button.collapsed {
 color:#505050;
 background-color:#fff
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4>button:hover {
 color:#111
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4 .content2 {
 background-color:#f8f8f8;
 padding:20px 15px
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4 .content2 p.spebold {
 font-size:15px;
 font-weight:500;
 line-height:20px
}
.hg_accordion_element4.default-style4 .th-accordion4 .acc-group4 .content2 p.spebold strong {
 font-weight:600
}
.hg_accordion_element4 .imgpos {
 position:absolute;
 top:37px;
 right:15px;
 z-index:1
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
 .hg_accordion_element4 .imgpos {
  position:absolute;
  top:27px;
  right:15px;
  z-index:1
 }
}



/* Accordion */

.panel-default > .panel-heading {
	background: none;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-default > .panel-heading a {
	width: 100%;
	display:inline-block;
}

.panel-group .panel {
	background-color: none;
	border: 2px solid #f7f7f7;
	border-radius: 3px;
	
}

.panel {
	background: none;
	box-shadow: none;
}

.panel-body {
	background-color: #FFFFFF;
    padding: 25px 15px 25px 15px;
}

.round_border2 h2 {
    font-size: 26px;
    line-height: 30px;
    color: #979389 !important;

}

.round_border2 h1 {
    font-size: 35px;
    color: #fb0000;
    margin: 0px 0px 20px !important;
    font-weight: 600;
}


.panel-default > .panel-heading {
	color: #3c3c3c;
	background-color: #fdfdfd;
	border-color: #f7f7f7;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 2px solid #f7f7f7;
	
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 2px solid #f7f7f7;
	background: #fff;
	color: #aaaaaa;
	
}

.panel-title span {
	float: right;
}




