﻿
#info {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-family: arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    #info .info-wrapper {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #info a {
        color: #c09853;
        text-decoration: none;
    }

    #info p {
        margin: 5px 0 0 0;
    }



#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}

    #filters li {
        float: right;
    }

        #filters li span {
            display: block;
            padding: 5px 20px;
            text-decoration: none;
            color: #666;
            cursor: pointer;
            background-color: #F7BC28;
            margin: 1px;
        }

            #filters li span.active {
                background: #e95a44;
                color: #fff;
            }

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing:border-box;
	display: none;	
	/*padding: 14px !important;*/
}
.filter2
{
    display: none;	
}


.image-wrap > img {
    width: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}



.ProductPageCatOneLi {
    list-style-type: none;
    float: right;
    margin-right: 2px;
    margin-left: auto;
}

.btnProductPageCatOne {
    cursor: pointer;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
    border: none;
    background: none;
    color: inherit;
    text-transform: uppercase;
    font: 20px/26px yekan;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    white-space: nowrap;
}

.btnProductPageCatOneActive {
    background: none;
    color: #f7bc28;
}

/*.btnProductPageCatOne:after {
        content: '|';
        color: #1e1e1e;
        position: absolute;
        left: -8px;
        font-weight: 600;
        font-family: yekan;
        text-transform: uppercase;
        font-size: 16px;
    }*/


.btnProductPageCatTwo {
    cursor: pointer;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
    border: none;
    background: none;
    color: inherit;
    text-transform: uppercase;
    font: 20px/26px yekan;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    white-space: nowrap;
}

.card {
	background-color: white;
	/* margin: 5px !important; */
	border: 1px solid #dedede;
	/*border-radius: 11px;*/
	box-shadow: 0 0 0 transparent;
	height: 360px;
	max-height: 360px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: center;
}

/*.cardImg {
    height: 200px;
    max-height: 200px;
    width: 100%;
}*/

.cardCaptionTextTitle {
	padding: 7px;
	font-size: 14px;
	color: #293e7b;
	padding-right: 12px;
	padding-left: 14px;
}

.cardCaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #ededed;
	text-align: justify;
	border-top: 1px solid #dedede;
	/*border-bottom-left-radius: 9px;
	border-bottom-right-radius: 8px;*/
}
.dropdown-menu
{
    border-radius:0 !important;
    background-color: #f0f0f0 !important;
    padding: 0px  !important;
}
.navbar-right .dropdown-menu {
    left:auto !important;
	/* right: 0; */
	/*right: auto   !important;*/
}
.dropdown-submenu > .dropdown-menu {
	
	margin-top: 0px  !important;
	
}
.cardCaptionTextTitle {
	padding: 9px;
}
.cardCaptionTextlink {
	text-align: left;
	position: absolute;
	bottom: 12px;
	width: 100%;
	left: 19px;
}
.ulFilters {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.liFilters {
    float: right;
}

    .liFilters a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .liFilters a:hover, .dropdown:hover .dropbtn {
            background-color: red;
        }

    .liFilters.dropdown {
        display: inline-block;
    }

/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}*/

.dropdown-submenu {
    position: relative;
    width:100%;
    white-space:nowrap;
}
.level3Filter
{
    width:100%;
    white-space:nowrap;
    
    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    /*-webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    /*-webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;*/
}


.caret {
  margin-right: 2px;
  margin-left: 0;
}


.dropdown-menu {
  right: auto;
  left: 0;
  float: left;
  text-align: right; 
  
}
.pull-right {
    left: 0;
    right: auto;
    float: right;
  }

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}



.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.navbar-toggle {
    z-index: 3;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #F3F3F4;
    border-color: #F3F3F4;
}

    .navbar-default .navbar-nav > li > a {
        color: black;
    }

.navbar-nav > li > a {
    line-height: 60px;
}

.nav > li > a {
    padding: 10px 15px;
    font-size: 15px;
}

.company {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #2f2f2f;
    color: white;
    font-weight: bold;
    font-size: 26px;
}
.navbar-nav>li {
    float: right;
}
.navbar-right:last-child {
    margin-left: 0 !important;
    margin-right: -15px !important;
}
.myhr {
    border: none;
    height: 20px;
    width: 100%;
    height: 50px;
    margin-top: 0;
    border-bottom: 0px solid #1f1209;
    box-shadow: 0 20px 20px -23px #333;
    margin: -50px auto 10px;
}

.myhr2 {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #ffbf00;
    box-shadow: 0 20px 20px -20px #ffbf00;
    margin: -50px auto 10px;
}

.titletextshadow {
    text-shadow: 0px 0px 4px #686868
}

/*.MainProjectCatDiv {
    padding-bottom: 15px;
    padding-top: 15px;
}
.ProjectCatDiv {
    border: 1px solid #e3e3e3;
    padding-bottom: 10px;
    min-height: 400px;
   
    position: relative;
}
.projectCatImageA
{

}
.projectCatImageDiv {
    height: 150px;
    background-color: #000000;
    position:relative;
}
.projectCatImageDiv:hover{
    background-color:black;
}
    
    .projectCatImageDiv::before {
       
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        opacity: 0.7;
    }


    .projectCatImageDiv::after {
        content: '';
        display: block;
        width: 125px;
        height: 125px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }


.projectCatTitleDiv {
    margin: 10px;
   
    text-align: center;
    font-size: 16px;
    color: #337ab7;
}

.projectCatDescDiv {
    text-align: justify;
    line-height: 23px;
    margin: 10px;
    font-size: 11px;
    color: #6d6079;
}
.projectCatBtnDiv {
   
    width: 100%;
    text-align: center;
}
.projectCatBtn {
    border-radius: 23px;
    border: none;
    padding: 8px;
    background-color: #f7bc28;
    font-size: 13px;
}


.ProjectDiv {
    border: 1px solid #e3e3e3;
    height: 300px;
    min-height: 300px;
    position:relative;
}

.projectImageDiv {
    height: 200px;
}

.projectTitleDiv {
    margin: 10px;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    color: black;
}

.projectDescDiv {
    text-align: justify;
    line-height: 23px;
    margin: 10px;
    font-size: 11px;
}

.projectBtnDiv {
    text-align: left;
    position: absolute;
    bottom: 10px;
    width: 100%;
   
    left: 10px;
}

.projectBtn {
    border-radius: 23px;
    border: none;
    background-color: #f7bc28;
    font-size: 13px;

    padding-right: 21px;
    padding-left: 21px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.projectIcon::before {
    content: '\f013';
    position: absolute;
    top: 0px;
    font: 400 14px 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    line-height: inherit;
    font-size: 28px;
    color: #080808;
    margin-left: 9px;
}*/


    
/*.productCatImageDiv:hover {
        background-color: black;
    }*/
/*.productCatImageDiv::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        opacity: 0.7;
    }


    .productCatImageDiv::after {
        content: '';
        display: block;
        width: 125px;
        height: 125px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }*/

.pcatmaindiv {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 143px;
    margin: 8px;
}

.ProductCatDiv {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px;
    color: white;
}

.productCatImage {
    width: 100%;
    height: 100%;
    max-height: 238px;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.productCatImageDiv {
    height: 101px;
    background-color: white;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.productCatImageA {
    color: #737171;
    background-color: gold;
}
.productCatTitleDiv {
    margin: 10px;
    /*font-weight: bold;*/
    text-align: center;
    font-size: 16px;
    color: #337ab7;
}


.productCatDescDiv {
    /*text-align: justify;*/
    line-height: 23px;
    margin: 10px;
    font-size: 12px;
    color: #6d6079;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-justify: distribute;*/
}

.productCatBtnDiv {
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: inherit;
    background-color: inherit;
}
.productCatBtn {
    /*border-radius: 23px;*/
    border: none;
    padding: 8px;
    font-size: 13px;
    /*color: white;*/
    line-height: 11px;
    font-size: 15px;
    font-weight: bold;
    /*background-color: #f90000;*/
}
.productAllCatBtn {
    background-color: gold;
    color: #737171;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.tooltip {
    font-family: iranyekan, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: justify;
    /*text-align: start;*/
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 1;
    /* ... */
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #535353;
    text-align: center;
    background-color: gold;
    border-radius: 10px;
    opacity: 1;
}


.ProductDiv {
    /*border: 1px solid #eaeaea;*/
    height: 100%;
    min-height: 345px;
    border-radius: 5px;
    background-color: #fbfbfb;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;*/
    /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important*/
    /*box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);*/
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    
}

.productImageDiv {
    height: 150px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
}

.productTitleDiv {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    width: 90%;
    margin: 0 auto;
}
.productTitleP {
    margin: 10px 15px;
    font-weight: bold;
    color: #535353;
    margin-top: 15px;
    font-size: 15px;
}

.productDescDiv {
    text-align: justify;
    line-height: 23px;
    margin: 10px 15px;
    font-size: 13px;
    color: #747373;
}

.productBtnDiv {
    margin-top: 26px;
    text-align: left;
}

.productBtn {
    border-radius: 23px;
    border: none;
    background-color: gold;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #737171;
    font-weight: bold;
    margin-left: 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.productIcon::before {
    content: '\f013';
    position: absolute;
    top: 0px;
    font: 400 14px 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    line-height: inherit;
    font-size: 28px;
    color: #080808;
    margin-left: 9px;
}


/**project**/
    
.pcatmaindiv {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 143px;
    margin: 8px;
}

.ProjectCatDiv {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px;
    color: white;
}

.projectCatImage {
    width: 100%;
    height: 100%;
    max-height: 238px;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.projectCatImageDiv {
    height: 101px;
    background-color: white;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.projectCatImageA {
    color: #737171;
    background-color: gold;
}
.projectCatTitleDiv {
    margin: 10px;
    /*font-weight: bold;*/
text-align: center;
font-size: 16px;
color: #337ab7;
}


.projectCatDescDiv {
    /*text-align: justify;*/
    line-height: 23px;
    margin: 10px;
    font-size: 12px;
    color: #6d6079;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-justify: distribute;*/
}

.projectCatBtnDiv {
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: inherit;
    background-color: inherit;
}

.projectCatBtn {
    /*border-radius: 23px;*/
    border: none;
    padding: 8px;
    font-size: 13px;
    /*color: white;*/
    line-height: 11px;
    font-size: 15px;
    font-weight: bold;
    /*background-color: #f90000;*/
}

.projectAllCatBtn {
    background-color: gold;
    color: #737171;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.tooltip {
    font-family: iranyekan, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: justify;
    /*text-align: start;*/
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 1;
    /* ... */
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #535353;
    text-align: center;
    background-color: gold;
    border-radius: 10px;
    opacity: 1;
}


.ProjectDiv {
    /*border: 1px solid #eaeaea;*/
    height: 100%;
    min-height: 380px;
    border-radius: 5px;
    background-color: #fbfbfb;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;*/
    /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important*/
    /*box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);*/
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.projectImageDiv {
    height: 200px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
}

.projectTitleDiv {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    width: 90%;
    margin: 0 auto;
}

.projectTitleP {
    margin: 10px 15px;
    font-weight: bold;
    color: #535353;
    margin-top: 15px;
    font-size: 15px;
}

.projectDescDiv {
    text-align: justify;
    line-height: 23px;
    margin: 10px 15px;
    font-size: 13px;
    color: #747373;
}

.projectBtnDiv {
    text-align: left;
    padding-top: 10px;
    height: 43px;
}

.projectBtn {
    border-radius: 23px;
    border: none;
    background-color: gold;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #737171;
    font-weight: bold;
    margin-left: 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.projectIcon::before {
    content: '\f013';
    position: absolute;
    top: 0px;
    font: 400 14px 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    line-height: normal;
    line-height: inherit;
    font-size: 28px;
    color: #080808;
    margin-left: 9px;
}




/*@media (min-width: @grid-float-breakpoint) {
    .navbar-right {
    .dropdown-menu {
      .dropdown-menu-right();
    }
    // Necessary for overrides of the default right aligned menu.
    // Will remove come v4 in all likelihood.
    .dropdown-menu-left {
      .dropdown-menu-left();
    }
  }
}*/

