
/* Google Fonts Import */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,300italic,400italic,600italic,700italic,800italic);

body {
    background-color: #d5d5d6;
}

#main {
    background-color: #fff;
}

.boxed {
    position: relative;
    width: 1230px;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.boxed #header-container {
    width: 1230px !important;
    margin: 0 auto;
}

a:focus
{
    outline: none;
}

.carousel a.carousel-control, .carousel a.carousel-control:active, .carousel a.carousel-control:focus {
    border-radius: 0;
    color: #1B1B1B;
    opacity: 0.6;
}

.carousel a.carousel-control:hover {
    text-decoration: none;
}

.carousel a.carousel-control.left {
    padding-right: 2px;
}

.carousel a.carousel-control.right {
    padding-left: 2px;
}

.carousel a.carousel-control i {
    font-size: 37px;
    font-weight: normal;
    padding: 0;
}

.social-icon, .social-icon i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.nav-pills > li > a {
    border-radius: 0;
}

a {
    color: #fff;
}

.nav > li > a:hover, a:hover {
    text-decoration: none;
    /*background-color: transparent;*/
}

a:hover {
    color: #fff;
}

p {
    color: #777;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

pre {
    text-align: left;
    background-color: #F0F3F4;
    border: none;
    border-radius: 0;
    white-space: normal;
    margin: 40px 0;
}

.carousel-control {
    top: 50%;
    cursor: pointer;
    border: none;
}

.carousel-control i {
    font-size: 40px;
    font-weight: bold;
}

.thumbnail {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: none;
    box-shadow: none;
    outline: 0 none;
}

.page-element, .main-content {
    width: 100%;
    padding: 74px 0 75px 0;
    margin: 0;
}

.pageelhome 
{
    width: 100%;
    padding: 174px 0 25px 0;
    margin: 0;
}

.page-element h1, .page-element h2, .page-element h3 {
    text-transform: uppercase;
}

.page-element a, .page-element a:focus{
     color: #333;
 }

.page-element a:hover{
    color: #333;
    text-decoration: underline;
}

/*.page-element img, .main-content img {*/
    /*transition: all 0.4s ease 0s;*/
/*}*/

/*.page-element img:hover, .main-content img:hover {
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}*/
.gray-element {
    background-color: #F5F5F6;
}

p, a, h1, h2, h3, h4, h5, h6, span, label {
    font-family: 'Open Sans';
    font-weight: normal;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 32px;
}

a:hover, a:focus {
    text-decoration: none;
    color: #fff;
}

p {
    margin: 0 0 20px 0;
    font-size: 13px;
}

ul {
    margin: 0 0 0 15px;
}

ol {
    margin: 0 0 0 18px;
}

ul li, ol li {
    font-family: "Open Sans";
    font-size: 13px;
    color: #777;
}

.quote {
    color: #777;
    margin: 30px 0;
    padding: 0 0 0 40px;
}

.quote-icon {
    float: left;
}

.quote-text {
    padding: 0 0 0 30px;
}

.quote i {
    font-size: 24px;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.quote p {
    display: inline;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    font-style: italic;
}

.quote {
    width: auto;
}

.quote {
    text-align: left;
    color: #777;
    margin: 30px 0;
    padding: 0 0 0 40px;
}

.quote-icon {
    float: left;
}

.quote-text {
    padding: 0 0 0 30px;
}

.post-content .quote i {
    font-size: 24px;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.post-content .quote p {
    display: inline;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    font-style: italic;
}

.post iframe {
    width: 100%;
}

iframe {
    display: block;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}


/*::-webkit-input-placeholder {*/
    /*color:    #fff;*/
/*}*/
/*:-moz-placeholder {*/
    /*color:    #fff;*/
/*}*/
/*::-moz-placeholder {*/
    /*color:    #fff;*/
/*}*/
/*:-ms-input-placeholder {*/
    /*color:    #fff;*/
/*}*/

.carousel-control i {
    display: block;
    line-height: 40px;
    vertical-align: baseline;
}

.carousel-control.left i {
    padding-right: 3px;
}

.carousel-control.right i {
    padding-left: 5px;
}

.big-image {
    position: relative;
    clear: both;
    margin-bottom: 30px;
}

.big-image img {
    display: block;
}

.nav-search {
    display: none;
}

/**********************************************************************************************************************/
/************************************************* Post thumbnail *****************************************************/
/**********************************************************************************************************************/

.thumbnail {
    position: relative;
}

.thumbnail:hover .thumbnail-hover {
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
}

.thumbnail-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(file://///cc/102local/wibman-html/html/images/plus.png) no-repeat scroll center center #7DBB18;

    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:.0;
    -ms-filter:"alpha(opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.thumbnail-hover a {
    display: block;
    width: 100%;
    height: 100%;
}

/**********************************************************************************************************************/
/***************************************************** Header *********************************************************/
/**********************************************************************************************************************/
#header-container, #logo, #logo a, #header-navigation .nav > li > a, .nav-icon, .nav-icon i,
.header-small, .logo-small, .logo-small a, .header-icon-small > a, .header-icon-small > a .nav-icon i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#header-container {
    display: none;
    width: 100%;
    height: 100px;
    background: #fff;
	
}

.homepage #header-container {box-shadow: 0 2px 5px #CCC;}

.navbar-normal-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#logo {
    width: 400px;
    height: 100px;
    background: #ffffff;
    float: left;
}

#logo h1 {
    margin: 0;
    letter-spacing: 2px;
}

#logo a {
    color: #000000;
    width: inherit;
    height: inherit;
    display: block;
    line-height: 45px;
    font-weight: lighter;
    vertical-align: baseline;
    text-align: center;
}

#header-navigation {
    float: right;
}

#header-navigation span {
    display: block;
}

#header-navigation ul {
    margin: 0;
}

#header-navigation .nav > li {
    margin: 0 0 0 1px;
}

#header-navigation .nav > li > a {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header-navigation .nav > li > a:hover, #header-navigation .nav > li > a:focus {
    background-color: transparent;
}

.nav-icon {
    display: block;
    padding-top: 15px;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav-icon i {
    vertical-align: top;
    font-size: 35px;
}

#header-navigation ul li a .nav-text {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}

.nav li ul li a:hover, .nav li ul li a:focus {
    background-color: transparent;
}

#header-navigation .dropdown-menu {
    margin: 0 0 0 1px;
}

#header-navigation .dropdown-menu li {
    margin: 0;
}

#header-navigation .dropdown-menu li a {
    line-height: 30px;
}

#header-navigation ul.dropdown-menu > li:first-child {
    width: 100px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown .dropdown-menu {
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    background: #fff;
    margin-top: -1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .sub-menu li {
    list-style-type: none;
}

.dropdown-menu .sub-menu li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #000;
    padding: 3px 20px;
}

.dropdown-menu .sub-menu li a:hover {
    color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-submenu > a:after {
    margin-top: 10px;
}

#header-navigation .dropdown-submenu:hover > a:after {
    border-left-color:  #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*************************************************** Small Header ******************************************************/
.header-small {
    height: 80px !important;
    box-shadow: 0 2px 5px #CCC; 
}

.header-small #logo {
    height: 70px !important;
}

.header-small #logo a {
    color: #000000;
    /*width: 200px;*/
    height: 70px !important;
    display: block;
    line-height: 33px !important;
    vertical-align: baseline;
    font-size: 27px !important;
    text-align: center;
}

.header-small .nav > li > a {
    width: 80px !important;
    height: 80px !important;
}

.header-small ul.dropdown-menu > li:first-child {
    width: 70px !important;
}

.header-small .nav-icon {
    padding: 0;
    height: 50px;
    line-height: 60px;
}

.header-small .nav-icon i {
    display: block;
    font-size: 40px;
    line-height: 60px;
}

.header-small ul.dropdown-menu > li:first-child {
    width: 70px;
}

/**************************************************** Phone Header *******************************************************/
#phone-header-navigation {
    visibility: hidden;
    margin-bottom: 0;
}

.phone-menu-toggle {
    display: block;
    background-color: #7DBB18;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    padding: 0 20px;
}

.phone-menu-toggle .phone-menu-left-side {
    float: left;
}

.phone-menu-toggle .phone-menu-right-side {
    float: right;
}

.phone-menu-toggle i {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}

.phone-menu-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    color: #fff;
    background-color: #3A3A3A;
}

.phone-menu-wrapper li {
    display: block;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
}

.phone-menu-wrapper li a {
    display: block;
    float: left;
    width: 100%;
    color: #777;
}

.phone-menu-wrapper li a:hover {
    text-decoration: underline;
}

.phone-menu-wrapper li i {
    float: right;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #777;
    font-weight: lighter;
    font-size: 10px;
    padding: 0 4px 0 30px;
}

.phone-submenu-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.phone-submenu-wrapper li {
    padding: 6px 20px;
    margin: 0 20px;
}

.phone-submenu-wrapper li a {
    float: none;
}

.phone-submenu-wrapper li, .phone-menu-item {
    border-bottom: 1px solid #424242;
}

.phone-menu-item {
    line-height: 30px;
    height: 30px;
    padding: 6px 20px;
}

/*************************************************** Header Style 2 ****************************************************/
.corporate-header  #header-container {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.30);
}

.corporate-header #logo {
    background: #F5F5F6;
    height: 100px;
    line-height: 100px;
}

.corporate-header #logo a {
    line-height: 100px;
}

.corporate-header #header-navigation .nav-pills li {
    background: transparent;
}

.corporate-header #header-navigation ul li a .nav-icon {
    padding: 0;
    height: 0;
    text-indent: -9999px;
}

.corporate-header #header-navigation ul li a .nav-text {
    line-height: 100px;
    color: #555;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.corporate-header #header-navigation > ul > li > a {
    width: auto;
    margin: 0 10px;
}

.corporate-header #header-navigation ul.dropdown-menu > li:first-child {
    width: 100%;
}

.corporate-header #header-navigation ul li:hover {
    padding: 0;
}

/* Header Small */

.corporate-header .header-small #header-navigation .nav > li > a {
    height: 70px;
    line-height: 70px;
}

.corporate-header .header-small #header-navigation .nav > li > a .nav-text {
    line-height: 70px;
}

.corporate-header .header-small #header-navigation ul.dropdown-menu > li:first-child {
    width: 100% !important;
}

.corporate-header .header-small #header-navigation > ul > li > a {
    width: auto !important;
}

.corporate-header .nav-search {
    display: block;
}

.header-small .nav-search {
    margin-top: 20px;
}

.nav-search {
    float: right;
    margin-top: 35px;
    border-left: 1px solid #d6d6d6;
    padding-left: 20px;
    margin-left: 10px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.nav-search .search-icon i {
    display: block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.search-icon {
    float: right;
}

#search {
    float: left;
    height: 22px;
    border-radius: 0;
    background: #F5F5F6;
    border: 0;
    margin: 0;
    box-shadow: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#search.search-box-shown {
    width: 200px;
    padding: 4px 6px;
}

#search.search-box-hidden {
    width: 0;
    padding: 4px 0;
}

/**********************************************************************************************************************/
/**************************************************** Top Image *******************************************************/
/**********************************************************************************************************************/
#top-image-caption {
    margin: 170px 0 0 0;
    background: transparent url(../images/header-bg.png) top left repeat;
    display: inline-block;
    line-height: 42px;
}

#top-image h2 {
    display: inline-block;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: lighter;
    color: #fff;
    padding: 0 6px;
    margin: 0;
}

/**********************************************************************************************************************/
/*************************************************** Breadcrumbs ******************************************************/
/**********************************************************************************************************************/
#breadcrumbs {
    height: 120px;
    background-color: #F5F5F6;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs p {
    display: inline;
    font-size: 14px;
    color: #000;
}

#breadcrumbs a.stylish-button {
    color: #fff;
}

#breadcrumbs .prezent {
    color: #000000;
}

#breadcrumbs .divider {
    color: #000000;
}

.breadcrumb {
    line-height: 120px;
    float: left;
}

.breadcrumb > li {
    font-size: 14px;
    line-height: 120px;
    vertical-align: baseline;
    text-transform: uppercase;
    margin: 0;
}

#breadcrumbs .dropdown a.button {
    color: #fff;
}

#breadcrumbs .button-icon {
    font-size: 20px;
    line-height: 33px;
    vertical-align: top;
    margin: 0;
}

#breadcrumbs .short-button {
    display: inline-block;
    text-align: center;
    width: 33px;
    height: 33px;
    padding: 0;
}

#breadcrumbs .short-button a {
    color: #fff;
    padding: 0;
}

#breadcrumbs .short-button i{
    font-size: 16px;
}

#breadcrumbs .portfolio-navigator {
    float: right;
    width: 135px;
    margin-top: 40px;
}

#breadcrumbs .portfolio-navigator a.stylish-button {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

/**********************************************************************************************************************/
/************************************************* Blurb Element ******************************************************/
/**********************************************************************************************************************/
.blurb-element {
    text-align: center;
}

.blurb-element p {
    font-size: 16px;
    margin: 0;
}

.blurb-element h1 {
    color: #000;
    margin: 0 0 30px 0;
}

/**********************************************************************************************************************/
/*********************************************** Standard Element *****************************************************/
/**********************************************************************************************************************/
.standard-element h3 {
    color: #000;
    margin: 0 0 40px 0;
}

.standard-element .stylish-button {
    margin: 40px 0 0 0;
}

.element-image-left {
    text-align: left;
}

.element-image-right {
    text-align: right;
}

/**********************************************************************************************************************/
/*********************************************** Portfolio Element ****************************************************/
/**********************************************************************************************************************/
.portfolio-element {
    text-align: center;
}

.portfolio-element h3 {
    color: #000;
    margin: 0 0 30px 0;
}

.portfolio-element p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 40px 0;
}


/**********************************************************************************************************************/
/*********************************************** Portfolio ****************************************************/
/**********************************************************************************************************************/
.isotope-filter-wrapper {
    float: right;
    line-height: 40px;
    display: inline-block;
    margin: 40px 40px 0 0;
}

.isotope-filter > ul {
    background-color: transparent;
    box-shadow: none;
}

.isotope-filter > ul > li {
    color: #fff;
    line-height: 33px;
    padding: 0 20px;
    margin: 0 0 4px 0;
}

#breadcrumbs .isotope-filter a {
    color: #fff;
}

.isotope-filter i {
    font-size: 16px;
    vertical-align: middle;
}

.isotope .isotope-item {
    transform: translate(0, 0) scale(1);
}


/**********************************************************************************************************************/
/****************************************************** Blog **********************************************************/
/**********************************************************************************************************************/
.load-more {
    text-align: center;
}

.load-more .stylish-button {
    margin: 50px 0 0 0;
    text-align: center;
}

.post-excerpt {
    line-height: 18px;
    margin-bottom: 20px;
}

.post-media.thumbnail, .post-media iframe, .post-media {
    height: 230px;
    width: 270px;
    margin: 0 0 20px 0;
}

.post-grid-content {
    margin-top: 10px;
}

.search-container {
    position: relative;
    margin: 40px 0 0 0;
}

.search-box-icon {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    border-left: 1px dotted #fff;
    padding: 3px 0 4px 10px;
}

input.search-box {
    float: right;
    width: 150px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 38px 10px 10px;
    margin: 0;
}

.posts > div {
    /*margin-bottom: 40px;*/
}

.posts p {
    font-size: 13px;
    margin: 0;
}

.post {
    border-bottom: 1px solid #EAE8E8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.post-title h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
    margin: 0;
}

.post-title-icon {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.post-info {
    float: left;
    border: 1px solid #EAE8E8;
    margin: 18px 0 20px 0;
    padding: 0 5px;
}

.post-info a {
    font-size: 12px;
}

.post-info > div {
    float: left;
    margin: 0 10px 0 0;
}

.post-info i {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
}

.post-info p {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
    margin: 0;
}

.post-container .post-excerpt p {
    line-height: 18px;
}

.post-container .button {
    margin: 0 0 0 0;
}

/**********************************************************************************************************************/
/************************************************** Single Post *******************************************************/
/**********************************************************************************************************************/
.post-image {
    margin: 0 0 20px 0;
}

.post-author {
    background-color: #F0F3F4;
    margin: 40px 0;
    padding: 20px;
}

.post-author-info h4 {
    margin-top: 0;
}

.post-comments {
    margin-top: 40px;
}

.post-comments .comment {
    background-color: #F0F3F4;
    box-shadow: 1px 1px 2px #999;
    margin: 0 0 20px 0;
}

.comment {
    position: relative;
}

.comment-author-image {
    float: left;
    margin: 20px;
}

.comment-content {
    margin: 20px 0;
    padding: 0 0 0 90px;
}

.comment-content h5 {
    margin: 0;
}

.comment-date {
    font-size: 11px;
    color: #999;
    margin: 0 0 10px 0;
}

ul.replies {
    margin: 0 0 0 60px;
}

.post-reply {
    margin: 40px 0;
}

.post-reply h4 {
    margin: 0;
}

.post-reply-form {
    margin: 40px 0 0 0;
}

.post-reply-form .row {
    margin-bottom: 10px;
}

.comment .reply-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    font-size: 11px;
    text-transform: none;
    height: 24px;
}

.comment .reply-button a {
    font-size: 11px;
    text-transform: none;
    line-height: 20px;
    padding: 2px 7px;
}

.post-list {
    margin: 30px 0;
}

.post-list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.post-list i {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    vertical-align: baseline;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    margin: 0 5px 0 0;
}

.post-list p {
    display: inline;
    font-size: 13px;
}

/**********************************************************************************************************************/
/***************************************************** Sidebar ********************************************************/
/**********************************************************************************************************************/
.sidebar h5 {
    margin-top: 0;
    text-transform: uppercase;
}

.dotted-separator {
    margin: 7px 0;
    border-bottom: 1px dotted #999999;
}

.widget {
    margin: 0 0 40px 0;
}

.widget i {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    margin: 0 0 0 7px;
    vertical-align: middle;
}

.widget .blog-category {
    line-height: 20px;
}

.widget span:before {
    content: '\E766';
}

.widget p {
    display: inline;
    line-height: 20px;
    vertical-align: middle;
}

.tab-row {
    margin: 0 0 10px 0;
}

p.tab-row-title{
    display: block;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 2px;
}

.flickr-images {
    margin: 0 0 -10px -10px;
}

.flickr-image {
    float: left;
    width: 60px;
    margin: 0 0 10px 10px;
}

.flickr-image img {
    width: 100%;
}

/**********************************************************************************************************************/
/***************************************************** Footer *********************************************************/
/**********************************************************************************************************************/
footer {
    position: relative;
    font-size: 12px;
    width: 100%;
    color: #777;
}

footer p {
    margin: 0;
}

#inner-footer {
    width: 100%;
    background-color: #3A3A3A;
    padding-bottom: 20px;
}

#copyright-container {
    height: 40px;
    width: 100%;
    background-color: #303030;
}

#copyright-container p {
    font-size: 11px;
    line-height: 40px;
    vertical-align: baseline;
    margin: 0;
}

#footer-menu, #stay-connected {
    text-transform: uppercase;
    border-bottom: 1px solid #484848;
    padding: 30px 0 0 0;
}

#footer-menu .nav {
    margin: 0;
}

#footer-menu .nav li {
    padding-bottom: 10px;
    line-height: 20px;
}

#footer-menu > .nav > li > a {
    font-size: 12px;
    border-left: 1px solid #484848;
    padding: 0 10px;
    background-color: inherit;
}

#footer-menu > .nav > li > a:hover {
    text-decoration: none; color:#fff;
}

#footer-menu .nav li a.last {
    border-right: 1px solid #484848;
}

#footer-menu a {
    color: #777;
}

#footer-container-info {
    padding: 10px 0 10px 0;
}

#footer-container-info #address-info p {
    overflow: hidden;
}

#footer-container-info i {
    font-size: 18px;
    line-height: 20px;
    color: #777;
    padding: 0 5px 0 0;
}

#footer-container-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#footer-right-side {
    float: right;
}

#footer-right-side p {
    margin-bottom: 10px;
    line-height: 20px;
}

#footer-social-icons {
    padding: 10px 0 5px 0;
}

#footer-social-icons a.social-icon {
    height: 27px;
    width: 27px;
    background-color: #676767;
    margin: 0 5px 5px 0;
}

#footer-social-icons a.social-icon i {
    font-size: 19px;
    line-height: 27px;
    vertical-align: middle;
    color: #B3B3B3;
}

#scroll-up-button {
    position: fixed;
    bottom:40px;
    right: -40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #FAFAFB;
    background-color: #747474;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button i {
    font-size: 37px;
    vertical-align: top;
    line-height: 37px;
    font-weight: normal;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#scroll-up-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#scroll-up-button:hover i {
    color: #fff;
}

#scroll-up-button.visible {
    right: 5px;
}

#scroll-up-button.gone {
    right: -40px;
}

/**********************************************************************************************************************/
/***************************************************** Input **********************************************************/
/**********************************************************************************************************************/
input.stylish-text-input {
    font-size: 16px;
    background-color: #F0F3F4;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px;
}

textarea.stylish-textarea {
    font-size: 16px;
    background-color: #F0F3F4;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px;
}

.stylish-button input {
    float: right;
    margin: 10px 0 0 0;
}

/**********************************************************************************************************************/
/***************************************************** Others *********************************************************/
/**********************************************************************************************************************/
.contact-textarea {
    height: 155px;
}

.contact-icon {
    float: left;
    font-size: 20px;
    color: #777;
    margin: 0 7px 0 0;
}

#contact-info {
    height: 180px;
}

#contact-info > div {
    border-right: 1px solid #F0F3F4;
    height: 100%;
}

.more-container {
    text-align: center;
    margin-top: 40px;
}

.more-container .button {
    margin: 0;
}

.dropdown-toggle {
    /*display: inline-block;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*line-height: 36px;*/
    /*color: #fff;*/
    /*padding: 0 17px;*/
    /*border-radius: 0;*/
    /*cursor: pointer;*/
    /*height: auto;*/
}

.portfolio-filter {
    /*width: 191px;*/
    width: 100%;
}

.list {
    list-style-type: circle;

}

.list li {
    margin: 0 0 10px 0;
}

.list p, .list a {
    font-size: 13px;
    margin: 0;
}

.blog
{
	background:url(../images/blog.png) no-repeat;
	width:15px;
	background-position: 0px 23px;
	padding: 0 3px;
}
.blog:hover
{
	background:url(../images/blog1.png) no-repeat;
	width:15px;
	background-position: 0px 23px;
	padding: 0 3px;
}

.palaloxsecton {background:url(../images/lines-left.png) 0 0 repeat; min-height:400px; padding-top:100px; padding-bottom:50px;}
.palaloxsecton h1 {font-size:44px; margin-bottom:20px; font-weight:bold;  font-family: 'Open Sans';}
.headingtext {font-size:16px; line-height:32px;   font-family: 'Open Sans'; padding:20px 0; margin-bottom:20px;}
.headingtext p {font-size:16px; line-height:32px;   font-family: 'Open Sans'; color:#434343;}

.companyprofile {background:url(../images/company-paralex.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.services_parl {background:url(../images/service_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.portfolio_parl {background:url(../images/portfolo-paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.contact_parl {background:url(../images/contact_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.quiry_parl {background:url(../images/inquiry_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.clientele_parl {background:url(../images/clientele_parlax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.customerp_parl {background:url(../images/customerp_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.domain_parl {background:url(../images/domain_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.mobileapp_parl {background:url(../images/mobileapp_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.offshore_parl {background:url(../images/offshore_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.opensource_parl {background:url(../images/opensource_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% 100%;}
.seoservices_parl  {background:url(../images/seoservices_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.webdesigning_parl  {background:url(../images/webdesigning_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.webhosting_parl  {background:url(../images/webhosting_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.webdevelopment_parl  {background:url(../images/webdevelopment_paralax.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto;}
.carreparl {background:url(../images/career-paralex.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 30px;}
.how_parl  {background:url(../images/processport.jpg) 50% 0 no-repeat; min-height:350px; margin-bottom:20px; background-size:100% auto; padding:60px 0 0px;}
.thanksport  {background:url(../images/thanksport.jpg) 50% 0 no-repeat; min-height:335px; margin-bottom:20px; background-size:100% auto; padding:60px 0 0px;}


.blackbgbox {background-color:rgba(0, 0, 0, 0.7); padding:60px 0 30px;}

.companypar h1 {text-align:center; color:#fff; margin-bottom:30px;} 
.servicesleft {padding-right:30px;}
.servicesleft p {text-align:justify;}
.servicesright h3 {font-size:30px; font-weight:bold; text-transform:uppercase; margin-bottom:20px; border-bottom:dotted 1px #ccc; padding-bottom:15px;}
.servicesright ul {margin:0px; padding:0px;}
.servicesright ul li {list-style:none;padding:0px; margin:0 0 20px 0; border-bottom:dotted 1px #ccc; padding-bottom:15px;}
.servicesright ul li:hover .hb, .servicesright ul li:hover .hb:after, .servicesright ul li:hover .hb:before{background:#666699;border-left:1px solid #fff;border-right:1px solid #fff;color:#fff}
.servicesright ul li a {font-size:15px; vertical-align:text-top; color:#484848;}
.servicesright ul li a:hover {color:#00468e; text-decoration:none;}
.servicesright ul li .hb-xs { margin:0px; margin-right:10px;}

.textul {margin:0px; padding:0px 0 0 10px;}
.textul li {list-style:none; font-size:16px; line-height:32px;   font-family: 'Open Sans';  color:#2c2c2c; margin-bottom:15px;}
.companypar .headingtext p {color:#fff; font-size:18px; padding:30px 0; text-align:center; clear:both;}

.parallax-divider {
  background: rgba(0, 0, 0, 0) url("../images/parallax-divider.png") no-repeat scroll center center;
  float: left;
  height: 64px;
  text-align: center;
  width: 100%;
}

.parallax-divider img {
  border: 3px solid #fff;
  border-radius:50%;
  height: 64px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  width: 64px;
}

.four, .row .four {
  width: 33.3333%;
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative;
}

.about {
  margin-top:0px; text-align:center;
}

.about img {
  margin: 10px auto 0;
  text-align: center;
}

.about h3 {text-align:center;} 
.about .about-us-text p {font-size:16px; color:#58595b; line-height:30px; padding-left:20px; padding-right:20px;}
.serivcebox { padding:20px 0;}
.serivcebox a {color:#222222; text-decoration:none;}
.serivcebox a:hover {text-decoration:none;}
.serivcebox:hover {background:#fff;}
.serivcebox:hover .hb, .serivcebox:hover .hb:after, .serivcebox:hover .hb:before{background:#666699;border-left:1px solid #fff;border-right:1px solid #fff;color:#fff}
 
.contactdetailsbox {text-align:center; padding-top:20px;} 

p.contact-text {
  color: #6d6e71 !important;
  float: left;
  font-size:16px;
  font-style: normal;
  font-weight: 400;
  line-height:30px;
  margin-bottom: 2px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px !important;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  width: 100%;
}

p.contact-text span {
  color: #e44d26;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}

h3.contact-title {
  color: #58595b !important;
  float: left;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}

.contact-divider-top {
  background: #d1d3d4 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto;
  width: 150px;
}

.contact-divider-bottom {
  background: #d1d3d4 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto;
  width: 250px;
}

.hide-for-760 {
  display: block;
}

.contact-image {
  float: left;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.contact-image img {
  border-radius: 3px;
  margin: 10px 0;
  max-width: 100%;
}


.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="date"], .contact-form input[type="datetime"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="search"], .contact-form input[type="tel"], .contact-form input[type="time"], input[type="url"], textarea {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 14px;
  height:28px;
  margin: 0 0 20px;
  padding: 6px 15px;
  transition: all 0.15s linear 0s;
  width:90%;
}


.prefix, .postfix {
  display: block;
  height: 40px;
  line-height: 31px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}


.prefix {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  left: 2px;
  overflow: hidden;
}

span.prefix, span.postfix {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #cccccc;
}

.two, .row .two {
  width: 10.6667%;
}

.contact-form .collapse {
  margin: 0;
  height:auto!important;
}

.six, .row .six {
  width: 50%;
}

.eight, .row .eight {
  width: 66.6667%;
}

.twelve, .row .twelve {
  width: 100%;
}

.ten, .row .ten {
  width: 83.3333%;
}

.contact-form {
  margin-top: 8px;
  
  width: 100% !important;
}

.contact-form span.required {position:absolute; right:35px; color:red; top:10px;}

.contact-form textarea {height:214px;}
.contact-form textarea:hover, .contact-form textarea:focus { background-color: white;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 6px 15px;
  transition: all 0.15s linear 0s;
  width:90%;} 

.contact-form input[type="submit"] {background:#f87912; border:1px solid #d56307; height:auto!important; line-height:inherit!important; color:#fff!important; text-shadow:inherit!Important; text-transform:uppercase;}
.contact-form input[type="submit"]:hover {background:#666699; border:solid 1px #49497d; color:#fff!important;}

.clientpage .thumbnail > img {width:100%;} 
.careebox .careensec {border:solid 1px #ccc; padding:20px; margin:0 0 30px 0; overflow:hidden;}
.careebox .careensec strong.desname  {display:inline-block; width:200px;}
.careebox .careensec span.despost {color:#00468e; font-weight:bold; display:inline-block;}
.careebox .careensec span.desdots {font-weight:bold; display:inline-block; width:50px;}
.careebox .careensec a.applynowbutton {display:inline-block; width:140px; background:#f87912; text-align:center; color:#fff; font-weight:bold; font-size:16px; padding:6px 0;}
.careebox .careensec a.applynowbutton:hover {background:#666699;}

.applyonline {padding:40px 20px; background:#fff; border:solid 1px #ccc;}
.applyonline ul {margin:0px; padding:0px;}
.applyonline ul li {list-style:none; margin:0 0 20px 0; width:43%; padding:0 3%; display:inline-block;}
.applyonline ul li span.required {color:red;}
.applyonline ul li textarea {width:100%; height:100px;}
.applyonline ul li textarea:focus {border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; border-radius: 4px;}
.applyonline ul li.fullwidhtform {width:91%; display:block;}
.applyonline ul li label {cursor:default;}
.applyonline ul li input[type="text"], .applyonline ul li input[type="email"], .applyonline ul li input[type="file"] {width:100%; background-color: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; border-radius: 4px;
color: #555555;
display: inline-block;
font-size: 14px;
height: auto;
line-height: inherit;
margin-bottom: 10px;
padding: 4px 6px;
vertical-align: middle;}

.applyonline ul li input[type="text"]:focus, .applyonline ul li input[type="email"]:focus, .applyonline ul li input[type="file"]:focus {width:100%; background-color: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; border-radius: 4px;
color: #555555;
display: inline-block;
font-size: 14px;
height: auto;
line-height: inherit;
margin-bottom: 10px;
padding: 4px 6px;
vertical-align: middle;}


.applyonline ul li input[type="submit"]{display:inline-block; width:140px; background:#f87912; text-align:center; color:#fff; font-weight:bold; font-size:16px; padding:8px 0; border:0px; text-transform:uppercase;}
.applyonline ul li input[type="submit"]:hover {background:#666699;}

.howbox {margin:0px;}
.howbox .alignright {float:right; margin-left:20px; margin-bottom:20px; border:solid 1px #ccc;}
.portbutton {padding:0px!important; margin-top:30px; margin-bottom:35px;}
.title-center h3 {font-size:36px;} 
.servicesss p a {font-size:18px;}
.servicesss p a:hover {color:#ee612c; text-decoration:none;}


 



 