/*Theme Name: MinamazeTheme URI: http://www.thinkupthemes.com/free/minamaze-free/Author: ThinkUpThemesAuthor URI: http://www.ThinkUpThemes.comDescription: Minamaze the free version of the multi-purpose professional theme (Minamaze Pro) ideal for a business or blog website.

The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.
Version: 1.3.3
License: GNU General Public License
License URI: /licenses/licen.
txtTags: black, dark, red, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, gray, light, white, custom-background*/
/*  TABLE OF CONTENTS
00. IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Notification Bar
07. MAIN CONTENT
	-Breadcrumbs
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
11. IE STYLES
12. SAFARI STYLES
13. MISC*/
/* ---------------------------------------------------------------------------------------
	00. IMPORT--------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
	01. RESET---------------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
del,
dfn,
em,
font,
q,
s,
samp,
strike,
strong,
ol,
ul,
li,
fieldset,
form,
label,
legend,
tbody,
tfoot,
thead,
tr {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background: #222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
dt {
    font-weight: bold;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
.clearboth {
    width: 100%;
    clear: both;
    display: block;
}
.screen-reader-text {}
/* ---------------------------------------------------------------------------------------
	02. GLOBAL--------------------------------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #999;
    font-family: Open Sans, Helvetica, Arial;
    font-size: 15px;
    line-height: 1.8;
    word-wrap: break-word;
}

body,
#body-core {
    background: #222;
    min-width: 320px;
}
/* Responsive screen width */

body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #notification {
    min-width: 1600px;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 0.8em;
    font-family: Open Sans, Helvetica, Arial;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1 {
    font-size: 28px;
    color: #AAA;
}
h2 {
    font-size: 24px;
}
h3 {
    font-family: Open Sans, Helvetica, Arial;
    color: #BBB;
}
h4 {
    font-size: 20px;
}
h5 {
    font-family: Nothing You Could Do, Helvetica, Arial;
    font-size: 20px;
    color: #BBB;
}
h6 {
    font-size: 20px;
    color: #AAA;
}


/* Text elements */

p {
    margin-bottom: 20px;
}
ul,
ol {
    margin: 0 0 20px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
b,
strong {
    font-weight: bold;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    font-style: italic;
    margin: 0 1.5em;
}
pre {
    line-height: 25px;
    padding: 0px 20px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2), color-stop(50%, #f9f9f9));
    background: -webkit-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
    background: -o-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
    background: -ms-linear-gradient(top, #f2f2f2 50%, #f9f9f9 50%);
    background: linear-gradient(to bottom, #f2f2f2 50%, #f9f9f9 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
    background-size: 50px 50px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
    *overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 6px 15px;
}
input.searchsubmit {
    padding: 6px 15px;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="password"] {
    padding: 4px 5px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
    background: white;
    border: 1px solid #E0E0E0;
    padding: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
    background: #fff;
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
}
/* Tables */

table {
    text-align: center;
    margin: 0 0 25px;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse;
}
caption {
    font-size: 0.875rem;
    font-style: italic;
    color: #888;
}
th,
td {
    padding: 4px 2%;
    border: 1px solid #ddd;
    border-left: none;
}
th {
    font-size: 0.9em;
    font-weight: bold;
}
td {
    border-top: none;
}
#footer table,
#footer th,
#footer td {
    border-color: #779966;
}
/* Links */

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a,
a:visited {
    color: #ADD933;
    text-decoration: none;
}
/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 20px auto;
}
/* ---------------------------------------------------------------------------------------
	03. STRUCTURE--------------------------------------------------------------------------------------- */

#pre-header-core,
#header-core,
#header-links-inner,
#content-core,
#footer-core,
#sub-footer-core,
#notification-core,
#introaction-core,
#outroaction-core {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}
#content {
    clear: both;
    margin: 0;
    padding: 20px 10px;
}
/* Boxed layout */

body.custom-background #body-core {
    max-width: 1320px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 2px #CCC;
    -moz-box-shadow: 0px 0px 5px 2px #CCC;
    -ms-box-shadow: 0px 0px 5px 2px #CCC;
    -o-box-shadow: 0px 0px 5px 2px #CCC;
    box-shadow: 0px 0px 5px 2px #CCC
}





/* ---------------------------------------------------------------------------------------
	04. MEDIA--------------------------------------------------------------------------------------- */

.entry-content img,
.entry-content iframe {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
embed,
iframe,
object,
.wp-caption {
    max-width: 100%;
}
iframe.twitter-tweet {
    margin: 0 !important;
    width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    font-style: italic;
}
#content .gallery a img {
    border: none;
}
/* ---------------------------------------------------------------------------------------
	05. NAVIGATION--------------------------------------------------------------------------------------- */

#nav-above,
#nav-below {
    margin: 0px 0px 10px 0px;
}
.nav-previous {} .nav-previous a {
    color: #FFF;
    background: #ae1f23;
    padding: 5px 10px;
    float: left;
}
.nav-previous a .meta-icon {
    float: left;
    margin-right: 5px;
    padding: 1px 6px 2px 0;
}
.nav-next {} .nav-next a {
    color: #FFF;
    background: #ae1f23;
    padding: 5px 10px;
    float: right;
}
.nav-next a .meta-icon {
    float: right;
    margin-left: 5px;
    padding: 1px 0 2px 6px;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
    display: table;
}
.nav-previous a:hover,
.nav-next a:hover {
    background: #333;
}
.nav-previous a i,
.nav-next a i {
    vertical-align: top;
    display: table-cell;
}

	/* --- my hide of mobile thumbnail button ---*/
    	#thumb-button {
	    display: none;
    	}


/* =Pagination----------------------------------------------------------------------------- */
/* =Pagination----------------------------------------------------------------------------- */

.pag {
    text-align: right;
    margin: 0;
    list-style: none;
}
.pag li {
    font-size: smaller;
    display: inline-block;
    margin-right: 2px;
}
.pag li a,
.pag li span {
    color: inherit;
    padding: 1px 6px;
    border: 1px solid #EEE;
    background: white;
    display: block;
}
.pag li a:hover {
    color: #ae1f23;
    border-color: #ae1f23;
}
.pag li.current span {
    color: #fff;
    background: #ae1f23;
    border-color: #ae1f23;
}
li.pag-first {
    display: none;
}
li.pag-last {
    display: none;
}
li.pag-previous {} li.pag-next {}
/* ---------------------------------------------------------------------------------------
	06. HEADER--------------------------------------------------------------------------------------- */
/* Custom Header */

.custom-header img {
    display: block;
}
/* =Main----------------------------------------------------------------------------- */

.site-description {
    color: #777777;
    font-size: 13px;
    line-height: 13px;
}
#logo {
    float: left;
    text-align: center;
    margin: 10px 0 0;
}
#logo a {
    display: inline-block;
}
#logo img {
    max-height: 50px;
    display: block;
    margin: 0 auto;
}
#logo h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}
/* =Menu----------------------------------------------------------------------------- */
/* Site-header */

#site-header {
    line-height: 1.5;
}

/* Header */

#header {
    background: #222;
    padding: 0;
}
#header-links {
    float: right;
}
#header-links-inner {
    display: table;
    margin: 0 auto;
}
#header .header-links li {
    float: left;
}
#header .header-links > ul > li a {
    color: #ADD933;
    padding: 25px 20px;
}
#header .header-links > ul > li.menu-parent > a:after {
    position: relative;
    content: "\f107";
    font-family: fontawesome;
    padding-left: 6px;
}
#header .header-links li a {
    display: block;
    padding: 8px 14px;
    margin: 0px;
}
#header .header-links .sub-menu {
    display: none;
    float: left;
    position: absolute;
    z-index: 9999;
    border: 1px solid #303030;
    background: #333333;
}
#header .header-links .sub-menu a {
    color: white;
    font-size: 12px;
    border-bottom: 1px solid #303030;
    line-height: 32px;
    margin: 0;
    padding: 0 20px 0 10px;
}
#header .header-links .sub-menu li:last-child > a {
    border: 0;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a {}#pre-header .sub-menu li,
#header .sub-menu li {
    float: none;
    position: relative;
}
#header .sub-menu li {
    padding: 2px 10px;
}
#header .sub-menu li:hover {
    padding-left: 10px;
}
#header .menu > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
    color: #CCC;
}
.main-navigation:after {
    clear: both;
    content: "";
    display: block;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation .sub-menu a {
    white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
    position: absolute;
    top: -1px;
    left: 100%;
}
.main-navigation ul ul:hover > a {}#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul {
    display: block;
}
/* Header - Style 2 */

.slider-full.header-style2 #header-core {
    max-width: 100%;
}
.header-style2 #logo {
    float: none;
    margin: 25px 0;
}
.header-style2 #logo img {
    max-height: 90px;
}
.header-style2 #header-links {
    width: 100%;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.header-style2 #header .header-links > ul > li > a {
    padding: 15px 20px;
}
/* Moving sub-menu items right */

#pre-header .header-links .sub-menu a,
#pre-header .header-links .sub-menu a span,
#pre-header .header-links .sub-menu .menu-parent > a:before,
#header .header-links .sub-menu a,
#header .header-links .sub-menu a span,
#header #header-core .sub-menu .menu-parent > a:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pre-header .header-links .sub-menu a:hover {
    padding-right: 10px;
}
#header .header-links .sub-menu a:hover {
    padding-right: 10px;
}
#pre-header .header-links .sub-menu a:hover span,
#header .header-links .sub-menu a:hover span {
    margin-left: 10px;
}
/* Arrows of menu parents (uses FontAwesome css) */

#pre-header .sub-menu .menu-parent > a:before {
    font-family: FontAwesome;
    font-size: 1em;
    text-align: right;
    content: "\f105";
    position: relative;
    left: 10px;
    display: inline-block;
    float: right
}
#pre-header .sub-menu .menu-parent > a:hover:before {
    left: 0px;
}
#header .sub-menu .menu-parent > a:before {
    font-family: FontAwesome;
    font-size: 1.1em;
    text-align: right;
    content: "\f105";
    position: relative;
    left: 20px;
    display: inline-block;
    float: right;
}
#header .sub-menu .menu-parent > a:hover:before {
    left: 10px;
}
/* =Bootstrap Menu----------------------------------------------------------------------------- */

#header-responsive {
    display: none;
}
/* =Slider----------------------------------------------------------------------------- */

#slider-core {
    position: relative;
}
/* SlideDeck 2 Slider */

#slider .slidedeck-frame {
    margin: 0 auto;
}
/* Responsive ThinkUpSlider */

#slider .slides {
    height: 0;
    margin: 0;
}
#slider .rslides {
    margin: 0;
    overflow: hidden;
}
.rslides li {
    width: 100%;
}

.rslides img {
    width: 100%;
}

#slider .rslides-inner {
    position: relative;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    border: 0;
    overflow: hidden;
}
#slider .rslides-inner li {
    height: auto;
    list-style: none;
}
#slider .rslides-container {
    padding: 20px 10px;
}
#slider a.rslides_nav {
    text-align: center;
    line-height: 1;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#slider a.rslides_nav.prev {
    left: -60px;
}
#slider a.rslides_nav.next {
    right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
    color: #333;
    background: #fff;
}
#slider a.rslides_nav.prev:before {
    content: "\f104";
}
#slider a.rslides_nav.next:before {
    content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
    opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
    left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
    right: 0px;
}
#slider .rslides_tabs {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    bottom: 10px;
    margin: 0;
}
#slider .rslides_tabs li {
    list-style: none;
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
#slider .rslides_tabs li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}
/* Vary style for full-width and boxed slider */

.slider-boxed #slider .rslides-inner {
    width: 1600px;
}
.slider-boxed #slider .rslides-inner {
    -webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
    -moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
    -o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
    box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
.slider-full #header-core {
    max-width: 1320px;
}
.slider-full #header-links {
    border-bottom: none;
}
.slider-full #slider .rslides-inner {
    width: 100%;
    position: relative;
}
.slider-full #slider .rslides-container {
    padding: 0 0 20px;
}
/* Responsive ThinkUpSlider - Content */

#slider .rslides-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#slider .rslides-content-inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#slider .featured {
    display: table-cell;
    vertical-align: middle;
}
#slider .featured-title {
    margin-bottom: 10px;
}
#slider .featured-title span {
    display: inline-block;
    color: #333;
    font-size: 50px;
    line-height: 35px;
    font-weight: 300;
    line-height: 1.5;
}
#slider .featured-excerpt p {
    margin-bottom: 25px;
}
#slider .featured-excerpt span {
    display: inline-block;
    color: #333;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}
#slider .featured-link a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    padding: 5px 20px;
    border: 1px solid #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#slider .featured-link a:hover {
    background: #ae1f23;
    border-color: #ae1f23;
}
/* Animate slide content */

#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
#slider .rslides1_on .featured-title {
    -webkit-transition-delay: 1.0s;
    -moz-transition-delay: 1.0s;
    -ms-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
/* =Intro Options----------------------------------------------------------------------------- */

#intro.option1 {
    margin-bottom: 25px;
}
#intro.option1 #intro-core {
    position: relative;
    width: 100%;
    display: table;
    padding-bottom: 20px;
}

#intro.option1 #intro-core:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #333;
}
#intro.option1 #intro-core:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 25px;
    border-bottom: 3px solid #333;
}


/* ---- added by me to remove page title and little line --- */
#intro.option1 .page-title {
display: none;
}
#intro.option1 #intro-core:after {
display: none;
}


/* =Notification Bar----------------------------------------------------------------------------- */

#notification {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: #364BE6;
    border-bottom: 2px solid white;
    -webkit-box-shadow: 0 0 6px 0 #999;
    -moz-box-shadow: 0 0 6px 0 #999;
    -ms-box-shadow: 0 0 6px 0 #999;
    -o-box-shadow: 0 0 6px 0 #999;
    box-shadow: 0 0 6px 0 #999;
}
#notification-core {
    text-align: center;
    color: white;
    padding: 5px 0px;
}
#notification-core .notification-button {
    color: white;
    background: black;
    padding: 3px 10px;
    margin: 0px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/* ---------------------------------------------------------------------------------------

	07. MAIN CONTENT--------------------------------------------------------------------------------------- */




/* =Buttons----------------------------------------------------------------------------- */

.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #222;
    text-align: center;
    border: none;
    background: #ADD933;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.themebutton {
    color: #222;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #7c992d;
}

.buttonoff {
    color: #333;
    text-align: center;
    border: none;
    background: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.buttonoff {
    color: #333;
}
.buttonoff:hover {
    background: #333;
}


/* =Breadcrumbs----------------------------------------------------------------------------- */

#breadcrumbs {
    font-size: 10px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
#breadcrumbs .delimiter {
    padding: 0px 10px;
    color: #ae1f23;
}
#breadcrumbs a:hover {
    color: #ae1f23;
}
/* =Pre-Designed Homepage (code also in style-responsive.css)----------------------------------------------------------------------------- */

#section-home {
    text-align: center;
    padding: 0 10px;
}
#section-home-inner {
    max-width: 1600px;
    margin: 20px auto 0;
}
#section-home .section {
    display: block;
    background: #333;
    color: #999;
    padding: 10px;
    border: 3px solid #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-home .entry-header {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-home .entry-header span {
    background: #333;
    display: block;
    position: relative;
    border-radius: 500px;
    width: 90px;
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
#section-home .entry-header i {
    font-size: 50px;
    color: white;
    position: relative;
    top: 20px;
}
#section-home img {
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#section-home .entry-content {
    padding-top: 20px;
}
#section-home h3 {
    font-size: 18px;
    font-weight: 600
}
#section-home .more-link {
    color: #333;
    padding: 5px 10px;
}
#section-home .more-link:after {
    font-family: FontAwesome;
    content: '\F101';
    color: #333;
    padding-left: 5px
}

#section-home .arrow-left {
    padding: 5px 10px;
}
#section-home .arrow-left:before {
    font-family: FontAwesome;
    content: '\F104';
    padding-right: 5px
}
#section-home .arrow-right {
    padding: 5px 10px;
}
#section-home .arrow-right:after {
    font-family: FontAwesome;
    content: '\F105';
    padding-left: 5px
}
#section-home .blank-button {
    padding: 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#section-home .buttonoff {
    padding: 5px 10px;
}



/* =Call to Action / Attention Grabber----------------------------------------------------------------------------- */

#introaction,
#outroaction {
    padding: 10px;
}
#introaction-core,
#outroaction-core {
    padding: 20px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #333333;
}
.action-text.three_fourth,
.action-button.one_fourth,
.action-text h3,
.action-text p,
.attention_text.three_fourth,
.attention_button.one_fourth,
.attention_text h3,
.attention_text p {
    margin-bottom: 0px;
}
.action-text h3,
.attention_text h3 {
    margin-top: 0px;
}
.action-text h3,
.action-text p,
.attention_text h3,
.attention_text p {
    margin-left: 10px;
    margin-right: 10px;
}
.action-button h4,
.attention_button h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0px 10px;
}


/* =Floating Content----------------------------------------------------------------------------- */

#header-core:before,
#header-core:after,
#header-links-inner .menu:before,
#header-links-inner .menu:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-image:before,
#author-image:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after {
    content: "";
    display: table;
}
#header-core:after,
#header-links-inner .menu:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-image:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after {
    clear: both;
}
/* ---------------------------------------------------------------------------------------
	08. FOOTER--------------------------------------------------------------------------------------- */

#footer {
    margin-top: 25px;
    background: #333;
    border-top: 6px solid #ADD933;
    border-bottom: 1px solid #111;
    padding: 15px 10px;
}
#footer-core h3 {
    color: #DDDDDD;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin: 10px 0px 15px;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: 0 1px 0 0 #444;
    -moz-box-shadow: 0 1px 0 0 #444;
    -ms-box-shadow: 0 1px 0 0 #444;
    -o-box-shadow: 0 1px 0 0 #444;
    box-shadow: 0 1px 0 0 #444;
}
#footer-core h3 span {}#footer-core,
#footer-core p,
#footer-core a:hover {
    color: #CCC;
}
#footer-core a {
    color: #ADD933;
}



/* Sub Footer */

#sub-footer {
    background: #222;
    border-top: 1px solid #333;
    padding: 15px 0px;
}
#sub-footer-core {
    padding: 0px 10px;
}
#sub-footer-core,
#sub-footer-core a {
    font-size: 11px;
}
#sub-footer-core {
    color: #666;
    text-align: center;
}
#sub-footer-core a {
    color: #666;
}
#sub-footer-core a:hover {
    color: #CCC;
}
#footer-menu {
    margin-bottom: 10px;
}
#footer-menu a {
    padding: 0 8px;
}
#footer-menu ul {
    margin: 0px;
}
#footer-menu li {
    display: inline-block;
}
#footer-menu li:after {
    content: "|";
}
#footer-menu li:last-child:after {
    content: none;
}
.copyright {}





/* My Form */
.myform {
    margin-left:auto;
    margin-right:auto;
    max-width: 400px;
    background: #333;
}

.myform input[type="text"], .myform input[type="password"], .myform input[type="email"], .myform textarea, .myform select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Open Sans, Helvetica, Arial;
}
.myform textarea{
    height:100px;
    padding-top: 10px;
}

.myform label {
    display: block;
    margin: 0px 0px 5px;
}
.myform label>span {
    float: left;
    margin-top: 10px;
}






/* Tabs Specific */

.thinkup_widget_tabs .nav-tabs {
    margin: 0;
    border: none;
}
.thinkup_widget_tabs li {
    border-bottom: none !important;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
    display: block !important;
    padding: 0 !important;
    margin: 0;
    border: none;
    background: none;
}
.thinkup_widget_tabs h3.widget-title {
    text-align: center;
    padding: 6px 5px 5px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
#sidebar .thinkup_widget_tabs h3.widget-title:before,
#sidebar .thinkup_widget_tabs h3.widget-title:after {
    visibility: hidden;
}
#sidebar .thinkup_widget_tabs h3.widget-title {
    border-top: 2px solid white;
    border-bottom: 1px solid #DDD;
    margin: 0;
}
#sidebar .thinkup_widget_tabs .nav .active h3.widget-title {
    padding-top: 5px;
    border: 1px solid #DDD;
    border-top: 3px solid #ae1f23;
    border-bottom: none;
    -webkit-box-shadow: 1px 0px 1px 0px #EEE;
    -moz-box-shadow: 1px 0px 1px 0px #EEE;
    -ms-box-shadow: 1px 0px 1px 0px #EEE;
    -o-box-shadow: 1px 0px 1px 0px #EEE;
    box-shadow: 1px 0px 1px 0px #EEE;
}
#sidebar .thinkup_widget_tabs .tab-content {
    padding: 10px;
    border: 1px solid #DDD;
    border-top: none;
    -webkit-box-shadow: 1px 1px 1px 0px #EEE;
    -moz-box-shadow: 1px 1px 1px 0px #EEE;
    -ms-box-shadow: 1px 1px 1px 0px #EEE;
    -o-box-shadow: 1px 1px 1px 0px #EEE;
    box-shadow: 1px 1px 1px 0px #EEE;
}
#sidebar .thinkup_widget_tabs .recent-posts:last-child,
#sidebar .thinkup_widget_tabs .popular-posts:last-child {
    margin: 0;
    border: 0;
}
#footer .thinkup_widget_tabs h3.widget-title {
    border-bottom: 1px solid #222;
    margin: 0;
    -webkit-box-shadow: inset 0 -1px 0 0 #444;
    -moz-box-shadow: inset 0 -1px 0 0 #444;
    -ms-box-shadow: inset 0 -1px 0 0 #444;
    -o-box-shadow: inset 0 -1px 0 0 #444;
    box-shadow: inset 0 -1px 0 0 #444;
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
    padding-top: 5px;
    border: 1px solid #222;
    border-bottom: none;
    -webkit-box-shadow: 1px 0 0 0 #444;
    -moz-box-shadow: 1px 0 0 0 #444;
    -ms-box-shadow: 1px 0 0 0 #444;
    -o-box-shadow: 1px 0 0 0 #444;
    box-shadow: 1px 0 0 0 #444;
}
#footer .thinkup_widget_tabs .tab-content {
    padding: 10px 10px 5px;
    border: 1px solid #222;
    border-top: none;
    -webkit-box-shadow: 1px 1px 0 0 #444;
    -moz-box-shadow: 1px 1px 0 0 #444;
    -ms-box-shadow: 1px 1px 0 0 #444;
    -o-box-shadow: 1px 1px 0 0 #444;
    box-shadow: 1px 0 0 0 #444;
}
#footer .thinkup_widget_tabs .recent-posts:last-child,
#footer .thinkup_widget_tabs .popular-posts:last-child {
    margin: 0;
    border: 0;
}



/* Default Widgets */

.widget ul {
    margin: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #EEE;
}
.widget li {
    list-style: none;
    border-bottom: 1px solid #EEE;
}
.widget li a {
    padding: 5px 0px 5px 20px;
    display: inline-block;
}
.widget li a:hover {
    color: #ae1f23
}
.widget ul.children,
.widget ul.sub-menu {
    border-left: none;
    border-right: none;
    border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
    border-bottom: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
    padding-left: 40px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a {
    padding-left: 60px;
}
.widget select {
    width: 100%;
    margin-top: 10px;
}
/* Default Widgets - Footer Area */

#footer .widget ul {
    border: none;
}
#footer .widget li {
    border: none;
    padding: 2px 0;
}
#footer .widget li a {
    padding: 1px 0px;
}
#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a {
    padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a {
    padding-left: 30px;
}
/* Widget Specific - Calendar */

.widget_calendar #wp-calendar {
    margin: 0;
}
/* Default Widget - Rss */

#sidebar .widget_rss li {
    padding: 20px
}
.widget li a.rsswidget {
    padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
    padding: 5px 0
}
/* Default Widget - Tag Cloud */

.widget_tag_cloud a {
    font-size: 10px !important;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 8px;
    margin: 0 0px 3px 0;
}
#sidebar .widget_tag_cloud a {
    border: 1px solid #DDD;
}
#sidebar .widget_tag_cloud a:hover {
    border-color: #ae1f23;
}
#footer .widget_tag_cloud a {
    border: 1px solid #333333;
    padding: 2px 8px;
}
#footer .widget_tag_cloud a:hover {
    color: white;
    border-color: #ae1f23;
}
/* Default Widget - Text */

#sidebar .textwidget {
    padding: 20px;
    border: 1px solid #EEE;
}
/* Default Widget - Search */

.widget_search .search {
    float: left;
    width: 68%;
    margin-right: 2%;
    border: 1px solid #E0E0E0;
}
.widget_search .searchsubmit {
    display: block;
    float: left;
    width: 30%;
    padding: 6px;
    border: none;
}
#footer .widget_search .search {
    background: #222;
    border: 1px solid #444;
}
#footer .widget_search .searchsubmit {
    background-color: #ae1f23;
}
#footer .widget_search .searchsubmit:hover {
    background-color: #82CB51;
}
/* Default Widget - Remove Borders */

#sidebar .widget_tag_cloud,
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_search {
    border-bottom: none;
}
/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS--------------------------------------------------------------------------------------- */

/* =Meta Content----------------------------------------------------------------------------- */

.entry-meta {
    font-size: 90%;
    margin-bottom: 20px;
}
.entry-meta a {
    color: inherit;
}
.entry-meta a:hover {
    color: #ae1f23;
}
.entry-meta > span {
    display: inline-block;
    padding-right: 15px;
}
.entry-meta i {
    padding-right: 10px;
}


/* =Parallax--------------------------------------------------------------------------------------- */

.page-template-template-parallax-php #content {
    padding: 0;
}
.page-template-template-parallax-php #content-core {
    margin: 0;
    max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
    padding: 30px 10px 0;
}
.page-template-template-parallax-php .panel-grid-core {
    display: block;
    max-width: 1600px;
    margin: 0 auto
}


/* =404 Error--------------------------------------------------------------------------------------- */

.title-404 {
    text-align: center;
    margin: 20px 0;
}
.title-404 h2 {
    line-height: 1;
    font-size: 60px;
    margin: 0 0 30px 0;
}
.title-404 p {
    margin-bottom: 30px;
}
.title-404 .search {
    margin-bottom: 20px;
    width: 200px;
    max-width: 200px;
}
/* =Portfolio (styling code in style-portfolio.css)--------------------------------------------------------------------------------------- */

.column-1 {
    width: 100%;
    padding: 5px;
}
.column-2 {
    width: 50%;
    padding: 5px;
}
.column-3 {
    width: 33.333%;
    padding: 5px;
}
.column-4 {
    width: 25%;
    padding: 5px;
}
.column-1,
.column-2,
.column-3,
.column-4 {
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* =Project--------------------------------------------------------------------------------------- */

h4.project-title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0 0 10px;
}
.project-button {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    margin: 0;
}
/* Bootstrap accordion */

#project-accordion {
    margin-bottom: 20px
}
#project-accordion .accordion-group {
    margin: 0;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#project-accordion .accordion-group:last-child {
    border-bottom: 1px solid #E5E5E5;
}
#project-accordion .accordion-toggle:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 15px;
    left: 12px;
    background-color: #ae1f23;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#project-accordion .accordion-toggle.collapsed:before {
    background-color: #333;
}
#project-accordion .accordion-toggle {
    color: inherit;
    position: relative;
    background: #FCFCFC;
    padding-left: 40px;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    -moz-box-shadow: inset 0 0 0 1px #FFF;
    -ms-box-shadow: inset 0 0 0 1px #FFF;
    -o-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
}
/* ---------------------------------------------------------------------------------------	11. IE STYLES--------------------------------------------------------------------------------------- */

#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
    width: auto;
}
#ie8 .content-core {
    zoom: 1;
}
/* ---------------------------------------------------------------------------------------	12. SAFARI STYLES--------------------------------------------------------------------------------------- */
/* Fix 100% table width issue on Safari */

.wrap-safari {
    display: block;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------	13. MISC--------------------------------------------------------------------------------------- */

.hidden {
    display: none;
}