
/******************************
		Headers and dividers
*************************/


.underlined_header{
	background:transparent url('../images/content_bottom.png') repeat-x bottom center;
	margin-bottom:10px;
	padding-bottom:5px;
}
.underlined_header h3{
	margin-bottom:0px;
	text-transform:uppercase;
}
.divider1{
	background:transparent url('../images/content_bottom.png') repeat-x;
	width:100%;
	height:2px;
	margin:15px 0px;
}
.divider2{
	background:transparent url('../images/content_bottom.png') repeat-x;
	width:100%;
	height:2px;
	margin:25px 0px;
}

.divider3{

	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0 30px;
}


.divider4{
	  	background:transparent url('../images/divider3.png') repeat-x;
	width:100%;
	height:4px;
	margin:25px 0px;
}





/**************************
dropcap
***************************/

.dropcap {
	background: #0dabfc;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
}

.circle {
    background: none repeat scroll 0 0 #0dabfc;
    color: #FFFFFF;
}
.dropcap.dark {
	background: #3a3a3a;
	color: #fff;
}
.dropcap.light {
	background: #f1f1f1;
	color: #3a3a3a;
}
	
.circle {
    border-radius: 35px 35px 35px 35px;
    display: block;
    font-family: 'OpenSansSemibold',Arial;
    font-size: 19px;
    line-height: 35px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 35px;
}	
	
	
	
/************************************	
	blockquote
	
**************************************/	
	
	
blockquote {
	background: #f8f8f8 url(../images/quote.png) no-repeat 17px 21px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}

	blockquote.simple {
		background: none;
		border-left: 2px solid #dedeed;
		color: #bbb;
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 10px;
	}


	blockquote small { font-size: 12px; }

blockquote.right{
	
	display: block;
	
	
	padding-right: 0;
	margin-top: 0;
		

}

blockquote.left {
	
	
	margin-top: 0;
		border-left:0px;

}
.simple.right{
	border-left:3px #dedeed solid;
}
.simple.left{
	border-right:3px #dedeed solid;
}


/* ---------------------------------------------------------------------- */
/*	List Styled
/* ---------------------------------------------------------------------- */
.list{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.list li{
	background: transparent url(../images/icons/list/arrowleft.png) no-repeat;
	background-position:0 6px;
	margin:0;
	padding:0 0 8px 20px;
	list-style-type:none;
}
.list.list li{
	background: transparent url(../images/icons/list/arrowleft.png) no-repeat;
	background-position:0 8px;
}
.list.checked li{
	background: transparent url(../images/icons/list/checked.png) no-repeat  0px 8px;
}
.list.cross li{
	background: transparent url(../images/icons/list/cross.png) no-repeat 0px 8px;
}
.list.pointer  li{
	background: transparent url(../images/icons/list/pointer.png) no-repeat  0px 5px;
}

.list.dot  li{
	background: transparent url(../images/icons/list/document.png) no-repeat  0px 8px;
}


.list.arrow li{
	background: transparent url(../images/icons/list/arrow.png) no-repeat  0px 6px;
}

.list.plus li{
	background: transparent url(../images/icons/list/plus.png) no-repeat  0px 6px;
}
.list.info_list li{
	background: transparent url(../images/icons/list/info.png) no-repeat  0px 6px;
}



 
/**************************************** Toggles**********************************/
.toggle-block{
    clear: both;
    margin: 10px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.toggle-trigger{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	color:#404040;
	background:#fafafa;
	border:1px #e5e5e5 solid;
	text-transform:uppercase;
	font-weight:700;
}


.toggle-trigger:hover{
	cursor:pointer;
}

 .toggle-trigger a{
        display: block;
        padding: 0 10px 0 10px;
        height: 35px;
        line-height: 35px;
        color: #404040!Important;
        background: url(../images/plus.png) 10px center no-repeat;
		padding-left:35px;
		font-weight:normal;
		text-transform:none;
			-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;	
    }
.toggle-trigger a:hover{
	background-color:#e7e7e7;
}
.toggle-trigger.active a{
	background:#e7e7e7 url(../images/min.png) 10px center no-repeat;

}

.toggle-content{
    margin: 5px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
	border:1px #e6e6e6 solid;
}
.toggle-content :last-child,{
        margin-bottom: 0;
    }
.toggle-content pre code,{
        margin: -5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
	
	
.faqs .items .toggle-block{
    margin-bottom: 0px;
    padding: 0px;
}


.faqs .items .toggle-trigger{
	color:#3b3a40;
	background:none;
	display:inline-block;
	margin-bottom:10px;
}

.faqs .items  .toggle-trigger a, .faqs .items  .toggle-trigger a:hover{
    color: #1b84a9!Important;
    background: none;
	text-shadow: none;
    height: 20px;
    line-height: 25px;
	font-weight:700;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
    }

	
.faqs .items  .toggle-trigger.active a{
        background: none;
}

.faqs .items  .toggle-content{
    margin: px 0 0 0;
    padding: 0px;
    overflow: hidden;
	border:0px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
}
.toggle-content :last-child,{
        margin-bottom: 0;
    }
.toggle-content pre code,{
        margin: -5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }	
	

/********************tabs ************************/
.tabs-wrapper {
      position: relative;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
ul.tabs {
	margin: 0;
    padding: 0;
	display:inline-block;
	border-bottom: 1px solid #DDDDDD;
    display: block;
    margin: 0px 0px 2px 0; !important;
    padding: 0;
	height:30px;
}
ul.tabs li {
        float: left;
        margin: 0 0px 0 0;
        padding: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        list-style: none;
        line-height: 30px;
background: none repeat scroll 0 0 #F5F5F5;
    border: 1px #DDDDDD solid;
	position:relative;
	

}
ul.tabs li a {
	text-decoration: none;
		color:#a2a2a4;
	display: block;
	font-size: 12px;
	padding: 1px 26px;
	outline: none;

}
ul.tabs li a:hover {
	color:#f55d2d;

}


html ul.tabs li.current {
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
	border-bottom:0px;
	bottom:0px;
	height:33px;
	

}	
html ul.tabs li.current, html ul.tabs li.current a  {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
		color:#404040;
}
.tab_container,
.panes {
    clear: both;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 0;
    padding: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 20px;

  
}
.tab_content,
.pane {
}
.tab_content p {
  font-size: 12px;
	padding-top: 5px;
  color: inherit;
}
.tab_content img {
	float: left;
	margin: 0 18px 18px 0;
	padding: 0px 5px 0px 5px;
}

/*******************
boxes
*********************/

div .infobox {
background: #F7F5C6;
padding: 10px 20px;
border: 1px solid #EEEAC1;
color: #747165;
box-shadow: inset 0 0 0 1px #ffffcc;
-webkit-box-shadow: inset 0 0 0 1px #ffffcc;
-moz-box-shadow: inset 0 0 0 1px #ffffcc;
margin: 0 0 20px 0;
}
.infobox{background:#F7F5C6;padding:10px 20px;border:1px solid #EEEAC1;color:#747165;box-shadow:inset 0 0 0 1px #ffffcc;-webkit-box-shadow:inset 0 0 0 1px #ffffcc;-moz-box-shadow:inset 0 0 0 1px #ffffcc;}.info a{color:#93864E;}


.error, .success, .infobox, .notice, .wpcf7-response-output {
	display: block;
	padding: 10px 20px 10px 44px;
}

.error, .wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked {
	background: #f9e5e6 url(../images/icons/list/error.png) no-repeat 10px 12px;
	border: 1px solid #f7c7c9;
	color: #b3696c;
}

.success, .wpcf7-mail-sent-ok {
	background: #e3ebc6 url(../images/icons/list/tick_circle.png) no-repeat 12px 12px;
	border: 1px solid #c2d288;
	color: #8fa442;
}

.infobox, div .infobox {
	background: #F7F5C6 url(../images/icons/list/information.png) no-repeat 10px 12px;
	border: 1px solid #EEEAC1;
	color: #747165;
	padding: 10px 20px 10px 44px;

}

.notice {
	background: #fcf7d9 url(../images/icons/list/information-balloon.png) no-repeat 10px 12px;
	border: 1px solid #f5dc7d;
	color: #c4a21b;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
