/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */


#page {
    display: block;
    margin: 0 auto;
}

#primary {
    float: left;
    margin: 0 auto;
    width: 100%;
}

#content {
    margin: 0 auto;
}

#main .widget-area, .widget-area {
    float: right;
    overflow: hidden;
    width: 31%;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: #faf7f8 none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#access li {
    border-right: 1px solid #f1eeef;
    float: left;
    position: relative;
}
#access a {
    color: #868585;
    display: block;
    font-size: 17px;
    line-height: 2em;
    padding: 13px 18px;
    text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #f15d22 none repeat scroll 0 0;
    color: #fff;
}
.current-menu-item a{
	background: #f15d22 none repeat scroll 0 0 !important;
    color: #fff !important;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}

input[type="text"], input[type="email"], input#s {
    margin: 0 1em 0 0;
    padding: 7px;
    width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
    padding: 0.7em 0;
}
.nivo-caption {
    background-color: transparent !important;
    background-image: url("images/cap_bg.png") !important;
    float: left;
    height: 100%;
    position: absolute !important;
    width: 57% !important;
    background-size: 100% !important;
}

.cmain {
    margin: 0 auto !important;
    max-width: 430px !important;
	padding:10% 0;
}

.cmain > h1 {
    font-size: 41px;
}

.cmain h1 span {
    color: #f26b34;
    display: block;
    margin-left: 3em;
}

.cmain h4 {
    font-size: 22px;
    margin-top: 15px;
	margin-bottom: 15px;
}

.cmain > h3 {
    color: #000;
    font-size: 32px;
}
.slider a.button {
    border: 2px solid #000 !important;
    color: #f26b34 !important;
    display: table !important;
    font-size: 18px;
    margin-top: 16px !important;
    padding: 10px 24px;
    background: #000;
	cursor:pointer;
	transition:0.2s;
}
.slider a.button:hover {
    background: transparent;
    border: 2px solid #f26b34 !important;
    color: #fff !important;
}

.widget-title {
    display: none;
}

.home .entry-title {
    display: none;
}

#secondary ul {
}



#secondary ul li, #primary ul li {
    color: #6b6969;
    font-size: 17px;
    line-height: 25px;
    list-style: outside url("images/li.png") disc;
    margin-bottom: 11px;
}

.padding {
    padding: 6px 0;
}



.ftr #secondary h1, .ftr #primary h1 {
    margin-bottom: 15px;
}

.course_box {
    float: left;
    margin: 1%;
    min-height: 94px;
    padding: 10px;
    width: 44%;
}

.box_f > h1 {
    color: #000;
    font-size: 27px;
    font-weight: normal;
}

.box_f {
    float: left;
    width: 32%;
}
.footer {
    color: #6a6969;
    padding: 1.5em 0;
}

a {
    color: #f26b34;
    text-decoration: none;
}

a:hover {
    color: #ff965f;
}
.mid {
    margin: 0 2%;
}
footer {
    background: #000 none repeat scroll 0 0;
    float: left;
}

.box_f > p {
    font-size: 15px;
}


.entry-title {
    border-bottom: 2px dotted #dfdbda;
    color: #000;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.entry-content {
    color: #373534;
}

.button {
    border: 1px solid;
    padding: 9px 15px;
    transition: all 0.2s ease 0s;
}

.button:hover {
    background: #f26b34 none repeat scroll 0 0;
    color: #fff;
}

ul li ul {
    margin-top: 26px;
}
.comp > div {    min-height: 500px;    width: 100%;}
.flow {    background-image: url("http://getwebservice.com/client/uma/wordpress/wp-content/uploads/2015/12/flow.png");    height: 800px;    margin: 0 auto;    width: 500px;}#selectbox {    margin-left: 173px;    margin-top: 420px;    width: 135px;}
#courses h3 {
    margin-bottom: 12px;
}

.box_f li {
    font-size: 16px;
    line-height: 28px;
}

.entry-content table {
    width: 100%;
    line-height: 28px;
    margin-bottom: 15px;
}

.entry-content td {
    border-bottom: 1px solid #ccc;
    padding: 8px;
}

.wpcf7-submit {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f15d22;
    color: #f15d22;
    font-size: 16px;
    padding: 6px 17px;
    text-transform: uppercase;
	cursor: pointer;
	transition:0.2s;
}

.wpcf7-submit:hover {
    background: #f15d22 none repeat scroll 0 0;
    border: 2px solid #eaeaea;
    color: #fff;
}

.red {
    color: #fe0000;
}

.box_f .wpcf7-submit {
    background: #f15d22 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    margin: 3px 0 0 -2px;
    padding: 3px;
}

#access li span {
    float: left;
    line-height: 59px;
}
#access li a img {
    display: none;
    float: left;
    line-height: 0;
    margin-top: 6px;
}
.box_f input[type="email"] {
    border: 1px solid #ccc;
    margin-right: 0;
    padding: 7px;
}
.fade {
    display: none;
    position: fixed;
    z-index: 999;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.textwidget {
    display: none;
}
.popup {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 34%;
    padding: 15px;
    position: absolute;
    width: 400px;
    z-index: 9999;
}

.fifty {
    float: left;
    margin-left: 3px;
    width: 49%;
}


.box_f .current-menu-item a {
    background: transparent none repeat scroll 0 0 !important;
    color: #f26b34 !important;
}

.popup .hund input, .popup .hund select {
    padding: 7px 6px;
    width: 95%;
}
.popup .hund input, .popup .hund select {
    padding: 4px 6px;
    width: 95%;
}
.popup .fifty input, .popup .fifty select {
    padding: 4px 6px;
    width: 89%;
}
.small {
    margin-bottom: -10px;
    padding: 0;
}

.popup p {
    padding: 0 0 10px;
}

.popup h1 {
    border-bottom: 1px dashed;
    color: #f15d22;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.right.wid-50 > img {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 100px;
    margin: 2px 8px;
    padding: 4px;
    transition: all 0.2s ease 0s;
    width: 216px;
}

.right.wid-50 > img:hover {
    border-radius: 50%;
}
.inner_ban {
    background: rgba(0, 0, 0, 0) url("images/inner_ban.jpg") repeat scroll 0 0;
    height: 270px;
}

.inner_ban h1 {
    color: #fff;
    float: left;
    font-size: 51px;
    font-style: italic;
    line-height: 270px;
    text-transform: capitalize;
}


.feat {
    
    float: right;
    margin: 25px 0;
    
}

.feat img {
    float: left;
}
.wid-15 {
    width: 12% !important;
}#courses #primary {    width: 66%;}.ftr {    background: #000 none repeat scroll 0 0;}

.code-chart {
    line-height: 31px;
    padding-left: 4%;
}

